home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 026A / WCMD32.ZIP / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TATTRIBDLG / TATTRIBDLG.txt
Text File  |  1996-12-31  |  4KB  |  186 lines

  1. object ATTRIBDLG: TATTRIBDLG
  2.   Tag = 1
  3.   Left = 238
  4.   Top = 205
  5.   HelpContext = 140
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Change attributes'
  9.   ClientHeight = 262
  10.   ClientWidth = 316
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 4
  20.     Top = 164
  21.     Width = 309
  22.     Height = 61
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     TabOrder = 2
  26.     object Date: TLabel
  27.       Tag = 13
  28.       Left = 10
  29.       Top = 33
  30.       Width = 59
  31.       Height = 20
  32.       AutoSize = False
  33.       Caption = '&Date:'
  34.       FocusControl = AttrDate
  35.       WordWrap = True
  36.     end
  37.     object Time: TLabel
  38.       Tag = 14
  39.       Left = 168
  40.       Top = 33
  41.       Width = 57
  42.       Height = 20
  43.       AutoSize = False
  44.       Caption = '&Time:'
  45.       FocusControl = AttrTime
  46.       WordWrap = True
  47.     end
  48.     object AttrChangeDate: TCheckBox
  49.       Tag = 12
  50.       Left = 10
  51.       Top = 4
  52.       Width = 297
  53.       Height = 21
  54.       Caption = '&Change date/time:'
  55.       TabOrder = 0
  56.       OnClick = AttrChangeDateClick
  57.     end
  58.     object AttrDate: TEdit
  59.       Left = 69
  60.       Top = 31
  61.       Width = 92
  62.       Height = 21
  63.       TabOrder = 1
  64.       Text = 'dd/mm/yyyy'
  65.       OnEnter = AttrDateEnter
  66.     end
  67.     object AttrTime: TEdit
  68.       Left = 224
  69.       Top = 31
  70.       Width = 77
  71.       Height = 21
  72.       TabOrder = 2
  73.       Text = 'hh:mm:ss'
  74.       OnEnter = AttrDateEnter
  75.     end
  76.   end
  77.   object AttribRecurse: TCheckBox
  78.     Tag = 5
  79.     Left = 14
  80.     Top = 6
  81.     Width = 301
  82.     Height = 19
  83.     Caption = 'R&ecurse subdirectories'
  84.     TabOrder = 0
  85.   end
  86.   object Changeattributes: TGroupBox
  87.     Tag = 6
  88.     Left = 4
  89.     Top = 27
  90.     Width = 309
  91.     Height = 126
  92.     Caption = ' Change attributes '
  93.     TabOrder = 1
  94.     object UnchangedSetClear: TLabel
  95.       Tag = 11
  96.       Left = 10
  97.       Top = 104
  98.       Width = 296
  99.       Height = 20
  100.       AutoSize = False
  101.       Caption = '(gray check=unchanged, checked=set attribute)'
  102.     end
  103.     object aArchive: TMyCheckBox
  104.       Tag = 7
  105.       Left = 10
  106.       Top = 20
  107.       Width = 297
  108.       Height = 17
  109.       AllowGrayed = True
  110.       Caption = '&a   Archive'
  111.       TabOrder = 0
  112.     end
  113.     object rReadonly: TMyCheckBox
  114.       Tag = 8
  115.       Left = 10
  116.       Top = 41
  117.       Width = 297
  118.       Height = 17
  119.       AllowGrayed = True
  120.       Caption = '&r   Read only'
  121.       TabOrder = 1
  122.     end
  123.     object hHidden: TMyCheckBox
  124.       Tag = 9
  125.       Left = 10
  126.       Top = 63
  127.       Width = 297
  128.       Height = 17
  129.       AllowGrayed = True
  130.       Caption = '&h   Hidden'
  131.       TabOrder = 2
  132.     end
  133.     object sSystem: TMyCheckBox
  134.       Tag = 10
  135.       Left = 10
  136.       Top = 84
  137.       Width = 297
  138.       Height = 17
  139.       AllowGrayed = True
  140.       Caption = '&s   System'
  141.       TabOrder = 3
  142.     end
  143.   end
  144.   object Ok: TButton
  145.     Tag = 4001
  146.     Left = 61
  147.     Top = 236
  148.     Width = 80
  149.     Height = 23
  150.     Caption = 'Ok'
  151.     Default = True
  152.     ModalResult = 1
  153.     TabOrder = 3
  154.     OnClick = OkClick
  155.   end
  156.   object Cancel: TButton
  157.     Tag = 4002
  158.     Left = 146
  159.     Top = 236
  160.     Width = 80
  161.     Height = 23
  162.     Cancel = True
  163.     Caption = 'Cancel'
  164.     ModalResult = 2
  165.     TabOrder = 4
  166.   end
  167.   object id_GlobalHelp: TButton
  168.     Tag = 4003
  169.     Left = 232
  170.     Top = 236
  171.     Width = 80
  172.     Height = 23
  173.     Caption = '&Help'
  174.     TabOrder = 5
  175.     OnClick = id_GlobalHelpClick
  176.   end
  177.   object Translate1: TTranslate
  178.     Tag = 5040
  179.     Top = 232
  180.   end
  181.   object ResolutionFix1: TResolutionFix
  182.     Left = 32
  183.     Top = 232
  184.   end
  185. end
  186.