home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / ctenari / Majda / Life.exe / 0 / RCDATA / TSPLASHSCREEN / TSPLASHSCREEN.txt < prev   
Text File  |  2002-09-14  |  1KB  |  57 lines

  1. object SplashScreen: TSplashScreen
  2.   Left = 616
  3.   Top = 443
  4.   BorderStyle = bsNone
  5.   Caption = 'SplashScreen'
  6.   ClientHeight = 240
  7.   ClientWidth = 400
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 400
  24.     Height = 240
  25.     Align = alClient
  26.     BevelOuter = bvNone
  27.     BorderStyle = bsSingle
  28.     Ctl3D = False
  29.     ParentCtl3D = False
  30.     TabOrder = 0
  31.     object Image1: TImage
  32.       Left = 0
  33.       Top = 0
  34.       Width = 398
  35.       Height = 238
  36.       Align = alClient
  37.       AutoSize = True
  38.       Picture.Data = {<image000.bmp>}
  39.     end
  40.     object ProgressLabel: TLabel
  41.       Left = 176
  42.       Top = 216
  43.       Width = 57
  44.       Height = 13
  45.       Alignment = taCenter
  46.       Caption = 'Inicializuji...'
  47.       Font.Charset = DEFAULT_CHARSET
  48.       Font.Color = clWhite
  49.       Font.Height = -11
  50.       Font.Name = 'Tahoma'
  51.       Font.Style = []
  52.       ParentFont = False
  53.       Transparent = True
  54.     end
  55.   end
  56. end
  57.