home *** CD-ROM | disk | FTP | other *** search
- object SearchStatusDlg: TSearchStatusDlg
- Left = 173
- Top = 179
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Disk Analysis Progress'
- ClientHeight = 115
- ClientWidth = 415
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 114
- Height = 13
- Caption = 'Analyzing Directory:'
- end
- object Label2: TLabel
- Left = 8
- Top = 56
- Width = 31
- Height = 13
- Caption = 'Files:'
- end
- object Label3: TLabel
- Left = 8
- Top = 72
- Width = 56
- Height = 13
- Caption = 'Kilobytes:'
- end
- object Label4: TLabel
- Left = 43
- Top = 56
- Width = 5
- Height = 13
- end
- object Label5: TLabel
- Left = 67
- Top = 72
- Width = 5
- Height = 13
- end
- object CancelBtn: TBitBtn
- Left = 169
- Top = 84
- Width = 77
- Height = 27
- TabOrder = 0
- OnClick = CancelBtnClick
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object Edit1: TEdit
- Left = 8
- Top = 24
- Width = 401
- Height = 21
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 1
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 500
- OnTimer = Timer1Timer
- Left = 384
- Top = 88
- end
- end
-