lazarus/examples/androidlcl/secondform.lfm

28 lines
441 B
Plaintext

object Form2: TForm2
Left = 323
Height = 240
Top = 171
Width = 320
Caption = 'Form2'
ClientHeight = 240
ClientWidth = 320
LCLVersion = '0.9.31'
object Button1: TButton
Left = 8
Height = 25
Top = 16
Width = 304
Caption = 'Hide'
OnClick = Button1Click
TabOrder = 0
end
object Edit1: TEdit
Left = 12
Height = 25
Top = 50
Width = 80
TabOrder = 1
Text = 'Edit1'
end
end