home *** CD-ROM | disk | FTP | other *** search
- object WriteProgressForm: TWriteProgressForm
- Left = 494
- Top = 443
- BorderStyle = bsDialog
- Caption = 'Preparing Writing'
- ClientHeight = 138
- ClientWidth = 424
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lblTimeRemaining: TLabel
- Left = 8
- Top = 120
- Width = 313
- Height = 13
- AutoSize = False
- end
- object pnlProgress: TPanel
- Left = 0
- Top = 0
- Width = 421
- Height = 109
- HelpContext = 60
- BevelOuter = bvNone
- FullRepaint = False
- TabOrder = 0
- object Label3: TLabel
- Left = 7
- Top = 8
- Width = 60
- Height = 13
- AutoSize = False
- Caption = 'Track:'
- end
- object Label4: TLabel
- Left = 7
- Top = 33
- Width = 60
- Height = 13
- AutoSize = False
- Caption = 'Total:'
- end
- object lblTrackProgress: TLabel
- Left = 383
- Top = 8
- Width = 31
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = '0%'
- end
- object lblTotalProgress: TLabel
- Left = 383
- Top = 32
- Width = 31
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = '0%'
- end
- object lblProgress: TLabel
- Left = 71
- Top = 54
- Width = 305
- Height = 13
- AutoSize = False
- Caption = 'Track 1 of 14 (100,4 MB of 300, 5 MB)'
- end
- object Label8: TLabel
- Left = 7
- Top = 54
- Width = 60
- Height = 13
- AutoSize = False
- Caption = 'Progress:'
- end
- object lblStatus: TLabel
- Left = 71
- Top = 73
- Width = 346
- Height = 13
- AutoSize = False
- Caption = 'Writing...'
- WordWrap = True
- end
- object lblStatCaption: TLabel
- Left = 7
- Top = 73
- Width = 60
- Height = 13
- AutoSize = False
- Caption = 'Status:'
- end
- object lblStatus2: TLabel
- Left = 72
- Top = 91
- Width = 305
- Height = 16
- AutoSize = False
- WordWrap = True
- end
- object pbTrack: TProgressBar
- Left = 71
- Top = 8
- Width = 305
- Height = 16
- HelpContext = 21
- Min = 0
- Max = 100
- TabOrder = 0
- end
- object pbTotal: TProgressBar
- Left = 71
- Top = 32
- Width = 305
- Height = 16
- HelpContext = 30
- Min = 0
- Max = 100
- TabOrder = 1
- end
- end
- object btnCancel: TButton
- Left = 344
- Top = 112
- Width = 75
- Height = 23
- Caption = 'Cancel'
- TabOrder = 1
- OnClick = btnCancelClick
- end
- end
-