home *** CD-ROM | disk | FTP | other *** search
- object frmscan: Tfrmscan
- Left = 491
- Top = 325
- BorderStyle = bsDialog
- Caption = 'Searching...'
- ClientHeight = 97
- ClientWidth = 450
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- OnCreate = FormCreate
- DesignSize = (
- 450
- 97)
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 16
- Width = 432
- Height = 13
- Alignment = taCenter
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Transparent = True
- end
- object pbScanProgress: TProgressBar
- Left = 8
- Top = 37
- Width = 431
- Height = 17
- Anchors = [akLeft, akTop, akRight]
- Smooth = True
- TabOrder = 0
- end
- object BitBtn1: TBitBtn
- Left = 192
- Top = 64
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 1
- OnClick = BitBtn1Click
- end
- object Timer1: TTimer
- Interval = 100
- OnTimer = Timer1Timer
- Left = 72
- Top = 64
- end
- end
-