home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 December
/
Chip_2001-12_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d23456
/
CAJSCRTP.ZIP
/
demo_kylix
/
demo2.dfm
/
demo2.txt
Wrap
Text File
|
2001-05-20
|
585b
|
31 lines
object PaintForm: TPaintForm
Left = 300
Top = 221
Width = 429
Height = 354
BorderIcons = []
Caption = 'Paint Form'
Color = clBackground
Font.Color = clText
Font.Height = 11
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
Font.Weight = 0
ParentFont = False
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
TextWidth = 5
object PaintBox1: TPaintBox
Left = 0
Top = 0
Width = 429
Height = 354
Align = alClient
OnPaint = PaintBox1Paint
end
end