home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / CHIP_CD_2004-08.iso / software / tuneup_hit / files / TU2004TrialEN.exe / RegistryDefrag.exe / RCDATA / TFRMWAIT / TFRMWAIT.txt
Encoding:
Text File  |  2004-03-31  |  3.6 KB  |  168 lines

  1. object frmWait: TfrmWait
  2.   Left = 366
  3.   Top = 588
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 183
  7.   ClientWidth = 391
  8.   Color = clBlack
  9.   DefaultMonitor = dmPrimary
  10.   Enabled = False
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   Scaled = False
  20.   OnCreate = FormCreate
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object ALProgressBar1: TALProgressBar
  25.     Left = 1
  26.     Top = 47
  27.     Width = 389
  28.     Height = 89
  29.     BackColor = clBlack
  30.     BorderStyle = bstNone
  31.     TabOrder = 2
  32.     BackgroundColor = clBtnFace
  33.     BarColor1 = 14980715
  34.     BarColor2 = 15445645
  35.     BarColor3 = 14980715
  36.     BarColorStyle = cs3Colors
  37.     Direction = pdRightToLeft
  38.     Max = 100
  39.     Position = 100
  40.     PosTextSuffix = '%'
  41.     ShowPosText = False
  42.     VerticalBorder = 10
  43.     object Label3: TLabel
  44.       Left = 79
  45.       Top = 38
  46.       Width = 232
  47.       Height = 19
  48.       Alignment = taCenter
  49.       AutoSize = False
  50.       Caption = 'Please wait...'
  51.       Font.Charset = DEFAULT_CHARSET
  52.       Font.Color = 11822150
  53.       Font.Height = -13
  54.       Font.Name = 'Tahoma'
  55.       Font.Style = [fsBold]
  56.       ParentFont = False
  57.       Transparent = True
  58.     end
  59.     object Label1: TLabel
  60.       Left = 78
  61.       Top = 37
  62.       Width = 232
  63.       Height = 19
  64.       Alignment = taCenter
  65.       AutoSize = False
  66.       Caption = 'Please wait...'
  67.       Font.Charset = DEFAULT_CHARSET
  68.       Font.Color = clWhite
  69.       Font.Height = -13
  70.       Font.Name = 'Tahoma'
  71.       Font.Style = [fsBold]
  72.       ParentFont = False
  73.       Transparent = True
  74.     end
  75.     object pbProgressNT: TALProgressBar
  76.       Left = 104
  77.       Top = 60
  78.       Width = 180
  79.       Height = 16
  80.       BackColor = clWhite
  81.       BorderStyle = bstNone
  82.       TabOrder = 0
  83.       Visible = False
  84.       BackgroundColor = 15912119
  85.       BarColor1 = 2087464
  86.       BarColor2 = 10678438
  87.       Max = 100
  88.       Position = 100
  89.       PosTextSuffix = '%'
  90.       ShowPosText = False
  91.       VerticalBorder = 10
  92.       ParentShowHint = False
  93.       ShowHint = False
  94.     end
  95.   end
  96.   object Panel1: TPanel
  97.     Left = 1
  98.     Top = 1
  99.     Width = 389
  100.     Height = 48
  101.     BevelOuter = bvNone
  102.     Color = 11420704
  103.     TabOrder = 0
  104.     object imgRegDefrag: TImage
  105.       Left = 10
  106.       Top = 8
  107.       Width = 32
  108.       Height = 32
  109.       AutoSize = True
  110.     end
  111.     object lblCurrentAction: TLabel
  112.       Left = 50
  113.       Top = 16
  114.       Width = 320
  115.       Height = 21
  116.       AutoSize = False
  117.       Caption = 'Analyzing the registry'
  118.       Font.Charset = DEFAULT_CHARSET
  119.       Font.Color = clWhite
  120.       Font.Height = -13
  121.       Font.Name = 'Tahoma'
  122.       Font.Style = [fsBold]
  123.       ParentFont = False
  124.       Transparent = True
  125.     end
  126.   end
  127.   object Panel2: TPanel
  128.     Left = 1
  129.     Top = 134
  130.     Width = 389
  131.     Height = 48
  132.     BevelOuter = bvNone
  133.     Color = 11420704
  134.     TabOrder = 1
  135.     object Label4: TLabel
  136.       Left = 44
  137.       Top = 11
  138.       Width = 297
  139.       Height = 30
  140.       Alignment = taCenter
  141.       AutoSize = False
  142.       Caption = 
  143.         'Your computer may not react for several minutes while the analys' +
  144.         'is is being completed. '
  145.       Font.Charset = DEFAULT_CHARSET
  146.       Font.Color = clWhite
  147.       Font.Height = -11
  148.       Font.Name = 'Tahoma'
  149.       Font.Style = []
  150.       ParentFont = False
  151.       Transparent = True
  152.       WordWrap = True
  153.     end
  154.   end
  155.   object Timer1: TTimer
  156.     OnTimer = Timer1Timer
  157.     Left = 352
  158.     Top = 8
  159.   end
  160.   object tmrWaitImg: TTimer
  161.     Enabled = False
  162.     Interval = 0
  163.     OnTimer = tmrWaitImgTimer
  164.     Left = 320
  165.     Top = 8
  166.   end
  167. end
  168.