home *** CD-ROM | disk | FTP | other *** search
/ Freelog 11 / Freelog011.iso / BestOf / PhoenixMail / Source / phoenix / FMSplash.dfm / FMSplash.txt next >
Text File  |  1998-12-04  |  536b  |  27 lines

  1. object SplashForm: TSplashForm
  2.   Left = 116
  3.   Top = 215
  4.   BorderStyle = bsNone
  5.   Caption = 'SplashForm'
  6.   ClientHeight = 256
  7.   ClientWidth = 402
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Image1: TImage
  18.     Left = 0
  19.     Top = 0
  20.     Width = 362
  21.     Height = 220
  22.     Cursor = crAppStart
  23.     Picture.Data = {<image000.bmp>}
  24.     Stretch = True
  25.   end
  26. end
  27.