home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 December
/
Chip_2001-12_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d23456
/
CAJSCRTP.ZIP
/
demo_del
/
demo2.dfm
/
demo2.txt
Wrap
Text File
|
2001-04-30
|
558b
|
28 lines
object PaintForm: TPaintForm
Left = 296
Top = 203
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Paint Form'
ClientHeight = 354
ClientWidth = 429
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object PaintBox1: TPaintBox
Left = 0
Top = 0
Width = 429
Height = 354
Align = alClient
OnPaint = PaintBox1Paint
end
end