home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / instantcopy / InstantCopy.msi / Cabs.w1.cab / CDWizard.EXE / 0 / RCDATA / TBOOTDISCPROPFRAME / TBOOTDISCPROPFRAME.txt
Encoding:
Text File  |  2002-12-06  |  3.4 KB  |  160 lines

  1. object BootDiscPropFrame: TBootDiscPropFrame
  2.   Left = 0
  3.   Top = 0
  4.   Width = 351
  5.   Height = 278
  6.   TabOrder = 0
  7.   object Label36: TLabel
  8.     Left = 16
  9.     Top = 8
  10.     Width = 313
  11.     Height = 41
  12.     AutoSize = False
  13.     Caption = 
  14.       'A bootable disc can be used to start the computer from a disc. T' +
  15.       'he specified disc image must contain an operating system.'
  16.     WordWrap = True
  17.   end
  18.   object Bevel7: TBevel
  19.     Left = 9
  20.     Top = 44
  21.     Width = 325
  22.     Height = 10
  23.     Shape = bsBottomLine
  24.   end
  25.   object Label23: TLabel
  26.     Left = 8
  27.     Top = 63
  28.     Width = 321
  29.     Height = 33
  30.     AutoSize = False
  31.     Caption = 'Select one of the following options to create a bootable disc.'
  32.     WordWrap = True
  33.   end
  34.   object BootGroupBox: TGroupBox
  35.     Left = 8
  36.     Top = 107
  37.     Width = 329
  38.     Height = 160
  39.     TabOrder = 2
  40.     object SysLabel1: TSysLabel
  41.       Left = 8
  42.       Top = 16
  43.       Width = 71
  44.       Height = 15
  45.       Caption = '&Emulation type:'
  46.       FocusControl = EmuTypePanel
  47.     end
  48.     object SysLabel2: TSysLabel
  49.       Left = 9
  50.       Top = 53
  51.       Width = 41
  52.       Height = 15
  53.       Caption = 'Source:'
  54.     end
  55.     object SrcDriveRadioBtn: TRadioButton
  56.       Left = 16
  57.       Top = 68
  58.       Width = 73
  59.       Height = 17
  60.       HelpContext = 15700
  61.       Caption = 'D&rive'
  62.       Checked = True
  63.       Enabled = False
  64.       TabOrder = 0
  65.       TabStop = True
  66.       OnClick = SrcDriveRadioBtnClick
  67.     end
  68.     object SrcImageRadioBtn: TRadioButton
  69.       Left = 17
  70.       Top = 111
  71.       Width = 64
  72.       Height = 14
  73.       HelpContext = 15710
  74.       Caption = '&File'
  75.       TabOrder = 1
  76.       OnClick = SrcImageRadioBtnClick
  77.     end
  78.     object ElToritoImageEdit: TReadOnlyEdit
  79.       Left = 28
  80.       Top = 131
  81.       Width = 197
  82.       Height = 15
  83.       HelpContext = 15107
  84.       TabStop = False
  85.       PathEllipsis = True
  86.       TabOrder = 2
  87.       Text = 'C:\El Torito Boot Image.iso'
  88.     end
  89.     object ElToritoSeachBtn: TButton
  90.       Left = 231
  91.       Top = 128
  92.       Width = 90
  93.       Height = 23
  94.       HelpContext = 15720
  95.       Caption = '&Browse...'
  96.       TabOrder = 3
  97.     end
  98.     object EmuTypePanel: TPanel
  99.       Left = 16
  100.       Top = 32
  101.       Width = 165
  102.       Height = 18
  103.       BevelOuter = bvNone
  104.       TabOrder = 4
  105.       object EmuHDRadioBtn: TRadioButton
  106.         Left = 80
  107.         Top = 1
  108.         Width = 81
  109.         Height = 17
  110.         HelpContext = 15730
  111.         Caption = 'Hard disk'
  112.         TabOrder = 0
  113.       end
  114.       object EmuDiskRadioBtn: TRadioButton
  115.         Left = 0
  116.         Top = 1
  117.         Width = 80
  118.         Height = 17
  119.         HelpContext = 15740
  120.         Caption = 'Floppy disk'
  121.         Checked = True
  122.         TabOrder = 1
  123.         TabStop = True
  124.       end
  125.     end
  126.     object PartitionComboBox: TComboBox
  127.       Left = 32
  128.       Top = 85
  129.       Width = 145
  130.       Height = 21
  131.       HelpContext = 15750
  132.       Style = csDropDownList
  133.       DropDownCount = 10
  134.       ItemHeight = 13
  135.       TabOrder = 5
  136.     end
  137.   end
  138.   object NonBootRadioButton: TRadioButton
  139.     Left = 12
  140.     Top = 89
  141.     Width = 321
  142.     Height = 17
  143.     HelpContext = 15101
  144.     Caption = 'The disc cannot be used to boot an operating system.'
  145.     TabOrder = 0
  146.     OnClick = NonBootRadioButtonClick
  147.   end
  148.   object BootRadioButton: TExtRadioButton
  149.     Left = 12
  150.     Top = 106
  151.     Width = 266
  152.     Height = 15
  153.     HelpContext = 15102
  154.     Caption = 'The disc can be used to boot an operating system.'
  155.     TabOrder = 1
  156.     OnClick = BootRadioButtonClick
  157.     CircleAlignment = raTop
  158.   end
  159. end
  160.