47 lines
801 B
Plaintext
47 lines
801 B
Plaintext
|
object Form1: TForm1
|
||
|
Left = 387
|
||
|
Top = 243
|
||
|
Width = 520
|
||
|
Height = 376
|
||
|
Caption = 'Form1'
|
||
|
Color = clBtnFace
|
||
|
Font.Charset = DEFAULT_CHARSET
|
||
|
Font.Color = clWindowText
|
||
|
Font.Height = -11
|
||
|
Font.Name = 'MS Sans Serif'
|
||
|
Font.Style = []
|
||
|
OldCreateOrder = False
|
||
|
PixelsPerInch = 96
|
||
|
TextHeight = 13
|
||
|
object Label1: TLabel
|
||
|
Left = 128
|
||
|
Top = 96
|
||
|
Width = 32
|
||
|
Height = 13
|
||
|
Caption = 'Label1'
|
||
|
end
|
||
|
object Label2: TLabel
|
||
|
Left = 208
|
||
|
Top = 104
|
||
|
Width = 32
|
||
|
Height = 13
|
||
|
Caption = 'Label2'
|
||
|
end
|
||
|
object Button1: TButton
|
||
|
Left = 112
|
||
|
Top = 48
|
||
|
Width = 75
|
||
|
Height = 25
|
||
|
Caption = 'Button1'
|
||
|
TabOrder = 0
|
||
|
OnClick = Button1Click
|
||
|
end
|
||
|
object Edit1: TEdit
|
||
|
Left = 200
|
||
|
Top = 48
|
||
|
Width = 121
|
||
|
Height = 21
|
||
|
TabOrder = 1
|
||
|
end
|
||
|
end
|