60 lines
1.2 KiB
Plaintext
60 lines
1.2 KiB
Plaintext
|
object Form1: TForm1
|
||
|
Left = 192
|
||
|
Top = 107
|
||
|
Width = 553
|
||
|
Height = 331
|
||
|
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 = 96
|
||
|
Top = 48
|
||
|
Width = 351
|
||
|
Height = 37
|
||
|
Caption = 'PPLZ DLL Test Example'
|
||
|
Font.Charset = DEFAULT_CHARSET
|
||
|
Font.Color = clWindowText
|
||
|
Font.Height = -32
|
||
|
Font.Name = 'MS Sans Serif'
|
||
|
Font.Style = []
|
||
|
ParentFont = False
|
||
|
end
|
||
|
object Button1: TButton
|
||
|
Left = 112
|
||
|
Top = 160
|
||
|
Width = 105
|
||
|
Height = 41
|
||
|
Caption = 'OK'
|
||
|
Font.Charset = DEFAULT_CHARSET
|
||
|
Font.Color = clWindowText
|
||
|
Font.Height = -19
|
||
|
Font.Name = 'MS Sans Serif'
|
||
|
Font.Style = []
|
||
|
ParentFont = False
|
||
|
TabOrder = 0
|
||
|
OnClick = Button1Click
|
||
|
end
|
||
|
object Button2: TButton
|
||
|
Left = 312
|
||
|
Top = 160
|
||
|
Width = 121
|
||
|
Height = 41
|
||
|
Caption = 'Close'
|
||
|
Font.Charset = DEFAULT_CHARSET
|
||
|
Font.Color = clWindowText
|
||
|
Font.Height = -19
|
||
|
Font.Name = 'MS Sans Serif'
|
||
|
Font.Style = []
|
||
|
ParentFont = False
|
||
|
TabOrder = 1
|
||
|
OnClick = Button2Click
|
||
|
end
|
||
|
end
|