home *** CD-ROM | disk | FTP | other *** search
- object ISOProgressForm: TISOProgressForm
- Left = 487
- Top = 391
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Create image'
- ClientHeight = 148
- ClientWidth = 443
- 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 InformationLabel: TLabel
- Left = 15
- Top = 16
- Width = 420
- Height = 13
- AutoSize = False
- Caption = 'InformationLabel'
- ShowAccelChar = False
- end
- object ProgressLabel: TLabel
- Left = 15
- Top = 40
- Width = 420
- Height = 38
- AutoSize = False
- Caption = 'ProgressLabel'
- ShowAccelChar = False
- end
- object AbortLabel: TLabel
- Left = 15
- Top = 131
- Width = 336
- Height = 13
- AutoSize = False
- ShowAccelChar = False
- end
- object PositionLabel: TLabel
- Left = 15
- Top = 82
- Width = 420
- Height = 16
- AutoSize = False
- ShowAccelChar = False
- end
- object CancelBtn: TButton
- Left = 357
- Top = 106
- Width = 79
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 0
- OnClick = CancelBtnClick
- end
- object Gauge951: TProgressBar
- Left = 15
- Top = 110
- Width = 333
- Height = 15
- Min = 0
- Max = 100
- TabOrder = 1
- end
- end
-