home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / delphi / imagelib / bfullscr.df_ / bfullscr.df / bfullscr.txt
Text File  |  1995-09-29  |  852b  |  41 lines

  1. object FullSlide: TFullSlide
  2.   Left = 4
  3.   Top = 38
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = []
  7.   BorderStyle = bsNone
  8.   Caption = 'FullSlide'
  9.   ClientHeight = 433
  10.   ClientWidth = 624
  11.   Color = clBlack
  12.   Font.Color = clWindowText
  13.   Font.Height = -13
  14.   Font.Name = 'System'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   PixelsPerInch = 96
  18.   Position = poScreenCenter
  19.   OnClick = ImageClick
  20.   OnCreate = FormCreate
  21.   TextHeight = 16
  22.   object MultiImage1: TPMultiImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 617
  26.     Height = 393
  27.     Center = True
  28.     Color = clBlack
  29.     ImageName = 'file not found'
  30.     ImageDither = True
  31.     ImageReadRes = Color256
  32.     ImageWriteRes = Color256
  33.     JPegSaveQuality = 25
  34.     JPegSaveSmooth = 0
  35.     OnClick = ImageClick
  36.     Stretch = True
  37.     TabOrder = 0
  38.     TabStop = False
  39.   end
  40. end
  41.