home *** CD-ROM | disk | FTP | other *** search
- object ProgressForm: TProgressForm
- Left = 302
- Top = 205
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Processing '
- ClientHeight = 83
- ClientWidth = 307
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poMainFormCenter
- DesignSize = (
- 307
- 83)
- PixelsPerInch = 96
- TextHeight = 13
- object Label: TStaticText
- Left = 8
- Top = 31
- Width = 291
- Height = 13
- Alignment = taCenter
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = 'Time remaining ??:??:?? (0%)'
- TabOrder = 2
- end
- object Bar: TProgressBar
- Left = 8
- Top = 8
- Width = 291
- Height = 22
- Anchors = [akLeft, akTop, akRight]
- ParentShowHint = False
- Smooth = True
- Step = 1
- ShowHint = False
- TabOrder = 1
- end
- object Cancel: TButton
- Left = 224
- Top = 50
- Width = 75
- Height = 25
- Anchors = [akBottom]
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 0
- OnClick = CancelClick
- end
- object Priority: TComboBox
- Left = 46
- Top = 55
- Width = 83
- Height = 21
- Style = csDropDownList
- Anchors = [akLeft, akBottom]
- ItemHeight = 13
- ItemIndex = 0
- TabOrder = 4
- Text = 'Maximum'
- Items.Strings = (
- 'Maximum'
- 'High'
- 'Medium'
- 'Low'
- 'Very low'
- 'Pause')
- end
- object PriorityLabel: TStaticText
- Left = 6
- Top = 58
- Width = 36
- Height = 17
- Alignment = taRightJustify
- Anchors = [akLeft, akBottom]
- AutoSize = False
- Caption = 'Priority:'
- TabOrder = 3
- end
- end
-