36 lines
584 B
Plaintext
36 lines
584 B
Plaintext
object Form1: TForm1
|
|
Left = 483
|
|
Height = 240
|
|
Top = 198
|
|
Width = 320
|
|
Caption = 'Form1'
|
|
ClientHeight = 240
|
|
ClientWidth = 320
|
|
LCLVersion = '2.0.12.0'
|
|
object Label1: TLabel
|
|
Left = 25
|
|
Height = 15
|
|
Top = 112
|
|
Width = 34
|
|
Caption = 'Label1'
|
|
FocusControl = Edit1
|
|
ParentColor = False
|
|
end
|
|
object Edit1: TEdit
|
|
Left = 100
|
|
Height = 23
|
|
Top = 108
|
|
Width = 80
|
|
TabOrder = 1
|
|
Text = 'Edit1'
|
|
end
|
|
object Button1: TButton
|
|
Left = 221
|
|
Height = 25
|
|
Top = 106
|
|
Width = 75
|
|
Caption = 'Button1'
|
|
TabOrder = 0
|
|
end
|
|
end
|