object SaveConfig: TSaveConfig Left = 200 Top = 107 Width = 313 Height = 201 Caption = 'Save Configuration' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Name: TLabel Left = 8 Top = 24 Width = 28 Height = 13 Caption = 'Name' end object Button1: TButton Left = 216 Top = 16 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 0 end object Button2: TButton Left = 216 Top = 48 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 1 end object EditName: TEdit Left = 56 Top = 16 Width = 145 Height = 21 TabOrder = 2 Text = 'EditName' end object ListBoxNames: TListBox Left = 56 Top = 56 Width = 145 Height = 97 ItemHeight = 13 TabOrder = 3 OnClick = ListBoxNamesClick end end