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
/
TTRACKSCANDLG
/
TTRACKSCANDLG.txt
Wrap
Text File
|
2001-03-01
|
3KB
|
179 lines
object TrackScanDlg: TTrackScanDlg
Left = 340
Top = 181
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Track detection options'
ClientHeight = 188
ClientWidth = 386
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 16
Width = 201
Height = 102
Shape = bsFrame
end
object Label1: TLabel
Left = 16
Top = 10
Width = 127
Height = 13
Caption = 'Assumed type of the image'
end
object Label2: TLabel
Left = 16
Top = 56
Width = 56
Height = 13
Caption = 'Description:'
end
object Bevel3: TBevel
Left = 16
Top = 72
Width = 185
Height = 38
end
object DescriptionTxt: TLabel
Left = 18
Top = 76
Width = 181
Height = 29
AutoSize = False
WordWrap = True
end
object Bevel4: TBevel
Left = 216
Top = 16
Width = 161
Height = 161
Shape = bsFrame
end
object Label6: TLabel
Left = 224
Top = 10
Width = 124
Height = 13
Caption = 'First audio track properties'
end
object Label7: TLabel
Left = 340
Top = 36
Width = 28
Height = 13
Caption = 'M:S:F'
end
object Label8: TLabel
Left = 228
Top = 36
Width = 34
Height = 13
Caption = 'Pregap'
end
object Label9: TLabel
Left = 228
Top = 122
Width = 76
Height = 13
Caption = 'Start adjustment'
end
object Label10: TLabel
Left = 227
Top = 160
Width = 9
Height = 13
Caption = '-5'
end
object Label12: TLabel
Left = 350
Top = 160
Width = 12
Height = 13
Caption = '+5'
end
object Label11: TLabel
Left = 293
Top = 160
Width = 6
Height = 13
Caption = '0'
end
object ScanBtn: TButton
Left = 16
Top = 144
Width = 75
Height = 25
Caption = 'Detect'
Default = True
TabOrder = 4
OnClick = ScanBtnClick
end
object CancelBtn: TButton
Left = 127
Top = 144
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 5
end
object ImageType: TComboBox
Left = 64
Top = 32
Width = 89
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
OnChange = ImageTypeChange
Items.Strings = (
'CD ROM'
'Audio'
'Mixed mode'
'Video CD')
end
object PregapValue: TMaskEdit
Left = 272
Top = 32
Width = 57
Height = 21
EditMask = '99:99:99;1;0'
MaxLength = 8
TabOrder = 1
Text = ' : : '
end
object StandardSize: TButton
Left = 244
Top = 64
Width = 105
Height = 25
Caption = 'Standard pregap'
TabOrder = 2
OnClick = StandardSizeClick
end
object StartAdj: TTrackBar
Left = 224
Top = 136
Width = 145
Height = 25
Max = 5
Min = -5
Orientation = trHorizontal
PageSize = 1
Frequency = 1
Position = 0
SelEnd = 0
SelStart = 0
TabOrder = 3
ThumbLength = 15
TickMarks = tmBottomRight
TickStyle = tsAuto
end
end