home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1999 September / Gamestar_09_1999-09_cd1.bin / programy / wc / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TATTRIBDLG / TATTRIBDLG.txt
Text File  |  1999-07-27  |  4KB  |  206 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 = clBtnText
  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 = 15
  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 = 15
  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 = 215
  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.       Font.Color = clWindowText
  64.       Font.Height = -11
  65.       Font.Name = 'MS Sans Serif'
  66.       Font.Style = []
  67.       ParentFont = False
  68.       TabOrder = 2
  69.       Text = 'dd/mm/yyyy'
  70.       OnEnter = AttrDateEnter
  71.     end
  72.     object AttrTime: TEdit
  73.       Left = 224
  74.       Top = 31
  75.       Width = 77
  76.       Height = 21
  77.       Font.Color = clWindowText
  78.       Font.Height = -11
  79.       Font.Name = 'MS Sans Serif'
  80.       Font.Style = []
  81.       ParentFont = False
  82.       TabOrder = 3
  83.       Text = 'hh:mm:ss'
  84.       OnEnter = AttrDateEnter
  85.     end
  86.     object AttrCurrent: TButton
  87.       Tag = 2
  88.       Left = 224
  89.       Top = 5
  90.       Width = 77
  91.       Height = 23
  92.       Caption = 'Current'
  93.       TabOrder = 1
  94.       OnClick = AttrCurrentClick
  95.     end
  96.   end
  97.   object AttribRecurse: TCheckBox
  98.     Tag = 5
  99.     Left = 14
  100.     Top = 6
  101.     Width = 295
  102.     Height = 19
  103.     Caption = 'R&ecurse subdirectories'
  104.     TabOrder = 0
  105.   end
  106.   object Changeattributes: TGroupBox
  107.     Tag = 6
  108.     Left = 4
  109.     Top = 27
  110.     Width = 309
  111.     Height = 126
  112.     Caption = ' Change attributes '
  113.     TabOrder = 1
  114.     object UnchangedSetClear: TLabel
  115.       Tag = 11
  116.       Left = 10
  117.       Top = 104
  118.       Width = 291
  119.       Height = 20
  120.       AutoSize = False
  121.       Caption = '(gray = unchanged, checked = set attribute)'
  122.     end
  123.     object aArchive: TMyCheckBox
  124.       Tag = 7
  125.       Left = 10
  126.       Top = 20
  127.       Width = 291
  128.       Height = 17
  129.       AllowGrayed = True
  130.       Caption = '&a   Archive'
  131.       TabOrder = 0
  132.     end
  133.     object rReadonly: TMyCheckBox
  134.       Tag = 8
  135.       Left = 10
  136.       Top = 41
  137.       Width = 291
  138.       Height = 17
  139.       AllowGrayed = True
  140.       Caption = '&r   Read only'
  141.       TabOrder = 1
  142.     end
  143.     object hHidden: TMyCheckBox
  144.       Tag = 9
  145.       Left = 10
  146.       Top = 63
  147.       Width = 291
  148.       Height = 17
  149.       AllowGrayed = True
  150.       Caption = '&h   Hidden'
  151.       TabOrder = 2
  152.     end
  153.     object sSystem: TMyCheckBox
  154.       Tag = 10
  155.       Left = 10
  156.       Top = 84
  157.       Width = 291
  158.       Height = 17
  159.       AllowGrayed = True
  160.       Caption = '&s   System'
  161.       TabOrder = 3
  162.     end
  163.   end
  164.   object Ok: TButton
  165.     Tag = 4001
  166.     Left = 61
  167.     Top = 236
  168.     Width = 80
  169.     Height = 23
  170.     Caption = 'Ok'
  171.     Default = True
  172.     ModalResult = 1
  173.     TabOrder = 3
  174.     OnClick = OkClick
  175.   end
  176.   object Cancel: TButton
  177.     Tag = 4002
  178.     Left = 146
  179.     Top = 236
  180.     Width = 80
  181.     Height = 23
  182.     Cancel = True
  183.     Caption = 'Cancel'
  184.     ModalResult = 2
  185.     TabOrder = 4
  186.   end
  187.   object id_GlobalHelp: TButton
  188.     Tag = 4003
  189.     Left = 232
  190.     Top = 236
  191.     Width = 80
  192.     Height = 23
  193.     Caption = '&Help'
  194.     TabOrder = 5
  195.     OnClick = id_GlobalHelpClick
  196.   end
  197.   object Translate1: TTranslate
  198.     Tag = 5040
  199.     Top = 232
  200.   end
  201.   object ResolutionFix1: TResolutionFix
  202.     Left = 32
  203.     Top = 232
  204.   end
  205. end
  206.