home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
delphi
/
imagelib
/
usimple.df_
/
usimple.df
/
usimple.txt
Wrap
Text File
|
1995-10-01
|
918b
|
46 lines
object SimpleForm: TSimpleForm
Left = 82
Top = 81
Width = 441
Height = 300
Caption = 'Simple example'
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
PixelsPerInch = 96
TextHeight = 16
object Button1: TButton
Left = 384
Top = 0
Width = 49
Height = 273
Caption = '&open'
TabOrder = 0
OnClick = Button1Click
end
object MultiImage1: TPMultiImage
Left = 0
Top = 0
Width = 382
Height = 273
Center = True
Color = clBtnFace
ImageName = 'file not found'
ImageDither = True
ImageReadRes = Color256
ImageWriteRes = Color256
JPegSaveQuality = 25
JPegSaveSmooth = 0
TabOrder = 1
TabStop = False
end
object OpenDialog1: TOpenDialog
Filter =
'jpeg|*.jpg|gif|*.gif|pcx|*.pcx|bitmap|*.bmp|icon|*.ico|metafile|' +
'*.wmf|png|*.png'
Left = 376
Top = 8
end
end