home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / CHIP_CD_2004-08.iso / software / tuneup_hit / files / TU2004TrialEN.exe / ProcessManager.exe1 / RCDATA / TFRMOPENFILESPROGRESS / TFRMOPENFILESPROGRESS.txt
Encoding:
Text File  |  2004-03-31  |  1.3 KB  |  67 lines

  1. object frmOpenFilesProgress: TfrmOpenFilesProgress
  2.   Left = 367
  3.   Top = 307
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Open Files'
  7.   ClientHeight = 90
  8.   ClientWidth = 367
  9.   Color = clBtnFace
  10.   DefaultMonitor = dmMainForm
  11.   Font.Charset = ANSI_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   OldCreateOrder = False
  18.   Position = poMainFormCenter
  19.   Scaled = False
  20.   DesignSize = (
  21.     367
  22.     90)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object lblPercent: TLabel
  26.     Left = 327
  27.     Top = 35
  28.     Width = 29
  29.     Height = 13
  30.     Alignment = taRightJustify
  31.     Anchors = [akTop, akRight]
  32.     Caption = '100%'
  33.   end
  34.   object lblStatus: TLabel
  35.     Left = 16
  36.     Top = 14
  37.     Width = 345
  38.     Height = 16
  39.     Anchors = [akLeft, akTop, akRight]
  40.     AutoSize = False
  41.     Caption = 'Identifying open files...'
  42.     ShowAccelChar = False
  43.   end
  44.   object ProgressBar: TProgressBar
  45.     Left = 16
  46.     Top = 34
  47.     Width = 305
  48.     Height = 16
  49.     Anchors = [akLeft, akTop, akRight]
  50.     Min = 0
  51.     Max = 100
  52.     Position = 33
  53.     Smooth = True
  54.     TabOrder = 0
  55.   end
  56.   object btnCancel: TButton
  57.     Left = 150
  58.     Top = 59
  59.     Width = 73
  60.     Height = 23
  61.     Cancel = True
  62.     Caption = 'Cancel'
  63.     TabOrder = 1
  64.     OnClick = btnCancelClick
  65.   end
  66. end
  67.