home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 February / PCWorld_2003-02_cd.bin / Software / Topware / devpascal / devpas.exe / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt < prev   
Text File  |  2002-07-15  |  866b  |  45 lines

  1. object SplashForm: TSplashForm
  2.   Left = 212
  3.   Top = 161
  4.   Cursor = crHandPoint
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   ClientHeight = 166
  8.   ClientWidth = 475
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 475
  24.     Height = 166
  25.     Align = alClient
  26.     TabOrder = 0
  27.     object Image: TImage
  28.       Left = 1
  29.       Top = 1
  30.       Width = 473
  31.       Height = 145
  32.       Align = alClient
  33.       Picture.Data = {<image000.bmp>}
  34.     end
  35.     object StatusBar: TStatusBar
  36.       Left = 1
  37.       Top = 146
  38.       Width = 473
  39.       Height = 19
  40.       Panels = <>
  41.       SimplePanel = True
  42.     end
  43.   end
  44. end
  45.