mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-01 20:16:04 +02:00
28 lines
441 B
Plaintext
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
|