home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / tuneup_hit / files / TU2004TrialEN.exe / WinStyler.exe / RCDATA / TFRMINSTALLLOGONSCREEN / TFRMINSTALLLOGONSCREEN.txt
Encoding:
Text File  |  2004-03-31  |  1.5 KB  |  79 lines

  1. object frmInstallLogonScreen: TfrmInstallLogonScreen
  2.   Left = 243
  3.   Top = 292
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Installing logon screen'
  7.   ClientHeight = 103
  8.   ClientWidth = 360
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   DesignSize = (
  20.     360
  21.     103)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object lblIntro: TLabel
  25.     Left = 52
  26.     Top = 12
  27.     Width = 295
  28.     Height = 41
  29.     Anchors = [akLeft, akTop, akRight]
  30.     AutoSize = False
  31.     Caption = '.'
  32.     Font.Charset = DEFAULT_CHARSET
  33.     Font.Color = 723723
  34.     Font.Height = -11
  35.     Font.Name = 'Tahoma'
  36.     Font.Style = []
  37.     ParentFont = False
  38.     WordWrap = True
  39.   end
  40.   object lblCurAction: TLabel
  41.     Left = 12
  42.     Top = 84
  43.     Width = 345
  44.     Height = 17
  45.     AutoSize = False
  46.     Caption = '...'
  47.     Font.Charset = DEFAULT_CHARSET
  48.     Font.Color = 723723
  49.     Font.Height = -11
  50.     Font.Name = 'Tahoma'
  51.     Font.Style = []
  52.     ParentFont = False
  53.   end
  54.   object imgWait: TImage
  55.     Left = 12
  56.     Top = 12
  57.     Width = 32
  58.     Height = 32
  59.   end
  60.   object pbProgress: TProgressBar
  61.     Left = 12
  62.     Top = 60
  63.     Width = 336
  64.     Height = 17
  65.     Anchors = [akLeft, akTop, akRight]
  66.     Min = 0
  67.     Max = 100
  68.     Smooth = True
  69.     TabOrder = 0
  70.   end
  71.   object tmrStartInstalling: TTimer
  72.     Enabled = False
  73.     Interval = 100
  74.     OnTimer = tmrStartInstallingTimer
  75.     Left = 296
  76.     Top = 16
  77.   end
  78. end
  79.