home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 November
/
Chip_2002-11_cd1.bin
/
zkuste
/
delphi
/
nastroje
/
DEBUGDEL.ZIP
/
testmain.dfm
/
testmain.txt
Wrap
Text File
|
2002-04-07
|
446b
|
25 lines
object Form1: TForm1
Left = 380
Top = 211
Width = 254
Height = 134
Caption = 'Form1'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 24
Top = 32
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 0
OnClick = DisplaySomething
end
end