home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 September / PCWorld_2006-09_cd.bin / system / speedfan / installspeedfan428.exe / speedfan.exe / 0 / RCDATA / TFRMSPLASH / TFRMSPLASH.txt < prev   
Text File  |  2006-02-08  |  1KB  |  65 lines

  1. object frmSplash: TfrmSplash
  2.   Left = 207
  3.   Top = 232
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Please wait...'
  7.   ClientHeight = 68
  8.   ClientWidth = 291
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 291
  23.     Height = 68
  24.     Align = alClient
  25.   end
  26.   object imWrite: TImage
  27.     Left = 12
  28.     Top = 8
  29.     Width = 48
  30.     Height = 48
  31.     AutoSize = True
  32.     Picture.Data = {<image000.bmp>}
  33.     Transparent = True
  34.     Visible = False
  35.   end
  36.   object imScan: TImage
  37.     Left = 12
  38.     Top = 8
  39.     Width = 48
  40.     Height = 48
  41.     AutoSize = True
  42.     Picture.Data = {<image001.bmp>}
  43.     Transparent = True
  44.     Visible = False
  45.   end
  46.   object lbText: TLabel
  47.     Left = 68
  48.     Top = 25
  49.     Width = 63
  50.     Height = 13
  51.     Caption = 'Progress info'
  52.   end
  53.   object ProgressBar1: TProgressBar
  54.     Left = 68
  55.     Top = 44
  56.     Width = 213
  57.     Height = 13
  58.     Min = 0
  59.     Max = 100
  60.     Step = 1
  61.     TabOrder = 0
  62.     Visible = False
  63.   end
  64. end
  65.