home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 April / PCWorld_1999-04_cd.bin / Novinky / April / Dm / Dm.exe / 0 / RCDATA / TSPLASHSCREEN / TSPLASHSCREEN.txt
Text File  |  1998-05-01  |  902b  |  42 lines

  1. object SplashScreen: TSplashScreen
  2.   Left = 322
  3.   Top = 169
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = ' '
  7.   ClientHeight = 78
  8.   ClientWidth = 231
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object GroupBox1: TGroupBox
  19.     Left = 4
  20.     Top = 4
  21.     Width = 221
  22.     Height = 69
  23.     TabOrder = 0
  24.     object Label2: TLabel
  25.       Left = 2
  26.       Top = 32
  27.       Width = 217
  28.       Height = 35
  29.       Align = alBottom
  30.       Alignment = taCenter
  31.       AutoSize = False
  32.       Caption = 'Please Wait.    Initialising . . .'
  33.       Font.Charset = DEFAULT_CHARSET
  34.       Font.Color = clWindowText
  35.       Font.Height = -11
  36.       Font.Name = 'MS Sans Serif'
  37.       Font.Style = []
  38.       ParentFont = False
  39.     end
  40.   end
  41. end
  42.