object frmGrpAdd: TfrmGrpAdd Tag = 1 Left = 211 Top = 177 ActiveControl = cbGrp BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Add the following application to group:' ClientHeight = 281 ClientWidth = 486 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter ShowHint = True PixelsPerInch = 96 TextHeight = 14 object Bevel1: TBevel Left = 8 Top = 8 Width = 377 Height = 265 Shape = bsFrame Style = bsRaised end object Label8: TLabel Tag = 17 Left = 27 Top = 252 Width = 350 Height = 14 AutoSize = False Caption = 'Note: Fields marked with a * are required for proper operation' + '.' Font.Charset = ANSI_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Label9: TLabel Tag = 10 Left = 27 Top = 28 Width = 102 Height = 14 AutoSize = False Caption = 'Name of the group:' end object Label10: TLabel Tag = 11 Left = 27 Top = 60 Width = 102 Height = 14 AutoSize = False Caption = 'Title of Icon / Link: *' end object Label1: TLabel Tag = 13 Left = 27 Top = 148 Width = 102 Height = 14 AutoSize = False Caption = 'Starting directory:' end object Label2: TLabel Tag = 12 Left = 27 Top = 92 Width = 102 Height = 14 AutoSize = False Caption = 'Starting command:*' end object Label3: TLabel Tag = 14 Left = 27 Top = 174 Width = 350 Height = 14 AutoSize = False Caption = 'Subdirectory of the selected root where the app should start fro' + 'm:' FocusControl = edSub end object Label4: TLabel Tag = 16 Left = 128 Top = 218 Width = 241 Height = 28 AutoSize = False Caption = 'Example: Program Files\SuperTool or'#13#10'Progra~1\SuprTool (same as' + ' in Step #3)' Font.Charset = ANSI_CHARSET Font.Color = clGray Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False WordWrap = True end object Label11: TLabel Tag = 15 Left = 128 Top = 114 Width = 241 Height = 28 AutoSize = False Caption = 'The command must start with the filename,'#13#10'parameters are option' + 'al. Case-sensitive !' Font.Charset = ANSI_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False WordWrap = True end object btnOK: TBitBtn Tag = 2 Left = 395 Top = 13 Width = 85 Height = 25 Caption = '&Add' TabOrder = 5 OnClick = btnOKClick Kind = bkOK end object btnCancel: TBitBtn Tag = 3 Left = 395 Top = 45 Width = 85 Height = 25 Caption = '&Cancel' TabOrder = 6 OnClick = btnCancelClick Kind = bkCancel end object edTitle: TEdit Tag = 21 Left = 128 Top = 57 Width = 242 Height = 22 TabOrder = 1 end object cbGrp: TComboBox Tag = 20 Left = 128 Top = 24 Width = 242 Height = 22 ItemHeight = 14 TabOrder = 0 end object cbRoot: TComboBox Tag = 23 Left = 128 Top = 146 Width = 242 Height = 22 Style = csDropDownList ItemHeight = 14 TabOrder = 3 OnChange = cbRootChange end object edSub: TEdit Tag = 24 Left = 128 Top = 193 Width = 242 Height = 22 TabOrder = 4 end object cbCmd: TComboBox Tag = 22 Left = 128 Top = 90 Width = 242 Height = 22 ItemHeight = 14 TabOrder = 2 end object t1: TTranslate Tag = 500 Left = 421 Top = 150 end end