object frmConfig: TfrmConfig Tag = 1 Left = 230 Top = 144 ActiveControl = CfgFiles BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Modify the CONFIG.SYS file' ClientHeight = 328 ClientWidth = 486 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter ShowHint = True OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 14 object Bevel1: TBevel Left = 8 Top = 8 Width = 385 Height = 313 Shape = bsFrame Style = bsRaised end object Label2: TLabel Tag = 10 Left = 28 Top = 30 Width = 67 Height = 14 Caption = 'Set FILES= to:' end object Label5: TLabel Tag = 19 Left = 28 Top = 246 Width = 67 Height = 14 Caption = 'Delete key(s):' end object Label3: TLabel Tag = 20 Left = 24 Top = 275 Width = 361 Height = 30 AutoSize = False Caption = 'Just enter ..' Font.Charset = ANSI_CHARSET Font.Color = clGray Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False WordWrap = True end object Label4: TLabel Tag = 11 Left = 28 Top = 54 Width = 86 Height = 14 Caption = 'Set BUFFERS= to:' end object Label6: TLabel Tag = 13 Left = 212 Top = 30 Width = 82 Height = 14 Caption = 'Set STACKS= to:' end object Label7: TLabel Tag = 14 Left = 212 Top = 54 Width = 67 Height = 14 Caption = 'Set FCBS= to:' end object Label8: TLabel Left = 28 Top = 110 Width = 28 Height = 14 Caption = 'DOS=' end object Label9: TLabel Left = 28 Top = 134 Width = 38 Height = 14 Caption = 'SHELL=' end object Label10: TLabel Left = 28 Top = 78 Width = 63 Height = 14 Caption = 'LASTDRIVE=' end object Label11: TLabel Left = 212 Top = 78 Width = 56 Height = 14 Caption = 'COUNTRY=' end object Label1: TLabel Tag = 15 Left = 28 Top = 166 Width = 104 Height = 14 Caption = 'Add device driver #1:' end object Label12: TLabel Tag = 17 Left = 233 Top = 166 Width = 64 Height = 14 Alignment = taCenter AutoSize = False Caption = 'Parameters:' end object Label13: TLabel Tag = 16 Left = 28 Top = 190 Width = 104 Height = 14 Caption = 'Add device driver #2:' end object Label14: TLabel Tag = 17 Left = 233 Top = 190 Width = 64 Height = 14 Alignment = taCenter AutoSize = False Caption = 'Parameters:' end object Label15: TLabel Tag = 18 Left = 28 Top = 222 Width = 99 Height = 14 Caption = 'Delete device driver:' end object Label18: TLabel Tag = 4 Left = 402 Top = 83 Width = 79 Height = 86 Alignment = taCenter AutoSize = False Caption = '(registered version offers all options)' Font.Charset = ANSI_CHARSET Font.Color = clGray Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False WordWrap = True end object btnOK: TBitBtn Tag = 2 Left = 400 Top = 13 Width = 81 Height = 25 Caption = '&OK' TabOrder = 16 Kind = bkOK end object btnCancel: TBitBtn Tag = 3 Left = 400 Top = 45 Width = 81 Height = 25 Caption = '&Cancel' TabOrder = 17 Kind = bkCancel end object CfgFiles: TEdit Tag = 21 Left = 136 Top = 25 Width = 49 Height = 22 MaxLength = 3 TabOrder = 0 end object CfgDOS: TEdit Tag = 27 Left = 136 Top = 105 Width = 242 Height = 22 TabOrder = 6 end object CfgBuffers: TEdit Tag = 22 Left = 136 Top = 49 Width = 49 Height = 22 TabOrder = 1 end object CfgStacks: TEdit Tag = 24 Left = 296 Top = 25 Width = 49 Height = 22 TabOrder = 3 end object CfgFCBS: TEdit Tag = 25 Left = 296 Top = 49 Width = 49 Height = 22 TabOrder = 4 end object CfgShell: TEdit Tag = 28 Left = 136 Top = 129 Width = 242 Height = 22 TabOrder = 7 end object CfgLDrv: TEdit Tag = 23 Left = 136 Top = 73 Width = 17 Height = 22 CharCase = ecUpperCase MaxLength = 1 TabOrder = 2 end object CfgCountry: TEdit Tag = 26 Left = 296 Top = 73 Width = 82 Height = 22 TabOrder = 5 end object CfgDevAdd1: TComboBox Tag = 29 Left = 136 Top = 162 Width = 97 Height = 22 ItemHeight = 14 TabOrder = 8 end object cfgDevParm1: TEdit Tag = 30 Left = 296 Top = 161 Width = 82 Height = 22 TabOrder = 9 end object CfgDevAdd2: TComboBox Tag = 29 Left = 136 Top = 186 Width = 97 Height = 22 ItemHeight = 14 TabOrder = 10 end object CfgDevParm2: TEdit Tag = 30 Left = 296 Top = 185 Width = 82 Height = 22 TabOrder = 11 end object CfgDelKey1: TComboBox Tag = 32 Left = 136 Top = 242 Width = 97 Height = 22 Style = csDropDownList ItemHeight = 14 Items.Strings = ( '' 'Files' 'Buffers' 'Stacks' 'LastDrive' 'Country' 'FCBS' 'DOS' 'Shell') TabOrder = 14 end object CfgDelKey2: TComboBox Tag = 32 Left = 240 Top = 242 Width = 97 Height = 22 Style = csDropDownList ItemHeight = 14 Items.Strings = ( '' 'Files' 'Buffers' 'Stacks' 'LastDrive' 'Country' 'FCBS' 'DOS' 'Shell') TabOrder = 15 end object CfgDevDel1: TEdit Tag = 31 Left = 136 Top = 217 Width = 97 Height = 22 TabOrder = 12 end object CfgDevDel2: TEdit Tag = 31 Left = 240 Top = 217 Width = 97 Height = 22 TabOrder = 13 end object t1: TTranslate Tag = 750 Left = 421 Top = 190 end end