home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / Share / Database / AutoSQL / ASQL22N.exe / _SETUP.1 / AutoSQL.exe / 0 / RCDATA / TFRMSPLASH / TFRMSPLASH.txt
Encoding:
Text File  |  1999-02-16  |  614 b   |  33 lines

  1. inherited frmSplash: TfrmSplash
  2.   Caption = 'frmSplash'
  3.   ClientHeight = 303
  4.   ClientWidth = 444
  5.   Scaled = False
  6.   PixelsPerInch = 96
  7.   TextHeight = 14
  8.   inherited pnlMain: TPanel
  9.     Width = 444
  10.     Height = 303
  11.     Color = clBlack
  12.     inherited lblCopyright: TLabel
  13.       Left = 224
  14.       Top = 268
  15.       Width = 197
  16.       Font.Color = clWhite
  17.       ParentFont = False
  18.     end
  19.     inherited imgLogo: TImage
  20.       Left = 20
  21.       Top = 16
  22.       Width = 405
  23.       Height = 253
  24.     end
  25.     inherited lblAppName: TLabel
  26.       Left = 20
  27.       Top = 268
  28.       Width = 189
  29.       Font.Color = clWhite
  30.     end
  31.   end
  32. end
  33.