21 lines
345 B
Plaintext
21 lines
345 B
Plaintext
object Form1: TForm1
|
|
Left = 361
|
|
Height = 240
|
|
Top = 125
|
|
Width = 320
|
|
Caption = 'Form1'
|
|
ClientHeight = 240
|
|
ClientWidth = 320
|
|
LCLVersion = '2.0.12.0'
|
|
object Button1: TButton
|
|
Left = 0
|
|
Height = 240
|
|
Top = 0
|
|
Width = 320
|
|
Align = alClient
|
|
Caption = 'Button1'
|
|
OnClick = Button1Click
|
|
TabOrder = 0
|
|
end
|
|
end
|