mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
* New batch mode for command-line use
* Fixed extra null character sometimes appearing in .ape tags * Played around with data track length bruteforce, concept proved, but not enabling it * Data track diagnostics in accuraterip log
This commit is contained in:
255
CUETools/frmSettings.Designer.cs
generated
255
CUETools/frmSettings.Designer.cs
generated
@@ -93,132 +93,87 @@ namespace JDP {
|
||||
//
|
||||
// btnCancel
|
||||
//
|
||||
btnCancel.AccessibleDescription = null;
|
||||
btnCancel.AccessibleName = null;
|
||||
resources.ApplyResources(btnCancel, "btnCancel");
|
||||
btnCancel.BackgroundImage = null;
|
||||
btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||||
btnCancel.Font = null;
|
||||
resources.ApplyResources(btnCancel, "btnCancel");
|
||||
btnCancel.Name = "btnCancel";
|
||||
this.toolTip1.SetToolTip(btnCancel, resources.GetString("btnCancel.ToolTip"));
|
||||
btnCancel.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// grpGeneral
|
||||
//
|
||||
this.grpGeneral.AccessibleDescription = null;
|
||||
this.grpGeneral.AccessibleName = null;
|
||||
resources.ApplyResources(this.grpGeneral, "grpGeneral");
|
||||
this.grpGeneral.BackgroundImage = null;
|
||||
this.grpGeneral.Controls.Add(this.chkFillUpCUE);
|
||||
this.grpGeneral.Controls.Add(this.chkEmbedLog);
|
||||
this.grpGeneral.Controls.Add(this.numericWriteOffset);
|
||||
this.grpGeneral.Controls.Add(this.chkAutoCorrectFilenames);
|
||||
this.grpGeneral.Controls.Add(this.chkPreserveHTOA);
|
||||
this.grpGeneral.Controls.Add(this.lblWriteOffset);
|
||||
this.grpGeneral.Font = null;
|
||||
resources.ApplyResources(this.grpGeneral, "grpGeneral");
|
||||
this.grpGeneral.Name = "grpGeneral";
|
||||
this.grpGeneral.TabStop = false;
|
||||
this.toolTip1.SetToolTip(this.grpGeneral, resources.GetString("grpGeneral.ToolTip"));
|
||||
//
|
||||
// chkFillUpCUE
|
||||
//
|
||||
this.chkFillUpCUE.AccessibleDescription = null;
|
||||
this.chkFillUpCUE.AccessibleName = null;
|
||||
resources.ApplyResources(this.chkFillUpCUE, "chkFillUpCUE");
|
||||
this.chkFillUpCUE.BackgroundImage = null;
|
||||
this.chkFillUpCUE.Font = null;
|
||||
this.chkFillUpCUE.Name = "chkFillUpCUE";
|
||||
this.toolTip1.SetToolTip(this.chkFillUpCUE, resources.GetString("chkFillUpCUE.ToolTip"));
|
||||
this.chkFillUpCUE.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// chkEmbedLog
|
||||
//
|
||||
this.chkEmbedLog.AccessibleDescription = null;
|
||||
this.chkEmbedLog.AccessibleName = null;
|
||||
resources.ApplyResources(this.chkEmbedLog, "chkEmbedLog");
|
||||
this.chkEmbedLog.BackgroundImage = null;
|
||||
this.chkEmbedLog.Font = null;
|
||||
this.chkEmbedLog.Name = "chkEmbedLog";
|
||||
this.toolTip1.SetToolTip(this.chkEmbedLog, resources.GetString("chkEmbedLog.ToolTip"));
|
||||
this.chkEmbedLog.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// numericWriteOffset
|
||||
//
|
||||
this.numericWriteOffset.AccessibleDescription = null;
|
||||
this.numericWriteOffset.AccessibleName = null;
|
||||
resources.ApplyResources(this.numericWriteOffset, "numericWriteOffset");
|
||||
this.numericWriteOffset.Font = null;
|
||||
this.numericWriteOffset.Maximum = new decimal(new int[] {
|
||||
5000,
|
||||
99999,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.numericWriteOffset.Minimum = new decimal(new int[] {
|
||||
5000,
|
||||
99999,
|
||||
0,
|
||||
0,
|
||||
-2147483648});
|
||||
this.numericWriteOffset.Name = "numericWriteOffset";
|
||||
this.toolTip1.SetToolTip(this.numericWriteOffset, resources.GetString("numericWriteOffset.ToolTip"));
|
||||
//
|
||||
// chkAutoCorrectFilenames
|
||||
//
|
||||
this.chkAutoCorrectFilenames.AccessibleDescription = null;
|
||||
this.chkAutoCorrectFilenames.AccessibleName = null;
|
||||
resources.ApplyResources(this.chkAutoCorrectFilenames, "chkAutoCorrectFilenames");
|
||||
this.chkAutoCorrectFilenames.BackgroundImage = null;
|
||||
this.chkAutoCorrectFilenames.Font = null;
|
||||
this.chkAutoCorrectFilenames.Name = "chkAutoCorrectFilenames";
|
||||
this.toolTip1.SetToolTip(this.chkAutoCorrectFilenames, resources.GetString("chkAutoCorrectFilenames.ToolTip"));
|
||||
this.chkAutoCorrectFilenames.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// chkPreserveHTOA
|
||||
//
|
||||
this.chkPreserveHTOA.AccessibleDescription = null;
|
||||
this.chkPreserveHTOA.AccessibleName = null;
|
||||
resources.ApplyResources(this.chkPreserveHTOA, "chkPreserveHTOA");
|
||||
this.chkPreserveHTOA.BackgroundImage = null;
|
||||
this.chkPreserveHTOA.Font = null;
|
||||
this.chkPreserveHTOA.Name = "chkPreserveHTOA";
|
||||
this.toolTip1.SetToolTip(this.chkPreserveHTOA, resources.GetString("chkPreserveHTOA.ToolTip"));
|
||||
this.chkPreserveHTOA.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// lblWriteOffset
|
||||
//
|
||||
this.lblWriteOffset.AccessibleDescription = null;
|
||||
this.lblWriteOffset.AccessibleName = null;
|
||||
resources.ApplyResources(this.lblWriteOffset, "lblWriteOffset");
|
||||
this.lblWriteOffset.Font = null;
|
||||
this.lblWriteOffset.Name = "lblWriteOffset";
|
||||
this.toolTip1.SetToolTip(this.lblWriteOffset, resources.GetString("lblWriteOffset.ToolTip"));
|
||||
//
|
||||
// grpFLAC
|
||||
//
|
||||
this.grpFLAC.AccessibleDescription = null;
|
||||
this.grpFLAC.AccessibleName = null;
|
||||
resources.ApplyResources(this.grpFLAC, "grpFLAC");
|
||||
this.grpFLAC.BackgroundImage = null;
|
||||
this.grpFLAC.Controls.Add(this.numericFLACCompressionLevel);
|
||||
this.grpFLAC.Controls.Add(this.lblFLACCompressionLevel);
|
||||
this.grpFLAC.Controls.Add(this.chkFLACVerify);
|
||||
this.grpFLAC.Font = null;
|
||||
resources.ApplyResources(this.grpFLAC, "grpFLAC");
|
||||
this.grpFLAC.Name = "grpFLAC";
|
||||
this.grpFLAC.TabStop = false;
|
||||
this.toolTip1.SetToolTip(this.grpFLAC, resources.GetString("grpFLAC.ToolTip"));
|
||||
//
|
||||
// numericFLACCompressionLevel
|
||||
//
|
||||
this.numericFLACCompressionLevel.AccessibleDescription = null;
|
||||
this.numericFLACCompressionLevel.AccessibleName = null;
|
||||
resources.ApplyResources(this.numericFLACCompressionLevel, "numericFLACCompressionLevel");
|
||||
this.numericFLACCompressionLevel.Font = null;
|
||||
this.numericFLACCompressionLevel.Maximum = new decimal(new int[] {
|
||||
8,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.numericFLACCompressionLevel.Name = "numericFLACCompressionLevel";
|
||||
this.toolTip1.SetToolTip(this.numericFLACCompressionLevel, resources.GetString("numericFLACCompressionLevel.ToolTip"));
|
||||
this.numericFLACCompressionLevel.Value = new decimal(new int[] {
|
||||
5,
|
||||
0,
|
||||
@@ -227,60 +182,38 @@ namespace JDP {
|
||||
//
|
||||
// lblFLACCompressionLevel
|
||||
//
|
||||
this.lblFLACCompressionLevel.AccessibleDescription = null;
|
||||
this.lblFLACCompressionLevel.AccessibleName = null;
|
||||
resources.ApplyResources(this.lblFLACCompressionLevel, "lblFLACCompressionLevel");
|
||||
this.lblFLACCompressionLevel.Font = null;
|
||||
this.lblFLACCompressionLevel.Name = "lblFLACCompressionLevel";
|
||||
this.toolTip1.SetToolTip(this.lblFLACCompressionLevel, resources.GetString("lblFLACCompressionLevel.ToolTip"));
|
||||
//
|
||||
// chkFLACVerify
|
||||
//
|
||||
this.chkFLACVerify.AccessibleDescription = null;
|
||||
this.chkFLACVerify.AccessibleName = null;
|
||||
resources.ApplyResources(this.chkFLACVerify, "chkFLACVerify");
|
||||
this.chkFLACVerify.BackgroundImage = null;
|
||||
this.chkFLACVerify.Font = null;
|
||||
this.chkFLACVerify.Name = "chkFLACVerify";
|
||||
this.toolTip1.SetToolTip(this.chkFLACVerify, resources.GetString("chkFLACVerify.ToolTip"));
|
||||
this.chkFLACVerify.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// btnOK
|
||||
//
|
||||
this.btnOK.AccessibleDescription = null;
|
||||
this.btnOK.AccessibleName = null;
|
||||
resources.ApplyResources(this.btnOK, "btnOK");
|
||||
this.btnOK.BackgroundImage = null;
|
||||
this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
|
||||
this.btnOK.Font = null;
|
||||
resources.ApplyResources(this.btnOK, "btnOK");
|
||||
this.btnOK.Name = "btnOK";
|
||||
this.toolTip1.SetToolTip(this.btnOK, resources.GetString("btnOK.ToolTip"));
|
||||
this.btnOK.UseVisualStyleBackColor = true;
|
||||
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
||||
//
|
||||
// grpWavPack
|
||||
//
|
||||
this.grpWavPack.AccessibleDescription = null;
|
||||
this.grpWavPack.AccessibleName = null;
|
||||
resources.ApplyResources(this.grpWavPack, "grpWavPack");
|
||||
this.grpWavPack.BackgroundImage = null;
|
||||
this.grpWavPack.Controls.Add(this.numWVExtraMode);
|
||||
this.grpWavPack.Controls.Add(this.chkWVExtraMode);
|
||||
this.grpWavPack.Controls.Add(this.rbWVVeryHigh);
|
||||
this.grpWavPack.Controls.Add(this.rbWVHigh);
|
||||
this.grpWavPack.Controls.Add(this.rbWVNormal);
|
||||
this.grpWavPack.Controls.Add(this.rbWVFast);
|
||||
this.grpWavPack.Font = null;
|
||||
resources.ApplyResources(this.grpWavPack, "grpWavPack");
|
||||
this.grpWavPack.Name = "grpWavPack";
|
||||
this.grpWavPack.TabStop = false;
|
||||
this.toolTip1.SetToolTip(this.grpWavPack, resources.GetString("grpWavPack.ToolTip"));
|
||||
//
|
||||
// numWVExtraMode
|
||||
//
|
||||
this.numWVExtraMode.AccessibleDescription = null;
|
||||
this.numWVExtraMode.AccessibleName = null;
|
||||
resources.ApplyResources(this.numWVExtraMode, "numWVExtraMode");
|
||||
this.numWVExtraMode.Font = null;
|
||||
this.numWVExtraMode.Maximum = new decimal(new int[] {
|
||||
6,
|
||||
0,
|
||||
@@ -292,7 +225,6 @@ namespace JDP {
|
||||
0,
|
||||
0});
|
||||
this.numWVExtraMode.Name = "numWVExtraMode";
|
||||
this.toolTip1.SetToolTip(this.numWVExtraMode, resources.GetString("numWVExtraMode.ToolTip"));
|
||||
this.numWVExtraMode.Value = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
@@ -301,68 +233,39 @@ namespace JDP {
|
||||
//
|
||||
// chkWVExtraMode
|
||||
//
|
||||
this.chkWVExtraMode.AccessibleDescription = null;
|
||||
this.chkWVExtraMode.AccessibleName = null;
|
||||
resources.ApplyResources(this.chkWVExtraMode, "chkWVExtraMode");
|
||||
this.chkWVExtraMode.BackgroundImage = null;
|
||||
this.chkWVExtraMode.Font = null;
|
||||
this.chkWVExtraMode.Name = "chkWVExtraMode";
|
||||
this.toolTip1.SetToolTip(this.chkWVExtraMode, resources.GetString("chkWVExtraMode.ToolTip"));
|
||||
this.chkWVExtraMode.UseVisualStyleBackColor = true;
|
||||
this.chkWVExtraMode.CheckedChanged += new System.EventHandler(this.chkWVExtraMode_CheckedChanged);
|
||||
//
|
||||
// rbWVVeryHigh
|
||||
//
|
||||
this.rbWVVeryHigh.AccessibleDescription = null;
|
||||
this.rbWVVeryHigh.AccessibleName = null;
|
||||
resources.ApplyResources(this.rbWVVeryHigh, "rbWVVeryHigh");
|
||||
this.rbWVVeryHigh.BackgroundImage = null;
|
||||
this.rbWVVeryHigh.Font = null;
|
||||
this.rbWVVeryHigh.Name = "rbWVVeryHigh";
|
||||
this.toolTip1.SetToolTip(this.rbWVVeryHigh, resources.GetString("rbWVVeryHigh.ToolTip"));
|
||||
this.rbWVVeryHigh.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// rbWVHigh
|
||||
//
|
||||
this.rbWVHigh.AccessibleDescription = null;
|
||||
this.rbWVHigh.AccessibleName = null;
|
||||
resources.ApplyResources(this.rbWVHigh, "rbWVHigh");
|
||||
this.rbWVHigh.BackgroundImage = null;
|
||||
this.rbWVHigh.Font = null;
|
||||
this.rbWVHigh.Name = "rbWVHigh";
|
||||
this.toolTip1.SetToolTip(this.rbWVHigh, resources.GetString("rbWVHigh.ToolTip"));
|
||||
this.rbWVHigh.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// rbWVNormal
|
||||
//
|
||||
this.rbWVNormal.AccessibleDescription = null;
|
||||
this.rbWVNormal.AccessibleName = null;
|
||||
resources.ApplyResources(this.rbWVNormal, "rbWVNormal");
|
||||
this.rbWVNormal.BackgroundImage = null;
|
||||
this.rbWVNormal.Checked = true;
|
||||
this.rbWVNormal.Font = null;
|
||||
this.rbWVNormal.Name = "rbWVNormal";
|
||||
this.rbWVNormal.TabStop = true;
|
||||
this.toolTip1.SetToolTip(this.rbWVNormal, resources.GetString("rbWVNormal.ToolTip"));
|
||||
this.rbWVNormal.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// rbWVFast
|
||||
//
|
||||
this.rbWVFast.AccessibleDescription = null;
|
||||
this.rbWVFast.AccessibleName = null;
|
||||
resources.ApplyResources(this.rbWVFast, "rbWVFast");
|
||||
this.rbWVFast.BackgroundImage = null;
|
||||
this.rbWVFast.Font = null;
|
||||
this.rbWVFast.Name = "rbWVFast";
|
||||
this.toolTip1.SetToolTip(this.rbWVFast, resources.GetString("rbWVFast.ToolTip"));
|
||||
this.rbWVFast.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// groupBox1
|
||||
//
|
||||
this.groupBox1.AccessibleDescription = null;
|
||||
this.groupBox1.AccessibleName = null;
|
||||
resources.ApplyResources(this.groupBox1, "groupBox1");
|
||||
this.groupBox1.BackgroundImage = null;
|
||||
this.groupBox1.Controls.Add(this.chkArFixOffset);
|
||||
this.groupBox1.Controls.Add(this.label4);
|
||||
this.groupBox1.Controls.Add(this.numEncodeWhenPercent);
|
||||
@@ -375,52 +278,38 @@ namespace JDP {
|
||||
this.groupBox1.Controls.Add(this.label1);
|
||||
this.groupBox1.Controls.Add(this.numFixWhenPercent);
|
||||
this.groupBox1.Controls.Add(this.chkArAddCRCs);
|
||||
this.groupBox1.Font = null;
|
||||
resources.ApplyResources(this.groupBox1, "groupBox1");
|
||||
this.groupBox1.Name = "groupBox1";
|
||||
this.groupBox1.TabStop = false;
|
||||
this.toolTip1.SetToolTip(this.groupBox1, resources.GetString("groupBox1.ToolTip"));
|
||||
//
|
||||
// chkArFixOffset
|
||||
//
|
||||
this.chkArFixOffset.AccessibleDescription = null;
|
||||
this.chkArFixOffset.AccessibleName = null;
|
||||
resources.ApplyResources(this.chkArFixOffset, "chkArFixOffset");
|
||||
this.chkArFixOffset.BackgroundImage = null;
|
||||
this.chkArFixOffset.Checked = true;
|
||||
this.chkArFixOffset.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.chkArFixOffset.Font = null;
|
||||
this.chkArFixOffset.Name = "chkArFixOffset";
|
||||
this.toolTip1.SetToolTip(this.chkArFixOffset, resources.GetString("chkArFixOffset.ToolTip"));
|
||||
this.chkArFixOffset.UseVisualStyleBackColor = true;
|
||||
this.chkArFixOffset.CheckedChanged += new System.EventHandler(this.chkArFixOffset_CheckedChanged);
|
||||
//
|
||||
// label4
|
||||
//
|
||||
this.label4.AccessibleDescription = null;
|
||||
this.label4.AccessibleName = null;
|
||||
resources.ApplyResources(this.label4, "label4");
|
||||
this.label4.Font = null;
|
||||
this.label4.Name = "label4";
|
||||
this.toolTip1.SetToolTip(this.label4, resources.GetString("label4.ToolTip"));
|
||||
//
|
||||
// numEncodeWhenPercent
|
||||
//
|
||||
this.numEncodeWhenPercent.AccessibleDescription = null;
|
||||
this.numEncodeWhenPercent.AccessibleName = null;
|
||||
resources.ApplyResources(this.numEncodeWhenPercent, "numEncodeWhenPercent");
|
||||
this.numEncodeWhenPercent.Font = null;
|
||||
this.numEncodeWhenPercent.Increment = new decimal(new int[] {
|
||||
5,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
resources.ApplyResources(this.numEncodeWhenPercent, "numEncodeWhenPercent");
|
||||
this.numEncodeWhenPercent.Minimum = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.numEncodeWhenPercent.Name = "numEncodeWhenPercent";
|
||||
this.toolTip1.SetToolTip(this.numEncodeWhenPercent, resources.GetString("numEncodeWhenPercent.ToolTip"));
|
||||
this.numEncodeWhenPercent.Value = new decimal(new int[] {
|
||||
100,
|
||||
0,
|
||||
@@ -429,26 +318,18 @@ namespace JDP {
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.AccessibleDescription = null;
|
||||
this.label3.AccessibleName = null;
|
||||
resources.ApplyResources(this.label3, "label3");
|
||||
this.label3.Font = null;
|
||||
this.label3.Name = "label3";
|
||||
this.toolTip1.SetToolTip(this.label3, resources.GetString("label3.ToolTip"));
|
||||
//
|
||||
// numEncodeWhenConfidence
|
||||
//
|
||||
this.numEncodeWhenConfidence.AccessibleDescription = null;
|
||||
this.numEncodeWhenConfidence.AccessibleName = null;
|
||||
resources.ApplyResources(this.numEncodeWhenConfidence, "numEncodeWhenConfidence");
|
||||
this.numEncodeWhenConfidence.Font = null;
|
||||
this.numEncodeWhenConfidence.Minimum = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.numEncodeWhenConfidence.Name = "numEncodeWhenConfidence";
|
||||
this.toolTip1.SetToolTip(this.numEncodeWhenConfidence, resources.GetString("numEncodeWhenConfidence.ToolTip"));
|
||||
this.numEncodeWhenConfidence.Value = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
@@ -457,53 +338,35 @@ namespace JDP {
|
||||
//
|
||||
// chkArNoUnverifiedAudio
|
||||
//
|
||||
this.chkArNoUnverifiedAudio.AccessibleDescription = null;
|
||||
this.chkArNoUnverifiedAudio.AccessibleName = null;
|
||||
resources.ApplyResources(this.chkArNoUnverifiedAudio, "chkArNoUnverifiedAudio");
|
||||
this.chkArNoUnverifiedAudio.BackgroundImage = null;
|
||||
this.chkArNoUnverifiedAudio.Checked = true;
|
||||
this.chkArNoUnverifiedAudio.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.chkArNoUnverifiedAudio.Font = null;
|
||||
this.chkArNoUnverifiedAudio.Name = "chkArNoUnverifiedAudio";
|
||||
this.toolTip1.SetToolTip(this.chkArNoUnverifiedAudio, resources.GetString("chkArNoUnverifiedAudio.ToolTip"));
|
||||
this.chkArNoUnverifiedAudio.UseVisualStyleBackColor = true;
|
||||
this.chkArNoUnverifiedAudio.CheckedChanged += new System.EventHandler(this.chkArNoUnverifiedAudio_CheckedChanged);
|
||||
//
|
||||
// chkArSaveLog
|
||||
//
|
||||
this.chkArSaveLog.AccessibleDescription = null;
|
||||
this.chkArSaveLog.AccessibleName = null;
|
||||
resources.ApplyResources(this.chkArSaveLog, "chkArSaveLog");
|
||||
this.chkArSaveLog.BackgroundImage = null;
|
||||
this.chkArSaveLog.Checked = true;
|
||||
this.chkArSaveLog.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.chkArSaveLog.Font = null;
|
||||
this.chkArSaveLog.Name = "chkArSaveLog";
|
||||
this.toolTip1.SetToolTip(this.chkArSaveLog, resources.GetString("chkArSaveLog.ToolTip"));
|
||||
this.chkArSaveLog.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AccessibleDescription = null;
|
||||
this.label2.AccessibleName = null;
|
||||
resources.ApplyResources(this.label2, "label2");
|
||||
this.label2.Font = null;
|
||||
this.label2.Name = "label2";
|
||||
this.toolTip1.SetToolTip(this.label2, resources.GetString("label2.ToolTip"));
|
||||
//
|
||||
// numFixWhenConfidence
|
||||
//
|
||||
this.numFixWhenConfidence.AccessibleDescription = null;
|
||||
this.numFixWhenConfidence.AccessibleName = null;
|
||||
resources.ApplyResources(this.numFixWhenConfidence, "numFixWhenConfidence");
|
||||
this.numFixWhenConfidence.Font = null;
|
||||
this.numFixWhenConfidence.Minimum = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.numFixWhenConfidence.Name = "numFixWhenConfidence";
|
||||
this.toolTip1.SetToolTip(this.numFixWhenConfidence, resources.GetString("numFixWhenConfidence.ToolTip"));
|
||||
this.numFixWhenConfidence.Value = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
@@ -512,31 +375,23 @@ namespace JDP {
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AccessibleDescription = null;
|
||||
this.label1.AccessibleName = null;
|
||||
resources.ApplyResources(this.label1, "label1");
|
||||
this.label1.Font = null;
|
||||
this.label1.Name = "label1";
|
||||
this.toolTip1.SetToolTip(this.label1, resources.GetString("label1.ToolTip"));
|
||||
//
|
||||
// numFixWhenPercent
|
||||
//
|
||||
this.numFixWhenPercent.AccessibleDescription = null;
|
||||
this.numFixWhenPercent.AccessibleName = null;
|
||||
resources.ApplyResources(this.numFixWhenPercent, "numFixWhenPercent");
|
||||
this.numFixWhenPercent.Font = null;
|
||||
this.numFixWhenPercent.Increment = new decimal(new int[] {
|
||||
5,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
resources.ApplyResources(this.numFixWhenPercent, "numFixWhenPercent");
|
||||
this.numFixWhenPercent.Minimum = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.numFixWhenPercent.Name = "numFixWhenPercent";
|
||||
this.toolTip1.SetToolTip(this.numFixWhenPercent, resources.GetString("numFixWhenPercent.ToolTip"));
|
||||
this.numFixWhenPercent.Value = new decimal(new int[] {
|
||||
51,
|
||||
0,
|
||||
@@ -545,13 +400,9 @@ namespace JDP {
|
||||
//
|
||||
// chkArAddCRCs
|
||||
//
|
||||
this.chkArAddCRCs.AccessibleDescription = null;
|
||||
this.chkArAddCRCs.AccessibleName = null;
|
||||
resources.ApplyResources(this.chkArAddCRCs, "chkArAddCRCs");
|
||||
this.chkArAddCRCs.BackgroundImage = null;
|
||||
this.chkArAddCRCs.Checked = true;
|
||||
this.chkArAddCRCs.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.chkArAddCRCs.Font = null;
|
||||
this.chkArAddCRCs.Name = "chkArAddCRCs";
|
||||
this.toolTip1.SetToolTip(this.chkArAddCRCs, resources.GetString("chkArAddCRCs.ToolTip"));
|
||||
this.chkArAddCRCs.UseVisualStyleBackColor = true;
|
||||
@@ -564,21 +415,13 @@ namespace JDP {
|
||||
//
|
||||
// chkFilenamesANSISafe
|
||||
//
|
||||
this.chkFilenamesANSISafe.AccessibleDescription = null;
|
||||
this.chkFilenamesANSISafe.AccessibleName = null;
|
||||
resources.ApplyResources(this.chkFilenamesANSISafe, "chkFilenamesANSISafe");
|
||||
this.chkFilenamesANSISafe.BackgroundImage = null;
|
||||
this.chkFilenamesANSISafe.Font = null;
|
||||
this.chkFilenamesANSISafe.Name = "chkFilenamesANSISafe";
|
||||
this.toolTip1.SetToolTip(this.chkFilenamesANSISafe, resources.GetString("chkFilenamesANSISafe.ToolTip"));
|
||||
this.chkFilenamesANSISafe.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// grpAudioFilenames
|
||||
//
|
||||
this.grpAudioFilenames.AccessibleDescription = null;
|
||||
this.grpAudioFilenames.AccessibleName = null;
|
||||
resources.ApplyResources(this.grpAudioFilenames, "grpAudioFilenames");
|
||||
this.grpAudioFilenames.BackgroundImage = null;
|
||||
this.grpAudioFilenames.Controls.Add(this.chkFilenamesANSISafe);
|
||||
this.grpAudioFilenames.Controls.Add(this.chkKeepOriginalFilenames);
|
||||
this.grpAudioFilenames.Controls.Add(this.txtSpecialExceptions);
|
||||
@@ -588,182 +431,110 @@ namespace JDP {
|
||||
this.grpAudioFilenames.Controls.Add(this.lblTrackFilenameFormat);
|
||||
this.grpAudioFilenames.Controls.Add(this.lblSingleFilenameFormat);
|
||||
this.grpAudioFilenames.Controls.Add(this.txtSingleFilenameFormat);
|
||||
this.grpAudioFilenames.Font = null;
|
||||
resources.ApplyResources(this.grpAudioFilenames, "grpAudioFilenames");
|
||||
this.grpAudioFilenames.Name = "grpAudioFilenames";
|
||||
this.grpAudioFilenames.TabStop = false;
|
||||
this.toolTip1.SetToolTip(this.grpAudioFilenames, resources.GetString("grpAudioFilenames.ToolTip"));
|
||||
//
|
||||
// chkKeepOriginalFilenames
|
||||
//
|
||||
this.chkKeepOriginalFilenames.AccessibleDescription = null;
|
||||
this.chkKeepOriginalFilenames.AccessibleName = null;
|
||||
resources.ApplyResources(this.chkKeepOriginalFilenames, "chkKeepOriginalFilenames");
|
||||
this.chkKeepOriginalFilenames.BackgroundImage = null;
|
||||
this.chkKeepOriginalFilenames.Checked = true;
|
||||
this.chkKeepOriginalFilenames.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.chkKeepOriginalFilenames.Font = null;
|
||||
this.chkKeepOriginalFilenames.Name = "chkKeepOriginalFilenames";
|
||||
this.toolTip1.SetToolTip(this.chkKeepOriginalFilenames, resources.GetString("chkKeepOriginalFilenames.ToolTip"));
|
||||
this.chkKeepOriginalFilenames.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// txtSpecialExceptions
|
||||
//
|
||||
this.txtSpecialExceptions.AccessibleDescription = null;
|
||||
this.txtSpecialExceptions.AccessibleName = null;
|
||||
resources.ApplyResources(this.txtSpecialExceptions, "txtSpecialExceptions");
|
||||
this.txtSpecialExceptions.BackgroundImage = null;
|
||||
this.txtSpecialExceptions.Font = null;
|
||||
this.txtSpecialExceptions.Name = "txtSpecialExceptions";
|
||||
this.toolTip1.SetToolTip(this.txtSpecialExceptions, resources.GetString("txtSpecialExceptions.ToolTip"));
|
||||
//
|
||||
// chkRemoveSpecial
|
||||
//
|
||||
this.chkRemoveSpecial.AccessibleDescription = null;
|
||||
this.chkRemoveSpecial.AccessibleName = null;
|
||||
resources.ApplyResources(this.chkRemoveSpecial, "chkRemoveSpecial");
|
||||
this.chkRemoveSpecial.BackgroundImage = null;
|
||||
this.chkRemoveSpecial.Checked = true;
|
||||
this.chkRemoveSpecial.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.chkRemoveSpecial.Font = null;
|
||||
this.chkRemoveSpecial.Name = "chkRemoveSpecial";
|
||||
this.toolTip1.SetToolTip(this.chkRemoveSpecial, resources.GetString("chkRemoveSpecial.ToolTip"));
|
||||
this.chkRemoveSpecial.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// chkReplaceSpaces
|
||||
//
|
||||
this.chkReplaceSpaces.AccessibleDescription = null;
|
||||
this.chkReplaceSpaces.AccessibleName = null;
|
||||
resources.ApplyResources(this.chkReplaceSpaces, "chkReplaceSpaces");
|
||||
this.chkReplaceSpaces.BackgroundImage = null;
|
||||
this.chkReplaceSpaces.Checked = true;
|
||||
this.chkReplaceSpaces.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.chkReplaceSpaces.Font = null;
|
||||
this.chkReplaceSpaces.Name = "chkReplaceSpaces";
|
||||
this.toolTip1.SetToolTip(this.chkReplaceSpaces, resources.GetString("chkReplaceSpaces.ToolTip"));
|
||||
this.chkReplaceSpaces.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// txtTrackFilenameFormat
|
||||
//
|
||||
this.txtTrackFilenameFormat.AccessibleDescription = null;
|
||||
this.txtTrackFilenameFormat.AccessibleName = null;
|
||||
resources.ApplyResources(this.txtTrackFilenameFormat, "txtTrackFilenameFormat");
|
||||
this.txtTrackFilenameFormat.BackgroundImage = null;
|
||||
this.txtTrackFilenameFormat.Font = null;
|
||||
this.txtTrackFilenameFormat.Name = "txtTrackFilenameFormat";
|
||||
this.toolTip1.SetToolTip(this.txtTrackFilenameFormat, resources.GetString("txtTrackFilenameFormat.ToolTip"));
|
||||
//
|
||||
// lblTrackFilenameFormat
|
||||
//
|
||||
this.lblTrackFilenameFormat.AccessibleDescription = null;
|
||||
this.lblTrackFilenameFormat.AccessibleName = null;
|
||||
resources.ApplyResources(this.lblTrackFilenameFormat, "lblTrackFilenameFormat");
|
||||
this.lblTrackFilenameFormat.Font = null;
|
||||
this.lblTrackFilenameFormat.Name = "lblTrackFilenameFormat";
|
||||
this.toolTip1.SetToolTip(this.lblTrackFilenameFormat, resources.GetString("lblTrackFilenameFormat.ToolTip"));
|
||||
//
|
||||
// lblSingleFilenameFormat
|
||||
//
|
||||
this.lblSingleFilenameFormat.AccessibleDescription = null;
|
||||
this.lblSingleFilenameFormat.AccessibleName = null;
|
||||
resources.ApplyResources(this.lblSingleFilenameFormat, "lblSingleFilenameFormat");
|
||||
this.lblSingleFilenameFormat.Font = null;
|
||||
this.lblSingleFilenameFormat.Name = "lblSingleFilenameFormat";
|
||||
this.toolTip1.SetToolTip(this.lblSingleFilenameFormat, resources.GetString("lblSingleFilenameFormat.ToolTip"));
|
||||
//
|
||||
// txtSingleFilenameFormat
|
||||
//
|
||||
this.txtSingleFilenameFormat.AccessibleDescription = null;
|
||||
this.txtSingleFilenameFormat.AccessibleName = null;
|
||||
resources.ApplyResources(this.txtSingleFilenameFormat, "txtSingleFilenameFormat");
|
||||
this.txtSingleFilenameFormat.BackgroundImage = null;
|
||||
this.txtSingleFilenameFormat.Font = null;
|
||||
this.txtSingleFilenameFormat.Name = "txtSingleFilenameFormat";
|
||||
this.toolTip1.SetToolTip(this.txtSingleFilenameFormat, resources.GetString("txtSingleFilenameFormat.ToolTip"));
|
||||
//
|
||||
// groupBox2
|
||||
//
|
||||
this.groupBox2.AccessibleDescription = null;
|
||||
this.groupBox2.AccessibleName = null;
|
||||
resources.ApplyResources(this.groupBox2, "groupBox2");
|
||||
this.groupBox2.BackgroundImage = null;
|
||||
this.groupBox2.Controls.Add(this.rbAPEinsane);
|
||||
this.groupBox2.Controls.Add(this.rbAPEextrahigh);
|
||||
this.groupBox2.Controls.Add(this.rbAPEhigh);
|
||||
this.groupBox2.Controls.Add(this.rbAPEnormal);
|
||||
this.groupBox2.Controls.Add(this.rbAPEfast);
|
||||
this.groupBox2.Font = null;
|
||||
resources.ApplyResources(this.groupBox2, "groupBox2");
|
||||
this.groupBox2.Name = "groupBox2";
|
||||
this.groupBox2.TabStop = false;
|
||||
this.toolTip1.SetToolTip(this.groupBox2, resources.GetString("groupBox2.ToolTip"));
|
||||
//
|
||||
// rbAPEinsane
|
||||
//
|
||||
this.rbAPEinsane.AccessibleDescription = null;
|
||||
this.rbAPEinsane.AccessibleName = null;
|
||||
resources.ApplyResources(this.rbAPEinsane, "rbAPEinsane");
|
||||
this.rbAPEinsane.BackgroundImage = null;
|
||||
this.rbAPEinsane.Font = null;
|
||||
this.rbAPEinsane.Name = "rbAPEinsane";
|
||||
this.rbAPEinsane.TabStop = true;
|
||||
this.toolTip1.SetToolTip(this.rbAPEinsane, resources.GetString("rbAPEinsane.ToolTip"));
|
||||
this.rbAPEinsane.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// rbAPEextrahigh
|
||||
//
|
||||
this.rbAPEextrahigh.AccessibleDescription = null;
|
||||
this.rbAPEextrahigh.AccessibleName = null;
|
||||
resources.ApplyResources(this.rbAPEextrahigh, "rbAPEextrahigh");
|
||||
this.rbAPEextrahigh.BackgroundImage = null;
|
||||
this.rbAPEextrahigh.Font = null;
|
||||
this.rbAPEextrahigh.Name = "rbAPEextrahigh";
|
||||
this.rbAPEextrahigh.TabStop = true;
|
||||
this.toolTip1.SetToolTip(this.rbAPEextrahigh, resources.GetString("rbAPEextrahigh.ToolTip"));
|
||||
this.rbAPEextrahigh.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// rbAPEhigh
|
||||
//
|
||||
this.rbAPEhigh.AccessibleDescription = null;
|
||||
this.rbAPEhigh.AccessibleName = null;
|
||||
resources.ApplyResources(this.rbAPEhigh, "rbAPEhigh");
|
||||
this.rbAPEhigh.BackgroundImage = null;
|
||||
this.rbAPEhigh.Font = null;
|
||||
this.rbAPEhigh.Name = "rbAPEhigh";
|
||||
this.rbAPEhigh.TabStop = true;
|
||||
this.toolTip1.SetToolTip(this.rbAPEhigh, resources.GetString("rbAPEhigh.ToolTip"));
|
||||
this.rbAPEhigh.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// rbAPEnormal
|
||||
//
|
||||
this.rbAPEnormal.AccessibleDescription = null;
|
||||
this.rbAPEnormal.AccessibleName = null;
|
||||
resources.ApplyResources(this.rbAPEnormal, "rbAPEnormal");
|
||||
this.rbAPEnormal.BackgroundImage = null;
|
||||
this.rbAPEnormal.Font = null;
|
||||
this.rbAPEnormal.Name = "rbAPEnormal";
|
||||
this.rbAPEnormal.TabStop = true;
|
||||
this.toolTip1.SetToolTip(this.rbAPEnormal, resources.GetString("rbAPEnormal.ToolTip"));
|
||||
this.rbAPEnormal.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// rbAPEfast
|
||||
//
|
||||
this.rbAPEfast.AccessibleDescription = null;
|
||||
this.rbAPEfast.AccessibleName = null;
|
||||
resources.ApplyResources(this.rbAPEfast, "rbAPEfast");
|
||||
this.rbAPEfast.BackgroundImage = null;
|
||||
this.rbAPEfast.Font = null;
|
||||
this.rbAPEfast.Name = "rbAPEfast";
|
||||
this.rbAPEfast.TabStop = true;
|
||||
this.toolTip1.SetToolTip(this.rbAPEfast, resources.GetString("rbAPEfast.ToolTip"));
|
||||
this.rbAPEfast.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// frmSettings
|
||||
//
|
||||
this.AcceptButton = this.btnOK;
|
||||
this.AccessibleDescription = null;
|
||||
this.AccessibleName = null;
|
||||
resources.ApplyResources(this, "$this");
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackgroundImage = null;
|
||||
this.CancelButton = btnCancel;
|
||||
this.Controls.Add(this.groupBox2);
|
||||
this.Controls.Add(this.grpFLAC);
|
||||
@@ -774,10 +545,8 @@ namespace JDP {
|
||||
this.Controls.Add(this.btnOK);
|
||||
this.Controls.Add(this.grpGeneral);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||||
this.Icon = null;
|
||||
this.MaximizeBox = false;
|
||||
this.Name = "frmSettings";
|
||||
this.toolTip1.SetToolTip(this, resources.GetString("$this.ToolTip"));
|
||||
this.Load += new System.EventHandler(this.frmSettings_Load);
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmSettings_FormClosing);
|
||||
this.grpGeneral.ResumeLayout(false);
|
||||
|
||||
Reference in New Issue
Block a user