object Form1: TForm1 Left = 0 Top = 0 Width = 544 Height = 513 Caption = 'Form1' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 240 Top = 88 Width = 31 Height = 13 Caption = 'Label1' end object Label2: TLabel Left = 376 Top = 72 Width = 31 Height = 13 Caption = 'Label2' end object Label3: TLabel Left = 360 Top = 104 Width = 31 Height = 13 Caption = 'Label3' end object Button1: TButton Left = 64 Top = 64 Width = 75 Height = 25 Caption = 'Button1' TabOrder = 0 OnClick = Button1Click end object Edit1: TEdit Left = 240 Top = 32 Width = 121 Height = 21 TabOrder = 1 Text = 'Edit1' end object Edit2: TEdit Left = 392 Top = 24 Width = 121 Height = 21 TabOrder = 2 Text = 'Edit2' end object Button2: TButton Left = 128 Top = 136 Width = 75 Height = 25 Caption = 'Button2' TabOrder = 3 end object ComboBox1: TComboBox Left = 32 Top = 24 Width = 145 Height = 21 ItemHeight = 13 TabOrder = 4 Text = 'ComboBox1' end end