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 / TFRMCLASSSPLASH / TFRMCLASSSPLASH.txt
Encoding:
Text File  |  1999-02-16  |  1.2 KB  |  59 lines

  1. object frmClassSplash: TfrmClassSplash
  2.   Left = 306
  3.   Top = 188
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'frmClassSplash'
  7.   ClientHeight = 244
  8.   ClientWidth = 461
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 14
  19.   object pnlMain: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 461
  23.     Height = 244
  24.     Align = alClient
  25.     BevelInner = bvLowered
  26.     Color = clWhite
  27.     TabOrder = 0
  28.     object lblCopyright: TLabel
  29.       Left = 232
  30.       Top = 224
  31.       Width = 221
  32.       Height = 13
  33.       Alignment = taRightJustify
  34.       AutoSize = False
  35.       Caption = 'lblCopyright'
  36.     end
  37.     object imgLogo: TImage
  38.       Left = 4
  39.       Top = 4
  40.       Width = 453
  41.       Height = 217
  42.     end
  43.     object lblAppName: TLabel
  44.       Left = 8
  45.       Top = 224
  46.       Width = 221
  47.       Height = 13
  48.       AutoSize = False
  49.       Caption = 'lblName'
  50.       Font.Charset = ANSI_CHARSET
  51.       Font.Color = clWindowText
  52.       Font.Height = -11
  53.       Font.Name = 'Arial'
  54.       Font.Style = [fsBold]
  55.       ParentFont = False
  56.     end
  57.   end
  58. end
  59.