home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 July / Chip_1998-07_cd.bin / sharewar / inftool / INFTool.exe / 0 / RCDATA / TFRMGRPADD / TFRMGRPADD.txt
Text File  |  1998-03-15  |  4KB  |  202 lines

  1. object frmGrpAdd: TfrmGrpAdd
  2.   Tag = 1
  3.   Left = 211
  4.   Top = 177
  5.   ActiveControl = cbGrp
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsSingle
  8.   Caption = 'Add the following application to group:'
  9.   ClientHeight = 281
  10.   ClientWidth = 486
  11.   Font.Charset = ANSI_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Arial'
  15.   Font.Style = []
  16.   Position = poScreenCenter
  17.   ShowHint = True
  18.   PixelsPerInch = 96
  19.   TextHeight = 14
  20.   object Bevel1: TBevel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 377
  24.     Height = 265
  25.     Shape = bsFrame
  26.     Style = bsRaised
  27.   end
  28.   object Label8: TLabel
  29.     Tag = 17
  30.     Left = 27
  31.     Top = 252
  32.     Width = 350
  33.     Height = 14
  34.     AutoSize = False
  35.     Caption = 
  36.       'Note: Fields marked with a  *  are required for proper operation' +
  37.       '.'
  38.     Font.Charset = ANSI_CHARSET
  39.     Font.Color = clNavy
  40.     Font.Height = -11
  41.     Font.Name = 'Arial'
  42.     Font.Style = []
  43.     ParentFont = False
  44.   end
  45.   object Label9: TLabel
  46.     Tag = 10
  47.     Left = 27
  48.     Top = 28
  49.     Width = 102
  50.     Height = 14
  51.     AutoSize = False
  52.     Caption = 'Name of the group:'
  53.   end
  54.   object Label10: TLabel
  55.     Tag = 11
  56.     Left = 27
  57.     Top = 60
  58.     Width = 102
  59.     Height = 14
  60.     AutoSize = False
  61.     Caption = 'Title of Icon / Link: *'
  62.   end
  63.   object Label1: TLabel
  64.     Tag = 13
  65.     Left = 27
  66.     Top = 148
  67.     Width = 102
  68.     Height = 14
  69.     AutoSize = False
  70.     Caption = 'Starting directory:'
  71.   end
  72.   object Label2: TLabel
  73.     Tag = 12
  74.     Left = 27
  75.     Top = 92
  76.     Width = 102
  77.     Height = 14
  78.     AutoSize = False
  79.     Caption = 'Starting command:*'
  80.   end
  81.   object Label3: TLabel
  82.     Tag = 14
  83.     Left = 27
  84.     Top = 174
  85.     Width = 350
  86.     Height = 14
  87.     AutoSize = False
  88.     Caption = 
  89.       'Subdirectory of the selected root where the app should start fro' +
  90.       'm:'
  91.     FocusControl = edSub
  92.   end
  93.   object Label4: TLabel
  94.     Tag = 16
  95.     Left = 128
  96.     Top = 218
  97.     Width = 241
  98.     Height = 28
  99.     AutoSize = False
  100.     Caption = 
  101.       'Example: Program Files\SuperTool  or'#13#10'Progra~1\SuprTool (same as' +
  102.       ' in Step #3)'
  103.     Font.Charset = ANSI_CHARSET
  104.     Font.Color = clGray
  105.     Font.Height = -11
  106.     Font.Name = 'Arial'
  107.     Font.Style = []
  108.     ParentFont = False
  109.     WordWrap = True
  110.   end
  111.   object Label11: TLabel
  112.     Tag = 15
  113.     Left = 128
  114.     Top = 114
  115.     Width = 241
  116.     Height = 28
  117.     AutoSize = False
  118.     Caption = 
  119.       'The command must start with the filename,'#13#10'parameters are option' +
  120.       'al.   Case-sensitive !'
  121.     Font.Charset = ANSI_CHARSET
  122.     Font.Color = clNavy
  123.     Font.Height = -11
  124.     Font.Name = 'Arial'
  125.     Font.Style = []
  126.     ParentFont = False
  127.     WordWrap = True
  128.   end
  129.   object btnOK: TBitBtn
  130.     Tag = 2
  131.     Left = 395
  132.     Top = 13
  133.     Width = 85
  134.     Height = 25
  135.     Caption = '&Add'
  136.     TabOrder = 5
  137.     OnClick = btnOKClick
  138.     Kind = bkOK
  139.   end
  140.   object btnCancel: TBitBtn
  141.     Tag = 3
  142.     Left = 395
  143.     Top = 45
  144.     Width = 85
  145.     Height = 25
  146.     Caption = '&Cancel'
  147.     TabOrder = 6
  148.     OnClick = btnCancelClick
  149.     Kind = bkCancel
  150.   end
  151.   object edTitle: TEdit
  152.     Tag = 21
  153.     Left = 128
  154.     Top = 57
  155.     Width = 242
  156.     Height = 22
  157.     TabOrder = 1
  158.   end
  159.   object cbGrp: TComboBox
  160.     Tag = 20
  161.     Left = 128
  162.     Top = 24
  163.     Width = 242
  164.     Height = 22
  165.     ItemHeight = 14
  166.     TabOrder = 0
  167.   end
  168.   object cbRoot: TComboBox
  169.     Tag = 23
  170.     Left = 128
  171.     Top = 146
  172.     Width = 242
  173.     Height = 22
  174.     Style = csDropDownList
  175.     ItemHeight = 14
  176.     TabOrder = 3
  177.     OnChange = cbRootChange
  178.   end
  179.   object edSub: TEdit
  180.     Tag = 24
  181.     Left = 128
  182.     Top = 193
  183.     Width = 242
  184.     Height = 22
  185.     TabOrder = 4
  186.   end
  187.   object cbCmd: TComboBox
  188.     Tag = 22
  189.     Left = 128
  190.     Top = 90
  191.     Width = 242
  192.     Height = 22
  193.     ItemHeight = 14
  194.     TabOrder = 2
  195.   end
  196.   object t1: TTranslate
  197.     Tag = 500
  198.     Left = 421
  199.     Top = 150
  200.   end
  201. end
  202.