home *** CD-ROM | disk | FTP | other *** search
- object ScanInfo: TScanInfo
- Left = 189
- Top = 109
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Scanning'
- ClientHeight = 122
- ClientWidth = 385
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 28
- Top = 8
- Width = 94
- Height = 13
- Caption = 'Busy with scanning:'
- end
- object FileName: TLabel
- Left = 8
- Top = 32
- Width = 369
- Height = 13
- AutoSize = False
- Caption = 'FileName'
- ShowAccelChar = False
- end
- object Label3: TLabel
- Left = 8
- Top = 73
- Width = 27
- Height = 13
- Caption = 'Total:'
- end
- object Label4: TLabel
- Left = 8
- Top = 56
- Width = 61
- Height = 13
- Caption = 'Progress 1/1'
- end
- object ProgressBar1: TProgressBar
- Left = 40
- Top = 72
- Width = 337
- Height = 16
- Min = 0
- Max = 100
- Smooth = True
- TabOrder = 0
- end
- object Animate1: TAnimate
- Left = 8
- Top = 6
- Width = 16
- Height = 16
- Active = False
- CommonAVI = aviFindFile
- StopFrame = 8
- end
- object Button1: TButton
- Left = 144
- Top = 96
- Width = 75
- Height = 25
- Caption = 'Cancel'
- TabOrder = 2
- OnClick = Button1Click
- end
- end
-