home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / delphi / imagelib / usimple.df_ / usimple.df / usimple.txt
Text File  |  1995-10-01  |  918b  |  46 lines

  1. object SimpleForm: TSimpleForm
  2.   Left = 82
  3.   Top = 81
  4.   Width = 441
  5.   Height = 300
  6.   Caption = 'Simple example'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object Button1: TButton
  14.     Left = 384
  15.     Top = 0
  16.     Width = 49
  17.     Height = 273
  18.     Caption = '&open'
  19.     TabOrder = 0
  20.     OnClick = Button1Click
  21.   end
  22.   object MultiImage1: TPMultiImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 382
  26.     Height = 273
  27.     Center = True
  28.     Color = clBtnFace
  29.     ImageName = 'file not found'
  30.     ImageDither = True
  31.     ImageReadRes = Color256
  32.     ImageWriteRes = Color256
  33.     JPegSaveQuality = 25
  34.     JPegSaveSmooth = 0
  35.     TabOrder = 1
  36.     TabStop = False
  37.   end
  38.   object OpenDialog1: TOpenDialog
  39.     Filter = 
  40.       'jpeg|*.jpg|gif|*.gif|pcx|*.pcx|bitmap|*.bmp|icon|*.ico|metafile|' +
  41.       '*.wmf|png|*.png'
  42.     Left = 376
  43.     Top = 8
  44.   end
  45. end
  46.