home *** CD-ROM | disk | FTP | other *** search
- object frmOpenFilesProgress: TfrmOpenFilesProgress
- Left = 367
- Top = 307
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Open Files'
- ClientHeight = 90
- ClientWidth = 367
- Color = clBtnFace
- DefaultMonitor = dmMainForm
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poMainFormCenter
- Scaled = False
- DesignSize = (
- 367
- 90)
- PixelsPerInch = 96
- TextHeight = 13
- object lblPercent: TLabel
- Left = 327
- Top = 35
- Width = 29
- Height = 13
- Alignment = taRightJustify
- Anchors = [akTop, akRight]
- Caption = '100%'
- end
- object lblStatus: TLabel
- Left = 16
- Top = 14
- Width = 345
- Height = 16
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = 'Identifying open files...'
- ShowAccelChar = False
- end
- object ProgressBar: TProgressBar
- Left = 16
- Top = 34
- Width = 305
- Height = 16
- Anchors = [akLeft, akTop, akRight]
- Min = 0
- Max = 100
- Position = 33
- Smooth = True
- TabOrder = 0
- end
- object btnCancel: TButton
- Left = 150
- Top = 59
- Width = 73
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 1
- OnClick = btnCancelClick
- end
- end
-