home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 January
/
Chip_1999-01_cd.bin
/
zkuste
/
delphi
/
D
/
SNPTST20.ZIP
/
TestDLL
/
TestDLL.dfm
/
TestDLL.txt
Wrap
Text File
|
1998-07-25
|
552b
|
32 lines
object Form1: TForm1
Left = 200
Top = 134
Width = 696
Height = 480
Caption = 'Form1'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 120
TextHeight = 16
object Button1: TButton
Left = 80
Top = 72
Width = 75
Height = 25
Caption = 'Local'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 200
Top = 72
Width = 75
Height = 25
Caption = 'DLL'
TabOrder = 1
end
end