home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / instantcopy / InstantCopy.msi / Cabs.w1.cab / CDWizard.EXE / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt < prev   
Encoding:
Text File  |  2002-12-06  |  1.9 KB  |  96 lines

  1. object SplashForm: TSplashForm
  2.   Left = 411
  3.   Top = 275
  4.   Cursor = crHourGlass
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsNone
  7.   ClientHeight = 247
  8.   ClientWidth = 400
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Image1: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 400
  26.     Height = 247
  27.     Align = alClient
  28.   end
  29.   object StarterImage: TImage
  30.     Left = 244
  31.     Top = 88
  32.     Width = 113
  33.     Height = 49
  34.     Picture.Data = {<image000.bmp>}
  35.     Transparent = True
  36.     Visible = False
  37.   end
  38.   object Label2: TLabel
  39.     Left = 97
  40.     Top = 127
  41.     Width = 249
  42.     Height = 13
  43.     AutoSize = False
  44.     Caption = 'This product is licensed to:'
  45.     Font.Charset = DEFAULT_CHARSET
  46.     Font.Color = clGray
  47.     Font.Height = -11
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = []
  50.     ParentFont = False
  51.   end
  52.   object lblRegInfo: TLabel
  53.     Left = 96
  54.     Top = 144
  55.     Width = 266
  56.     Height = 49
  57.     AutoSize = False
  58.     Caption = '(Unknown)'
  59.     WordWrap = True
  60.   end
  61.   object lblProgType: TLabel
  62.     Left = 244
  63.     Top = 57
  64.     Width = 111
  65.     Height = 32
  66.     Caption = 'Jukebox'
  67.     Font.Charset = DEFAULT_CHARSET
  68.     Font.Color = clWindowText
  69.     Font.Height = -27
  70.     Font.Name = 'Arial'
  71.     Font.Style = [fsBold]
  72.     ParentFont = False
  73.   end
  74.   object lblBeta: TLabel
  75.     Left = 328
  76.     Top = 21
  77.     Width = 54
  78.     Height = 29
  79.     Caption = 'Beta'
  80.     Font.Charset = DEFAULT_CHARSET
  81.     Font.Color = clRed
  82.     Font.Height = -24
  83.     Font.Name = 'Tahoma'
  84.     Font.Style = [fsBold]
  85.     ParentFont = False
  86.     Visible = False
  87.   end
  88.   object Timer1: TTimer
  89.     Enabled = False
  90.     Interval = 2500
  91.     OnTimer = Timer1Timer
  92.     Left = 8
  93.     Top = 56
  94.   end
  95. end
  96.