inherited fAddSysFile: TfAddSysFile Left = 290 Top = 157 BorderStyle = bsDialog Caption = 'Add systemfile' ClientHeight = 259 ClientWidth = 285 Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label2: TLabel Left = 21 Top = 13 Width = 55 Height = 13 Caption = 'Filename:' end object GroupBox1: TGroupBox [1] Left = 20 Top = 67 Width = 247 Height = 131 Caption = 'Filetype' TabOrder = 2 object Label1: TLabel Left = 15 Top = 70 Width = 166 Height = 39 Caption = 'NOTE: the program is not able to restore the changes for textfil' + 'es' WordWrap = True end object IniRB: TRadioButton Left = 15 Top = 20 Width = 223 Height = 17 Caption = 'INI-file (like WIN.INI)' Checked = True TabOrder = 0 TabStop = True end object TxtRB: TRadioButton Left = 15 Top = 42 Width = 215 Height = 17 Caption = 'TEXT-file (like CONFIG.SYS)' TabOrder = 1 end end object filenameEDT: TEdit [2] Left = 20 Top = 28 Width = 220 Height = 21 TabOrder = 0 end object Button1: TButton [3] Left = 242 Top = 28 Width = 25 Height = 22 Caption = '...' TabOrder = 1 OnClick = Button1Click end object Button2: TButton [4] Left = 21 Top = 216 Width = 89 Height = 25 Caption = '&OK' Default = True TabOrder = 3 OnClick = Button2Click end object Button3: TButton [5] Left = 122 Top = 216 Width = 95 Height = 25 Caption = '&Cancel' ModalResult = 2 TabOrder = 4 end inherited MSOfficeCaption1: TMSOfficeCaption CaptionText.Caption = 'Add systemfile' end object LoadDlg: TOpenDialog FileEditStyle = fsEdit Filter = 'All files (*.*)|*.*|INI-files (*.INI)|*.ini|TEXT-files (*.TXT)|*' + '.txt' Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist] Title = 'Add systemfile' Left = 245 Top = 56 end end