home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Business / Empire / _SETUP.1 / EmpireBuilder.exe / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt
Text File  |  1999-06-21  |  2KB  |  79 lines

  1. object SplashForm: TSplashForm
  2.   Left = 284
  3.   Top = 87
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Empire Builder'
  7.   ClientHeight = 413
  8.   ClientWidth = 306
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -17
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 120
  19.   TextHeight = 20
  20.   object Image1: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 309
  24.     Height = 413
  25.     Stretch = True
  26.   end
  27.   object RxLabel1: TRxLabel
  28.     Left = 4
  29.     Top = 380
  30.     Width = 106
  31.     Height = 22
  32.     Caption = 'Loading ....'
  33.     Color = clPurple
  34.     Font.Charset = ANSI_CHARSET
  35.     Font.Color = clYellow
  36.     Font.Height = -18
  37.     Font.Name = 'Verdana'
  38.     Font.Style = []
  39.     ParentColor = False
  40.     ParentFont = False
  41.     Transparent = True
  42.   end
  43.   object Sizer1: TSizer
  44.     Enabled = True
  45.     ExceptionAction = eaIgnoreControl
  46.     GridColumnSizing = gcSizeAllColumns
  47.     GridRowSizing = grSizeByDefaults
  48.     MinimumSize = True
  49.     NavigateOnEnter = False
  50.     OverrideParentFont = True
  51.     PerformAssertions = True
  52.     ShowAssertionFailures = False
  53.     StretchFonts = True
  54.     StretchImages = True
  55.     StretchOnResize = True
  56.     ThreadProcessing = False
  57.     Left = 172
  58.     Top = 368
  59.     ScreenWidth = (
  60.       800)
  61.     ScreenHeight = (
  62.       600)
  63.     OriginalFormWidth = (
  64.       314)
  65.     OriginalFormHeight = (
  66.       440)
  67.     OriginalFormLeft = (
  68.       284)
  69.     OriginalFormTop = (
  70.       87)
  71.     OriginalFormPPI = (
  72.       120)
  73.     OriginalClientWidth = (
  74.       306)
  75.     OriginalClientHeight = (
  76.       413)
  77.   end
  78. end
  79.