home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / cdmage / CDmage.exe / 0 / RCDATA / TEXTRACTBOOTDLG / TEXTRACTBOOTDLG.txt
Text File  |  2001-03-01  |  1KB  |  70 lines

  1. object ExtractBootDlg: TExtractBootDlg
  2.   Left = 416
  3.   Top = 279
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select boot image'
  7.   ClientHeight = 157
  8.   ClientWidth = 297
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 8
  17.     Top = 13
  18.     Width = 44
  19.     Height = 13
  20.     Caption = 'Sections:'
  21.   end
  22.   object Label2: TLabel
  23.     Left = 8
  24.     Top = 66
  25.     Width = 59
  26.     Height = 13
  27.     Caption = 'Boot entries:'
  28.   end
  29.   object SaveBtn: TButton
  30.     Left = 11
  31.     Top = 123
  32.     Width = 75
  33.     Height = 25
  34.     Caption = '&Save'
  35.     Default = True
  36.     ModalResult = 1
  37.     TabOrder = 0
  38.   end
  39.   object CancelBtn: TButton
  40.     Left = 211
  41.     Top = 123
  42.     Width = 75
  43.     Height = 25
  44.     Cancel = True
  45.     Caption = '&Cancel'
  46.     ModalResult = 2
  47.     TabOrder = 1
  48.   end
  49.   object BootSections: TComboBox
  50.     Left = 8
  51.     Top = 29
  52.     Width = 281
  53.     Height = 21
  54.     Style = csDropDownList
  55.     ItemHeight = 13
  56.     TabOrder = 2
  57.     OnChange = BootSectionsChange
  58.   end
  59.   object BootEntries: TComboBox
  60.     Left = 8
  61.     Top = 82
  62.     Width = 281
  63.     Height = 21
  64.     Style = csDropDownList
  65.     ItemHeight = 13
  66.     TabOrder = 3
  67.     OnChange = BootEntriesChange
  68.   end
  69. end
  70.