home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 November / pcwk_11_98a.iso / Sharewar / Wcmd352 / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TCHMODFORM / TCHMODFORM.txt
Text File  |  1998-08-11  |  3KB  |  183 lines

  1. object ChmodForm: TChmodForm
  2.   Tag = 1
  3.   Left = 191
  4.   Top = 111
  5.   HelpContext = 560
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Change attributes'
  9.   ClientHeight = 144
  10.   ClientWidth = 317
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object UnchangedSetClear: TLabel
  19.     Tag = 11
  20.     Left = 6
  21.     Top = 96
  22.     Width = 307
  23.     Height = 20
  24.     AutoSize = False
  25.     Caption = '(gray = unchanged, checked = set attribute)'
  26.   end
  27.   object GroupBox1: TGroupBox
  28.     Tag = 15
  29.     Left = 4
  30.     Top = 8
  31.     Width = 101
  32.     Height = 85
  33.     Caption = '&Owner'
  34.     TabOrder = 0
  35.     object O_R: TMyCheckBox
  36.       Tag = 18
  37.       Left = 8
  38.       Top = 20
  39.       Width = 89
  40.       Height = 17
  41.       Caption = 'Read'
  42.       TabOrder = 0
  43.     end
  44.     object O_W: TMyCheckBox
  45.       Tag = 19
  46.       Left = 8
  47.       Top = 40
  48.       Width = 89
  49.       Height = 17
  50.       TabStop = False
  51.       Caption = 'Write'
  52.       TabOrder = 1
  53.     end
  54.     object O_X: TMyCheckBox
  55.       Tag = 20
  56.       Left = 8
  57.       Top = 60
  58.       Width = 89
  59.       Height = 17
  60.       TabStop = False
  61.       Caption = 'Execute'
  62.       TabOrder = 2
  63.     end
  64.   end
  65.   object GroupBox2: TGroupBox
  66.     Tag = 16
  67.     Left = 108
  68.     Top = 8
  69.     Width = 101
  70.     Height = 85
  71.     Caption = '&Group'
  72.     TabOrder = 1
  73.     object G_R: TMyCheckBox
  74.       Tag = 18
  75.       Left = 8
  76.       Top = 20
  77.       Width = 89
  78.       Height = 17
  79.       Caption = 'Read'
  80.       TabOrder = 0
  81.     end
  82.     object G_W: TMyCheckBox
  83.       Tag = 19
  84.       Left = 8
  85.       Top = 40
  86.       Width = 89
  87.       Height = 17
  88.       TabStop = False
  89.       Caption = 'Write'
  90.       TabOrder = 1
  91.     end
  92.     object G_X: TMyCheckBox
  93.       Tag = 20
  94.       Left = 8
  95.       Top = 60
  96.       Width = 89
  97.       Height = 17
  98.       TabStop = False
  99.       Caption = 'Execute'
  100.       TabOrder = 2
  101.     end
  102.   end
  103.   object GroupBox3: TGroupBox
  104.     Tag = 17
  105.     Left = 212
  106.     Top = 8
  107.     Width = 101
  108.     Height = 85
  109.     Caption = '&World (Other)'
  110.     TabOrder = 2
  111.     object W_R: TMyCheckBox
  112.       Tag = 18
  113.       Left = 8
  114.       Top = 20
  115.       Width = 89
  116.       Height = 17
  117.       Caption = 'Read'
  118.       TabOrder = 0
  119.     end
  120.     object W_W: TMyCheckBox
  121.       Tag = 19
  122.       Left = 8
  123.       Top = 40
  124.       Width = 89
  125.       Height = 17
  126.       TabStop = False
  127.       Caption = 'Write'
  128.       TabOrder = 1
  129.     end
  130.     object W_X: TMyCheckBox
  131.       Tag = 20
  132.       Left = 8
  133.       Top = 60
  134.       Width = 89
  135.       Height = 17
  136.       TabStop = False
  137.       Caption = 'Execute'
  138.       TabOrder = 2
  139.     end
  140.   end
  141.   object Ok: TButton
  142.     Tag = 4001
  143.     Left = 33
  144.     Top = 117
  145.     Width = 80
  146.     Height = 23
  147.     Caption = 'Ok'
  148.     Default = True
  149.     ModalResult = 1
  150.     TabOrder = 3
  151.   end
  152.   object Cancel: TButton
  153.     Tag = 4002
  154.     Left = 118
  155.     Top = 117
  156.     Width = 80
  157.     Height = 23
  158.     Cancel = True
  159.     Caption = 'Cancel'
  160.     ModalResult = 2
  161.     TabOrder = 4
  162.   end
  163.   object id_GlobalHelp: TButton
  164.     Tag = 4003
  165.     Left = 203
  166.     Top = 117
  167.     Width = 80
  168.     Height = 23
  169.     Caption = '&Help'
  170.     TabOrder = 5
  171.     OnClick = id_GlobalHelpClick
  172.   end
  173.   object ResolutionFix1: TResolutionFix
  174.     Left = 20
  175.     Top = 120
  176.   end
  177.   object Translate1: TTranslate
  178.     Tag = 5040
  179.     Left = 4
  180.     Top = 116
  181.   end
  182. end
  183.