home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / Chip_2003-05_cd1.bin / tema / pasoft / DEMO.EXE / {app} / Pokladna.exe / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt < prev   
Encoding:
Text File  |  2003-03-18  |  1.8 KB  |  88 lines

  1. object SplashForm: TSplashForm
  2.   Left = 262
  3.   Top = 263
  4.   ActiveControl = Panel1
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   ClientHeight = 114
  8.   ClientWidth = 272
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 272
  24.     Height = 114
  25.     Align = alClient
  26.     BevelInner = bvLowered
  27.     TabOrder = 0
  28.     object Label3: TRxLabel
  29.       Left = 35
  30.       Top = 45
  31.       Width = 201
  32.       Height = 19
  33.       Alignment = taCenter
  34.       AutoSize = False
  35.       Caption = 'Pokladna pro Windows'
  36.       Font.Charset = DEFAULT_CHARSET
  37.       Font.Color = clBlack
  38.       Font.Height = -16
  39.       Font.Name = 'Times New Roman'
  40.       Font.Style = [fsItalic, fsUnderline]
  41.       ParentFont = False
  42.     end
  43.     object Bevel1: TBevel
  44.       Left = 62
  45.       Top = 86
  46.       Width = 147
  47.       Height = 2
  48.       Style = bsRaised
  49.     end
  50.     object CC1: TRxLabel
  51.       Left = 35
  52.       Top = 90
  53.       Width = 201
  54.       Height = 15
  55.       Alignment = taCenter
  56.       AutoSize = False
  57.       Caption = 'Loading...'
  58.       ShadowSize = 0
  59.     end
  60.     object Image1: TImage
  61.       Left = 118
  62.       Top = 11
  63.       Width = 32
  64.       Height = 32
  65.       AutoSize = True
  66.       Picture.Data = {<image000.ico>}
  67.       Stretch = True
  68.     end
  69.     object CLicence: TRxLabel
  70.       Left = 0
  71.       Top = 72
  72.       Width = 273
  73.       Height = 12
  74.       Alignment = taCenter
  75.       AutoSize = False
  76.       Caption = 'Licence : '
  77.       Font.Charset = DEFAULT_CHARSET
  78.       Font.Color = clBlack
  79.       Font.Height = -9
  80.       Font.Name = 'Times New Roman'
  81.       Font.Style = []
  82.       ParentFont = False
  83.       ShadowSize = 0
  84.       Transparent = True
  85.     end
  86.   end
  87. end
  88.