home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 February / Chip_2003-02_cd1.bin / zkuste / delphi / kompon / d3456 / PICSHOW.ZIP / Demo / Splash.dfm / Splash.txt < prev   
Text File  |  2002-09-26  |  670b  |  34 lines

  1. object SplashForm: TSplashForm
  2.   Left = 208
  3.   Top = 125
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 260
  7.   ClientWidth = 450
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   KeyPreview = True
  15.   Scaled = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object PicShow: TPicShow
  19.     Left = 0
  20.     Top = 0
  21.     Width = 450
  22.     Height = 260
  23.     BgMode = bmCentered
  24.     Delay = 30
  25.     Picture.Data = {<image000.jpg>}
  26.     Step = 6
  27.     Style = 52
  28.     TabOrder = 0
  29.     Threaded = False
  30.     ThreadPriority = tpHighest
  31.     OnProgress = PicShowProgress
  32.   end
  33. end
  34.