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
Wrap
Text File
|
2001-03-01
|
1KB
|
70 lines
object ExtractBootDlg: TExtractBootDlg
Left = 416
Top = 279
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Select boot image'
ClientHeight = 157
ClientWidth = 297
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 13
Width = 44
Height = 13
Caption = 'Sections:'
end
object Label2: TLabel
Left = 8
Top = 66
Width = 59
Height = 13
Caption = 'Boot entries:'
end
object SaveBtn: TButton
Left = 11
Top = 123
Width = 75
Height = 25
Caption = '&Save'
Default = True
ModalResult = 1
TabOrder = 0
end
object CancelBtn: TButton
Left = 211
Top = 123
Width = 75
Height = 25
Cancel = True
Caption = '&Cancel'
ModalResult = 2
TabOrder = 1
end
object BootSections: TComboBox
Left = 8
Top = 29
Width = 281
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 2
OnChange = BootSectionsChange
end
object BootEntries: TComboBox
Left = 8
Top = 82
Width = 281
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 3
OnChange = BootEntriesChange
end
end