home *** CD-ROM | disk | FTP | other *** search
- object Progress: TProgress
- Left = 360
- Top = 247
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Progress'
- ClientHeight = 67
- ClientWidth = 313
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 9
- Top = 10
- Width = 3
- Height = 13
- Transparent = True
- end
- object ProgressBar1: TProgressBar
- Left = 9
- Top = 28
- Width = 293
- Height = 19
- Min = 0
- Max = 100
- TabOrder = 0
- end
- object Timer1: TTimer
- OnTimer = Timer1Timer
- Left = 272
- end
- end
-