home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1999 September / Gamestar_09_1999-09_cd1.bin / programy / wc / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TCHMODFORM / TCHMODFORM.txt
Text File  |  1999-07-27  |  4KB  |  203 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.     Font.Color = clBtnText
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     ParentFont = False
  31.   end
  32.   object GroupBox1: TGroupBox
  33.     Tag = 15
  34.     Left = 4
  35.     Top = 8
  36.     Width = 101
  37.     Height = 85
  38.     Caption = '&Owner'
  39.     Font.Color = clBtnText
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = []
  43.     ParentFont = False
  44.     TabOrder = 0
  45.     object O_R: TMyCheckBox
  46.       Tag = 18
  47.       Left = 8
  48.       Top = 20
  49.       Width = 89
  50.       Height = 17
  51.       Caption = 'Read'
  52.       TabOrder = 0
  53.     end
  54.     object O_W: TMyCheckBox
  55.       Tag = 19
  56.       Left = 8
  57.       Top = 40
  58.       Width = 89
  59.       Height = 17
  60.       TabStop = False
  61.       Caption = 'Write'
  62.       TabOrder = 1
  63.     end
  64.     object O_X: TMyCheckBox
  65.       Tag = 20
  66.       Left = 8
  67.       Top = 60
  68.       Width = 89
  69.       Height = 17
  70.       TabStop = False
  71.       Caption = 'Execute'
  72.       TabOrder = 2
  73.     end
  74.   end
  75.   object GroupBox2: TGroupBox
  76.     Tag = 16
  77.     Left = 108
  78.     Top = 8
  79.     Width = 101
  80.     Height = 85
  81.     Caption = '&Group'
  82.     Font.Color = clBtnText
  83.     Font.Height = -11
  84.     Font.Name = 'MS Sans Serif'
  85.     Font.Style = []
  86.     ParentFont = False
  87.     TabOrder = 1
  88.     object G_R: TMyCheckBox
  89.       Tag = 18
  90.       Left = 8
  91.       Top = 20
  92.       Width = 89
  93.       Height = 17
  94.       Caption = 'Read'
  95.       TabOrder = 0
  96.     end
  97.     object G_W: TMyCheckBox
  98.       Tag = 19
  99.       Left = 8
  100.       Top = 40
  101.       Width = 89
  102.       Height = 17
  103.       TabStop = False
  104.       Caption = 'Write'
  105.       TabOrder = 1
  106.     end
  107.     object G_X: TMyCheckBox
  108.       Tag = 20
  109.       Left = 8
  110.       Top = 60
  111.       Width = 89
  112.       Height = 17
  113.       TabStop = False
  114.       Caption = 'Execute'
  115.       TabOrder = 2
  116.     end
  117.   end
  118.   object GroupBox3: TGroupBox
  119.     Tag = 17
  120.     Left = 212
  121.     Top = 8
  122.     Width = 101
  123.     Height = 85
  124.     Caption = '&World (Other)'
  125.     Font.Color = clBtnText
  126.     Font.Height = -11
  127.     Font.Name = 'MS Sans Serif'
  128.     Font.Style = []
  129.     ParentFont = False
  130.     TabOrder = 2
  131.     object W_R: TMyCheckBox
  132.       Tag = 18
  133.       Left = 8
  134.       Top = 20
  135.       Width = 89
  136.       Height = 17
  137.       Caption = 'Read'
  138.       TabOrder = 0
  139.     end
  140.     object W_W: TMyCheckBox
  141.       Tag = 19
  142.       Left = 8
  143.       Top = 40
  144.       Width = 89
  145.       Height = 17
  146.       TabStop = False
  147.       Caption = 'Write'
  148.       TabOrder = 1
  149.     end
  150.     object W_X: TMyCheckBox
  151.       Tag = 20
  152.       Left = 8
  153.       Top = 60
  154.       Width = 89
  155.       Height = 17
  156.       TabStop = False
  157.       Caption = 'Execute'
  158.       TabOrder = 2
  159.     end
  160.   end
  161.   object Ok: TButton
  162.     Tag = 4001
  163.     Left = 61
  164.     Top = 117
  165.     Width = 80
  166.     Height = 23
  167.     Caption = 'Ok'
  168.     Default = True
  169.     ModalResult = 1
  170.     TabOrder = 3
  171.   end
  172.   object Cancel: TButton
  173.     Tag = 4002
  174.     Left = 146
  175.     Top = 117
  176.     Width = 80
  177.     Height = 23
  178.     Cancel = True
  179.     Caption = 'Cancel'
  180.     ModalResult = 2
  181.     TabOrder = 4
  182.   end
  183.   object id_GlobalHelp: TButton
  184.     Tag = 4003
  185.     Left = 231
  186.     Top = 117
  187.     Width = 80
  188.     Height = 23
  189.     Caption = '&Help'
  190.     TabOrder = 5
  191.     OnClick = id_GlobalHelpClick
  192.   end
  193.   object ResolutionFix1: TResolutionFix
  194.     Left = 20
  195.     Top = 120
  196.   end
  197.   object Translate1: TTranslate
  198.     Tag = 5040
  199.     Left = 4
  200.     Top = 116
  201.   end
  202. end
  203.