23 lines
432 B
Plaintext
23 lines
432 B
Plaintext
inherited Form1: TForm1
|
|
Caption = 'Form1'
|
|
ClientHeight = 299
|
|
ClientWidth = 635
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
ExplicitWidth = 651
|
|
ExplicitHeight = 338
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Button1: TButton [0]
|
|
Left = 376
|
|
Top = 88
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Button1'
|
|
TabOrder = 0
|
|
OnClick = Button1Click
|
|
end
|
|
end
|