home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / Chip_2000-02_cd.bin / sharewar / Power / _SETUP.1 / PS.exe / 0 / RCDATA / TSPLASHSCREEN / TSPLASHSCREEN.txt < prev   
Text File  |  1999-05-20  |  3KB  |  138 lines

  1. object SplashScreen: TSplashScreen
  2.   Left = 225
  3.   Top = 242
  4.   BorderStyle = bsNone
  5.   ClientHeight = 160
  6.   ClientWidth = 504
  7.   Color = clBlack
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnClose = FormClose
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Image1: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 504
  26.     Height = 160
  27.     AutoSize = True
  28.     Picture.Data = {<image000.bmp>}
  29.   end
  30.   object Label1: TLabel
  31.     Left = 8
  32.     Top = 143
  33.     Width = 107
  34.     Height = 13
  35.     Caption = 'Starting PowerSettings'
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clSilver
  38.     Font.Height = -11
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     ParentFont = False
  42.     Transparent = True
  43.   end
  44.   object nn1: TLabel
  45.     Left = 58
  46.     Top = 108
  47.     Width = 415
  48.     Height = 13
  49.     Alignment = taCenter
  50.     AutoSize = False
  51.     Caption = 'TO REMOVE THIS DELAY SCREEN'
  52.     Color = clBlack
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clBlack
  55.     Font.Height = -11
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = [fsBold]
  58.     ParentColor = False
  59.     ParentFont = False
  60.     Transparent = True
  61.     Visible = False
  62.   end
  63.   object nn2: TLabel
  64.     Left = 58
  65.     Top = 130
  66.     Width = 415
  67.     Height = 13
  68.     Alignment = taCenter
  69.     AutoSize = False
  70.     Caption = 'YOU MUST REGISTER'
  71.     Color = clBlack
  72.     Font.Charset = DEFAULT_CHARSET
  73.     Font.Color = clBlack
  74.     Font.Height = -11
  75.     Font.Name = 'MS Sans Serif'
  76.     Font.Style = [fsBold]
  77.     ParentColor = False
  78.     ParentFont = False
  79.     Transparent = True
  80.     Visible = False
  81.   end
  82.   object nn4: TLabel
  83.     Left = 56
  84.     Top = 106
  85.     Width = 417
  86.     Height = 13
  87.     Alignment = taCenter
  88.     AutoSize = False
  89.     Caption = 'TO REMOVE THIS DELAY SCREEN'
  90.     Color = clBlack
  91.     Font.Charset = DEFAULT_CHARSET
  92.     Font.Color = clWhite
  93.     Font.Height = -11
  94.     Font.Name = 'MS Sans Serif'
  95.     Font.Style = [fsBold]
  96.     ParentColor = False
  97.     ParentFont = False
  98.     Transparent = True
  99.     Visible = False
  100.   end
  101.   object nn3: TLabel
  102.     Left = 56
  103.     Top = 129
  104.     Width = 417
  105.     Height = 13
  106.     Alignment = taCenter
  107.     AutoSize = False
  108.     Caption = 'YOU MUST REGISTER'
  109.     Color = clBlack
  110.     Font.Charset = DEFAULT_CHARSET
  111.     Font.Color = clWhite
  112.     Font.Height = -11
  113.     Font.Name = 'MS Sans Serif'
  114.     Font.Style = [fsBold]
  115.     ParentColor = False
  116.     ParentFont = False
  117.     Transparent = True
  118.     Visible = False
  119.   end
  120.   object ProgressBar1: TProgressBar
  121.     Left = 0
  122.     Top = 144
  123.     Width = 504
  124.     Height = 16
  125.     Align = alBottom
  126.     Min = 0
  127.     Max = 100
  128.     Step = 1
  129.     TabOrder = 0
  130.     Visible = False
  131.   end
  132.   object Timer1: TTimer
  133.     OnTimer = Timer1Timer
  134.     Left = 288
  135.     Top = 8
  136.   end
  137. end
  138.