Files
lazarus-ccr/examples/androidlcl/mainform.lfm
sekelsenmat 18ed2ed209 android: Uses the new logging mechanism
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1879 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-30 16:17:19 +00:00

75 lines
1.2 KiB
Plaintext

object Form2: TForm2
Left = 181
Height = 276
Top = 137
Width = 320
Caption = 'Form2'
ClientHeight = 276
ClientWidth = 320
LCLVersion = '0.9.31'
object Button1: TButton
Left = 33
Height = 25
Top = 48
Width = 87
Caption = 'Button1'
OnClick = Button1Click
TabOrder = 0
end
object CheckBox1: TCheckBox
Left = 33
Height = 21
Top = 101
Width = 94
Caption = 'CheckBox1'
TabOrder = 1
end
object Edit1: TEdit
Left = 33
Height = 25
Top = 157
Width = 99
TabOrder = 2
Text = 'Edit1'
end
object StaticText1: TStaticText
Left = 147
Height = 17
Top = 49
Width = 65
Caption = 'StaticText1'
TabOrder = 3
end
object ComboBox1: TComboBox
Left = 136
Height = 27
Top = 101
Width = 112
ItemHeight = 0
Items.Strings = (
'Item1'
'Item2'
'Item3'
)
TabOrder = 4
Text = 'ComboBox1'
end
object Edit2: TEdit
Left = 147
Height = 25
Top = 157
Width = 80
TabOrder = 5
Text = 'Edit2'
end
object Button2: TButton
Left = 35
Height = 25
Top = 199
Width = 75
Caption = 'InputBox'
OnClick = Button2Click
TabOrder = 6
end
end