48 lines
867 B
Plaintext
48 lines
867 B
Plaintext
object Form1: TForm1
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'Form1'
|
|
ClientHeight = 136
|
|
ClientWidth = 394
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Label1: TLabel
|
|
Left = 88
|
|
Top = 72
|
|
Width = 265
|
|
Height = 13
|
|
Caption = 'Label1'
|
|
end
|
|
object Label2: TLabel
|
|
Left = 88
|
|
Top = 104
|
|
Width = 265
|
|
Height = 13
|
|
Caption = 'Label2'
|
|
end
|
|
object Edit1: TEdit
|
|
Left = 88
|
|
Top = 16
|
|
Width = 121
|
|
Height = 21
|
|
TabOrder = 0
|
|
Text = 'Edit1'
|
|
end
|
|
object Button1: TButton
|
|
Left = 280
|
|
Top = 24
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Button1'
|
|
TabOrder = 1
|
|
OnClick = Button1Click
|
|
end
|
|
end
|