Files
lazarus-ccr/examples/androidlcl/mainform.lfm

52 lines
854 B
Plaintext
Raw Normal View History

object Form2: TForm2
Left = 313
Height = 240
Top = 186
Width = 320
Caption = 'Form2'
ClientHeight = 240
ClientWidth = 320
LCLVersion = '0.9.31'
object Button1: TButton
Left = 33
Height = 25
Top = 35
Width = 75
Caption = 'Button1'
TabOrder = 0
end
object CheckBox1: TCheckBox
Left = 32
Height = 21
Top = 91
Width = 94
Caption = 'CheckBox1'
TabOrder = 1
end
object Edit1: TEdit
Left = 37
Height = 25
Top = 145
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 = 151
Height = 27
Top = 84
Width = 100
ItemHeight = 0
TabOrder = 4
Text = 'ComboBox1'
end
end