home *** CD-ROM | disk | FTP | other *** search
- object ProgressBox: TProgressBox
- Left = 501
- Top = 298
- Cursor = crHourGlass
- VertScrollBar.Visible = False
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Progress'
- ClientHeight = 145
- ClientWidth = 560
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 120
- TextHeight = 16
- object Passed_: TLabel
- Left = 16
- Top = 3
- Width = 47
- Height = 16
- Caption = 'Passed'
- Color = clBtnFace
- ParentColor = False
- end
- object ToDo_: TLabel
- Left = 16
- Top = 22
- Width = 36
- Height = 16
- Caption = 'To do'
- Color = clBtnFace
- ParentColor = False
- end
- object Total_: TLabel
- Left = 16
- Top = 41
- Width = 31
- Height = 16
- Caption = 'Total'
- Color = clBtnFace
- ParentColor = False
- end
- object Passed: TLabel
- Left = 191
- Top = 3
- Width = 7
- Height = 16
- Alignment = taRightJustify
- Caption = '0'
- Color = clBtnFace
- ParentColor = False
- end
- object ToDo: TLabel
- Left = 191
- Top = 22
- Width = 7
- Height = 16
- Alignment = taRightJustify
- Caption = '0'
- Color = clBtnFace
- ParentColor = False
- end
- object Total: TLabel
- Left = 137
- Top = 41
- Width = 61
- Height = 16
- Alignment = taRightJustify
- Caption = 'Searching'
- Color = clBtnFace
- ParentColor = False
- end
- object PaintBox1: TPaintBox
- Left = 8
- Top = 89
- Width = 545
- Height = 23
- Cursor = crHourGlass
- Color = clBtnShadow
- ParentColor = False
- end
- object MemoryLabel: TLabel
- Left = 208
- Top = 120
- Width = 52
- Height = 16
- Caption = 'Memory:'
- Color = clBtnFace
- ParentColor = False
- end
- object Memory: TLabel
- Left = 284
- Top = 120
- Width = 7
- Height = 16
- Caption = '0'
- Color = clBtnFace
- ParentColor = False
- end
- object CountLabel: TLabel
- Left = 16
- Top = 120
- Width = 39
- Height = 16
- Caption = 'Errors:'
- Color = clBtnFace
- ParentColor = False
- end
- object CountValue: TLabel
- Left = 112
- Top = 120
- Width = 7
- Height = 16
- Caption = '0'
- Color = clBtnFace
- ParentColor = False
- end
- object Panel2: TPanel
- Left = 264
- Top = 0
- Width = 289
- Height = 65
- Cursor = crHourGlass
- Color = clBtnShadow
- TabOrder = 0
- object TimePassed_: TLabel
- Left = 8
- Top = 5
- Width = 80
- Height = 16
- Caption = 'Time passed'
- Color = clBtnShadow
- ParentColor = False
- end
- object TimeLeft_: TLabel
- Left = 8
- Top = 22
- Width = 51
- Height = 16
- Caption = 'Time left'
- Color = clBtnShadow
- ParentColor = False
- end
- object TimePassed: TLabel
- Left = 171
- Top = 5
- Width = 21
- Height = 16
- Caption = '000'
- end
- object TimeLeft: TLabel
- Left = 171
- Top = 22
- Width = 21
- Height = 16
- Caption = '000'
- end
- object TimeExpected_: TLabel
- Left = 8
- Top = 40
- Width = 90
- Height = 16
- Caption = 'Time expected'
- Color = clBtnShadow
- ParentColor = False
- end
- object TimeExpected: TLabel
- Left = 171
- Top = 40
- Width = 21
- Height = 16
- Caption = '000'
- end
- end
- object Cancel: TBitBtn
- Left = 442
- Top = 115
- Width = 111
- Height = 27
- Cursor = crArrow
- Caption = '&Cancel'
- Enabled = False
- TabOrder = 1
- Kind = bkCancel
- end
- object ReportLabel: TPanel
- Left = 8
- Top = 65
- Width = 545
- Height = 23
- Cursor = crHourGlass
- Alignment = taLeftJustify
- BevelInner = bvLowered
- Caption = 'Operation in progress'
- Color = clWindow
- TabOrder = 2
- end
- end
-