home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 November / pcwk_11_98a.iso / Sharewar / Wcmd352 / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TATTRIBDLG / TATTRIBDLG.txt
Text File  |  1998-08-11  |  4KB  |  196 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 = 291
  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 = 1
  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 = 2
  83.       Text = 'hh:mm:ss'
  84.       OnEnter = AttrDateEnter
  85.     end
  86.   end
  87.   object AttribRecurse: TCheckBox
  88.     Tag = 5
  89.     Left = 14
  90.     Top = 6
  91.     Width = 295
  92.     Height = 19
  93.     Caption = 'R&ecurse subdirectories'
  94.     TabOrder = 0
  95.   end
  96.   object Changeattributes: TGroupBox
  97.     Tag = 6
  98.     Left = 4
  99.     Top = 27
  100.     Width = 309
  101.     Height = 126
  102.     Caption = ' Change attributes '
  103.     TabOrder = 1
  104.     object UnchangedSetClear: TLabel
  105.       Tag = 11
  106.       Left = 10
  107.       Top = 104
  108.       Width = 291
  109.       Height = 20
  110.       AutoSize = False
  111.       Caption = '(gray = unchanged, checked = set attribute)'
  112.     end
  113.     object aArchive: TMyCheckBox
  114.       Tag = 7
  115.       Left = 10
  116.       Top = 20
  117.       Width = 291
  118.       Height = 17
  119.       AllowGrayed = True
  120.       Caption = '&a   Archive'
  121.       TabOrder = 0
  122.     end
  123.     object rReadonly: TMyCheckBox
  124.       Tag = 8
  125.       Left = 10
  126.       Top = 41
  127.       Width = 291
  128.       Height = 17
  129.       AllowGrayed = True
  130.       Caption = '&r   Read only'
  131.       TabOrder = 1
  132.     end
  133.     object hHidden: TMyCheckBox
  134.       Tag = 9
  135.       Left = 10
  136.       Top = 63
  137.       Width = 291
  138.       Height = 17
  139.       AllowGrayed = True
  140.       Caption = '&h   Hidden'
  141.       TabOrder = 2
  142.     end
  143.     object sSystem: TMyCheckBox
  144.       Tag = 10
  145.       Left = 10
  146.       Top = 84
  147.       Width = 291
  148.       Height = 17
  149.       AllowGrayed = True
  150.       Caption = '&s   System'
  151.       TabOrder = 3
  152.     end
  153.   end
  154.   object Ok: TButton
  155.     Tag = 4001
  156.     Left = 61
  157.     Top = 236
  158.     Width = 80
  159.     Height = 23
  160.     Caption = 'Ok'
  161.     Default = True
  162.     ModalResult = 1
  163.     TabOrder = 3
  164.     OnClick = OkClick
  165.   end
  166.   object Cancel: TButton
  167.     Tag = 4002
  168.     Left = 146
  169.     Top = 236
  170.     Width = 80
  171.     Height = 23
  172.     Cancel = True
  173.     Caption = 'Cancel'
  174.     ModalResult = 2
  175.     TabOrder = 4
  176.   end
  177.   object id_GlobalHelp: TButton
  178.     Tag = 4003
  179.     Left = 232
  180.     Top = 236
  181.     Width = 80
  182.     Height = 23
  183.     Caption = '&Help'
  184.     TabOrder = 5
  185.     OnClick = id_GlobalHelpClick
  186.   end
  187.   object Translate1: TTranslate
  188.     Tag = 5040
  189.     Top = 232
  190.   end
  191.   object ResolutionFix1: TResolutionFix
  192.     Left = 32
  193.     Top = 232
  194.   end
  195. end
  196.