home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / delphi / imagelib / uullscr.df_ / uullscr.df / uullscr.txt
Text File  |  1995-06-10  |  737b  |  36 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: TMultiImage
  23.     Left = 8
  24.     Top = 8
  25.     Width = 601
  26.     Height = 377
  27.     JPegDither = 0
  28.     JPegResolution = 8
  29.     JPegSaveQuality = 25
  30.     JPegSaveSmooh = 0
  31.     ImageName = 'file not exits'
  32.     Stretch = True
  33.     OnClick = ImageClick
  34.   end
  35. end
  36.