home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / tema / Diadema / Demo / setup.exe / Pantheon.csy / RCDATA / TSPLASHFORM / TSPLASHFORM.txt < prev   
Encoding:
Text File  |  1999-04-22  |  2.4 KB  |  117 lines

  1. object SplashForm: TSplashForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsNone
  5.   ClientHeight = 260
  6.   ClientWidth = 474
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object LogoImage: TImage
  17.     Left = 0
  18.     Top = 0
  19.     Width = 474
  20.     Height = 260
  21.     Align = alClient
  22.     AutoSize = True
  23.     Picture.Data = {<image000.bmp>}
  24.   end
  25.   object TypeLabel: TLabel
  26.     Left = 336
  27.     Top = 196
  28.     Width = 129
  29.     Height = 13
  30.     Alignment = taCenter
  31.     AutoSize = False
  32.     Caption = 'Demonstra∩┐╜n∩┐╜ verze'
  33.     Font.Charset = EASTEUROPE_CHARSET
  34.     Font.Color = clBlack
  35.     Font.Height = -9
  36.     Font.Name = 'Small Fonts'
  37.     Font.Style = []
  38.     ParentFont = False
  39.     Transparent = True
  40.   end
  41.   object ProgressBar: TGauge
  42.     Left = 337
  43.     Top = 164
  44.     Width = 129
  45.     Height = 1
  46.     Color = clNone
  47.     ShowText = False
  48.     BorderStyle = bsNone
  49.     ParentColor = False
  50.     Progress = 0
  51.     Visible = False
  52.   end
  53.   object CaptionLbl: TLabel
  54.     Left = 336
  55.     Top = 152
  56.     Width = 137
  57.     Height = 13
  58.     AutoSize = False
  59.     Caption = 'P∩┐╜ipravuje se spu∩┐╜t∩┐╜n∩┐╜ aplikace'
  60.     Font.Charset = EASTEUROPE_CHARSET
  61.     Font.Color = clWindowText
  62.     Font.Height = -9
  63.     Font.Name = 'Small Fonts'
  64.     Font.Style = []
  65.     ParentFont = False
  66.     Transparent = True
  67.   end
  68.   object UzivatelLbl: TLabel
  69.     Left = 336
  70.     Top = 224
  71.     Width = 129
  72.     Height = 13
  73.     Alignment = taCenter
  74.     AutoSize = False
  75.     Caption = 'UzivatelLbl'
  76.     Font.Charset = EASTEUROPE_CHARSET
  77.     Font.Color = clWindowText
  78.     Font.Height = -9
  79.     Font.Name = 'Small Fonts'
  80.     Font.Style = []
  81.     ParentFont = False
  82.     Transparent = True
  83.   end
  84.   object SerCisloLbl: TLabel
  85.     Left = 336
  86.     Top = 240
  87.     Width = 129
  88.     Height = 13
  89.     Alignment = taCenter
  90.     AutoSize = False
  91.     Caption = 'SerCisloLbl'
  92.     Font.Charset = EASTEUROPE_CHARSET
  93.     Font.Color = clWindowText
  94.     Font.Height = -9
  95.     Font.Name = 'Small Fonts'
  96.     Font.Style = []
  97.     ParentFont = False
  98.     Transparent = True
  99.   end
  100.   object VersionLabel: TLabel
  101.     Left = 336
  102.     Top = 180
  103.     Width = 129
  104.     Height = 16
  105.     Alignment = taCenter
  106.     AutoSize = False
  107.     Caption = 'Verze 1.5'
  108.     Font.Charset = ANSI_CHARSET
  109.     Font.Color = clWindowText
  110.     Font.Height = -13
  111.     Font.Name = 'Arial'
  112.     Font.Style = [fsBold]
  113.     ParentFont = False
  114.     Transparent = True
  115.   end
  116. end
  117.