object Form2: TForm2 Left = 181 Height = 240 Top = 137 Width = 320 Caption = 'Form2' ClientHeight = 240 ClientWidth = 320 LCLVersion = '0.9.31' object Button1: TButton Left = 33 Height = 25 Top = 35 Width = 87 Caption = 'Button1' TabOrder = 0 end object CheckBox1: TCheckBox Left = 33 Height = 21 Top = 88 Width = 94 Caption = 'CheckBox1' TabOrder = 1 end object Edit1: TEdit Left = 33 Height = 25 Top = 144 Width = 99 TabOrder = 2 Text = 'Edit1' end object StaticText1: TStaticText Left = 147 Height = 17 Top = 36 Width = 65 Caption = 'StaticText1' TabOrder = 3 end object ComboBox1: TComboBox Left = 136 Height = 27 Top = 88 Width = 112 ItemHeight = 0 Items.Strings = ( 'Item1' 'Item2' 'Item3' ) TabOrder = 4 Text = 'ComboBox1' end end