Files
lazarus-ccr/examples/androidlcl/mainform.lfm
sekelsenmat 9300c23a79 android: Adds spinner position
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1824 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-22 09:21:55 +00:00

75 lines
1.2 KiB
Plaintext

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'
OnClick = Button1Click
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
object Edit2: TEdit
Left = 147
Height = 25
Top = 144
Width = 80
TabOrder = 5
Text = 'Edit2'
end
object Button2: TButton
Left = 35
Height = 25
Top = 186
Width = 75
Caption = 'InputBox'
OnClick = Button2Click
TabOrder = 6
end
end