home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / zkuste / delphi / kompon / d3456 / PICSHOW.ZIP / DBDemo / Splash.dfm / Splash.txt < prev   
Encoding:
Text File  |  2000-09-04  |  719 b   |  37 lines

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