home *** CD-ROM | disk | FTP | other *** search
- object ProgressForm: TProgressForm
- Left = 257
- Top = 141
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Progress'
- ClientHeight = 78
- ClientWidth = 255
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object lStatus: TLabel
- Left = 8
- Top = 8
- Width = 241
- Height = 37
- AutoSize = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- WordWrap = True
- end
- object Bar: TProgressBar
- Left = 8
- Top = 52
- Width = 241
- Height = 17
- TabOrder = 0
- end
- end
-