home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
CHIP_CD_2003-05.iso
/
software
/
cdmage
/
CDmage1-02-1B5.exe
/
CDmage.exe
/
0
/
RCDATA
/
TIMPORTDLG
/
TIMPORTDLG.txt
Wrap
Text File
|
2001-07-26
|
2KB
|
121 lines
object ImportDlg: TImportDlg
Left = 366
Top = 176
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Import sectors'
ClientHeight = 178
ClientWidth = 242
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 225
Height = 129
Shape = bsFrame
end
object Label1: TLabel
Left = 40
Top = 67
Width = 34
Height = 13
Caption = 'Sector:'
end
object Label2: TLabel
Left = 40
Top = 91
Width = 31
Height = 13
Caption = 'Count:'
end
object Label3: TLabel
Left = 16
Top = 1
Width = 66
Height = 13
Caption = 'Import options'
end
object Label4: TLabel
Left = 136
Top = 91
Width = 92
Height = 13
Caption = '0 = import until EOF'
end
object OKBtn: TButton
Left = 11
Top = 147
Width = 75
Height = 25
Caption = 'OK'
Default = True
TabOrder = 1
OnClick = OKBtnClick
end
object CancelBtn: TButton
Left = 155
Top = 147
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object SStart: TMaskEdit
Left = 80
Top = 64
Width = 49
Height = 21
Enabled = False
EditMask = '!999999;1; '
MaxLength = 6
TabOrder = 0
Text = ' '
end
object SCount: TMaskEdit
Left = 80
Top = 88
Width = 49
Height = 21
Enabled = False
EditMask = '!999999;1; '
MaxLength = 6
TabOrder = 3
Text = ' '
end
object ToLog: TRadioButton
Left = 24
Top = 24
Width = 193
Height = 17
Caption = 'Import to the sectors in the Error Log'
Checked = True
TabOrder = 4
TabStop = True
OnClick = ToClick
end
object ToSec: TRadioButton
Left = 24
Top = 40
Width = 193
Height = 17
Caption = 'Import to the specified sector'
TabOrder = 5
OnClick = ToClick
end
object DataOnly: TCheckBox
Left = 40
Top = 112
Width = 185
Height = 17
Caption = 'Import to the data field only'
TabOrder = 6
end
end