home *** CD-ROM | disk | FTP | other *** search
- object OWProgressForm: TOWProgressForm
- Left = 269
- Top = 221
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Progress'
- ClientHeight = 115
- ClientWidth = 471
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 7
- Top = 7
- Width = 457
- Height = 101
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object TitleLabel: TLabel
- Left = 13
- Top = 8
- Width = 429
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = 'TitleLabel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object StatusLabel: TLabel
- Left = 56
- Top = 44
- Width = 385
- Height = 13
- AutoSize = False
- Caption = 'StatusLabel'
- end
- object Label1: TLabel
- Left = 16
- Top = 44
- Width = 33
- Height = 13
- Caption = 'Status:'
- end
- object ProgressBar: TProgressBar
- Left = 16
- Top = 72
- Width = 329
- Height = 16
- Min = 0
- Max = 100
- TabOrder = 0
- end
- object AbortBtn: TBitBtn
- Left = 366
- Top = 68
- Width = 75
- Height = 25
- Caption = '&Abort'
- TabOrder = 1
- OnClick = AbortBtnClick
- end
- end
- end
-