home *** CD-ROM | disk | FTP | other *** search
- object ProgressForm: TProgressForm
- Left = 279
- Top = 124
- BorderIcons = []
- BorderStyle = bsDialog
- ClientHeight = 111
- ClientWidth = 455
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = True
- OnClose = FormClose
- OnCreate = FormCreate
- OnKeyPress = FormKeyPress
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object XOfN: TLabel
- Left = 11
- Top = 80
- Width = 3
- Height = 13
- end
- object PercentInfo: TLabel
- Left = 365
- Top = 80
- Width = 3
- Height = 13
- Alignment = taRightJustify
- end
- object Info: TLabel
- Left = 8
- Top = 8
- Width = 441
- Height = 33
- AutoSize = False
- ShowAccelChar = False
- Transparent = True
- Layout = tlCenter
- end
- object WipeInfo: TLabel
- Left = 104
- Top = 80
- Width = 161
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Transparent = True
- end
- object Proggy: TProgressBar
- Left = 8
- Top = 48
- Width = 441
- Height = 23
- Min = 0
- Max = 100
- Step = 1
- TabOrder = 0
- end
- object CancelButton: TButton
- Left = 376
- Top = 80
- Width = 75
- Height = 25
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = CancelButtonClick
- end
- object FlashTimer: TTimer
- Enabled = False
- Interval = 300
- OnTimer = FlashTimerTimer
- Left = 328
- Top = 80
- end
- end
-