home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / komunikace / qip / qip8020.exe / qip.exe / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt
Text File  |  2007-04-21  |  1KB  |  72 lines

  1. object SplashForm: TSplashForm
  2.   Left = 460
  3.   Top = 285
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsNone
  6.   Caption = 'QIP'
  7.   ClientHeight = 83
  8.   ClientWidth = 247
  9.   Color = clMoneyGreen
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object ImageSlpash: TImage
  22.     Left = 6
  23.     Top = 6
  24.     Width = 236
  25.     Height = 49
  26.     Stretch = True
  27.   end
  28.   object LabelVer: TLabel
  29.     Left = 190
  30.     Top = 66
  31.     Width = 50
  32.     Height = 13
  33.     Caption = 'Build 7900'
  34.     Color = clBtnFace
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clGreen
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ParentColor = False
  41.     ParentFont = False
  42.     Transparent = True
  43.   end
  44.   object PB1: TGauge
  45.     Left = 6
  46.     Top = 59
  47.     Width = 235
  48.     Height = 4
  49.     BackColor = clMoneyGreen
  50.     BorderStyle = bsNone
  51.     ForeColor = 9425807
  52.     Progress = 0
  53.     ShowText = False
  54.   end
  55.   object Label1: TLabel
  56.     Left = 5
  57.     Top = 66
  58.     Width = 45
  59.     Height = 13
  60.     Caption = 'QIP 2005'
  61.     Color = clBtnFace
  62.     Font.Charset = DEFAULT_CHARSET
  63.     Font.Color = clGreen
  64.     Font.Height = -11
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = []
  67.     ParentColor = False
  68.     ParentFont = False
  69.     Transparent = True
  70.   end
  71. end
  72.