home *** CD-ROM | disk | FTP | other *** search
/ Intermedia 1998 January / inter1_98.iso / gry / minitris / setup.exe / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt < prev   
Text File  |  1997-07-23  |  1KB  |  61 lines

  1. object SplashForm: TSplashForm
  2.   Left = 271
  3.   Top = 367
  4.   BorderStyle = bsNone
  5.   Caption = 'UCI Installer'
  6.   ClientHeight = 144
  7.   ClientWidth = 288
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   WindowState = wsMaximized
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 0
  20.     Top = 0
  21.     Width = 288
  22.     Height = 144
  23.     Picture.Data = {<image000.bmp>}
  24.     Stretch = True
  25.   end
  26.   object Label1: TLabel
  27.     Left = 205
  28.     Top = 125
  29.     Width = 75
  30.     Height = 13
  31.     Caption = 'UCI Installer 1.0'
  32.     Transparent = True
  33.   end
  34.   object Label2: TLabel
  35.     Left = 14
  36.     Top = 14
  37.     Width = 187
  38.     Height = 37
  39.     Caption = 'Minitris 2.02'
  40.     Font.Color = clBlack
  41.     Font.Height = -32
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = [fsBold]
  44.     ParentFont = False
  45.     Transparent = True
  46.   end
  47.   object Label3: TLabel
  48.     Left = 13
  49.     Top = 15
  50.     Width = 187
  51.     Height = 37
  52.     Caption = 'Minitris 2.02'
  53.     Font.Color = clRed
  54.     Font.Height = -32
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = [fsBold]
  57.     ParentFont = False
  58.     Transparent = True
  59.   end
  60. end
  61.