home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / cdmage / CDmage.exe / 0 / RCDATA / TSPLASHWINDOW / TSPLASHWINDOW.txt < prev   
Text File  |  2001-03-01  |  892b  |  47 lines

  1. object SplashWindow: TSplashWindow
  2.   Left = 350
  3.   Top = 202
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'SplashWindow'
  7.   ClientHeight = 173
  8.   ClientWidth = 317
  9.   Color = clMaroon
  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.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object SplashImage: TImage
  21.     Left = 2
  22.     Top = 2
  23.     Width = 313
  24.     Height = 169
  25.     Center = True
  26.     Picture.Data = {<image000.bmp>}
  27.   end
  28.   object Panel1: TPanel
  29.     Left = 12
  30.     Top = 145
  31.     Width = 293
  32.     Height = 15
  33.     Caption = 'Panel1'
  34.     TabOrder = 0
  35.     object LoadBar: TProgressBar
  36.       Left = 0
  37.       Top = 0
  38.       Width = 293
  39.       Height = 15
  40.       Min = 0
  41.       Max = 100
  42.       Smooth = True
  43.       TabOrder = 0
  44.     end
  45.   end
  46. end
  47.