home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / CHIP_CD_2004-08.iso / software / tuneup_hit / files / TU2004TrialEN.exe / MemOptimizer.exe / RCDATA / TFRMPROGRESS / TFRMPROGRESS.txt
Encoding:
Text File  |  2004-03-31  |  1002 b   |  51 lines

  1. object frmProgress: TfrmProgress
  2.   Left = 334
  3.   Top = 368
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Optimizing Memory...'
  7.   ClientHeight = 81
  8.   ClientWidth = 354
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   Scaled = False
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object lblPerCnt: TLabel
  24.     Left = 306
  25.     Top = 22
  26.     Width = 23
  27.     Height = 13
  28.     Alignment = taRightJustify
  29.     Caption = '10%'
  30.   end
  31.   object Label2: TLabel
  32.     Left = 24
  33.     Top = 50
  34.     Width = 307
  35.     Height = 13
  36.     Alignment = taCenter
  37.     AutoSize = False
  38.     Caption = 'Optimizing memory. Please wait...'
  39.   end
  40.   object ProgressBar: TProgressBar
  41.     Left = 24
  42.     Top = 21
  43.     Width = 257
  44.     Height = 16
  45.     Min = 0
  46.     Max = 100
  47.     Smooth = True
  48.     TabOrder = 0
  49.   end
  50. end
  51.