home *** CD-ROM | disk | FTP | other *** search
- object DifeProgDlg: TDifeProgDlg
- Left = 413
- Top = 217
- Cursor = crHourGlass
- BorderIcons = []
- BorderStyle = bsToolWindow
- Caption = 'Progress'
- ClientHeight = 147
- ClientWidth = 342
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnActivate = FormActivate
- OnHide = FormHide
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object MsgLbl: TLabel
- Left = 12
- Top = 12
- Width = 318
- Height = 13
- Cursor = crHourGlass
- AutoSize = False
- Caption = 'Extending the image index...'
- end
- object ProgLbl: TLabel
- Left = 12
- Top = 36
- Width = 319
- Height = 13
- AutoSize = False
- end
- object lblFileName: TLabel
- Left = 12
- Top = 57
- Width = 319
- Height = 13
- AutoSize = False
- end
- object ProgBar: TProgressBar
- Left = 12
- Top = 77
- Width = 319
- Height = 20
- Cursor = crHourGlass
- Min = 0
- Max = 100
- Smooth = True
- Step = 1
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 128
- Top = 112
- Width = 85
- Height = 25
- Cursor = crArrow
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 1
- OnClick = CancelBtnClick
- end
- end
-