home *** CD-ROM | disk | FTP | other *** search
- object BootDiscPropFrame: TBootDiscPropFrame
- Left = 0
- Top = 0
- Width = 351
- Height = 278
- TabOrder = 0
- object Label36: TLabel
- Left = 16
- Top = 8
- Width = 313
- Height = 41
- AutoSize = False
- Caption =
- 'A bootable disc can be used to start the computer from a disc. T' +
- 'he specified disc image must contain an operating system.'
- WordWrap = True
- end
- object Bevel7: TBevel
- Left = 9
- Top = 44
- Width = 325
- Height = 10
- Shape = bsBottomLine
- end
- object Label23: TLabel
- Left = 8
- Top = 63
- Width = 321
- Height = 33
- AutoSize = False
- Caption = 'Select one of the following options to create a bootable disc.'
- WordWrap = True
- end
- object BootGroupBox: TGroupBox
- Left = 8
- Top = 107
- Width = 329
- Height = 160
- TabOrder = 2
- object SysLabel1: TSysLabel
- Left = 8
- Top = 16
- Width = 71
- Height = 15
- Caption = '&Emulation type:'
- FocusControl = EmuTypePanel
- end
- object SysLabel2: TSysLabel
- Left = 9
- Top = 53
- Width = 41
- Height = 15
- Caption = 'Source:'
- end
- object SrcDriveRadioBtn: TRadioButton
- Left = 16
- Top = 68
- Width = 73
- Height = 17
- HelpContext = 15700
- Caption = 'D&rive'
- Checked = True
- Enabled = False
- TabOrder = 0
- TabStop = True
- OnClick = SrcDriveRadioBtnClick
- end
- object SrcImageRadioBtn: TRadioButton
- Left = 17
- Top = 111
- Width = 64
- Height = 14
- HelpContext = 15710
- Caption = '&File'
- TabOrder = 1
- OnClick = SrcImageRadioBtnClick
- end
- object ElToritoImageEdit: TReadOnlyEdit
- Left = 28
- Top = 131
- Width = 197
- Height = 15
- HelpContext = 15107
- TabStop = False
- PathEllipsis = True
- TabOrder = 2
- Text = 'C:\El Torito Boot Image.iso'
- end
- object ElToritoSeachBtn: TButton
- Left = 231
- Top = 128
- Width = 90
- Height = 23
- HelpContext = 15720
- Caption = '&Browse...'
- TabOrder = 3
- end
- object EmuTypePanel: TPanel
- Left = 16
- Top = 32
- Width = 165
- Height = 18
- BevelOuter = bvNone
- TabOrder = 4
- object EmuHDRadioBtn: TRadioButton
- Left = 80
- Top = 1
- Width = 81
- Height = 17
- HelpContext = 15730
- Caption = 'Hard disk'
- TabOrder = 0
- end
- object EmuDiskRadioBtn: TRadioButton
- Left = 0
- Top = 1
- Width = 80
- Height = 17
- HelpContext = 15740
- Caption = 'Floppy disk'
- Checked = True
- TabOrder = 1
- TabStop = True
- end
- end
- object PartitionComboBox: TComboBox
- Left = 32
- Top = 85
- Width = 145
- Height = 21
- HelpContext = 15750
- Style = csDropDownList
- DropDownCount = 10
- ItemHeight = 13
- TabOrder = 5
- end
- end
- object NonBootRadioButton: TRadioButton
- Left = 12
- Top = 89
- Width = 321
- Height = 17
- HelpContext = 15101
- Caption = 'The disc cannot be used to boot an operating system.'
- TabOrder = 0
- OnClick = NonBootRadioButtonClick
- end
- object BootRadioButton: TExtRadioButton
- Left = 12
- Top = 106
- Width = 266
- Height = 15
- HelpContext = 15102
- Caption = 'The disc can be used to boot an operating system.'
- TabOrder = 1
- OnClick = BootRadioButtonClick
- CircleAlignment = raTop
- end
- end
-