object LoadConfig: TLoadConfig Left = 200 Top = 107 Width = 381 Height = 121 Caption = 'Load 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 = 288 Top = 16 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 0 end object Button2: TButton Left = 288 Top = 48 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 1 end object ComboBoxNames: TComboBox Left = 48 Top = 16 Width = 145 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 2 end end