diff --git a/CUETools/Program.cs b/CUETools/Program.cs index 97b2fc9..7205b3f 100644 --- a/CUETools/Program.cs +++ b/CUETools/Program.cs @@ -5,6 +5,7 @@ using System.IO; using System.Text; using CUETools.Processor; using System.Threading; +using System.Globalization; using System.Runtime.Remoting; using System.Runtime.Remoting.Channels.Ipc; @@ -52,9 +53,10 @@ namespace JDP { string myId = "BZ92759C-63Q7-444e-ADA6-E495634A493D"; Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); - frmCUETools form = new frmCUETools(); CUEConfig config = new CUEConfig(); config.Load(new SettingsReader("CUE Tools", "settings.txt")); + Thread.CurrentThread.CurrentUICulture = CultureInfo.GetCultureInfo(config.language); + frmCUETools form = new frmCUETools(); if (!config.oneInstance || SingletonController.IamFirst(myId, new SingletonController.ReceiveDelegate(form.OnSecondCall))) { if (args.Length == 1) diff --git a/CUETools/frmCUETools.Designer.cs b/CUETools/frmCUETools.Designer.cs index 277f17e..ba11395 100644 --- a/CUETools/frmCUETools.Designer.cs +++ b/CUETools/frmCUETools.Designer.cs @@ -122,64 +122,40 @@ namespace JDP { // // btnConvert // - this.btnConvert.AccessibleDescription = null; - this.btnConvert.AccessibleName = null; resources.ApplyResources(this.btnConvert, "btnConvert"); - this.btnConvert.BackgroundImage = null; - this.btnConvert.Font = null; this.btnConvert.Name = "btnConvert"; - this.toolTip1.SetToolTip(this.btnConvert, resources.GetString("btnConvert.ToolTip")); this.btnConvert.UseVisualStyleBackColor = true; this.btnConvert.Click += new System.EventHandler(this.btnConvert_Click); // // btnBrowseOutput // - this.btnBrowseOutput.AccessibleDescription = null; - this.btnBrowseOutput.AccessibleName = null; resources.ApplyResources(this.btnBrowseOutput, "btnBrowseOutput"); - this.btnBrowseOutput.BackgroundImage = null; - this.btnBrowseOutput.Font = null; this.btnBrowseOutput.Name = "btnBrowseOutput"; - this.toolTip1.SetToolTip(this.btnBrowseOutput, resources.GetString("btnBrowseOutput.ToolTip")); this.btnBrowseOutput.UseVisualStyleBackColor = true; this.btnBrowseOutput.Click += new System.EventHandler(this.btnBrowseOutput_Click); // // txtOutputPath // - this.txtOutputPath.AccessibleDescription = null; - this.txtOutputPath.AccessibleName = null; this.txtOutputPath.AllowDrop = true; resources.ApplyResources(this.txtOutputPath, "txtOutputPath"); - this.txtOutputPath.BackgroundImage = null; - this.txtOutputPath.Font = null; this.txtOutputPath.Name = "txtOutputPath"; - this.toolTip1.SetToolTip(this.txtOutputPath, resources.GetString("txtOutputPath.ToolTip")); this.txtOutputPath.DragDrop += new System.Windows.Forms.DragEventHandler(this.PathTextBox_DragDrop); this.txtOutputPath.DragEnter += new System.Windows.Forms.DragEventHandler(this.PathTextBox_DragEnter); // // grpOutputStyle // - this.grpOutputStyle.AccessibleDescription = null; - this.grpOutputStyle.AccessibleName = null; - resources.ApplyResources(this.grpOutputStyle, "grpOutputStyle"); - this.grpOutputStyle.BackgroundImage = null; this.grpOutputStyle.Controls.Add(this.rbEmbedCUE); this.grpOutputStyle.Controls.Add(this.rbGapsLeftOut); this.grpOutputStyle.Controls.Add(this.rbGapsPrepended); this.grpOutputStyle.Controls.Add(this.rbGapsAppended); this.grpOutputStyle.Controls.Add(this.rbSingleFile); - this.grpOutputStyle.Font = null; + resources.ApplyResources(this.grpOutputStyle, "grpOutputStyle"); this.grpOutputStyle.Name = "grpOutputStyle"; this.grpOutputStyle.TabStop = false; - this.toolTip1.SetToolTip(this.grpOutputStyle, resources.GetString("grpOutputStyle.ToolTip")); // // rbEmbedCUE // - this.rbEmbedCUE.AccessibleDescription = null; - this.rbEmbedCUE.AccessibleName = null; resources.ApplyResources(this.rbEmbedCUE, "rbEmbedCUE"); - this.rbEmbedCUE.BackgroundImage = null; - this.rbEmbedCUE.Font = null; this.rbEmbedCUE.Name = "rbEmbedCUE"; this.rbEmbedCUE.TabStop = true; this.toolTip1.SetToolTip(this.rbEmbedCUE, resources.GetString("rbEmbedCUE.ToolTip")); @@ -188,45 +164,29 @@ namespace JDP { // // rbGapsLeftOut // - this.rbGapsLeftOut.AccessibleDescription = null; - this.rbGapsLeftOut.AccessibleName = null; resources.ApplyResources(this.rbGapsLeftOut, "rbGapsLeftOut"); - this.rbGapsLeftOut.BackgroundImage = null; - this.rbGapsLeftOut.Font = null; this.rbGapsLeftOut.Name = "rbGapsLeftOut"; this.toolTip1.SetToolTip(this.rbGapsLeftOut, resources.GetString("rbGapsLeftOut.ToolTip")); this.rbGapsLeftOut.UseVisualStyleBackColor = true; // // rbGapsPrepended // - this.rbGapsPrepended.AccessibleDescription = null; - this.rbGapsPrepended.AccessibleName = null; resources.ApplyResources(this.rbGapsPrepended, "rbGapsPrepended"); - this.rbGapsPrepended.BackgroundImage = null; - this.rbGapsPrepended.Font = null; this.rbGapsPrepended.Name = "rbGapsPrepended"; this.toolTip1.SetToolTip(this.rbGapsPrepended, resources.GetString("rbGapsPrepended.ToolTip")); this.rbGapsPrepended.UseVisualStyleBackColor = true; // // rbGapsAppended // - this.rbGapsAppended.AccessibleDescription = null; - this.rbGapsAppended.AccessibleName = null; resources.ApplyResources(this.rbGapsAppended, "rbGapsAppended"); - this.rbGapsAppended.BackgroundImage = null; - this.rbGapsAppended.Font = null; this.rbGapsAppended.Name = "rbGapsAppended"; this.toolTip1.SetToolTip(this.rbGapsAppended, resources.GetString("rbGapsAppended.ToolTip")); this.rbGapsAppended.UseVisualStyleBackColor = true; // // rbSingleFile // - this.rbSingleFile.AccessibleDescription = null; - this.rbSingleFile.AccessibleName = null; resources.ApplyResources(this.rbSingleFile, "rbSingleFile"); - this.rbSingleFile.BackgroundImage = null; this.rbSingleFile.Checked = true; - this.rbSingleFile.Font = null; this.rbSingleFile.Name = "rbSingleFile"; this.rbSingleFile.TabStop = true; this.toolTip1.SetToolTip(this.rbSingleFile, resources.GetString("rbSingleFile.ToolTip")); @@ -234,22 +194,13 @@ namespace JDP { // // btnAbout // - this.btnAbout.AccessibleDescription = null; - this.btnAbout.AccessibleName = null; resources.ApplyResources(this.btnAbout, "btnAbout"); - this.btnAbout.BackgroundImage = null; - this.btnAbout.Font = null; this.btnAbout.Name = "btnAbout"; - this.toolTip1.SetToolTip(this.btnAbout, resources.GetString("btnAbout.ToolTip")); this.btnAbout.UseVisualStyleBackColor = true; this.btnAbout.Click += new System.EventHandler(this.btnAbout_Click); // // grpOutputPathGeneration // - this.grpOutputPathGeneration.AccessibleDescription = null; - this.grpOutputPathGeneration.AccessibleName = null; - resources.ApplyResources(this.grpOutputPathGeneration, "grpOutputPathGeneration"); - this.grpOutputPathGeneration.BackgroundImage = null; this.grpOutputPathGeneration.Controls.Add(this.btnBrowseOutput); this.grpOutputPathGeneration.Controls.Add(this.txtOutputPath); this.grpOutputPathGeneration.Controls.Add(this.txtCustomFormat); @@ -259,100 +210,60 @@ namespace JDP { this.grpOutputPathGeneration.Controls.Add(this.rbCreateSubdirectory); this.grpOutputPathGeneration.Controls.Add(this.rbAppendFilename); this.grpOutputPathGeneration.Controls.Add(this.txtAppendFilename); - this.grpOutputPathGeneration.Font = null; + resources.ApplyResources(this.grpOutputPathGeneration, "grpOutputPathGeneration"); this.grpOutputPathGeneration.Name = "grpOutputPathGeneration"; this.grpOutputPathGeneration.TabStop = false; - this.toolTip1.SetToolTip(this.grpOutputPathGeneration, resources.GetString("grpOutputPathGeneration.ToolTip")); // // txtCustomFormat // - this.txtCustomFormat.AccessibleDescription = null; - this.txtCustomFormat.AccessibleName = null; resources.ApplyResources(this.txtCustomFormat, "txtCustomFormat"); - this.txtCustomFormat.BackgroundImage = null; - this.txtCustomFormat.Font = null; this.txtCustomFormat.Name = "txtCustomFormat"; - this.toolTip1.SetToolTip(this.txtCustomFormat, resources.GetString("txtCustomFormat.ToolTip")); this.txtCustomFormat.TextChanged += new System.EventHandler(this.txtCustomFormat_TextChanged); // // rbCustomFormat // - this.rbCustomFormat.AccessibleDescription = null; - this.rbCustomFormat.AccessibleName = null; resources.ApplyResources(this.rbCustomFormat, "rbCustomFormat"); - this.rbCustomFormat.BackgroundImage = null; - this.rbCustomFormat.Font = null; this.rbCustomFormat.Name = "rbCustomFormat"; this.rbCustomFormat.TabStop = true; - this.toolTip1.SetToolTip(this.rbCustomFormat, resources.GetString("rbCustomFormat.ToolTip")); this.rbCustomFormat.UseVisualStyleBackColor = true; this.rbCustomFormat.CheckedChanged += new System.EventHandler(this.rbCustomFormat_CheckedChanged); // // txtCreateSubdirectory // - this.txtCreateSubdirectory.AccessibleDescription = null; - this.txtCreateSubdirectory.AccessibleName = null; resources.ApplyResources(this.txtCreateSubdirectory, "txtCreateSubdirectory"); - this.txtCreateSubdirectory.BackgroundImage = null; - this.txtCreateSubdirectory.Font = null; this.txtCreateSubdirectory.Name = "txtCreateSubdirectory"; - this.toolTip1.SetToolTip(this.txtCreateSubdirectory, resources.GetString("txtCreateSubdirectory.ToolTip")); this.txtCreateSubdirectory.TextChanged += new System.EventHandler(this.txtCreateSubdirectory_TextChanged); // // rbDontGenerate // - this.rbDontGenerate.AccessibleDescription = null; - this.rbDontGenerate.AccessibleName = null; resources.ApplyResources(this.rbDontGenerate, "rbDontGenerate"); - this.rbDontGenerate.BackgroundImage = null; - this.rbDontGenerate.Font = null; this.rbDontGenerate.Name = "rbDontGenerate"; - this.toolTip1.SetToolTip(this.rbDontGenerate, resources.GetString("rbDontGenerate.ToolTip")); this.rbDontGenerate.UseVisualStyleBackColor = true; // // rbCreateSubdirectory // - this.rbCreateSubdirectory.AccessibleDescription = null; - this.rbCreateSubdirectory.AccessibleName = null; resources.ApplyResources(this.rbCreateSubdirectory, "rbCreateSubdirectory"); - this.rbCreateSubdirectory.BackgroundImage = null; this.rbCreateSubdirectory.Checked = true; - this.rbCreateSubdirectory.Font = null; this.rbCreateSubdirectory.Name = "rbCreateSubdirectory"; this.rbCreateSubdirectory.TabStop = true; - this.toolTip1.SetToolTip(this.rbCreateSubdirectory, resources.GetString("rbCreateSubdirectory.ToolTip")); this.rbCreateSubdirectory.UseVisualStyleBackColor = true; this.rbCreateSubdirectory.CheckedChanged += new System.EventHandler(this.rbCreateSubdirectory_CheckedChanged); // // rbAppendFilename // - this.rbAppendFilename.AccessibleDescription = null; - this.rbAppendFilename.AccessibleName = null; resources.ApplyResources(this.rbAppendFilename, "rbAppendFilename"); - this.rbAppendFilename.BackgroundImage = null; - this.rbAppendFilename.Font = null; this.rbAppendFilename.Name = "rbAppendFilename"; - this.toolTip1.SetToolTip(this.rbAppendFilename, resources.GetString("rbAppendFilename.ToolTip")); this.rbAppendFilename.UseVisualStyleBackColor = true; this.rbAppendFilename.CheckedChanged += new System.EventHandler(this.rbAppendFilename_CheckedChanged); // // txtAppendFilename // - this.txtAppendFilename.AccessibleDescription = null; - this.txtAppendFilename.AccessibleName = null; resources.ApplyResources(this.txtAppendFilename, "txtAppendFilename"); - this.txtAppendFilename.BackgroundImage = null; - this.txtAppendFilename.Font = null; this.txtAppendFilename.Name = "txtAppendFilename"; - this.toolTip1.SetToolTip(this.txtAppendFilename, resources.GetString("txtAppendFilename.ToolTip")); this.txtAppendFilename.TextChanged += new System.EventHandler(this.txtAppendFilename_TextChanged); // // grpAudioOutput // - this.grpAudioOutput.AccessibleDescription = null; - this.grpAudioOutput.AccessibleName = null; - resources.ApplyResources(this.grpAudioOutput, "grpAudioOutput"); - this.grpAudioOutput.BackgroundImage = null; this.grpAudioOutput.Controls.Add(this.btnCodec); this.grpAudioOutput.Controls.Add(this.rbUDC1); this.grpAudioOutput.Controls.Add(this.rbTTA); @@ -362,56 +273,36 @@ namespace JDP { this.grpAudioOutput.Controls.Add(this.rbWavPack); this.grpAudioOutput.Controls.Add(this.rbWAV); this.grpAudioOutput.Controls.Add(this.rbFLAC); - this.grpAudioOutput.Font = null; + resources.ApplyResources(this.grpAudioOutput, "grpAudioOutput"); this.grpAudioOutput.Name = "grpAudioOutput"; this.grpAudioOutput.TabStop = false; - this.toolTip1.SetToolTip(this.grpAudioOutput, resources.GetString("grpAudioOutput.ToolTip")); // // btnCodec // - this.btnCodec.AccessibleDescription = null; - this.btnCodec.AccessibleName = null; resources.ApplyResources(this.btnCodec, "btnCodec"); - this.btnCodec.BackgroundImage = null; - this.btnCodec.Font = null; this.btnCodec.Name = "btnCodec"; - this.toolTip1.SetToolTip(this.btnCodec, resources.GetString("btnCodec.ToolTip")); this.btnCodec.UseVisualStyleBackColor = true; this.btnCodec.Click += new System.EventHandler(this.btnCodec_Click); // // rbUDC1 // - this.rbUDC1.AccessibleDescription = null; - this.rbUDC1.AccessibleName = null; resources.ApplyResources(this.rbUDC1, "rbUDC1"); - this.rbUDC1.BackgroundImage = null; - this.rbUDC1.Font = null; this.rbUDC1.Name = "rbUDC1"; this.rbUDC1.TabStop = true; - this.toolTip1.SetToolTip(this.rbUDC1, resources.GetString("rbUDC1.ToolTip")); this.rbUDC1.UseVisualStyleBackColor = true; this.rbUDC1.CheckedChanged += new System.EventHandler(this.rbUDC1_CheckedChanged); // // rbTTA // - this.rbTTA.AccessibleDescription = null; - this.rbTTA.AccessibleName = null; resources.ApplyResources(this.rbTTA, "rbTTA"); - this.rbTTA.BackgroundImage = null; - this.rbTTA.Font = null; this.rbTTA.Name = "rbTTA"; this.rbTTA.TabStop = true; - this.toolTip1.SetToolTip(this.rbTTA, resources.GetString("rbTTA.ToolTip")); this.rbTTA.UseVisualStyleBackColor = true; this.rbTTA.CheckedChanged += new System.EventHandler(this.rbTTA_CheckedChanged); // // chkLossyWAV // - this.chkLossyWAV.AccessibleDescription = null; - this.chkLossyWAV.AccessibleName = null; resources.ApplyResources(this.chkLossyWAV, "chkLossyWAV"); - this.chkLossyWAV.BackgroundImage = null; - this.chkLossyWAV.Font = null; this.chkLossyWAV.Name = "chkLossyWAV"; this.toolTip1.SetToolTip(this.chkLossyWAV, resources.GetString("chkLossyWAV.ToolTip")); this.chkLossyWAV.UseVisualStyleBackColor = true; @@ -419,24 +310,15 @@ namespace JDP { // // rbAPE // - this.rbAPE.AccessibleDescription = null; - this.rbAPE.AccessibleName = null; resources.ApplyResources(this.rbAPE, "rbAPE"); - this.rbAPE.BackgroundImage = null; - this.rbAPE.Font = null; this.rbAPE.Name = "rbAPE"; this.rbAPE.TabStop = true; - this.toolTip1.SetToolTip(this.rbAPE, resources.GetString("rbAPE.ToolTip")); this.rbAPE.UseVisualStyleBackColor = true; this.rbAPE.CheckedChanged += new System.EventHandler(this.rbAPE_CheckedChanged); // // rbNoAudio // - this.rbNoAudio.AccessibleDescription = null; - this.rbNoAudio.AccessibleName = null; resources.ApplyResources(this.rbNoAudio, "rbNoAudio"); - this.rbNoAudio.BackgroundImage = null; - this.rbNoAudio.Font = null; this.rbNoAudio.Name = "rbNoAudio"; this.toolTip1.SetToolTip(this.rbNoAudio, resources.GetString("rbNoAudio.ToolTip")); this.rbNoAudio.UseVisualStyleBackColor = true; @@ -444,60 +326,36 @@ namespace JDP { // // rbWavPack // - this.rbWavPack.AccessibleDescription = null; - this.rbWavPack.AccessibleName = null; resources.ApplyResources(this.rbWavPack, "rbWavPack"); - this.rbWavPack.BackgroundImage = null; - this.rbWavPack.Font = null; this.rbWavPack.Name = "rbWavPack"; - this.toolTip1.SetToolTip(this.rbWavPack, resources.GetString("rbWavPack.ToolTip")); this.rbWavPack.UseVisualStyleBackColor = true; this.rbWavPack.CheckedChanged += new System.EventHandler(this.rbWavPack_CheckedChanged); // // rbWAV // - this.rbWAV.AccessibleDescription = null; - this.rbWAV.AccessibleName = null; resources.ApplyResources(this.rbWAV, "rbWAV"); - this.rbWAV.BackgroundImage = null; this.rbWAV.Checked = true; - this.rbWAV.Font = null; this.rbWAV.Name = "rbWAV"; this.rbWAV.TabStop = true; - this.toolTip1.SetToolTip(this.rbWAV, resources.GetString("rbWAV.ToolTip")); this.rbWAV.UseVisualStyleBackColor = true; this.rbWAV.CheckedChanged += new System.EventHandler(this.rbWAV_CheckedChanged); // // rbFLAC // - this.rbFLAC.AccessibleDescription = null; - this.rbFLAC.AccessibleName = null; resources.ApplyResources(this.rbFLAC, "rbFLAC"); - this.rbFLAC.BackgroundImage = null; - this.rbFLAC.Font = null; this.rbFLAC.Name = "rbFLAC"; - this.toolTip1.SetToolTip(this.rbFLAC, resources.GetString("rbFLAC.ToolTip")); this.rbFLAC.UseVisualStyleBackColor = true; this.rbFLAC.CheckedChanged += new System.EventHandler(this.rbFLAC_CheckedChanged); // // btnSettings // - this.btnSettings.AccessibleDescription = null; - this.btnSettings.AccessibleName = null; resources.ApplyResources(this.btnSettings, "btnSettings"); - this.btnSettings.BackgroundImage = null; - this.btnSettings.Font = null; this.btnSettings.Name = "btnSettings"; - this.toolTip1.SetToolTip(this.btnSettings, resources.GetString("btnSettings.ToolTip")); this.btnSettings.UseVisualStyleBackColor = true; this.btnSettings.Click += new System.EventHandler(this.btnSettings_Click); // // grpAction // - this.grpAction.AccessibleDescription = null; - this.grpAction.AccessibleName = null; - resources.ApplyResources(this.grpAction, "grpAction"); - this.grpAction.BackgroundImage = null; this.grpAction.Controls.Add(this.rbActionCorrectFilenames); this.grpAction.Controls.Add(this.chkRecursive); this.grpAction.Controls.Add(this.rbActionCreateCUESheet); @@ -507,68 +365,43 @@ namespace JDP { this.grpAction.Controls.Add(this.rbActionVerifyThenEncode); this.grpAction.Controls.Add(this.rbActionVerify); this.grpAction.Controls.Add(this.rbActionEncode); - this.grpAction.Font = null; + resources.ApplyResources(this.grpAction, "grpAction"); this.grpAction.Name = "grpAction"; this.grpAction.TabStop = false; - this.toolTip1.SetToolTip(this.grpAction, resources.GetString("grpAction.ToolTip")); // // rbActionCorrectFilenames // - this.rbActionCorrectFilenames.AccessibleDescription = null; - this.rbActionCorrectFilenames.AccessibleName = null; resources.ApplyResources(this.rbActionCorrectFilenames, "rbActionCorrectFilenames"); - this.rbActionCorrectFilenames.BackgroundImage = null; - this.rbActionCorrectFilenames.Font = null; this.rbActionCorrectFilenames.Name = "rbActionCorrectFilenames"; this.rbActionCorrectFilenames.TabStop = true; - this.toolTip1.SetToolTip(this.rbActionCorrectFilenames, resources.GetString("rbActionCorrectFilenames.ToolTip")); this.rbActionCorrectFilenames.UseVisualStyleBackColor = true; this.rbActionCorrectFilenames.CheckedChanged += new System.EventHandler(this.rbAction_CheckedChanged); // // chkRecursive // - this.chkRecursive.AccessibleDescription = null; - this.chkRecursive.AccessibleName = null; resources.ApplyResources(this.chkRecursive, "chkRecursive"); - this.chkRecursive.BackgroundImage = null; - this.chkRecursive.Font = null; this.chkRecursive.Name = "chkRecursive"; - this.toolTip1.SetToolTip(this.chkRecursive, resources.GetString("chkRecursive.ToolTip")); this.chkRecursive.UseVisualStyleBackColor = true; this.chkRecursive.CheckedChanged += new System.EventHandler(this.chkRecursive_CheckedChanged); // // rbActionCreateCUESheet // - this.rbActionCreateCUESheet.AccessibleDescription = null; - this.rbActionCreateCUESheet.AccessibleName = null; resources.ApplyResources(this.rbActionCreateCUESheet, "rbActionCreateCUESheet"); - this.rbActionCreateCUESheet.BackgroundImage = null; - this.rbActionCreateCUESheet.Font = null; this.rbActionCreateCUESheet.Name = "rbActionCreateCUESheet"; this.rbActionCreateCUESheet.TabStop = true; - this.toolTip1.SetToolTip(this.rbActionCreateCUESheet, resources.GetString("rbActionCreateCUESheet.ToolTip")); this.rbActionCreateCUESheet.UseVisualStyleBackColor = true; this.rbActionCreateCUESheet.CheckedChanged += new System.EventHandler(this.rbAction_CheckedChanged); // // chkMulti // - this.chkMulti.AccessibleDescription = null; - this.chkMulti.AccessibleName = null; resources.ApplyResources(this.chkMulti, "chkMulti"); - this.chkMulti.BackgroundImage = null; - this.chkMulti.Font = null; this.chkMulti.Name = "chkMulti"; - this.toolTip1.SetToolTip(this.chkMulti, resources.GetString("chkMulti.ToolTip")); this.chkMulti.UseVisualStyleBackColor = true; this.chkMulti.CheckedChanged += new System.EventHandler(this.chkMulti_CheckedChanged); // // rbActionVerifyAndCRCs // - this.rbActionVerifyAndCRCs.AccessibleDescription = null; - this.rbActionVerifyAndCRCs.AccessibleName = null; resources.ApplyResources(this.rbActionVerifyAndCRCs, "rbActionVerifyAndCRCs"); - this.rbActionVerifyAndCRCs.BackgroundImage = null; - this.rbActionVerifyAndCRCs.Font = null; this.rbActionVerifyAndCRCs.Name = "rbActionVerifyAndCRCs"; this.toolTip1.SetToolTip(this.rbActionVerifyAndCRCs, resources.GetString("rbActionVerifyAndCRCs.ToolTip")); this.rbActionVerifyAndCRCs.UseVisualStyleBackColor = true; @@ -576,24 +409,15 @@ namespace JDP { // // rbActionVerifyAndEncode // - this.rbActionVerifyAndEncode.AccessibleDescription = null; - this.rbActionVerifyAndEncode.AccessibleName = null; resources.ApplyResources(this.rbActionVerifyAndEncode, "rbActionVerifyAndEncode"); - this.rbActionVerifyAndEncode.BackgroundImage = null; - this.rbActionVerifyAndEncode.Font = null; this.rbActionVerifyAndEncode.Name = "rbActionVerifyAndEncode"; this.rbActionVerifyAndEncode.TabStop = true; - this.toolTip1.SetToolTip(this.rbActionVerifyAndEncode, resources.GetString("rbActionVerifyAndEncode.ToolTip")); this.rbActionVerifyAndEncode.UseVisualStyleBackColor = true; this.rbActionVerifyAndEncode.CheckedChanged += new System.EventHandler(this.rbAction_CheckedChanged); // // rbActionVerifyThenEncode // - this.rbActionVerifyThenEncode.AccessibleDescription = null; - this.rbActionVerifyThenEncode.AccessibleName = null; resources.ApplyResources(this.rbActionVerifyThenEncode, "rbActionVerifyThenEncode"); - this.rbActionVerifyThenEncode.BackgroundImage = null; - this.rbActionVerifyThenEncode.Font = null; this.rbActionVerifyThenEncode.Name = "rbActionVerifyThenEncode"; this.toolTip1.SetToolTip(this.rbActionVerifyThenEncode, resources.GetString("rbActionVerifyThenEncode.ToolTip")); this.rbActionVerifyThenEncode.UseVisualStyleBackColor = true; @@ -601,11 +425,7 @@ namespace JDP { // // rbActionVerify // - this.rbActionVerify.AccessibleDescription = null; - this.rbActionVerify.AccessibleName = null; resources.ApplyResources(this.rbActionVerify, "rbActionVerify"); - this.rbActionVerify.BackgroundImage = null; - this.rbActionVerify.Font = null; this.rbActionVerify.Name = "rbActionVerify"; this.toolTip1.SetToolTip(this.rbActionVerify, resources.GetString("rbActionVerify.ToolTip")); this.rbActionVerify.UseVisualStyleBackColor = true; @@ -613,12 +433,8 @@ namespace JDP { // // rbActionEncode // - this.rbActionEncode.AccessibleDescription = null; - this.rbActionEncode.AccessibleName = null; resources.ApplyResources(this.rbActionEncode, "rbActionEncode"); - this.rbActionEncode.BackgroundImage = null; this.rbActionEncode.Checked = true; - this.rbActionEncode.Font = null; this.rbActionEncode.Name = "rbActionEncode"; this.rbActionEncode.TabStop = true; this.toolTip1.SetToolTip(this.rbActionEncode, resources.GetString("rbActionEncode.ToolTip")); @@ -627,57 +443,36 @@ namespace JDP { // // txtPreGapLength // - this.txtPreGapLength.AccessibleDescription = null; - this.txtPreGapLength.AccessibleName = null; - resources.ApplyResources(this.txtPreGapLength, "txtPreGapLength"); - this.txtPreGapLength.BackgroundImage = null; this.txtPreGapLength.Culture = new System.Globalization.CultureInfo(""); this.txtPreGapLength.CutCopyMaskFormat = System.Windows.Forms.MaskFormat.IncludePromptAndLiterals; - this.txtPreGapLength.Font = null; this.txtPreGapLength.InsertKeyMode = System.Windows.Forms.InsertKeyMode.Overwrite; + resources.ApplyResources(this.txtPreGapLength, "txtPreGapLength"); this.txtPreGapLength.Name = "txtPreGapLength"; this.txtPreGapLength.TextMaskFormat = System.Windows.Forms.MaskFormat.IncludePromptAndLiterals; this.toolTip1.SetToolTip(this.txtPreGapLength, resources.GetString("txtPreGapLength.ToolTip")); // // 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")); // // 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")); // // txtDataTrackLength // - this.txtDataTrackLength.AccessibleDescription = null; - this.txtDataTrackLength.AccessibleName = null; - resources.ApplyResources(this.txtDataTrackLength, "txtDataTrackLength"); - this.txtDataTrackLength.BackgroundImage = null; this.txtDataTrackLength.Culture = new System.Globalization.CultureInfo(""); this.txtDataTrackLength.CutCopyMaskFormat = System.Windows.Forms.MaskFormat.IncludePromptAndLiterals; - this.txtDataTrackLength.Font = null; this.txtDataTrackLength.InsertKeyMode = System.Windows.Forms.InsertKeyMode.Overwrite; + resources.ApplyResources(this.txtDataTrackLength, "txtDataTrackLength"); this.txtDataTrackLength.Name = "txtDataTrackLength"; this.txtDataTrackLength.TextMaskFormat = System.Windows.Forms.MaskFormat.IncludePromptAndLiterals; this.toolTip1.SetToolTip(this.txtDataTrackLength, resources.GetString("txtDataTrackLength.ToolTip")); // // statusStrip1 // - this.statusStrip1.AccessibleDescription = null; - this.statusStrip1.AccessibleName = null; - resources.ApplyResources(this.statusStrip1, "statusStrip1"); - this.statusStrip1.BackgroundImage = null; - this.statusStrip1.Font = null; this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripStatusLabel1, this.toolStripStatusLabelProcessed, @@ -687,83 +482,61 @@ namespace JDP { this.toolStripStatusLabelAR, this.toolStripProgressBar1, this.toolStripProgressBar2}); + resources.ApplyResources(this.statusStrip1, "statusStrip1"); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.ShowItemToolTips = true; this.statusStrip1.SizingGrip = false; - this.toolTip1.SetToolTip(this.statusStrip1, resources.GetString("statusStrip1.ToolTip")); // // toolStripStatusLabel1 // - this.toolStripStatusLabel1.AccessibleDescription = null; - this.toolStripStatusLabel1.AccessibleName = null; - resources.ApplyResources(this.toolStripStatusLabel1, "toolStripStatusLabel1"); - this.toolStripStatusLabel1.BackgroundImage = null; this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; + resources.ApplyResources(this.toolStripStatusLabel1, "toolStripStatusLabel1"); this.toolStripStatusLabel1.Spring = true; // // toolStripStatusLabelProcessed // - this.toolStripStatusLabelProcessed.AccessibleDescription = null; - this.toolStripStatusLabelProcessed.AccessibleName = null; - resources.ApplyResources(this.toolStripStatusLabelProcessed, "toolStripStatusLabelProcessed"); - this.toolStripStatusLabelProcessed.BackgroundImage = null; this.toolStripStatusLabelProcessed.Name = "toolStripStatusLabelProcessed"; + resources.ApplyResources(this.toolStripStatusLabelProcessed, "toolStripStatusLabelProcessed"); // // toolStripStatusLabel2 // - this.toolStripStatusLabel2.AccessibleDescription = null; - this.toolStripStatusLabel2.AccessibleName = null; - resources.ApplyResources(this.toolStripStatusLabel2, "toolStripStatusLabel2"); - this.toolStripStatusLabel2.BackgroundImage = null; this.toolStripStatusLabel2.Image = global::JDP.Properties.Resources.wav; + resources.ApplyResources(this.toolStripStatusLabel2, "toolStripStatusLabel2"); this.toolStripStatusLabel2.Name = "toolStripStatusLabel2"; this.toolStripStatusLabel2.Padding = new System.Windows.Forms.Padding(0, 0, 5, 0); // // toolStripStatusLabelWV // - this.toolStripStatusLabelWV.AccessibleDescription = null; - this.toolStripStatusLabelWV.AccessibleName = null; - resources.ApplyResources(this.toolStripStatusLabelWV, "toolStripStatusLabelWV"); - this.toolStripStatusLabelWV.BackgroundImage = null; this.toolStripStatusLabelWV.Image = global::JDP.Properties.Resources.wv; + resources.ApplyResources(this.toolStripStatusLabelWV, "toolStripStatusLabelWV"); this.toolStripStatusLabelWV.Name = "toolStripStatusLabelWV"; this.toolStripStatusLabelWV.Padding = new System.Windows.Forms.Padding(0, 0, 5, 0); // // toolStripStatusLabelFLAC // - this.toolStripStatusLabelFLAC.AccessibleDescription = null; - this.toolStripStatusLabelFLAC.AccessibleName = null; - resources.ApplyResources(this.toolStripStatusLabelFLAC, "toolStripStatusLabelFLAC"); - this.toolStripStatusLabelFLAC.BackgroundImage = null; this.toolStripStatusLabelFLAC.Image = global::JDP.Properties.Resources.flac; this.toolStripStatusLabelFLAC.Name = "toolStripStatusLabelFLAC"; this.toolStripStatusLabelFLAC.Padding = new System.Windows.Forms.Padding(0, 0, 5, 0); + resources.ApplyResources(this.toolStripStatusLabelFLAC, "toolStripStatusLabelFLAC"); // // toolStripStatusLabelAR // - this.toolStripStatusLabelAR.AccessibleDescription = null; - this.toolStripStatusLabelAR.AccessibleName = null; resources.ApplyResources(this.toolStripStatusLabelAR, "toolStripStatusLabelAR"); - this.toolStripStatusLabelAR.BackgroundImage = null; this.toolStripStatusLabelAR.Name = "toolStripStatusLabelAR"; this.toolStripStatusLabelAR.Padding = new System.Windows.Forms.Padding(0, 0, 5, 0); // // toolStripProgressBar1 // - this.toolStripProgressBar1.AccessibleDescription = null; - this.toolStripProgressBar1.AccessibleName = null; - resources.ApplyResources(this.toolStripProgressBar1, "toolStripProgressBar1"); this.toolStripProgressBar1.AutoToolTip = true; this.toolStripProgressBar1.Name = "toolStripProgressBar1"; + resources.ApplyResources(this.toolStripProgressBar1, "toolStripProgressBar1"); this.toolStripProgressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous; // // toolStripProgressBar2 // - this.toolStripProgressBar2.AccessibleDescription = null; - this.toolStripProgressBar2.AccessibleName = null; - resources.ApplyResources(this.toolStripProgressBar2, "toolStripProgressBar2"); this.toolStripProgressBar2.AutoToolTip = true; this.toolStripProgressBar2.Name = "toolStripProgressBar2"; + resources.ApplyResources(this.toolStripProgressBar2, "toolStripProgressBar2"); this.toolStripProgressBar2.Style = System.Windows.Forms.ProgressBarStyle.Continuous; // // toolTip1 @@ -774,97 +547,57 @@ namespace JDP { // // btnStop // - this.btnStop.AccessibleDescription = null; - this.btnStop.AccessibleName = null; resources.ApplyResources(this.btnStop, "btnStop"); - this.btnStop.BackgroundImage = null; - this.btnStop.Font = null; this.btnStop.Name = "btnStop"; - this.toolTip1.SetToolTip(this.btnStop, resources.GetString("btnStop.ToolTip")); this.btnStop.UseVisualStyleBackColor = true; this.btnStop.Click += new System.EventHandler(this.btnStop_Click); // // btnPause // - this.btnPause.AccessibleDescription = null; - this.btnPause.AccessibleName = null; resources.ApplyResources(this.btnPause, "btnPause"); - this.btnPause.BackgroundImage = null; - this.btnPause.Font = null; this.btnPause.Name = "btnPause"; - this.toolTip1.SetToolTip(this.btnPause, resources.GetString("btnPause.ToolTip")); this.btnPause.UseVisualStyleBackColor = true; this.btnPause.Click += new System.EventHandler(this.btnPause_Click); // // btnResume // - this.btnResume.AccessibleDescription = null; - this.btnResume.AccessibleName = null; resources.ApplyResources(this.btnResume, "btnResume"); - this.btnResume.BackgroundImage = null; - this.btnResume.Font = null; this.btnResume.Name = "btnResume"; - this.toolTip1.SetToolTip(this.btnResume, resources.GetString("btnResume.ToolTip")); this.btnResume.UseVisualStyleBackColor = true; this.btnResume.Click += new System.EventHandler(this.btnPause_Click); // // grpFreedb // - this.grpFreedb.AccessibleDescription = null; - this.grpFreedb.AccessibleName = null; - resources.ApplyResources(this.grpFreedb, "grpFreedb"); - this.grpFreedb.BackgroundImage = null; this.grpFreedb.Controls.Add(this.rbFreedbAlways); this.grpFreedb.Controls.Add(this.rbFreedbIf); this.grpFreedb.Controls.Add(this.rbFreedbNever); - this.grpFreedb.Font = null; + resources.ApplyResources(this.grpFreedb, "grpFreedb"); this.grpFreedb.Name = "grpFreedb"; this.grpFreedb.TabStop = false; - this.toolTip1.SetToolTip(this.grpFreedb, resources.GetString("grpFreedb.ToolTip")); // // rbFreedbAlways // - this.rbFreedbAlways.AccessibleDescription = null; - this.rbFreedbAlways.AccessibleName = null; resources.ApplyResources(this.rbFreedbAlways, "rbFreedbAlways"); - this.rbFreedbAlways.BackgroundImage = null; - this.rbFreedbAlways.Font = null; this.rbFreedbAlways.Name = "rbFreedbAlways"; this.rbFreedbAlways.TabStop = true; - this.toolTip1.SetToolTip(this.rbFreedbAlways, resources.GetString("rbFreedbAlways.ToolTip")); this.rbFreedbAlways.UseVisualStyleBackColor = true; // // rbFreedbIf // - this.rbFreedbIf.AccessibleDescription = null; - this.rbFreedbIf.AccessibleName = null; resources.ApplyResources(this.rbFreedbIf, "rbFreedbIf"); - this.rbFreedbIf.BackgroundImage = null; - this.rbFreedbIf.Font = null; this.rbFreedbIf.Name = "rbFreedbIf"; this.rbFreedbIf.TabStop = true; - this.toolTip1.SetToolTip(this.rbFreedbIf, resources.GetString("rbFreedbIf.ToolTip")); this.rbFreedbIf.UseVisualStyleBackColor = true; // // rbFreedbNever // - this.rbFreedbNever.AccessibleDescription = null; - this.rbFreedbNever.AccessibleName = null; resources.ApplyResources(this.rbFreedbNever, "rbFreedbNever"); - this.rbFreedbNever.BackgroundImage = null; - this.rbFreedbNever.Font = null; this.rbFreedbNever.Name = "rbFreedbNever"; this.rbFreedbNever.TabStop = true; - this.toolTip1.SetToolTip(this.rbFreedbNever, resources.GetString("rbFreedbNever.ToolTip")); this.rbFreedbNever.UseVisualStyleBackColor = true; // // contextMenuStripUDC // - this.contextMenuStripUDC.AccessibleDescription = null; - this.contextMenuStripUDC.AccessibleName = null; - resources.ApplyResources(this.contextMenuStripUDC, "contextMenuStripUDC"); - this.contextMenuStripUDC.BackgroundImage = null; - this.contextMenuStripUDC.Font = null; this.contextMenuStripUDC.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripMenuItem2, this.tAKToolStripMenuItem, @@ -874,122 +607,77 @@ namespace JDP { this.mP3ToolStripMenuItem, this.oGGToolStripMenuItem}); this.contextMenuStripUDC.Name = "contextMenuStripUDC"; - this.toolTip1.SetToolTip(this.contextMenuStripUDC, resources.GetString("contextMenuStripUDC.ToolTip")); + resources.ApplyResources(this.contextMenuStripUDC, "contextMenuStripUDC"); this.contextMenuStripUDC.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.contextMenuStripUDC_ItemClicked); // // toolStripMenuItem2 // - this.toolStripMenuItem2.AccessibleDescription = null; - this.toolStripMenuItem2.AccessibleName = null; resources.ApplyResources(this.toolStripMenuItem2, "toolStripMenuItem2"); - this.toolStripMenuItem2.BackgroundImage = null; this.toolStripMenuItem2.Name = "toolStripMenuItem2"; - this.toolStripMenuItem2.ShortcutKeyDisplayString = null; // // tAKToolStripMenuItem // - this.tAKToolStripMenuItem.AccessibleDescription = null; - this.tAKToolStripMenuItem.AccessibleName = null; - resources.ApplyResources(this.tAKToolStripMenuItem, "tAKToolStripMenuItem"); - this.tAKToolStripMenuItem.BackgroundImage = null; this.tAKToolStripMenuItem.Name = "tAKToolStripMenuItem"; - this.tAKToolStripMenuItem.ShortcutKeyDisplayString = null; + resources.ApplyResources(this.tAKToolStripMenuItem, "tAKToolStripMenuItem"); // // toolStripMenuItem1 // - this.toolStripMenuItem1.AccessibleDescription = null; - this.toolStripMenuItem1.AccessibleName = null; - resources.ApplyResources(this.toolStripMenuItem1, "toolStripMenuItem1"); - this.toolStripMenuItem1.BackgroundImage = null; this.toolStripMenuItem1.Name = "toolStripMenuItem1"; - this.toolStripMenuItem1.ShortcutKeyDisplayString = null; + resources.ApplyResources(this.toolStripMenuItem1, "toolStripMenuItem1"); // // toolStripSeparator1 // - this.toolStripSeparator1.AccessibleDescription = null; - this.toolStripSeparator1.AccessibleName = null; - resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1"); this.toolStripSeparator1.Name = "toolStripSeparator1"; + resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1"); // // toolStripMenuItem3 // - this.toolStripMenuItem3.AccessibleDescription = null; - this.toolStripMenuItem3.AccessibleName = null; resources.ApplyResources(this.toolStripMenuItem3, "toolStripMenuItem3"); - this.toolStripMenuItem3.BackgroundImage = null; this.toolStripMenuItem3.Name = "toolStripMenuItem3"; - this.toolStripMenuItem3.ShortcutKeyDisplayString = null; // // mP3ToolStripMenuItem // - this.mP3ToolStripMenuItem.AccessibleDescription = null; - this.mP3ToolStripMenuItem.AccessibleName = null; - resources.ApplyResources(this.mP3ToolStripMenuItem, "mP3ToolStripMenuItem"); - this.mP3ToolStripMenuItem.BackgroundImage = null; this.mP3ToolStripMenuItem.Name = "mP3ToolStripMenuItem"; - this.mP3ToolStripMenuItem.ShortcutKeyDisplayString = null; + resources.ApplyResources(this.mP3ToolStripMenuItem, "mP3ToolStripMenuItem"); // // oGGToolStripMenuItem // - this.oGGToolStripMenuItem.AccessibleDescription = null; - this.oGGToolStripMenuItem.AccessibleName = null; - resources.ApplyResources(this.oGGToolStripMenuItem, "oGGToolStripMenuItem"); - this.oGGToolStripMenuItem.BackgroundImage = null; this.oGGToolStripMenuItem.Name = "oGGToolStripMenuItem"; - this.oGGToolStripMenuItem.ShortcutKeyDisplayString = null; + resources.ApplyResources(this.oGGToolStripMenuItem, "oGGToolStripMenuItem"); // // txtInputPath // - this.txtInputPath.AccessibleDescription = null; - this.txtInputPath.AccessibleName = null; this.txtInputPath.AllowDrop = true; resources.ApplyResources(this.txtInputPath, "txtInputPath"); this.txtInputPath.BackColor = System.Drawing.SystemColors.Control; - this.txtInputPath.BackgroundImage = null; - this.txtInputPath.Font = null; this.txtInputPath.Name = "txtInputPath"; - this.toolTip1.SetToolTip(this.txtInputPath, resources.GetString("txtInputPath.ToolTip")); this.txtInputPath.TextChanged += new System.EventHandler(this.txtInputPath_TextChanged); this.txtInputPath.DragDrop += new System.Windows.Forms.DragEventHandler(this.PathTextBox_DragDrop); this.txtInputPath.DragEnter += new System.Windows.Forms.DragEventHandler(this.PathTextBox_DragEnter); // // grpInput // - this.grpInput.AccessibleDescription = null; - this.grpInput.AccessibleName = null; resources.ApplyResources(this.grpInput, "grpInput"); - this.grpInput.BackgroundImage = null; this.grpInput.Controls.Add(this.textBatchReport); this.grpInput.Controls.Add(this.fileSystemTreeView1); this.grpInput.Controls.Add(this.txtInputPath); - this.grpInput.Font = null; this.grpInput.Name = "grpInput"; this.grpInput.TabStop = false; - this.toolTip1.SetToolTip(this.grpInput, resources.GetString("grpInput.ToolTip")); // // textBatchReport // - this.textBatchReport.AccessibleDescription = null; - this.textBatchReport.AccessibleName = null; resources.ApplyResources(this.textBatchReport, "textBatchReport"); - this.textBatchReport.BackgroundImage = null; - this.textBatchReport.Font = null; this.textBatchReport.Name = "textBatchReport"; this.textBatchReport.ReadOnly = true; this.textBatchReport.TabStop = false; - this.toolTip1.SetToolTip(this.textBatchReport, resources.GetString("textBatchReport.ToolTip")); // // fileSystemTreeView1 // - this.fileSystemTreeView1.AccessibleDescription = null; - this.fileSystemTreeView1.AccessibleName = null; this.fileSystemTreeView1.AllowDrop = true; resources.ApplyResources(this.fileSystemTreeView1, "fileSystemTreeView1"); this.fileSystemTreeView1.BackColor = System.Drawing.SystemColors.Control; - this.fileSystemTreeView1.BackgroundImage = null; this.fileSystemTreeView1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.fileSystemTreeView1.CheckBoxes = true; - this.fileSystemTreeView1.Font = null; this.fileSystemTreeView1.FullRowSelect = true; this.fileSystemTreeView1.HideSelection = false; this.fileSystemTreeView1.ItemHeight = 16; @@ -1001,7 +689,6 @@ namespace JDP { CUEControls.ExtraSpecialFolder.Profile, CUEControls.ExtraSpecialFolder.MyMusic, CUEControls.ExtraSpecialFolder.CommonMusic}; - this.toolTip1.SetToolTip(this.fileSystemTreeView1, resources.GetString("fileSystemTreeView1.ToolTip")); this.fileSystemTreeView1.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.fileSystemTreeView1_AfterCheck); this.fileSystemTreeView1.NodeAttributes += new CUEControls.FileSystemTreeViewNodeAttributesHandler(this.fileSystemTreeView1_NodeAttributes); this.fileSystemTreeView1.DragDrop += new System.Windows.Forms.DragEventHandler(this.fileSystemTreeView1_DragDrop); @@ -1012,27 +699,19 @@ namespace JDP { // // grpExtra // - this.grpExtra.AccessibleDescription = null; - this.grpExtra.AccessibleName = null; - resources.ApplyResources(this.grpExtra, "grpExtra"); - this.grpExtra.BackgroundImage = null; this.grpExtra.Controls.Add(this.numericWriteOffset); this.grpExtra.Controls.Add(this.txtPreGapLength); this.grpExtra.Controls.Add(this.lblWriteOffset); this.grpExtra.Controls.Add(this.label2); this.grpExtra.Controls.Add(this.txtDataTrackLength); this.grpExtra.Controls.Add(this.label1); - this.grpExtra.Font = null; + resources.ApplyResources(this.grpExtra, "grpExtra"); this.grpExtra.Name = "grpExtra"; this.grpExtra.TabStop = false; - this.toolTip1.SetToolTip(this.grpExtra, resources.GetString("grpExtra.ToolTip")); // // 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[] { 99999, 0, @@ -1044,74 +723,47 @@ namespace JDP { 0, -2147483648}); this.numericWriteOffset.Name = "numericWriteOffset"; - this.toolTip1.SetToolTip(this.numericWriteOffset, resources.GetString("numericWriteOffset.ToolTip")); // // 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")); // // contextMenuStripFileTree // - this.contextMenuStripFileTree.AccessibleDescription = null; - this.contextMenuStripFileTree.AccessibleName = null; - resources.ApplyResources(this.contextMenuStripFileTree, "contextMenuStripFileTree"); - this.contextMenuStripFileTree.BackgroundImage = null; - this.contextMenuStripFileTree.Font = null; this.contextMenuStripFileTree.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.SelectedNodeName, this.toolStripSeparator2, this.setAsMyMusicFolderToolStripMenuItem, this.resetToOriginalLocationToolStripMenuItem}); this.contextMenuStripFileTree.Name = "contextMenuStripFileTree"; - this.toolTip1.SetToolTip(this.contextMenuStripFileTree, resources.GetString("contextMenuStripFileTree.ToolTip")); + resources.ApplyResources(this.contextMenuStripFileTree, "contextMenuStripFileTree"); // // SelectedNodeName // - this.SelectedNodeName.AccessibleDescription = null; - this.SelectedNodeName.AccessibleName = null; resources.ApplyResources(this.SelectedNodeName, "SelectedNodeName"); - this.SelectedNodeName.BackgroundImage = null; this.SelectedNodeName.Name = "SelectedNodeName"; - this.SelectedNodeName.ShortcutKeyDisplayString = null; // // toolStripSeparator2 // - this.toolStripSeparator2.AccessibleDescription = null; - this.toolStripSeparator2.AccessibleName = null; - resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2"); this.toolStripSeparator2.Name = "toolStripSeparator2"; + resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2"); // // setAsMyMusicFolderToolStripMenuItem // - this.setAsMyMusicFolderToolStripMenuItem.AccessibleDescription = null; - this.setAsMyMusicFolderToolStripMenuItem.AccessibleName = null; - resources.ApplyResources(this.setAsMyMusicFolderToolStripMenuItem, "setAsMyMusicFolderToolStripMenuItem"); - this.setAsMyMusicFolderToolStripMenuItem.BackgroundImage = null; this.setAsMyMusicFolderToolStripMenuItem.Name = "setAsMyMusicFolderToolStripMenuItem"; - this.setAsMyMusicFolderToolStripMenuItem.ShortcutKeyDisplayString = null; + resources.ApplyResources(this.setAsMyMusicFolderToolStripMenuItem, "setAsMyMusicFolderToolStripMenuItem"); this.setAsMyMusicFolderToolStripMenuItem.Click += new System.EventHandler(this.setAsMyMusicFolderToolStripMenuItem_Click); // // resetToOriginalLocationToolStripMenuItem // - this.resetToOriginalLocationToolStripMenuItem.AccessibleDescription = null; - this.resetToOriginalLocationToolStripMenuItem.AccessibleName = null; - resources.ApplyResources(this.resetToOriginalLocationToolStripMenuItem, "resetToOriginalLocationToolStripMenuItem"); - this.resetToOriginalLocationToolStripMenuItem.BackgroundImage = null; this.resetToOriginalLocationToolStripMenuItem.Name = "resetToOriginalLocationToolStripMenuItem"; - this.resetToOriginalLocationToolStripMenuItem.ShortcutKeyDisplayString = null; + resources.ApplyResources(this.resetToOriginalLocationToolStripMenuItem, "resetToOriginalLocationToolStripMenuItem"); this.resetToOriginalLocationToolStripMenuItem.Click += new System.EventHandler(this.resetToOriginalLocationToolStripMenuItem_Click); // // panel1 // - this.panel1.AccessibleDescription = null; - this.panel1.AccessibleName = null; resources.ApplyResources(this.panel1, "panel1"); - this.panel1.BackgroundImage = null; this.panel1.Controls.Add(this.grpOutputPathGeneration); this.panel1.Controls.Add(this.btnStop); this.panel1.Controls.Add(this.btnConvert); @@ -1124,23 +776,17 @@ namespace JDP { this.panel1.Controls.Add(this.grpAction); this.panel1.Controls.Add(this.btnPause); this.panel1.Controls.Add(this.btnResume); - this.panel1.Font = null; this.panel1.Name = "panel1"; - this.toolTip1.SetToolTip(this.panel1, resources.GetString("panel1.ToolTip")); // // frmCUETools // - this.AccessibleDescription = null; - this.AccessibleName = null; resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackgroundImage = null; this.Controls.Add(this.panel1); this.Controls.Add(this.grpInput); this.Controls.Add(this.statusStrip1); this.MaximizeBox = false; this.Name = "frmCUETools"; - this.toolTip1.SetToolTip(this, resources.GetString("$this.ToolTip")); this.Load += new System.EventHandler(this.frmCUETools_Load); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmCUETools_FormClosed); this.grpOutputStyle.ResumeLayout(false); diff --git a/CUETools/frmCUETools.cs b/CUETools/frmCUETools.cs index 7d58bf0..7352806 100644 --- a/CUETools/frmCUETools.cs +++ b/CUETools/frmCUETools.cs @@ -32,6 +32,7 @@ using System.Drawing; using System.Text; using System.Windows.Forms; using System.IO; +using System.Globalization; using System.Threading; using System.Diagnostics; using CUETools.Processor; @@ -110,6 +111,13 @@ namespace JDP { StartConvert(); } + private void ChangeCulture(Control control, ComponentResourceManager resources) + { + resources.ApplyResources(control, control.Name, Thread.CurrentThread.CurrentUICulture); + foreach (Control c in control.Controls) + ChangeCulture(c, resources); + } + private void btnSettings_Click(object sender, EventArgs e) { using (frmSettings settingsForm = new frmSettings()) { settingsForm.ReducePriority = _reducePriority; @@ -117,6 +125,13 @@ namespace JDP { settingsForm.ShowDialog(); + if (Thread.CurrentThread.CurrentUICulture != CultureInfo.GetCultureInfo(_config.language)) + { + Thread.CurrentThread.CurrentUICulture = CultureInfo.GetCultureInfo(_config.language); + ComponentResourceManager resources = new ComponentResourceManager(typeof(frmCUETools)); + ChangeCulture(this, resources); + } + _reducePriority = settingsForm.ReducePriority; _config = settingsForm.Config; updateOutputStyles(); diff --git a/CUETools/frmCUETools.de-DE.resx b/CUETools/frmCUETools.de-DE.resx index c902479..eef1521 100644 --- a/CUETools/frmCUETools.de-DE.resx +++ b/CUETools/frmCUETools.de-DE.resx @@ -142,45 +142,30 @@ - - 81, 17 - &Eingebettet Erstelle einzelne Datei mit eingebettetem CUE-Sheet - - 120, 17 - Lücken ausgelassen Erstelle mehrere Dateien ohne Lücken - - 124, 17 - Lücken vorangestellt Erstelle mehrere Dateien mit vorangestellten Lücken - - 113, 17 - Lücken &angehängt Erstelle mehrere Dateien mit nachgestellten Lücken - - 126, 17 - &Einzelne Datei + CUE @@ -199,57 +184,36 @@ - - %1:-2\Neu\%-1\%F.cue - - - 134, 17 - Nutze eigenes Format: - - Neu - - - 61, 17 - &Manuell - - 147, 17 - E&rstelle Unterverzeichnis: - - 151, 17 - An Dateinamen anhängen: - - -Neu - @@ -262,9 +226,6 @@ - - 57, 17 - eigene @@ -280,9 +241,6 @@ - - 51, 17 - Kei&ne @@ -313,9 +271,6 @@ - - 56, 17 - Stapel @@ -376,9 +331,6 @@ - - 61, 13 - Datenspur: @@ -429,27 +381,18 @@ - - 55, 17 - Immer - - 80, 17 - Wenn nötig - - 40, 17 - Nie diff --git a/CUETools/frmCUETools.resx b/CUETools/frmCUETools.resx index bdf7317..bf824b1 100644 --- a/CUETools/frmCUETools.resx +++ b/CUETools/frmCUETools.resx @@ -117,1151 +117,1697 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - True - - - - - - Both + + NoControl - - 54, 21 - - - toolStripSeparator1 - - - - - - 00:00:00 - - - 251, 21 - - - 251, 21 - - - 11 - - - True - - - OGG - - - 59, 17 - - - 0 - - - CUEControls.FileSystemTreeView, CUEControls, Version=1.0.3368.28004, Culture=neutral, PublicKeyToken=null - - - NoControl - - - NoControl - - - - - - rbGapsLeftOut - - - 0 - - - 20, 20 - - - 59, 17 - - - grpAction - - - &Resume - - - System.Windows.Forms.Form, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 1 - - - btnPause - - - 1 - - - - - - grpOutputPathGeneration - - - grpExtra - - - grpExtra - - - Selected file - - - 120, 142 - - - 2 - - - 66, 23 - - - Gaps Left Out - - - 3 - - - grpOutputStyle - - - 1 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - %1:-2\New\%-1\%F.cue - - - True - - - label2 - - - 4 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - 265, 394 - - 10, 105 - - - grpOutputPathGeneration - - - 4 - - - 2 - - - 1 - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - contextMenuStripUDC - - - 00:00:00 - - - 10, 20 - - - 8 - - - 0 - - - 238, 414 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 417, 141 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 6 - - - False - - - 10 - - - 6, 13 - - - CenterScreen - - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAction - - - LossyWAV - - - Right - - - btnAbout - - - 4 - - - rbEmbedCUE - - - 89, 148 - - - 21, 17 - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - toolStripStatusLabelFLAC - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel1 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAction - - - - - - 1 - - - - - - 3 - - - 6 - - - 107, 336 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - NoControl - - - txtCreateSubdirectory - - - 2 - - - Tahoma, 8.25pt - - - 120, 17 - - - 8 - - - - - - rbActionVerifyThenEncode - - - NoControl - - - rbWavPack - - - Create single file with embedded CUE sheet. - - - NoControl - - - Browse... - - - label1 - - - NoControl - - - 1 - - - Create a pair of files - .lossy.wav(flac,etc) and .lwcdf.wav(flac,etc). Lossy file contains (lossy) compressed music, but together with the lwcdf (correction) file the original audio can be reconstructed. - - - 19 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - White - - - 2 - - - - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel1 - - - True - - - 5 - - - 225, 368 - - - 2 - - - 1 - - - rbActionCreateCUESheet - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 4 - - - 206, 76 - - - - - - - - - 10, 119 - - - - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3 - - - 0 - - - rbAPE - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - panel1 - - - rbGapsPrepended - - - NoControl - - - - - - 165, 171 - - - tAKToolStripMenuItem - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpExtra - - - True - - - 685, 447 - - - 685, 22 - - - NoControl - - - toolStripMenuItem2 - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 4 - - - grpOutputPathGeneration - - - True - - - True - - - 8 - - - Pregap - - - Correct filenames - - - &Pause - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - numericWriteOffset - - - grpAudioOutput - - - 0 - - - - - - - - - 4 - - - Contact the AccurateRip databse for validation and compare the image against database - - - btnBrowseOutput - - - TAK - - - 701, 483 - - - chkLossyWAV - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAction - - - 7 - - - Advanced Settings... - - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3, 336 - - - resetToOriginalLocationToolStripMenuItem - - - - - - 0 - - - &Don't verify, encode - - - True - - - 5 - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAudioOutput - - - - - - rbDontGenerate - - - 401, 21 - - - User - - - 119, 22 - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - 66, 23 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - toolStripMenuItem1 - - - 71, 23 - - - grpOutputStyle - - - 41, 13 - - - 66, 117 - 131, 23 - - System.Windows.Forms.MaskedTextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - frmCUETools - - - 6, 17 - - - 2 - - - Encode and verify - - - $this - - - grpAudioOutput - - - - - - 255, 159 - - - grpOutputPathGeneration - - - 72, 17 - - - 10, 51 - - - 2 - - - &WAV - - - - - - False - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Input - - - White - - - 265, 366 - - - panel1 - - - 15 - - - 7 - - - 10, 102 - - - True - - - True - - - grpFreedb - - - &None - - - 0 - - - NoControl - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 4 - - - False - - - 202, 6 - - - 7 - - - btnSettings - - - 0 - - - NoControl - - - 1 - - - 0 - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.MaskedTextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Lossless: - - - 1 - - - 3 - - - $this - - - 10, 71 - - - toolStripMenuItem3 - - - True - - - 1 - - - 3 - - - System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 50, 17 - - - Offset - - - 3 - - - toolStripStatusLabel2 - - - 252, 2 - - - 119, 22 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 10, 148 - - - 21, 17 - - - Wav&Pack - - - mP3ToolStripMenuItem - - - 0 - - - NoControl - - - 2 - - - &Manual - - - 433, 420 - - - panel1 - - - 1200, 483 - - - 0 - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - rbSingleFile - - - Processed: 0 - - - - - - Create multiple files with gaps left out - - - On the first pass, verify and try to find an offset correction which makes the rip accurate according to the AccurateRip database. On the second pass, convert, possibly applying offset correction. - - - 8 - - - 2 - - - 3 - - - grpAction - - - txtPreGapLength - - - btnResume - - - 54, 21 - - - panel1 - - - 5 - - - grpAction - - - toolStripStatusLabelWV - - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - grpOutputPathGeneration - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 98, 171 - - - 72, 17 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpExtra - - - 4 - - - rbUDC1 - - - Track progress - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAudioOutput - - - True - - + + 9 - - APE - - - True - - - toolTip1 - - - panel1 - - - 104, 17 - - - 8, 5 - - - grpOutputPathGeneration - - - 10, 34 - - - Not used for normal music CDs. Enhanced CDs with data tracks cannot be found in database unless you know the length of the data track. You can often find it in EAC log. If EAC log is found next to the CUE sheet, it will be parsed automaticly and you won't have to enter anything here. - - - 0 + + &Go btnConvert - + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + panel1 + + + 2 + + NoControl - - + + 340, 110 - + + 71, 23 + + + 8 + + + Browse... + + + btnBrowseOutput + + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpOutputPathGeneration + + + 0 + + + 10, 16 + + + 401, 21 + + + 0 + + + txtOutputPath + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpOutputPathGeneration + + + 1 + + + rbEmbedCUE + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - False + + grpOutputStyle - + + 0 + + + rbGapsLeftOut + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 69, 17 + + grpOutputStyle - - Overlay + + 1 - - 112, 17 + + rbGapsPrepended - + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpOutputStyle + + + 2 + + + rbGapsAppended + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpOutputStyle + + + 3 + + + rbSingleFile + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpOutputStyle + + + 4 + + + 107, 159 + + + 142, 171 + + + 3 + + + CUE Style + + + grpOutputStyle + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + panel1 - - Lossy: + + 6 - + + 153, 8 + + + True + + + NoControl + + + 11, 19 + + + 75, 17 + + + 0 + + + &Embedded + + + Create single file with embedded CUE sheet. + + + rbEmbedCUE + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpOutputStyle + + + 0 + + + True + + + NoControl + + + 11, 87 + + + 92, 17 + + + 4 + + + Gaps Left Out + + + Create multiple files with gaps left out + + + rbGapsLeftOut + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpOutputStyle + + + 1 + + + True + + + NoControl + + + 11, 70 + + + 104, 17 + + + 3 + + + Gaps Prepended + + + Create multiple files with gaps prepended + + + rbGapsPrepended + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpOutputStyle + + + 2 + + + True + + + NoControl + + + 11, 53 + + + 101, 17 + + + 2 + + + Gaps &Appended + + + Create multiple files with gaps appended + + + rbGapsAppended + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpOutputStyle + + + 3 + + + True + + + NoControl + + + 11, 36 + + + 106, 17 + + + 1 + + + &Single File + CUE + + + Create single file + CUE sheet + + + rbSingleFile + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpOutputStyle + + + 4 + + + NoControl + + + 265, 366 + + + 131, 23 + + + 8 + + + About + + + btnAbout + + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + panel1 + + + 5 + + + txtCustomFormat + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpOutputPathGeneration + + + 2 + + + rbCustomFormat + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + grpOutputPathGeneration 3 - - grpAudioOutput + + txtCreateSubdirectory - - 1 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 11 + + grpOutputPathGeneration - - System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel1 - - - 5 - - - System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - About - - - contextMenuStripFileTree - - - grpOutputStyle - - - &Go - - - txtInputPath - - - 44, 17 - - - True - - - grpAudioOutput - - - Always - - - 0, 425 - - - rbActionVerifyAndCRCs - - - 0 - - - 0 - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 76, 56 - - - NoControl - - - NoControl - - - btnCodec - - - 265, 336 - - - grpOutputStyle - - - grpExtra - - - - - - Pregap is a certain amount of silence or hidden audio before track one. Normally it is known from the CUE sheet, but if converting/verifying a set of separate tracks without a CUE sheet you might want to set this. - - - NoControl - - - 0 - - - NoControl - - - 44, 17 - - + 4 - - + + rbDontGenerate - - NoControl + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - rbFreedbAlways + + grpOutputPathGeneration - + + 5 + + + rbCreateSubdirectory + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpOutputPathGeneration + + + 6 + + + rbAppendFilename + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpOutputPathGeneration + + + 7 + + + txtAppendFilename + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpOutputPathGeneration + + + 8 + + + 3, 3 + + + 417, 141 + + + 1 + + + Output Path + + + grpOutputPathGeneration + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + panel1 + + + 0 + + + 160, 85 + + + 251, 21 + + + 6 + + + txtCustomFormat + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpOutputPathGeneration + + 2 - - &Single File + CUE + + True + + + NoControl + + + 10, 90 + + + 119, 17 + + + 5 + + + Use custom format: + + + rbCustomFormat + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpOutputPathGeneration + + + 3 + + + 160, 43 + + + 251, 21 + + + 2 + + + txtCreateSubdirectory + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpOutputPathGeneration + + + 4 + + + True + + + NoControl 10, 113 - + + 59, 17 + + + 7 + + + &Manual + + + rbDontGenerate + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpOutputPathGeneration + + + 5 + + + True + + + NoControl + + + 10, 44 + + + 125, 17 + + + 1 + + + C&reate subdirectory: + + + rbCreateSubdirectory + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpOutputPathGeneration + + + 6 + + + True + + + NoControl + + + 10, 67 + + + 122, 17 + + + 3 + + + Append to filename: + + + rbAppendFilename + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpOutputPathGeneration + + + 7 + + + 160, 64 + + + 251, 21 + + + 4 + + + txtAppendFilename + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpOutputPathGeneration + + 8 - - + + btnCodec + + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAudioOutput + + + 0 + + + rbUDC1 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAudioOutput + + + 1 + + + rbTTA + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAudioOutput + + + 2 + + + chkLossyWAV + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAudioOutput + + + 3 + + + rbAPE + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAudioOutput + + + 4 + + + rbNoAudio + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAudioOutput + + + 5 + + + rbWavPack + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAudioOutput + + + 6 + + + rbWAV + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAudioOutput + + + 7 + + + rbFLAC System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + grpAudioOutput - + + 8 + + + 3, 159 + + + 98, 171 + + + 2 + + + Audio Output + + + grpAudioOutput + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + panel1 + + + 8 + + + Popup + + + NoControl + + + 66, 117 + + + 20, 20 + + 7 - - 6, 43 + + > + + + btnCodec + + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAudioOutput + + + 0 + + + True + + + NoControl + + + 10, 119 + + + 47, 17 + + + 6 + + + User + + + rbUDC1 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAudioOutput + + + 1 + + + True + + + NoControl + + + 10, 68 + + + 44, 17 + + + 3 + + + TTA + + + rbTTA + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAudioOutput + + + 2 + + + True + + + NoControl + + + 10, 143 + + + 76, 17 + + + 8 + + + LossyWAV + + + Create a pair of files - .lossy.wav(flac,etc) and .lwcdf.wav(flac,etc). Lossy file contains (lossy) compressed music, but together with the lwcdf (correction) file the original audio can be reconstructed. + + + chkLossyWAV + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAudioOutput + + + 3 + + + True + + + NoControl + + + 10, 51 + + + 44, 17 + + + 2 + + + APE + + + rbAPE + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAudioOutput + + + 4 + + + True + + + NoControl + + + 10, 102 + + + 50, 17 + + + 5 + + + &None + + + Don't create any audio files, only CUE sheet + + + rbNoAudio + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAudioOutput + + + 5 + + + True + + + NoControl + + + 10, 34 + + + 69, 17 + + + 1 + + + Wav&Pack + + + rbWavPack + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAudioOutput + + + 6 + + + True + + + NoControl + + + 10, 85 + + + 48, 17 + + + 4 + + + &WAV + + + rbWAV + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAudioOutput + + + 7 + + + True + + + MiddleLeft + + + NoControl + + + 10, 17 + + + 0, 0, 0, 0 + + + 50, 17 + + + 0 + + + &FLAC + + + ImageBeforeText + + + rbFLAC + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAudioOutput + + + 8 + + + NoControl + + + 265, 336 + + + 131, 23 + + + 7 + + + Advanced Settings... + + + btnSettings + + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + panel1 + + + 3 + + + rbActionCorrectFilenames + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAction + + + 0 + + + chkRecursive + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAction + + + 1 + + + rbActionCreateCUESheet + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAction + + + 2 + + + chkMulti + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAction + + + 3 + + + rbActionVerifyAndCRCs + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAction + + + 4 + + + rbActionVerifyAndEncode + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAction + + + 5 + + + rbActionVerifyThenEncode + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAction + + + 6 + + + rbActionVerify + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAction + + + 7 + + + rbActionEncode + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAction + + + 8 + + + 255, 159 + + + 165, 171 + + + 4 + + + Action + + + grpAction + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + panel1 + + + 9 + + + True + + + NoControl + + + 10, 122 + + + 109, 17 + + + 6 + + + Correct filenames + + + rbActionCorrectFilenames + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAction + + + 0 + + + True + + + NoControl + + + 10, 148 + + + 73, 17 + + + 8 + + + Recursive + + + chkRecursive + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAction + + + 1 + + + True + + + NoControl + + + 10, 105 + + + 118, 17 + + + 5 + + + Create dummy CUE + + + rbActionCreateCUESheet + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAction + + + 2 + + + True + + + NoControl + + + 89, 148 + + + 62, 17 + + + 7 + + + Multiple + + + chkMulti + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAction + + + 3 + + + True + + + NoControl + + + 10, 88 + + + 110, 17 + + + 4 + + + Verify AR + CRCs + + + Contact the AccurateRip databse for validation and compare the image against database + + + rbActionVerifyAndCRCs + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAction + + + 4 + + + True + + + NoControl + + + 10, 37 + + + 112, 17 + + + 1 + + + Encode and verify + + + rbActionVerifyAndEncode + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAction + + + 5 + + + True + + + NoControl + + + 10, 20 + + + 120, 17 + + + 0 + + + Verify, &then encode + + + On the first pass, verify and try to find an offset correction which makes the rip accurate according to the AccurateRip database. On the second pass, convert, possibly applying offset correction. + + + rbActionVerifyThenEncode + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAction + + + 6 + + + True + + + NoControl + + + 10, 71 + + + 93, 17 + + + 3 + + + &Verify AR only + + + Contact the AccurateRip databse for validation and compare the image against database + + + rbActionVerify + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAction + + + 7 + + + True + + + NoControl + + + 10, 54 + + + 123, 17 + + + 2 + + + &Don't verify, encode + + + Don't contact the AccurateRip database for validation + + + rbActionEncode + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAction + + + 8 + + + 76, 14 + + + 00:00:00 + + + 0 + + + 54, 21 + + + 0 + + + Pregap is a certain amount of silence or hidden audio before track one. Normally it is known from the CUE sheet, but if converting/verifying a set of separate tracks without a CUE sheet you might want to set this. + + + txtPreGapLength + + + System.Windows.Forms.MaskedTextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpExtra + + + 1 + + + True + + + NoControl + + + 6, 17 + + + 41, 13 + + + 3 + + + Pregap + + + label2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpExtra + + + 3 + + + True + + + NoControl + + + 6, 38 + + + 57, 13 + + + 4 + + + Data track + + + label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpExtra + + + 5 + + + 76, 35 + + + 00:00:00 + + + 0 + + + 54, 21 + + + 1 + + + Not used for normal music CDs. Enhanced CDs with data tracks cannot be found in database unless you know the length of the data track. You can often find it in EAC log. If EAC log is found next to the CUE sheet, it will be parsed automaticly and you won't have to enter anything here. + + + txtDataTrackLength + + + System.Windows.Forms.MaskedTextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpExtra + + + 4 + + + 0, 425 + + + 0, 425 + + + 685, 22 + + + 15 + + + statusStrip1 + + + statusStrip1 + + + System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 4 + + + 293, 17 + + + MiddleLeft + + + 72, 17 + + + Processed: 0 + + + White + + + 21, 17 + + + False + + + White + + + 21, 17 + + + False + + + 21, 17 + + + False + + + Segoe UI, 8.25pt @@ -1283,263 +1829,617 @@ c6WZ9vZWbhgNh5J/AJcIo/TEh255AAAAAElFTkSuQmCC - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Top, Right - - - 2 - - - chkMulti - - - 1 - - - C&reate subdirectory: - - - NoControl - - - - - - 4 - - - 1 - - - MP3 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 118, 17 - - - 160, 43 - - - 2 - - - - - - 265, 394 - - - 205, 22 - - - System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - True - - - 125, 17 - - - 205, 22 - - - txtCustomFormat - - - 3, 159 - - - If needed - - - 119, 22 - - - NoControl - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 66, 23 - - - True - - - 1 - - - grpOutputPathGeneration - - - NoControl - - - statusStrip1 - - - grpOutputPathGeneration - - - - - - - - - Top, Bottom, Left, Right - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel1 - - - rbWAV - - - Create single file + CUE sheet - - - - - - False - - - 92, 17 - - - - - - 3 - - - 1 - - - - - - 101, 17 - - - Disk progress - - - Freedb lookup - - - TTA - - - 116, 6 - - - True - - - 2 - - - 340, 110 - - - grpExtra - - - CUETools 2.0 - - - True - - - &FLAC - - - Output Path - - - NoControl - - - - - - ImageBeforeText - - - True - - - - - - 38, 13 + + White 21, 17 - - Contact the AccurateRip databse for validation and compare the image against database + + Overlay - - 106, 17 + + Album found in AccurateRip database. - - Verify, &then encode + + 140, 16 - - &Verify AR only + + Track progress + + + 140, 16 + + + Disk progress + + + 153, 8 + + + NoControl + + + 265, 394 + + + 66, 23 + + + 10 + + + &Stop + + + False + + + btnStop + + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + panel1 + + + 1 + + + NoControl + + + 330, 394 + + + 66, 23 + + + 11 + + + &Pause + + + False + + + btnPause + + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + panel1 + + + 10 + + + NoControl + + + 330, 394 + + + 66, 23 + + + 11 + + + &Resume + + + False + + + btnResume + + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + panel1 + + + 11 + + + rbFreedbAlways + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpFreedb + + + 0 + + + rbFreedbIf + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpFreedb + + + 1 + + + rbFreedbNever + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpFreedb + + + 2 + + + 3, 336 + + + 98, 81 + + + 5 + + + Freedb lookup + + + grpFreedb + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + panel1 + + + 7 + + + True + + + NoControl + + + 6, 53 + + + 59, 17 + + + 2 + + + Always + + + rbFreedbAlways + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpFreedb + + + 0 + + + True + + + NoControl + + + 6, 36 + + + 72, 17 + + + 1 + + + If needed + + + rbFreedbIf + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpFreedb + + + 1 + + + True + + + NoControl + + + 6, 19 + + + 54, 17 + + + 0 + + + Never + + + rbFreedbNever + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpFreedb + + + 2 + + + 250, 8 + + + 120, 142 + + + contextMenuStripUDC + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + False + + + 119, 22 + + + Lossless: + + + 119, 22 + + + TAK + + + 119, 22 + + + ALAC + + + 116, 6 + + + False + + + 119, 22 + + + Lossy: + + + 119, 22 + + + MP3 + + + 119, 22 + + + OGG + + + Top, Left, Right 6, 16 - - NoControl + + 226, 21 - - panel1 + + 0 - + + txtInputPath + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpInput + + + 2 + + + Top, Bottom, Left, Right + + + textBatchReport + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpInput + + + 0 + + + fileSystemTreeView1 + + + CUEControls.FileSystemTreeView, CUEControls, Version=1.0.3368.28004, Culture=neutral, PublicKeyToken=null + + + grpInput + + + 1 + + + 8, 5 + + + 238, 414 + + + 0 + + + Input + + + grpInput + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 3 + + + Top, Bottom, Left, Right + + + 7, 40 + + + True + + + Both + + + 225, 368 + + + 2 + + False - - rbActionVerify + + textBatchReport - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - toolStripStatusLabelAR + + grpInput - - grpAudioOutput + + 0 + + + Top, Bottom, Left, Right + + + 19 + + + 6, 43 + + + 226, 365 + + + 1 + + + fileSystemTreeView1 + + + CUEControls.FileSystemTreeView, CUEControls, Version=1.0.3368.28004, Culture=neutral, PublicKeyToken=null + + + grpInput + + + 1 + + + numericWriteOffset + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpExtra + + + 0 + + + lblWriteOffset + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpExtra + + + 2 + + + 107, 336 + + + 141, 81 + + + 6 + + + Extra + + + grpExtra + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + panel1 + + + 4 + + + 76, 56 + + + 54, 21 + + + 2 + + + Right + + + numericWriteOffset + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpExtra + + + 0 + + + True + + + NoControl + + + 6, 58 + + + 38, 13 + + + 5 + + + Offset + + + lblWriteOffset + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpExtra + + + 2 + + + 424, 8 + + + 206, 76 + + + contextMenuStripFileTree + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + False + + + 205, 22 + + + Selected file + + + 202, 6 + + + 205, 22 Set as My Music folder - + + 205, 22 + + + Reset to original location + + True + + + Top, Right - - + + 252, 2 - - Create multiple files with gaps appended + + 433, 420 + + + 9 panel1 @@ -1547,335 +2447,26 @@ System.Windows.Forms.Panel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 21, 17 + + $this - - NoControl - - - grpAction - - - System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - New - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 119, 22 - - - 11 - - - - - - NoControl - - - 5 - - - 54, 17 - - - - - - 140, 16 - - - 110, 17 - - - - - - panel1 - - - Recursive - - - txtOutputPath - - - 5 - - - 10, 37 - - - 160, 64 - - - textBatchReport - - - txtAppendFilename - - - oGGToolStripMenuItem - - - 330, 394 - - - 3, 3 - - - 11, 87 - - - System.Windows.Forms.ToolStripProgressBar, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 140, 16 - - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 6 - - - toolStripSeparator2 - - - rbFreedbIf - - - False - - - 6, 53 - - + 2 - - grpOutputStyle - - - Extra - - - 98, 81 - - - Action - - - False - - - 10, 68 - - - 119, 22 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOutputPathGeneration - - - 6, 38 - - + True + + + 54 + + + 6, 13 - - 54, 21 + + 685, 447 - - grpAction - - - grpFreedb - - - panel1 - - - - - - 122, 17 - - - 93, 17 - - - 11, 19 - - - 62, 17 - - - 76, 35 - - - rbTTA - - - 10, 67 - - - 3 - - - rbActionCorrectFilenames - - - True - - - 293, 17 - - - Data track - - - 7 - - - 76, 17 - - - rbActionVerifyAndEncode - - - NoControl - - - Don't create any audio files, only CUE sheet - - - - - - grpAudioOutput - - - 2 - - - 10 - - - True - - - NoControl - - - 6 - - - grpExtra - - - 57, 13 - - - grpInput - - - 251, 21 - - - rbCustomFormat - - - 7 - - - 6 - - - 1 - - - -New - - - Audio Output - - - setAsMyMusicFolderToolStripMenuItem - - - 142, 171 - - - rbAppendFilename - - - Create multiple files with gaps prepended - - - 2 - - - Use custom format: - - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ALAC - - - 3 - - - 4 - - - Append to filename: - - - Verify AR + CRCs - - - NoControl - - - 119, 22 - - - 47, 17 - - - NoControl - - - Top, Bottom, Left, Right - - - fileSystemTreeView1 - - - 141, 81 - - - Album found in AccurateRip database. - - - 9 - - - 6, 36 - - - 10, 88 + + Tahoma, 8.25pt @@ -1905,442 +2496,142 @@ AAAAAAAAAAAAAIABAADAAwAA4AcAAPAPAAA= - - NoControl + + 1200, 483 - - 5 + + 701, 483 - - 10, 44 + + CenterScreen - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 160, 85 - - - rbActionEncode - - - grpOutputStyle - - - lblWriteOffset - - - CUE Style - - - SelectedNodeName - - - 10, 54 - - - 10, 122 - - - 6, 19 - - - Multiple - - - True - - - NoControl - - - - - - 3 - - - 0 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 0 - - - chkRecursive - - - 8 - - - 11, 53 - - - System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - 3 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 0, 0, 0, 0 - - - Reset to original location - - - grpInput - - - - - - toolStripProgressBar2 - - - MiddleLeft - - - Top, Left, Right - - - rbGapsAppended - - - 9 - - - True - - - 226, 21 - - - grpInput - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 7, 40 - - - &Embedded - - - 8 - - - $this - - - NoControl - - - btnStop - - - 10, 17 - - - 0 - - - 6 - - - toolStripProgressBar1 - - - NoControl - - - - - - > - - - Never - - - 131, 23 - - - 2 - - - 11, 70 - - - True - - - grpAction - - - 4 - - - 75, 17 - - - 10, 90 - - - grpAudioOutput - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 6 - - - MiddleLeft - - - - - - 48, 17 - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Gaps Prepended - - - 10, 143 - - - NoControl - - - 6, 58 - - - 5 + + CUETools 2.0 toolStripStatusLabel1 - - Gaps &Appended - - - statusStrip1 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - 8 - - - 119, 17 - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 131, 23 - - - 7 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 11, 36 - - - Create dummy CUE - - - 109, 17 - - - - - - 4 - - - 50, 17 - - - rbNoAudio - - - NoControl - - - grpAction - - - Don't contact the AccurateRip database for validation - - - 5 - - - True - - - System.Windows.Forms.ToolStripProgressBar, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - False - - - 226, 365 - - - rbFLAC - - - grpFreedb - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - &Stop - - - grpAudioOutput - - - 123, 17 - - - - - - Segoe UI, 8.25pt - - - grpFreedb - - - 7 - - - rbFreedbNever + + System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 toolStripStatusLabelProcessed - - 205, 22 + + System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + toolStripStatusLabel2 + + + System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + toolStripStatusLabelWV + + + System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + toolStripStatusLabelFLAC + + + System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + toolStripStatusLabelAR System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + toolStripProgressBar1 - - 5 + + System.Windows.Forms.ToolStripProgressBar, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - White + + toolStripProgressBar2 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.ToolStripProgressBar, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - False + + toolTip1 - - grpInput + + System.Windows.Forms.ToolTip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - rbCreateSubdirectory + + toolStripMenuItem2 - - 330, 394 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + tAKToolStripMenuItem - - 107, 159 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + toolStripMenuItem1 - - 6 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Top, Bottom, Left, Right + + toolStripSeparator1 - - txtDataTrackLength + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + toolStripMenuItem3 - - 73, 17 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 10, 85 + + mP3ToolStripMenuItem - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Popup + + oGGToolStripMenuItem - - 10, 16 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + SelectedNodeName - - 76, 14 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + toolStripSeparator2 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + setAsMyMusicFolderToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + resetToOriginalLocationToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + frmCUETools + + + System.Windows.Forms.Form, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True - - - 153, 8 - - - 54 - - - True - - - 424, 8 - - - 250, 8 - - - 0, 425 - \ No newline at end of file diff --git a/CUETools/frmCUETools.ru-RU.resx b/CUETools/frmCUETools.ru-RU.resx index 7db0971..872a13f 100644 --- a/CUETools/frmCUETools.ru-RU.resx +++ b/CUETools/frmCUETools.ru-RU.resx @@ -127,45 +127,30 @@ Стиль CUE - - 86, 17 - Встроенный Создать образ диска в виде одного аудио-файла со встроеным .cue (вложенным в него в виде тага CUESHEET) - - 85, 17 - Без зазоров Порезать на треки, зазоры выкинуть (не рекомендуется) - - 110, 17 - Зазоры в начале Порезать на треки, зазоры помещаются в начало трека (не рекомендуется) - - 104, 17 - Зазоры в конце Порезать на треки, зазоры помещаются в конец трека - - 90, 17 - Образ + CUE @@ -178,111 +163,63 @@ Путь для выходных файлов - - 89, 17 - По шаблону: - - 70, 17 - Вручную - - 116, 17 - Создать каталог: - - 117, 17 - Суффикс к имени: Формат аудио - - 76, 17 - Без аудио Настройки... - - 153, 17 - Исправить имена файлов - - 65, 17 - В папке - - 92, 17 - Создать .cue 81, 148 - - 80, 17 - Несколько - - 109, 17 - Проверка + CRC - - 154, 17 - Конвертация + проверка - - 147, 17 - Проверка, конвертация - - 112, 17 - Только проверка - - 92, 17 - Конвертация Действие - - 41, 13 - Pregap - - 47, 13 - Данные @@ -318,21 +255,12 @@ &Поехали - - 60, 17 - Всегда - - 76, 17 - Если надо - - 68, 17 - Никогда @@ -342,9 +270,6 @@ Исходный файл - - 59, 13 - Смещение diff --git a/CUETools/frmSettings.Designer.cs b/CUETools/frmSettings.Designer.cs index 4c80b89..5eca1bf 100644 --- a/CUETools/frmSettings.Designer.cs +++ b/CUETools/frmSettings.Designer.cs @@ -114,6 +114,8 @@ namespace JDP { this.tabPage4 = new System.Windows.Forms.TabPage(); this.grpHDCD = new System.Windows.Forms.GroupBox(); this.chkHDCDDetect = new System.Windows.Forms.CheckBox(); + this.comboLanguage = new System.Windows.Forms.ComboBox(); + this.labelLanguage = new System.Windows.Forms.Label(); btnCancel = new System.Windows.Forms.Button(); this.grpGeneral.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericFLACCompressionLevel)).BeginInit(); @@ -142,22 +144,15 @@ 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.labelLanguage); + this.grpGeneral.Controls.Add(this.comboLanguage); this.grpGeneral.Controls.Add(this.chkSingleInstance); this.grpGeneral.Controls.Add(this.chkOverwriteTags); this.grpGeneral.Controls.Add(this.chkExtractLog); @@ -169,146 +164,89 @@ namespace JDP { this.grpGeneral.Controls.Add(this.chkEmbedLog); this.grpGeneral.Controls.Add(this.chkAutoCorrectFilenames); this.grpGeneral.Controls.Add(this.chkPreserveHTOA); - 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")); // // chkSingleInstance // - this.chkSingleInstance.AccessibleDescription = null; - this.chkSingleInstance.AccessibleName = null; resources.ApplyResources(this.chkSingleInstance, "chkSingleInstance"); - this.chkSingleInstance.BackgroundImage = null; - this.chkSingleInstance.Font = null; this.chkSingleInstance.Name = "chkSingleInstance"; - this.toolTip1.SetToolTip(this.chkSingleInstance, resources.GetString("chkSingleInstance.ToolTip")); this.chkSingleInstance.UseVisualStyleBackColor = true; // // chkOverwriteTags // - this.chkOverwriteTags.AccessibleDescription = null; - this.chkOverwriteTags.AccessibleName = null; resources.ApplyResources(this.chkOverwriteTags, "chkOverwriteTags"); - this.chkOverwriteTags.BackgroundImage = null; - this.chkOverwriteTags.Font = null; this.chkOverwriteTags.Name = "chkOverwriteTags"; - this.toolTip1.SetToolTip(this.chkOverwriteTags, resources.GetString("chkOverwriteTags.ToolTip")); this.chkOverwriteTags.UseVisualStyleBackColor = true; // // chkExtractLog // - this.chkExtractLog.AccessibleDescription = null; - this.chkExtractLog.AccessibleName = null; resources.ApplyResources(this.chkExtractLog, "chkExtractLog"); - this.chkExtractLog.BackgroundImage = null; - this.chkExtractLog.Font = null; this.chkExtractLog.Name = "chkExtractLog"; - this.toolTip1.SetToolTip(this.chkExtractLog, resources.GetString("chkExtractLog.ToolTip")); this.chkExtractLog.UseVisualStyleBackColor = true; // // chkReducePriority // - this.chkReducePriority.AccessibleDescription = null; - this.chkReducePriority.AccessibleName = null; resources.ApplyResources(this.chkReducePriority, "chkReducePriority"); - this.chkReducePriority.BackgroundImage = null; - this.chkReducePriority.Font = null; this.chkReducePriority.Name = "chkReducePriority"; - this.toolTip1.SetToolTip(this.chkReducePriority, resources.GetString("chkReducePriority.ToolTip")); this.chkReducePriority.UseVisualStyleBackColor = true; // // chkTruncateExtra4206Samples // - this.chkTruncateExtra4206Samples.AccessibleDescription = null; - this.chkTruncateExtra4206Samples.AccessibleName = null; resources.ApplyResources(this.chkTruncateExtra4206Samples, "chkTruncateExtra4206Samples"); - this.chkTruncateExtra4206Samples.BackgroundImage = null; - this.chkTruncateExtra4206Samples.Font = null; this.chkTruncateExtra4206Samples.Name = "chkTruncateExtra4206Samples"; this.toolTip1.SetToolTip(this.chkTruncateExtra4206Samples, resources.GetString("chkTruncateExtra4206Samples.ToolTip")); this.chkTruncateExtra4206Samples.UseVisualStyleBackColor = true; // // chkCreateCUEFileWhenEmbedded // - this.chkCreateCUEFileWhenEmbedded.AccessibleDescription = null; - this.chkCreateCUEFileWhenEmbedded.AccessibleName = null; resources.ApplyResources(this.chkCreateCUEFileWhenEmbedded, "chkCreateCUEFileWhenEmbedded"); - this.chkCreateCUEFileWhenEmbedded.BackgroundImage = null; - this.chkCreateCUEFileWhenEmbedded.Font = null; this.chkCreateCUEFileWhenEmbedded.Name = "chkCreateCUEFileWhenEmbedded"; - this.toolTip1.SetToolTip(this.chkCreateCUEFileWhenEmbedded, resources.GetString("chkCreateCUEFileWhenEmbedded.ToolTip")); this.chkCreateCUEFileWhenEmbedded.UseVisualStyleBackColor = true; // // chkCreateM3U // - this.chkCreateM3U.AccessibleDescription = null; - this.chkCreateM3U.AccessibleName = null; resources.ApplyResources(this.chkCreateM3U, "chkCreateM3U"); - this.chkCreateM3U.BackgroundImage = null; - this.chkCreateM3U.Font = null; this.chkCreateM3U.Name = "chkCreateM3U"; - this.toolTip1.SetToolTip(this.chkCreateM3U, resources.GetString("chkCreateM3U.ToolTip")); this.chkCreateM3U.UseVisualStyleBackColor = true; // // 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; this.chkFillUpCUE.CheckedChanged += new System.EventHandler(this.chkFillUpCUE_CheckedChanged); // // 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; // // 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; // // 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, @@ -317,54 +255,32 @@ 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); // // chkWVStoreMD5 // - this.chkWVStoreMD5.AccessibleDescription = null; - this.chkWVStoreMD5.AccessibleName = null; resources.ApplyResources(this.chkWVStoreMD5, "chkWVStoreMD5"); - this.chkWVStoreMD5.BackgroundImage = null; - this.chkWVStoreMD5.Font = null; this.chkWVStoreMD5.Name = "chkWVStoreMD5"; - this.toolTip1.SetToolTip(this.chkWVStoreMD5, resources.GetString("chkWVStoreMD5.ToolTip")); this.chkWVStoreMD5.UseVisualStyleBackColor = true; // // 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, @@ -376,7 +292,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, @@ -385,68 +300,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.chkEncodeWhenZeroOffset); this.groupBox1.Controls.Add(this.chkArFixOffset); this.groupBox1.Controls.Add(this.chkWriteArLogOnConvert); @@ -460,89 +346,61 @@ namespace JDP { this.groupBox1.Controls.Add(this.numFixWhenConfidence); this.groupBox1.Controls.Add(this.labelFixWhenPercent); this.groupBox1.Controls.Add(this.numFixWhenPercent); - 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")); // // chkEncodeWhenZeroOffset // - this.chkEncodeWhenZeroOffset.AccessibleDescription = null; - this.chkEncodeWhenZeroOffset.AccessibleName = null; resources.ApplyResources(this.chkEncodeWhenZeroOffset, "chkEncodeWhenZeroOffset"); - this.chkEncodeWhenZeroOffset.BackgroundImage = null; - this.chkEncodeWhenZeroOffset.Font = null; this.chkEncodeWhenZeroOffset.Name = "chkEncodeWhenZeroOffset"; - this.toolTip1.SetToolTip(this.chkEncodeWhenZeroOffset, resources.GetString("chkEncodeWhenZeroOffset.ToolTip")); this.chkEncodeWhenZeroOffset.UseVisualStyleBackColor = true; // // 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); // // chkWriteArLogOnConvert // - this.chkWriteArLogOnConvert.AccessibleDescription = null; - this.chkWriteArLogOnConvert.AccessibleName = null; resources.ApplyResources(this.chkWriteArLogOnConvert, "chkWriteArLogOnConvert"); - this.chkWriteArLogOnConvert.BackgroundImage = null; this.chkWriteArLogOnConvert.Checked = true; this.chkWriteArLogOnConvert.CheckState = System.Windows.Forms.CheckState.Checked; - this.chkWriteArLogOnConvert.Font = null; this.chkWriteArLogOnConvert.Name = "chkWriteArLogOnConvert"; - this.toolTip1.SetToolTip(this.chkWriteArLogOnConvert, resources.GetString("chkWriteArLogOnConvert.ToolTip")); this.chkWriteArLogOnConvert.UseVisualStyleBackColor = true; // // chkWriteArTagsOnConvert // - this.chkWriteArTagsOnConvert.AccessibleDescription = null; - this.chkWriteArTagsOnConvert.AccessibleName = null; resources.ApplyResources(this.chkWriteArTagsOnConvert, "chkWriteArTagsOnConvert"); - this.chkWriteArTagsOnConvert.BackgroundImage = null; this.chkWriteArTagsOnConvert.Checked = true; this.chkWriteArTagsOnConvert.CheckState = System.Windows.Forms.CheckState.Checked; - this.chkWriteArTagsOnConvert.Font = null; this.chkWriteArTagsOnConvert.Name = "chkWriteArTagsOnConvert"; this.toolTip1.SetToolTip(this.chkWriteArTagsOnConvert, resources.GetString("chkWriteArTagsOnConvert.ToolTip")); this.chkWriteArTagsOnConvert.UseVisualStyleBackColor = true; // // labelEncodeWhenPercent // - this.labelEncodeWhenPercent.AccessibleDescription = null; - this.labelEncodeWhenPercent.AccessibleName = null; resources.ApplyResources(this.labelEncodeWhenPercent, "labelEncodeWhenPercent"); - this.labelEncodeWhenPercent.Font = null; this.labelEncodeWhenPercent.Name = "labelEncodeWhenPercent"; - this.toolTip1.SetToolTip(this.labelEncodeWhenPercent, resources.GetString("labelEncodeWhenPercent.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, @@ -551,26 +409,18 @@ namespace JDP { // // labelEncodeWhenConfidence // - this.labelEncodeWhenConfidence.AccessibleDescription = null; - this.labelEncodeWhenConfidence.AccessibleName = null; resources.ApplyResources(this.labelEncodeWhenConfidence, "labelEncodeWhenConfidence"); - this.labelEncodeWhenConfidence.Font = null; this.labelEncodeWhenConfidence.Name = "labelEncodeWhenConfidence"; - this.toolTip1.SetToolTip(this.labelEncodeWhenConfidence, resources.GetString("labelEncodeWhenConfidence.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, @@ -579,40 +429,27 @@ 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); // // labelFixWhenConfidence // - this.labelFixWhenConfidence.AccessibleDescription = null; - this.labelFixWhenConfidence.AccessibleName = null; resources.ApplyResources(this.labelFixWhenConfidence, "labelFixWhenConfidence"); - this.labelFixWhenConfidence.Font = null; this.labelFixWhenConfidence.Name = "labelFixWhenConfidence"; - this.toolTip1.SetToolTip(this.labelFixWhenConfidence, resources.GetString("labelFixWhenConfidence.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, @@ -621,31 +458,23 @@ namespace JDP { // // labelFixWhenPercent // - this.labelFixWhenPercent.AccessibleDescription = null; - this.labelFixWhenPercent.AccessibleName = null; resources.ApplyResources(this.labelFixWhenPercent, "labelFixWhenPercent"); - this.labelFixWhenPercent.Font = null; this.labelFixWhenPercent.Name = "labelFixWhenPercent"; - this.toolTip1.SetToolTip(this.labelFixWhenPercent, resources.GetString("labelFixWhenPercent.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, @@ -660,11 +489,7 @@ 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; @@ -672,24 +497,16 @@ namespace JDP { // // chkWriteARTagsOnVerify // - this.chkWriteARTagsOnVerify.AccessibleDescription = null; - this.chkWriteARTagsOnVerify.AccessibleName = null; resources.ApplyResources(this.chkWriteARTagsOnVerify, "chkWriteARTagsOnVerify"); - this.chkWriteARTagsOnVerify.BackgroundImage = null; this.chkWriteARTagsOnVerify.Checked = true; this.chkWriteARTagsOnVerify.CheckState = System.Windows.Forms.CheckState.Checked; - this.chkWriteARTagsOnVerify.Font = null; this.chkWriteARTagsOnVerify.Name = "chkWriteARTagsOnVerify"; this.toolTip1.SetToolTip(this.chkWriteARTagsOnVerify, resources.GetString("chkWriteARTagsOnVerify.ToolTip")); this.chkWriteARTagsOnVerify.UseVisualStyleBackColor = true; // // chkHDCDDecode // - this.chkHDCDDecode.AccessibleDescription = null; - this.chkHDCDDecode.AccessibleName = null; resources.ApplyResources(this.chkHDCDDecode, "chkHDCDDecode"); - this.chkHDCDDecode.BackgroundImage = null; - this.chkHDCDDecode.Font = null; this.chkHDCDDecode.Name = "chkHDCDDecode"; this.toolTip1.SetToolTip(this.chkHDCDDecode, resources.GetString("chkHDCDDecode.ToolTip")); this.chkHDCDDecode.UseVisualStyleBackColor = true; @@ -697,43 +514,27 @@ namespace JDP { // // chkHDCDStopLooking // - this.chkHDCDStopLooking.AccessibleDescription = null; - this.chkHDCDStopLooking.AccessibleName = null; resources.ApplyResources(this.chkHDCDStopLooking, "chkHDCDStopLooking"); - this.chkHDCDStopLooking.BackgroundImage = null; - this.chkHDCDStopLooking.Font = null; this.chkHDCDStopLooking.Name = "chkHDCDStopLooking"; this.toolTip1.SetToolTip(this.chkHDCDStopLooking, resources.GetString("chkHDCDStopLooking.ToolTip")); this.chkHDCDStopLooking.UseVisualStyleBackColor = true; // // chkHDCD24bit // - this.chkHDCD24bit.AccessibleDescription = null; - this.chkHDCD24bit.AccessibleName = null; resources.ApplyResources(this.chkHDCD24bit, "chkHDCD24bit"); - this.chkHDCD24bit.BackgroundImage = null; - this.chkHDCD24bit.Font = null; this.chkHDCD24bit.Name = "chkHDCD24bit"; this.toolTip1.SetToolTip(this.chkHDCD24bit, resources.GetString("chkHDCD24bit.ToolTip")); this.chkHDCD24bit.UseVisualStyleBackColor = true; // // chkHDCDLW16 // - this.chkHDCDLW16.AccessibleDescription = null; - this.chkHDCDLW16.AccessibleName = null; resources.ApplyResources(this.chkHDCDLW16, "chkHDCDLW16"); - this.chkHDCDLW16.BackgroundImage = null; - this.chkHDCDLW16.Font = null; this.chkHDCDLW16.Name = "chkHDCDLW16"; this.toolTip1.SetToolTip(this.chkHDCDLW16, resources.GetString("chkHDCDLW16.ToolTip")); this.chkHDCDLW16.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); @@ -743,279 +544,171 @@ 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; this.chkRemoveSpecial.CheckedChanged += new System.EventHandler(this.chkRemoveSpecial_CheckedChanged); // // 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")); // // 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; // // tabControl1 // - this.tabControl1.AccessibleDescription = null; - this.tabControl1.AccessibleName = null; resources.ApplyResources(this.tabControl1, "tabControl1"); - this.tabControl1.BackgroundImage = null; this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Controls.Add(this.tabPage4); - this.tabControl1.Font = null; this.tabControl1.HotTrack = true; this.tabControl1.Multiline = true; this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; - this.toolTip1.SetToolTip(this.tabControl1, resources.GetString("tabControl1.ToolTip")); // // tabPage1 // - this.tabPage1.AccessibleDescription = null; - this.tabPage1.AccessibleName = null; - resources.ApplyResources(this.tabPage1, "tabPage1"); this.tabPage1.BackColor = System.Drawing.Color.Transparent; - this.tabPage1.BackgroundImage = null; this.tabPage1.Controls.Add(this.grpGeneral); this.tabPage1.Controls.Add(this.grpAudioFilenames); - this.tabPage1.Font = null; + resources.ApplyResources(this.tabPage1, "tabPage1"); this.tabPage1.Name = "tabPage1"; - this.toolTip1.SetToolTip(this.tabPage1, resources.GetString("tabPage1.ToolTip")); // // tabPage2 // - this.tabPage2.AccessibleDescription = null; - this.tabPage2.AccessibleName = null; - resources.ApplyResources(this.tabPage2, "tabPage2"); this.tabPage2.BackColor = System.Drawing.SystemColors.Control; - this.tabPage2.BackgroundImage = null; this.tabPage2.Controls.Add(this.groupBox3); this.tabPage2.Controls.Add(this.groupBox1); - this.tabPage2.Font = null; + resources.ApplyResources(this.tabPage2, "tabPage2"); this.tabPage2.Name = "tabPage2"; - this.toolTip1.SetToolTip(this.tabPage2, resources.GetString("tabPage2.ToolTip")); // // groupBox3 // - this.groupBox3.AccessibleDescription = null; - this.groupBox3.AccessibleName = null; - resources.ApplyResources(this.groupBox3, "groupBox3"); - this.groupBox3.BackgroundImage = null; this.groupBox3.Controls.Add(this.chkWriteARLogOnVerify); this.groupBox3.Controls.Add(this.chkWriteARTagsOnVerify); - this.groupBox3.Font = null; + resources.ApplyResources(this.groupBox3, "groupBox3"); this.groupBox3.Name = "groupBox3"; this.groupBox3.TabStop = false; - this.toolTip1.SetToolTip(this.groupBox3, resources.GetString("groupBox3.ToolTip")); // // chkWriteARLogOnVerify // - this.chkWriteARLogOnVerify.AccessibleDescription = null; - this.chkWriteARLogOnVerify.AccessibleName = null; resources.ApplyResources(this.chkWriteARLogOnVerify, "chkWriteARLogOnVerify"); - this.chkWriteARLogOnVerify.BackgroundImage = null; this.chkWriteARLogOnVerify.Checked = true; this.chkWriteARLogOnVerify.CheckState = System.Windows.Forms.CheckState.Checked; - this.chkWriteARLogOnVerify.Font = null; this.chkWriteARLogOnVerify.Name = "chkWriteARLogOnVerify"; - this.toolTip1.SetToolTip(this.chkWriteARLogOnVerify, resources.GetString("chkWriteARLogOnVerify.ToolTip")); this.chkWriteARLogOnVerify.UseVisualStyleBackColor = true; // // tabPage3 // - this.tabPage3.AccessibleDescription = null; - this.tabPage3.AccessibleName = null; - resources.ApplyResources(this.tabPage3, "tabPage3"); this.tabPage3.BackColor = System.Drawing.SystemColors.Control; - this.tabPage3.BackgroundImage = null; this.tabPage3.Controls.Add(this.tabControl2); - this.tabPage3.Font = null; + resources.ApplyResources(this.tabPage3, "tabPage3"); this.tabPage3.Name = "tabPage3"; - this.toolTip1.SetToolTip(this.tabPage3, resources.GetString("tabPage3.ToolTip")); // // tabControl2 // - this.tabControl2.AccessibleDescription = null; - this.tabControl2.AccessibleName = null; - resources.ApplyResources(this.tabControl2, "tabControl2"); - this.tabControl2.BackgroundImage = null; this.tabControl2.Controls.Add(this.tabPage5); this.tabControl2.Controls.Add(this.tabPage6); this.tabControl2.Controls.Add(this.tabPage7); this.tabControl2.Controls.Add(this.tabPage8); this.tabControl2.Controls.Add(this.tabPage9); - this.tabControl2.Font = null; this.tabControl2.ImageList = this.imageList1; + resources.ApplyResources(this.tabControl2, "tabControl2"); this.tabControl2.Multiline = true; this.tabControl2.Name = "tabControl2"; this.tabControl2.SelectedIndex = 0; - this.toolTip1.SetToolTip(this.tabControl2, resources.GetString("tabControl2.ToolTip")); // // tabPage5 // - this.tabPage5.AccessibleDescription = null; - this.tabPage5.AccessibleName = null; - resources.ApplyResources(this.tabPage5, "tabPage5"); this.tabPage5.BackColor = System.Drawing.Color.Transparent; - this.tabPage5.BackgroundImage = null; this.tabPage5.Controls.Add(this.numericFLACCompressionLevel); this.tabPage5.Controls.Add(this.lblFLACCompressionLevel); this.tabPage5.Controls.Add(this.chkFLACVerify); - this.tabPage5.Font = null; + resources.ApplyResources(this.tabPage5, "tabPage5"); this.tabPage5.Name = "tabPage5"; - this.toolTip1.SetToolTip(this.tabPage5, resources.GetString("tabPage5.ToolTip")); this.tabPage5.UseVisualStyleBackColor = true; // // tabPage6 // - this.tabPage6.AccessibleDescription = null; - this.tabPage6.AccessibleName = null; - resources.ApplyResources(this.tabPage6, "tabPage6"); - this.tabPage6.BackgroundImage = null; this.tabPage6.Controls.Add(this.chkWVStoreMD5); this.tabPage6.Controls.Add(this.numWVExtraMode); this.tabPage6.Controls.Add(this.rbWVFast); @@ -1023,62 +716,43 @@ namespace JDP { this.tabPage6.Controls.Add(this.rbWVNormal); this.tabPage6.Controls.Add(this.rbWVVeryHigh); this.tabPage6.Controls.Add(this.rbWVHigh); - this.tabPage6.Font = null; + resources.ApplyResources(this.tabPage6, "tabPage6"); this.tabPage6.Name = "tabPage6"; - this.toolTip1.SetToolTip(this.tabPage6, resources.GetString("tabPage6.ToolTip")); this.tabPage6.UseVisualStyleBackColor = true; // // tabPage7 // - this.tabPage7.AccessibleDescription = null; - this.tabPage7.AccessibleName = null; - resources.ApplyResources(this.tabPage7, "tabPage7"); - this.tabPage7.BackgroundImage = null; this.tabPage7.Controls.Add(this.rbAPEinsane); this.tabPage7.Controls.Add(this.rbAPEextrahigh); this.tabPage7.Controls.Add(this.rbAPEfast); this.tabPage7.Controls.Add(this.rbAPEhigh); this.tabPage7.Controls.Add(this.rbAPEnormal); - this.tabPage7.Font = null; + resources.ApplyResources(this.tabPage7, "tabPage7"); this.tabPage7.Name = "tabPage7"; - this.toolTip1.SetToolTip(this.tabPage7, resources.GetString("tabPage7.ToolTip")); this.tabPage7.UseVisualStyleBackColor = true; // // tabPage8 // - this.tabPage8.AccessibleDescription = null; - this.tabPage8.AccessibleName = null; - resources.ApplyResources(this.tabPage8, "tabPage8"); - this.tabPage8.BackgroundImage = null; this.tabPage8.Controls.Add(this.label1); this.tabPage8.Controls.Add(this.numericLossyWAVQuality); - this.tabPage8.Font = null; + resources.ApplyResources(this.tabPage8, "tabPage8"); this.tabPage8.Name = "tabPage8"; - this.toolTip1.SetToolTip(this.tabPage8, resources.GetString("tabPage8.ToolTip")); this.tabPage8.UseVisualStyleBackColor = true; // // 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")); // // numericLossyWAVQuality // - this.numericLossyWAVQuality.AccessibleDescription = null; - this.numericLossyWAVQuality.AccessibleName = null; resources.ApplyResources(this.numericLossyWAVQuality, "numericLossyWAVQuality"); - this.numericLossyWAVQuality.Font = null; this.numericLossyWAVQuality.Maximum = new decimal(new int[] { 10, 0, 0, 0}); this.numericLossyWAVQuality.Name = "numericLossyWAVQuality"; - this.toolTip1.SetToolTip(this.numericLossyWAVQuality, resources.GetString("numericLossyWAVQuality.ToolTip")); this.numericLossyWAVQuality.Value = new decimal(new int[] { 5, 0, @@ -1087,10 +761,6 @@ namespace JDP { // // tabPage9 // - this.tabPage9.AccessibleDescription = null; - this.tabPage9.AccessibleName = null; - resources.ApplyResources(this.tabPage9, "tabPage9"); - this.tabPage9.BackgroundImage = null; this.tabPage9.Controls.Add(this.chkUDC1ID3v2); this.tabPage9.Controls.Add(this.chkUDC1APEv2); this.tabPage9.Controls.Add(this.label6); @@ -1103,127 +773,71 @@ namespace JDP { this.tabPage9.Controls.Add(this.label4); this.tabPage9.Controls.Add(this.label3); this.tabPage9.Controls.Add(this.label2); - this.tabPage9.Font = null; + resources.ApplyResources(this.tabPage9, "tabPage9"); this.tabPage9.Name = "tabPage9"; - this.toolTip1.SetToolTip(this.tabPage9, resources.GetString("tabPage9.ToolTip")); this.tabPage9.UseVisualStyleBackColor = true; // // chkUDC1ID3v2 // - this.chkUDC1ID3v2.AccessibleDescription = null; - this.chkUDC1ID3v2.AccessibleName = null; resources.ApplyResources(this.chkUDC1ID3v2, "chkUDC1ID3v2"); - this.chkUDC1ID3v2.BackgroundImage = null; - this.chkUDC1ID3v2.Font = null; this.chkUDC1ID3v2.Name = "chkUDC1ID3v2"; - this.toolTip1.SetToolTip(this.chkUDC1ID3v2, resources.GetString("chkUDC1ID3v2.ToolTip")); this.chkUDC1ID3v2.UseVisualStyleBackColor = true; // // chkUDC1APEv2 // - this.chkUDC1APEv2.AccessibleDescription = null; - this.chkUDC1APEv2.AccessibleName = null; resources.ApplyResources(this.chkUDC1APEv2, "chkUDC1APEv2"); - this.chkUDC1APEv2.BackgroundImage = null; - this.chkUDC1APEv2.Font = null; this.chkUDC1APEv2.Name = "chkUDC1APEv2"; - this.toolTip1.SetToolTip(this.chkUDC1APEv2, resources.GetString("chkUDC1APEv2.ToolTip")); this.chkUDC1APEv2.UseVisualStyleBackColor = true; // // label6 // - this.label6.AccessibleDescription = null; - this.label6.AccessibleName = null; resources.ApplyResources(this.label6, "label6"); - this.label6.Font = null; this.label6.Name = "label6"; - this.toolTip1.SetToolTip(this.label6, resources.GetString("label6.ToolTip")); // // label5 // - this.label5.AccessibleDescription = null; - this.label5.AccessibleName = null; resources.ApplyResources(this.label5, "label5"); - this.label5.Font = null; this.label5.Name = "label5"; - this.toolTip1.SetToolTip(this.label5, resources.GetString("label5.ToolTip")); // // textUDC1EncParams // - this.textUDC1EncParams.AccessibleDescription = null; - this.textUDC1EncParams.AccessibleName = null; resources.ApplyResources(this.textUDC1EncParams, "textUDC1EncParams"); - this.textUDC1EncParams.BackgroundImage = null; - this.textUDC1EncParams.Font = null; this.textUDC1EncParams.Name = "textUDC1EncParams"; - this.toolTip1.SetToolTip(this.textUDC1EncParams, resources.GetString("textUDC1EncParams.ToolTip")); // // textUDC1Encoder // - this.textUDC1Encoder.AccessibleDescription = null; - this.textUDC1Encoder.AccessibleName = null; resources.ApplyResources(this.textUDC1Encoder, "textUDC1Encoder"); - this.textUDC1Encoder.BackgroundImage = null; - this.textUDC1Encoder.Font = null; this.textUDC1Encoder.Name = "textUDC1Encoder"; - this.toolTip1.SetToolTip(this.textUDC1Encoder, resources.GetString("textUDC1Encoder.ToolTip")); // // textUDC1Params // - this.textUDC1Params.AccessibleDescription = null; - this.textUDC1Params.AccessibleName = null; resources.ApplyResources(this.textUDC1Params, "textUDC1Params"); - this.textUDC1Params.BackgroundImage = null; - this.textUDC1Params.Font = null; this.textUDC1Params.Name = "textUDC1Params"; - this.toolTip1.SetToolTip(this.textUDC1Params, resources.GetString("textUDC1Params.ToolTip")); // // textUDC1Decoder // - this.textUDC1Decoder.AccessibleDescription = null; - this.textUDC1Decoder.AccessibleName = null; resources.ApplyResources(this.textUDC1Decoder, "textUDC1Decoder"); - this.textUDC1Decoder.BackgroundImage = null; - this.textUDC1Decoder.Font = null; this.textUDC1Decoder.Name = "textUDC1Decoder"; - this.toolTip1.SetToolTip(this.textUDC1Decoder, resources.GetString("textUDC1Decoder.ToolTip")); // // textUDC1Extension // - this.textUDC1Extension.AccessibleDescription = null; - this.textUDC1Extension.AccessibleName = null; resources.ApplyResources(this.textUDC1Extension, "textUDC1Extension"); - this.textUDC1Extension.BackgroundImage = null; - this.textUDC1Extension.Font = null; this.textUDC1Extension.Name = "textUDC1Extension"; - this.toolTip1.SetToolTip(this.textUDC1Extension, resources.GetString("textUDC1Extension.ToolTip")); // // 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")); // // 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")); // // 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")); // // imageList1 // @@ -1234,64 +848,57 @@ namespace JDP { // // tabPage4 // - this.tabPage4.AccessibleDescription = null; - this.tabPage4.AccessibleName = null; - resources.ApplyResources(this.tabPage4, "tabPage4"); this.tabPage4.BackColor = System.Drawing.SystemColors.Control; - this.tabPage4.BackgroundImage = null; this.tabPage4.Controls.Add(this.grpHDCD); this.tabPage4.Controls.Add(this.chkHDCDDetect); - this.tabPage4.Font = null; + resources.ApplyResources(this.tabPage4, "tabPage4"); this.tabPage4.Name = "tabPage4"; - this.toolTip1.SetToolTip(this.tabPage4, resources.GetString("tabPage4.ToolTip")); // // grpHDCD // - this.grpHDCD.AccessibleDescription = null; - this.grpHDCD.AccessibleName = null; - resources.ApplyResources(this.grpHDCD, "grpHDCD"); - this.grpHDCD.BackgroundImage = null; this.grpHDCD.Controls.Add(this.chkHDCD24bit); this.grpHDCD.Controls.Add(this.chkHDCDLW16); this.grpHDCD.Controls.Add(this.chkHDCDStopLooking); this.grpHDCD.Controls.Add(this.chkHDCDDecode); - this.grpHDCD.Font = null; + resources.ApplyResources(this.grpHDCD, "grpHDCD"); this.grpHDCD.Name = "grpHDCD"; this.grpHDCD.TabStop = false; - this.toolTip1.SetToolTip(this.grpHDCD, resources.GetString("grpHDCD.ToolTip")); // // chkHDCDDetect // - this.chkHDCDDetect.AccessibleDescription = null; - this.chkHDCDDetect.AccessibleName = null; resources.ApplyResources(this.chkHDCDDetect, "chkHDCDDetect"); - this.chkHDCDDetect.BackgroundImage = null; - this.chkHDCDDetect.Font = null; this.chkHDCDDetect.Name = "chkHDCDDetect"; - this.toolTip1.SetToolTip(this.chkHDCDDetect, resources.GetString("chkHDCDDetect.ToolTip")); this.chkHDCDDetect.UseVisualStyleBackColor = true; this.chkHDCDDetect.CheckedChanged += new System.EventHandler(this.chkHDCDDetect_CheckedChanged); // + // comboLanguage + // + this.comboLanguage.DisplayMember = "EnglishName"; + this.comboLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.comboLanguage.FormattingEnabled = true; + resources.ApplyResources(this.comboLanguage, "comboLanguage"); + this.comboLanguage.Name = "comboLanguage"; + // + // labelLanguage + // + resources.ApplyResources(this.labelLanguage, "labelLanguage"); + this.labelLanguage.Name = "labelLanguage"; + // // 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.ControlBox = false; this.Controls.Add(this.tabControl1); this.Controls.Add(btnCancel); this.Controls.Add(this.btnOK); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; - this.Icon = null; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmSettings"; this.ShowIcon = false; - 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); @@ -1422,6 +1029,8 @@ namespace JDP { private System.Windows.Forms.CheckBox chkUDC1ID3v2; private System.Windows.Forms.ImageList imageList1; private System.Windows.Forms.CheckBox chkSingleInstance; + private System.Windows.Forms.Label labelLanguage; + private System.Windows.Forms.ComboBox comboLanguage; } } \ No newline at end of file diff --git a/CUETools/frmSettings.cs b/CUETools/frmSettings.cs index eb9a480..f6f6a26 100644 --- a/CUETools/frmSettings.cs +++ b/CUETools/frmSettings.cs @@ -4,6 +4,8 @@ using System.ComponentModel; using System.Drawing; using System.Text; using System.Windows.Forms; +using System.Globalization; +using System.Threading; using CUETools.Processor; namespace JDP { @@ -76,6 +78,24 @@ namespace JDP { textUDC1EncParams.Text = _config.udc1EncParams; chkUDC1APEv2.Checked = _config.udc1APEv2; chkUDC1ID3v2.Checked = _config.udc1ID3v2; + + string[] cultures = { "en-US", "de-DE", "ru-RU", "en-EN" }; + foreach (string culture in cultures) + { + try + { + CultureInfo info = CultureInfo.GetCultureInfo(culture); + comboLanguage.Items.Add(info); + if (culture == _config.language) + comboLanguage.SelectedItem = info; + } + catch + { + } + } + if (comboLanguage.SelectedItem == null) + comboLanguage.SelectedItem = comboLanguage.Items[0]; + EnableDisable(); } @@ -156,6 +176,8 @@ namespace JDP { _config.udc1EncParams = textUDC1EncParams.Text; _config.udc1APEv2 = chkUDC1APEv2.Checked; _config.udc1ID3v2 = chkUDC1ID3v2.Checked; + + _config.language = ((CultureInfo)comboLanguage.SelectedItem).Name; } private void EnableDisable() diff --git a/CUETools/frmSettings.resx b/CUETools/frmSettings.resx index cd29b01..da3afed 100644 --- a/CUETools/frmSettings.resx +++ b/CUETools/frmSettings.resx @@ -117,2676 +117,2973 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - rbWVVeryHigh - - - grpHDCD - - - - 3, 3, 3, 3 - + + False + - - 11, 71 + + 273, 290 - - - - - - - - HDCD options + + 73, 23 - - 2 + + 6 - - 2 + + Cancel - - True + + btnCancel - - 1 - - - groupBox1 - - - tabPage6 - - - 4 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 125, 17 + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this - - Top, Left, Right - - - 512, 222 - - + 1 - - 2 - - - 11 - - + True - - 81, 17 + + 9, 217 - - Some erroneous FLAC encoders add extra 4608 zero samples at the end of each file. These extra samples can be detected and removed. + + 54, 13 - - toolTip1 + + 14 - - chkReplaceSpaces + + Language - - 3 + + labelLanguage - - True - - - 8 - - - Monkey's Audio - - - 122, 17 - - - 5 - - - 97, 13 - - + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + grpGeneral - - 89, 60 + + 0 - - True + + 80, 214 - - tabPage6 + + 166, 21 - - + + 13 - - 46, 17 + + comboLanguage - - 2 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + grpGeneral - - True - - - 417, 21 - - - tabPage9 - - + 1 - - 0 - - - High - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 6, 63 - - + True - - General + + 12, 21 - - Write AccurateRip tags + + 156, 17 - - 4, 23 - - - 79, 17 - - - Preserve HTOA for gaps appended output - - - True - - - 0 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3, 3, 3, 3 - - - tabControl1 - - - rbAPEhigh - - - 0 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - labelFixWhenConfidence - - - 96, 78 - - - 173, 62 - - + 12 - - 235, 40 - - - chkHDCDLW16 - - - 38, 21 - - - chkWriteArLogOnConvert - - - groupBox1 - - - - - - chkWriteArTagsOnConvert - - - 0 - - - Track format: - - - System.Windows.Forms.ImageList, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2 - - - 155, 17 - - - 75, 17 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2 - - - NoControl + + One instance of application chkSingleInstance - - label5 - - - True - - - tabPage1 - - - True - - - True - - - 0 - - - 2 - - - - - - labelEncodeWhenConfidence - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 149, 21 - - - When converting to lossyWAV, truncate to 16 bit - - - 23, 89 - - - NoControl - - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6 + + grpGeneral - - groupBox1 - - - tabPage7 - - - 71, 17 - - - rbWVFast - - - 121, 23 - - - 36, 21 - - - tabPage5 - - - groupBox1 - - + 2 - + + True + + + 30, 191 + + + 122, 17 + + + 11 + + + Overwrite CUE data + + + chkOverwriteTags + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpGeneral + + 3 - - chkHDCDDetect + + True + NoControl - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 12, 89 - - 3 + + 95, 17 - - True + + 10 - - + + Extract log file - - tabPage6 + + chkExtractLog - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + grpGeneral + + + 4 + + + True + + + NoControl + + + 12, 38 + + + 173, 17 + + + 9 + + + Reduce process priority to Idle + + + chkReducePriority + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpGeneral + + + 5 + + + 17, 17 + + + True + + + 12, 140 + + + 215, 17 + + + 8 + + + Truncate extra 4608 samples if present + + + Some erroneous FLAC encoders add extra 4608 zero samples at the end of each file. These extra samples can be detected and removed. + + + chkTruncateExtra4206Samples + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpGeneral + + 6 - + + True + + + 12, 123 + + + 189, 17 + + + 7 + + + Create .cue file even if embedded + + + chkCreateCUEFileWhenEmbedded + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpGeneral + + + 7 + + + True + + + 12, 106 + + + 127, 17 + + + 6 + + + Create .m3u playlists + + + chkCreateM3U + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpGeneral + + 8 + + True + + + 12, 174 + + + 187, 17 + + + 5 + + + Fill up missing CUE data from tags + + + chkFillUpCUE + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + grpGeneral - - groupBox3 - - - 5 - - - Write AccurateRip log - - - 38, 21 - - + 9 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 7 - - - - - + True - - 535, 261 + + 12, 72 - - System.Windows.Forms.Form, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 134, 17 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4 - - chkArNoUnverifiedAudio + + Embed log file as a tag - - 38, 21 + + File should be in the same directory as source file and have a .log extension + + + chkEmbedLog + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpGeneral + + + 10 + + + True 12, 55 - - tabPage9 + + 155, 17 - - + + 3 - + + Locate audio files if missing + + + Preprocess with filename corrector if unable to locate audio files + + + chkAutoCorrectFilenames + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpGeneral + + + 11 + + + True + + + 12, 157 + + + 229, 17 + + + 2 + + + Preserve HTOA for gaps appended output + + + chkPreserveHTOA + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpGeneral + + + 12 + + + 6, 6 + + + 252, 249 + + 0 + + General + + + grpGeneral + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage1 + + + 0 + + + 123, 6 + + + 36, 21 + + + 2 + + + Right + + + numericFLACCompressionLevel + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage5 + + + 0 + + + True + + + 6, 8 + + + 97, 13 + + + 1 + + + Compression level: + + + lblFLACCompressionLevel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage5 + + + 1 + + + True + + + 9, 37 + + + 54, 17 + + + 0 + + + Verify + + + chkFLACVerify + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage5 + + + 2 + + + 194, 290 + + + 73, 23 + + + 5 + + + OK + + + btnOK + + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + + + True + + + 5, 101 + + + 125, 17 + + + 6 + + + Store MD5 checksum + + + chkWVStoreMD5 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage6 + + + 0 + + + 96, 78 + + + 36, 21 + + + 5 + + + Right + + + numWVExtraMode + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage6 + + + 1 + + + True + + + 5, 79 + + + 85, 17 + + + 4 + + + Extra mode: + + + chkWVExtraMode + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage6 + + + 3 + + + True + + + 6, 57 + + + 71, 17 + + + 3 + + + Very High + + + rbWVVeryHigh + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage6 + + + 5 + + + True + + + 6, 40 + + + 46, 17 + + + 2 + + + High + + + rbWVHigh + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage6 + + + 6 + + + True + + + 6, 23 + + + 58, 17 + + + 1 + + + Normal + + + rbWVNormal + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage6 + + + 4 + + + True + + + 6, 6 + + + 46, 17 + + + 0 + + + Fast + + + rbWVFast + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage6 + + + 2 + + + chkEncodeWhenZeroOffset + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 0 + + + chkArFixOffset + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 1 + + + chkWriteArLogOnConvert + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 2 + + + chkWriteArTagsOnConvert + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 3 + + + labelEncodeWhenPercent + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 4 + + + numEncodeWhenPercent + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 5 + + + labelEncodeWhenConfidence + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 6 + + + numEncodeWhenConfidence + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 7 + + + chkArNoUnverifiedAudio + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 8 + + + labelFixWhenConfidence + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 9 + + + numFixWhenConfidence + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 10 + + + labelFixWhenPercent + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 11 + + + numFixWhenPercent + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 12 + + + 226, 6 + + + 295, 215 + + + 2 + + + Verify, then convert + + + groupBox1 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage2 + + + 1 + + + Top, Right + + + True + + + 173, 62 + + + Yes + + + 100, 17 + + + 12 + + + and zero offset + + + chkEncodeWhenZeroOffset + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 0 + + + True + + + 6, 81 + + + 81, 17 + + + 7 + + + Fix offset if + + + chkArFixOffset + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 1 + + + True + + + 6, 172 + + + 130, 17 + + + 1 + + + Write AccurateRip log + + + chkWriteArLogOnConvert + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 2 + + + True + + + 6, 149 + + + 137, 17 + + + 0 + + + Write AccurateRip tags + + + Add ACCURATERIPCOUNT/ACCURATERIPCOUNTALLOFFSETS/ACCURATERIPTOTAL tags to output files. You can set up foobar2000 to show those values, and see if your music was ripped correctly or how popular it is. + + + chkWriteArTagsOnConvert + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 3 + + + Top, Right + + + True + + + 108, 21 + + + 121, 13 + + + 3 + + + % of verified tracks >= + + + labelEncodeWhenPercent + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 4 + + + 235, 19 + + + 38, 21 + + + 4 + + + numEncodeWhenPercent + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 5 + + + Top, Right + + + True + + + 128, 42 + + + 101, 13 + + + 5 + + + with confidence >= + + + labelEncodeWhenConfidence + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 6 + + + 235, 40 + + + 38, 21 + + + 6 + + + numEncodeWhenConfidence + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 7 + + + True + + + 6, 20 + + + 93, 17 + + + 2 + + + Encode only if + + + chkArNoUnverifiedAudio + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 8 + + + 128, 101 + + + 101, 23 + + + 10 + + + with confidence >= + + + labelFixWhenConfidence + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 9 + + + 235, 101 + + + 37, 21 + + + 11 + + + numFixWhenConfidence + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 10 + + + 108, 82 + + + 121, 23 + + + 8 + + + % of verified tracks >= + + + labelFixWhenPercent + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 11 + + + 235, 80 + + + 38, 21 + + + 9 + + + numFixWhenPercent + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 12 + + + 17, 17 + + + True + + + 12, 98 + + + 128, 17 + + + 7 + + + Force ANSI filenames + + + Only allow characters, which are present in ANSI codepage, for compatibility with non-unicode applications + + + chkFilenamesANSISafe + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAudioFilenames + + + 0 + + + True + + + NoControl + + + 6, 149 + + + 137, 17 + + + 2 + + + Write AccurateRip tags + + + Add ACCURATERIPCOUNT/ACCURATERIPCOUNTALLOFFSETS/ACCURATERIPTOTAL tags to input files. You can set up foobar2000 to show those values, and see if your music was ripped correctly or how popular it is. + + + chkWriteARTagsOnVerify + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox3 + + + 1 + + + True + + + 6, 43 + + + 136, 17 + + + 1 + + + Decode HDCD to 20 bit + + + HDCD decoding is irreversable. Resulting files cannot be burned to the CD. 24-bit audio files are created, but the actual resolution is 20 bit + + + chkHDCDDecode + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpHDCD + + + 3 + + + True + + + 6, 20 + + + 168, 17 + + + 2 + + + Stop looking after 750 frames + + + Stop looking for HDCD information, If none found in first 10 seconds of the disc + + + chkHDCDStopLooking + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpHDCD + + + 2 + + + True + + + NoControl + + + 23, 89 + + + 143, 17 + + + 4 + + + Store as 24 bit "lossless" + + + When not using lossyWAV, extend to 24 bit for compatibility + + + chkHDCD24bit + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpHDCD + + + 0 + + + True + + + 23, 66 + + + 149, 17 + + + 3 + + + Store as 16 bit LossyWAV + + + When converting to lossyWAV, truncate to 16 bit + + + chkHDCDLW16 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpHDCD + + + 1 + + + chkKeepOriginalFilenames + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAudioFilenames + + + 1 + + + txtSpecialExceptions + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAudioFilenames + + + 2 + + + chkRemoveSpecial + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAudioFilenames + + + 3 + + + chkReplaceSpaces + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAudioFilenames + + + 4 + + + txtTrackFilenameFormat + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAudioFilenames + + + 5 + + + lblTrackFilenameFormat + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAudioFilenames + + + 6 + + + lblSingleFilenameFormat + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAudioFilenames + + + 7 + + + txtSingleFilenameFormat + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAudioFilenames + + + 8 + + + 264, 6 + + + 252, 249 + + + 1 + + + Audio Filenames + + + grpAudioFilenames + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage1 + + + 1 + + + True + + + NoControl + + + 12, 20 + + + 135, 17 + + + 0 + + + Keep original filenames + + + chkKeepOriginalFilenames + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAudioFilenames + + + 1 + + + 97, 132 + + + 149, 21 + + + 6 + + + -() + + + txtSpecialExceptions + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAudioFilenames + + + 2 + + + True + + + NoControl + 34, 115 194, 17 - - 5, 79 - - - labelEncodeWhenPercent - - - chkUDC1APEv2 - - - - - - - - - 2 - - - numericLossyWAVQuality - - - - - - 6, 20 - - - 74, 13 - - - 3, 3, 3, 3 - - - True - - - 11 - - - 2 - - - 54, 13 - - - 1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - When not using lossyWAV, extend to 24 bit for compatibility - - - 0 - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - 3, 3, 3, 3 - - - 36, 21 - - - Normal - - - tabPage9 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - % of verified tracks >= - - - Very High - - - 108, 82 - - - 58, 17 - - - grpAudioFilenames - - - True - - - tabPage7 - - - 3, 3, 3, 3 - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + 5 - - 3, 3, 3, 3 - - - 4 - - - 149, 21 - - - 4 - - - chkWVStoreMD5 - - - chkFillUpCUE - - - WavPack - - - tabPage1 - - - 6, 9 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Verify - - - 2 - - - groupBox3 - - - 89, 6 - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - APEv2 tags - - - 7 - - - Quality: - - - 6 - - - 10 - - - 4 - - - True - - - 7 - - - 47, 13 - - - 7 - - - 101, 13 - - - 235, 101 - - - grpGeneral - - - 1 - - - 417, 21 - - - 89, 114 - - - OK - - - 73, 23 - - - ID3v2 tags - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - 37, 21 - - - 4 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGeneral - - - lblSingleFilenameFormat - - - 62, 13 - - - tabPage2 - - - 1 - - - 535, 261 - - - grpGeneral - - - True - - - grpGeneral - - - - - - 9 - - - 10 - - - label2 - - - grpAudioFilenames - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3, 3, 3, 3 - - - txtTrackFilenameFormat - - - 12 - - - 0, 0 - - - tabControl1 - - - 252, 249 - - - True - - - Truncate extra 4608 samples if present - - - 1 - - - 6, 6 - - - 9 - - - True - - - 2 - - - - - - True - - - 8, 6 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - chkEncodeWhenZeroOffset - Remove special characters except: - - 1 - - - Verify - - - 3 - - - - - - 6, 40 - - - Store as 24 bit "lossless" - - - 417, 21 - - - 8 - - - 5 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - chkAutoCorrectFilenames - - - rbAPEinsane - - - tabPage4 - - - 0 - - - with confidence >= - - - groupBox3 - - - 3 - - - tabControl2 - - - grpGeneral - - - 6, 117 - - - 252, 249 - - - 1 - - - 268, 8 - - - Stop looking for HDCD information, If none found in first 10 seconds of the disc - - - - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - label4 - - - 8 - - - tabPage6 - - - 135, 17 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3 - - - grpAudioFilenames - - - - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - 6, 23 - - - imageList1 - - - tabControl2 - - - 6, 6 - - - chkArFixOffset - - - - - - Fast - - - - - - 1 - - - 0 - - - CenterParent - - - chkHDCDDecode - - - 4 - - - Top, Right - - - tabControl2 - - - tabPage1 - - - - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - 2 - - - 264, 6 - - - 137, 17 - - - grpAudioFilenames - - - - - - Detect HDCD encoding - - - 4, 23 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 173, 17 - - - 97, 132 - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - - - - chkCreateM3U - - - 1 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - 1 - - - 128, 17 - - - 5 - - - rbAPEextrahigh - - - Single format: - - - 6, 20 - - - 3 - - - tabPage9 - - - - - - 2 - - - 3, 3, 3, 3 - - - 1 - - - 6, 40 - - - 0 - - - 3 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - Insane - - - - - - 1 - - - 512, 222 - - - 121, 13 - - - Parameters - - - groupBox1 - - - 0 - - - 229, 17 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 520, 249 - - - 7 - - - 0 - - - Extension - - - 4 - - - 0 - - - grpAudioFilenames - - - 512, 222 - - - Write AccurateRip tags - - - textUDC1Encoder - - - True - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - btnCancel - - - - - - 3 - - - Only allow characters, which are present in ANSI codepage, for compatibility with non-unicode applications - - - 6 - - - - - - 3 - - - 45, 13 - - - tabPage3 - - - Locate audio files if missing - - - 1 - - - - - - textUDC1EncParams - - - - - - - - - 135, 17 - - - 128, 42 - - - 46, 17 - - - 0 - - - 4, 23 - - - 46, 17 - - - $this - - - 535, 261 - - - 6, 43 - - - Create .m3u playlists - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - chkFLACVerify - - - lblTrackFilenameFormat - - - HDCD decoding is irreversable. Resulting files cannot be burned to the CD. 24-bit audio files are created, but the actual resolution is 20 bit - - - %N-%A-%T - - - 6, 12 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 12, 165 - - - 535, 261 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 9 - - - 2 - - - groupBox1 - - - 7 - - - label1 - - - Right - - - 73, 23 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3 - - - 6, 36 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3 - - - 4 - - - tabControl1 - - - 3 - - - True - - - True - - - 72, 13 - - - 1 - - - True - - - Force ANSI filenames - - - 10 - - - 0, 0, 0, 0 - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAudioFilenames - - - NoControl - - - 3, 3, 3, 3 - - - Top, Right - - - 7 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - $this - - - - - - tabPage6 - - - 30, 191 - - - - - - True - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - LossyWAV - - - 1 - - - 295, 215 - - - 4 - - - True - - - - - - 12, 140 - - - tabControl1 - - - 0 - - - btnOK - - - Preprocess with filename corrector if unable to locate audio files - - - 6, 149 - - - rbWVHigh - - - 9 - - - True - - - chkOverwriteTags - - - True - - - tabPage9 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Stop looking after 750 frames - - - True - - - 3 - - - 1 - - - grpHDCD - - - 2 - - - NoControl - - - 1 - - - 9 - - - frmSettings - - - - - - 6 - - - tabPage9 - - - Top, Right - - - - - - - - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGeneral - - - Normal - - - - - - 6, 90 - - - Reduce process priority to Idle - - - 543, 287 - - - tabPage2 - - - 2 - - - 6 - - - 1 - - - 149, 17 - - - grpGeneral - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 11 - - - 95, 17 - - - numEncodeWhenPercent - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - chkEmbedLog - - - Parameters - - - tabPage5 - - - True - - - groupBox1 - - - True - - - - - - 189, 17 - - - 5 - - - 98, 10 - - - Codecs - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpHDCD - chkRemoveSpecial - - and zero offset - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 67, 21 - - - groupBox1 - - - 11 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3 - - - 6, 13 - - - CUETools - - - 4, 23 - - - chkPreserveHTOA - - - - - - 12, 21 - - - - - - 12, 20 - - - 93, 17 - - - - - - tabPage8 - - - 512, 222 - - - numEncodeWhenConfidence - - - groupBox1 - - - tabPage4 - - - grpAudioFilenames - - - tabPage5 - - - chkHDCDStopLooking - - - txtSingleFilenameFormat - - - True - - - - - - %F - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - chkCreateCUEFileWhenEmbedded - - - 134, 17 - - - 127, 17 - - - Audio Filenames - - - 235, 80 - - - 54, 17 - - - 23, 66 - - - 12 - - - 4 - - - 3 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - 4 - - - - - - 130, 17 - - - 3 - - - - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - 4 - - - 1 - - - 4, 22 - - - 12, 72 - - - 6 - - - 149, 21 - - - 417, 21 - - - Keep original filenames - - - 97, 68 - - - - - - 0 - - - 512, 222 - - - 226, 6 - - - 9, 43 - - - 85, 17 - - - Compression level: - - - 12, 89 - - - - - - 6, 6 - - - grpGeneral - - - 203, 165 - - - 0 - - - Embed log file as a tag - - - Add ACCURATERIPCOUNT/ACCURATERIPCOUNTALLOFFSETS/ACCURATERIPTOTAL tags to input files. You can set up foobar2000 to show those values, and see if your music was ripped correctly or how popular it is. - - - 542, 325 - - - 19, 19 - - - -() - - - 156, 17 - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - 6, 57 - - - 11 - - - Advanced Settings - - - 3 - - - - - - 46, 17 - - - rbAPEnormal - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 6, 57 - - - True - - - groupBox1 - - - - - - User defined - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 8 - - - groupBox1 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - 9 - - - 81, 17 - - - - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 187, 17 - - - 4 - - - 19, 42 - - - tabPage5 - - - 4, 22 - - - tabPage6 - - - 5 - - - grpGeneral - - - 4, 22 - - - 89, 33 - - - FLAC - - - Right - - - 137, 17 - - - 1 - - - 5, 101 - - - 0 - - - tabPage2 - - - Cancel - - - 10 - - - Fix offset if - - - True - - - Write AccurateRip log - - - 3 - - - 8 - - - Create .cue file even if embedded - - - 273, 290 - - - chkTruncateExtra4206Samples - - - 136, 17 - - - 1 - - - tabPage9 - - - 235, 19 - - - 6, 81 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 6 - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - lblFLACCompressionLevel - - - 12, 98 - - - True - - - True - - - 100, 17 - - - 5 - - - 97, 40 - - - 1 - - - Add ACCURATERIPCOUNT/ACCURATERIPCOUNTALLOFFSETS/ACCURATERIPTOTAL tags to output files. You can set up foobar2000 to show those values, and see if your music was ripped correctly or how popular it is. - - - 58, 17 - - - AccurateRip - - - 89, 87 - - - 0 - - - Extra mode: - - - grpHDCD - - - Store MD5 checksum - - - label6 - - - Encoder - - - grpAudioFilenames - - - 12, 38 - - - numWVExtraMode - - - textUDC1Params - - - grpGeneral - - - 3 - - - 6, 149 - - - chkHDCD24bit - - - - - - rbWVNormal - - - numFixWhenConfidence - - - 4 - - - % of verified tracks >= - - - True - - - 2 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - chkWVExtraMode - - - tabPage3 - - - 1 - - - 0 - - - Decode HDCD to 20 bit - - - - - - 12, 106 - - - 62, 13 - - - 6, 172 - - - 10 - - - tabPage4 - - - numFixWhenPercent - - - True - - - groupBox1 - - - 10 - - - 6, 8 - - - True - - - - - - File should be in the same directory as source file and have a .log extension - - - 2 - - - Fast - - - label3 - - - chkUDC1ID3v2 - - - Encode only if - - - tabPage7 - - - True - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - textUDC1Decoder - - - tabPage9 - - - Right - - - 58, 17 - - - tabPage7 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 108, 21 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 9, 37 - - - 143, 17 - - - tabPage6 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - labelFixWhenPercent - - - chkReducePriority - - - Extract log file - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2 - - - 194, 290 - - - tabPage7 - - - - - - 2 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - One instance of application - - - tabControl2 - - - 0 - - - Decoder - - - - - - - - - - AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj0yLjAuMC4w - LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 - ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAABm - DQAAAk1TRnQBSQFMAgEBAgEAAQQBAAEEAQABEAEAARABAAT/ASEBEAj/AUIBTQE2BwABNgMAASgDAAFA - AwABEAMAAQEBAAEgBgABEBUAAf8DAAH/AR0BaQEUAf8BHQFpARQB/wMAAf8BHQFpARQB/wEdAWkBFAH/ - AwAB/wMAAf8BHQEcAR0B/wElASQBJQH/ARQBGAEUAf8DAAH/AwAB/wMAAf8DAAX/AQkBBQEDAf8BCgEG - AQMB/wEKAQYBAwH/AQoBBgEDAf8BCwEGAQMB/wEMAQcBBAH/AQoBBgEDAf8BCgEGAQMB/wEKAQYBAwH/ - AQoBBgEDAf8BCgEGAQMB/wEKAQYBAwH/AQoBBgEDAf8BCQEFAQMF/4AAAVYBWQFWAf8BLQEsAS0B/wE1 - Ad8BPgH/ATUB3wE+Af8DAAH/ATUB3wE+Af8BNQHfAT4B/wMAAf8DAAH/AYwBjgGMAf8B1gHTAdYB/wHW - AdMB1gH/AVYBVQFWAf8DAAH/AwAB/wMAAf8BCgEGAQMB/wHOAY4BXQH/Ac4BjgFdAf8B1AGTAWAB/wHO - AY4BXQH/AaYBbwFLAf8BHgETAQwB/wHOAY4BXQH/Ac4BjgFdAf8BzgGOAV0B/wHOAY4BXQH/Ac4BjgFd - Af8BzgGOAV0B/wHOAY4BXQH/Ac4BjgFdAf8BCgEGAQMB/4AAAW8BcQFvAf8BLQEsAS0B/wE1Ad8BPgH/ - ATUB3wE+Af8DAAH/ATUB3wE+Af8BNQHfAT4B/wMAAf8DAAH/AbUBtgG1Cf8BbwFxAW8B/wMAAf8DAAH/ - AwAB/wEMAQcBBAH/Ac4BjgFdAf8BzgGOAV0B/wHOAY4BXQH/Ac4BjgFdAf8B0AGQAV0B/wMAAf8BlQFj - AUEB/wHOAY4BXQH/AdIBkAFfAf8B0wGRAV8B/wHTAZEBXwH/AdMBkQFfAf8BzgGOAV0B/wHOAY4BXQH/ - AQsBBgEDAf+AAAFvAXEBbwH/AS0BLAEtAf8BAAEgAQAB/wEEASwBBAH/AwAB/wEEASwBDAH/AQQBJAEE - Af8DAAH/AwAB/wG1AbIBtQn/AW8BbQFvAf8DAAH/AwAB/wMAAf8BDAEHAQQB/wHOAY4BXQH/Ac4BjgFd - Af8BzgGOAV0B/wHQAY8BXQH/Ac4BjgFdAf8BGwERAQkB/wEnARoBEAH/Ac4BjgFdAf8BzgGOAV0B/wHO - AY4BXQH/Ac4BjgFdAf8B0AGPAV4B/wHOAY4BXQH/Ac4BjgFdAf8BCwEGAQMB/4AAAW8BcQFvAf8BLQEs - AS0B/wElAa4BLQH/ASUBrgEtAf8DAAH/ASUBrgEtAf8BJQGuAS0B/wMAAf8DAAH/AbUBsgG1Cf8BbwFt - AW8B/wMAAf8DAAH/AwAB/wEMAQcBBAH/Ac4BjgFdAf8BzgGOAV0B/wHOAY4BXQH/Ac4BjgFdAf8BzgGO - AV0B/wGYAWUBQwH/AwAB/wMAAf8DAAH/ATMBIQEVAf8BzgGOAV0B/wHOAY4BXQH/Ac4BjgFdAf8BzgGO - AV0B/wELAQYBAwH/gAABbwFxAW8B/wEtASwBLQH/ATUB3wE+Af8BNQHfAT4B/wMAAf8BNQHfAT4B/wE1 - Ad8BPgH/AwAB/wMAAf8BtQGyAbUJ/wFvAW0BbwH/AwAB/wMAAf8DAAH/AQwBBwEEAf8BzgGOAV0B/wHS - AZEBXgH/Ac4BjgFdAf8B0QGQAV4B/wHOAY4BXQH/Ac4BjgFdAf8DAAH/AU0BNAEiAf8BrQFzAU4B/wEs - AR0BEwH/AwAB/wHOAY4BXQH/Ac4BjgFdAf8BzgGOAV0B/wELAQYBAwH/gAABbwFxAW8B/wEtASwBLQH/ - ATUB3wE+Af8BNQHfAT4B/wMAAf8BNQHfAT4B/wE1Ad8BPgH/AwAB/wMAAf8BrQGuAa0J/wFnAWkBZwH/ - AwAB/wMAAf8DAAH/AQwBBwEEAf8BzgGOAV0B/wHRAZABXgH/Ac4BjgFdAf8BkQFgAUAB/wHOAY4BXQH/ - Ac4BjgFdAf8BPQEoARoB/wEEAQIBAAH/Ac4BjgFdAf8BzgGOAV0B/wMAAf8BQQEsARwB/wHOAY4BXQH/ - Ac4BjgFdAf8BCwEGAQMB/4AAAW8BcQFvAf8BLQEsAS0B/wEAASQBJQH/AQABLAEtAf8DAAH/AQABLAEt - Af8BAAEkASUB/wMAAf8DAAH/Aa0BqgGtCf8BZwFlAWcB/wMAAf8DAAH/AwAB/wEMAQcBBAH/Ac4BjgFd - Af8BzgGOAV0B/wHOAY4BXQH/AwAB/wGrAXIBTAH/Ac4BjgFdAf8BuQF7AVIB/wMAAf8BzgGOAV0B/wHO - AY4BXQH/AQQBAgEBAf8BEAEIAQYB/wHOAY4BXQH/Ac4BjgFdAf8BCwEGAQMB/4AAAW8BcQFvAf8BLQEs - AS0B/wEAAZ4BnAH/AQABngGcAf8DAAH/AQABngGcAf8BAAGeAZwB/wEUASABHRn/ASUBJAElAf8DAAH/ - AQwBBwEEAf8BzgGOAV0B/wHOAY4BXQH/Ac4BjgFdAf8DAAH/ARkBEAEKAf8BzgGOAV0B/wHEAYcBWgH/ - AwAB/wMAAf8DAAH/AwAB/wGHAVgBOgH/Ac4BjgFdAf8BzgGOAV0B/wELAQYBAwH/gAABbwFxAW8B/wEt - ASwBLQH/AQAD/wEAA/8DAAH/AQAD/wEAA/8DABn/ASUBJAElAf8DAAH/AQwBBwEEAf8BzgGOAV0B/wHO - AY4BXQH/Ac4BjgFdAf8DAAH/AwAB/wGqAXABSwH/AZkBZgFEAf8DAAH/AwAB/wGiAWoBRwH/Ac4BjgFd - Af8BzgGOAV0B/wHOAY4BXQH/Ac4BjgFdAf8BCwEGAQMB/4AAAW8BcQFvAf8BLQEsAS0B/wEAA/8BAAP/ - AwAB/wEAA/8BAAP/AwAB/wFWAVEBTgH/Ad4B2wHeCf8BtQGyAbUB/wF3AXkBdwH/AQQBCAEEAf8DAAH/ - AQwBBwEEAf8BzgGOAV0B/wHOAY4BXQH/AZ4BaAFGAf8DAAH/AV0BPgEqAf8BEwEMAQcB/wFhAUEBLAH/ - ARsBEgEKAf8BJwEaAREB/wFBASsBHAH/Ac4BjgFdAf8B0QGQAV4B/wHOAY4BXQH/Ac4BjgFdAf8BCwEG - AQMB/4AAAW8BcQFvAf8BLQEsAS0B/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8BlAGWAZQJ/wG1 - AbYBtQH/AwAB/wMAAf8DAAH/AQwBBwEEAf8BzgGOAV0B/wHOAY4BXQH/AXMBTgE1Af8DAAH/Ac4BjgFd - Af8DAAH/AwAB/wFTATgBJgH/Aa4BdQFOAf8DAAH/Ac4BjgFdAf8BzgGOAV0B/wHTAZEBXwH/AdQBkwFg - Af8BCwEGAQMB/4AAAZwBmgGcAf8BLQEsAS0B/wIAAaUB/wIAAaUB/wMAAf8DAAH/AwAB/wMAAf8DAAH/ - AS0BLAEtEf8BvQG6Ab0B/wMAAf8BDAEHAQQB/wHOAY4BXQH/Ac4BjgFdAf8BQQErAR0B/wMAAf8BzgGO - AV0B/wFsAUkBMAH/AwAB/wGDAVYBOgH/Ac4BjgFdAf8DAAH/ATIBIAEWAf8BzgGOAV0B/wHOAY4BXQH/ - AdQBkwFgAf8BCwEGAQMB/4AAAZQBkgGUAf8BLQEsAS0B/wIAAv8CAAL/AwAB/wMAAf8DAAH/AwAB/wMA - Af8DAAH/AZwBmgGcDf8BlAGWAZQB/wMAAf8BDAEHAQQB/wHOAY4BXQH/Ac4BjgFdAf8BAgIAAf8BJAEY - AQ8B/wHOAY4BXQH/Ac4BjgFdAf8DAAH/AZ8BaQFHAf8BzgGOAV0B/wGLAVsBPQH/AwAB/wHOAY4BXQH/ - Ac4BjgFdAf8BzgGOAV0B/wELAQYBAwH/gAABpQGmAaUB/wGUAZIBlAH/AgABpQH/AgABtQH/AS0BLAEt - Af8BLQEsAS0B/wEtASwBLQH/AS0BLAEtAf8BLQEsAS0B/wEtASwBLQH/AS0BMAEtAf8BTgFRAU4B/wGt - AaoBrQH/Aa0BqgGtAf8BRgFJAUYB/wMAAf8BCgEGAQMB/wHOAY4BXQH/Ac4BjgFdAf8BcwFNATQB/wGl - AW4BSQH/Ac4BjgFdAf8BzgGOAV0B/wGYAWUBQwH/Ac4BjgFdAf8BzgGOAV0B/wHOAY4BXQH/AW4BSwEy - Af8BrgFzAU4B/wHOAY4BXQH/Ac4BjgFdAf8BCgEGAQMB/4AAAd4B2wHeAf8BpQGmAaUB/wGlAaYBpQH/ - AXcBdQF3Af8BbwFxAW8B/wFvAXEBbwH/AW8BcQFvAf8BbwFxAW8B/wFvAXEBbwH/AW8BcQFvAf8BbwFx - AW8B/wFvAXEBbwH/AW8BcQFvAf8BLQEsAS0B/wEtASwBLQH/AwAF/wEKAQYBAwH/AQsBBwEDAf8BDAEH - AQQB/wEMAQcBAwH/AQsBBwEDAf8BCwEHAQMB/wEMAQcBAwH/AQwBBwEDAf8BCwEHAQMB/wELAQcBAwH/ - AQwBBwEEAf8BDAEHAQMB/wELAQcBAwH/AQoBBgEDBf+AAAFCAU0BPgcAAT4DAAEoAwABQAMAARADAAEB - AQABAQUAAYAXAAP/lwAL - - - - wv - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + grpAudioFilenames - - tabPage9 + + 3 - - 5 - - - - - + True - - True + + NoControl - - textUDC1Extension - - - 2 - - - + + 12, 165 185, 17 - - 168, 17 + + 7 - - Tahoma, 8.25pt + + Replace spaces with underscores - - Fill up missing CUE data from tags + + chkReplaceSpaces - - True + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6, 6 - - - 6, 23 - - - 0 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - 4 - - - numericFLACCompressionLevel - - - 8 - - - Verify, then convert - - - tabControl2 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - tabPage8 - - - chkExtractLog - - - tabPage9 - - - - - - 2 - - - with confidence >= - - - 0 + + grpAudioFilenames 4 - - True + + 97, 68 - - tabControl2 + + 149, 21 - - High + + 4 + + + %N-%A-%T + + + txtTrackFilenameFormat + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAudioFilenames + + + 5 True - - Store as 16 bit LossyWAV + + NoControl - - Overwrite CUE data + + 11, 71 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 72, 13 - - flac + + 3 - - + + Track format: - + + lblTrackFilenameFormat + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAudioFilenames + + 6 - - + + True - - 12, 123 + + NoControl - - 5 + + 9, 43 - - 6 + + 74, 13 + + + 1 + + + Single format: + + + lblSingleFilenameFormat + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAudioFilenames + + + 7 + + + 97, 40 + + + 149, 21 + + + 2 + + + %F + + + txtSingleFilenameFormat + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAudioFilenames + + + 8 + + + True 6, 74 - - chkFilenamesANSISafe + + 58, 17 - - + + 4 - - 5 + + Insane - - 2 + + rbAPEinsane - + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage7 + + + 0 + + + True + + + 6, 57 + + + 75, 17 + + + 3 + + + Extra High + + + rbAPEextrahigh + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage7 + + 1 - - 4, 23 + + True - - tabControl1 + + 6, 40 - - chkWriteARTagsOnVerify + + 46, 17 - - 162, 8 + + 2 - - 7 + + High - - 123, 6 + + rbAPEhigh + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage7 + + + 3 + + + True + + + 6, 23 + + + 58, 17 + + + 1 + + + Normal + + + rbAPEnormal + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage7 + + + 4 + + + True + + + 6, 6 + + + 46, 17 0 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Fast - - 36, 21 + + rbAPEfast - + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage7 + + + 2 + + + Top, Left, Right + + + 4, 22 + + + 3, 3, 3, 3 + + + 535, 261 + + + 0 + + + CUETools + + + tabPage1 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabControl1 + + + 0 + + + groupBox3 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage2 + + + 0 + + + 4, 22 + + + 3, 3, 3, 3 + + + 535, 261 + + + 1 + + + AccurateRip + + + tabPage2 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabControl1 + + + 1 + + + tabControl2 + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage3 + + + 0 + + + 4, 22 + + + 3, 3, 3, 3 + + + 535, 261 + + + 2 + + + Codecs + + + tabPage3 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabControl1 + + + 2 + + + grpHDCD + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage4 + + + 0 + + + chkHDCDDetect + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage4 + + + 1 + + + 4, 22 + + + 3, 3, 3, 3 + + + 535, 261 + + + 3 + + + HDCD + + + tabPage4 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabControl1 + + + 3 + + + 0, 0 + + + 0, 0, 0, 0 + + + 543, 287 + + + 8 + + + tabControl1 + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + + + chkWriteARLogOnVerify + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox3 + + + 0 + + + 8, 6 + + + 212, 215 + + + 3 + + + Verify + + + groupBox3 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage2 + + + 0 + + True NoControl - - HDCD - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - 128, 101 - - - chkKeepOriginalFilenames - - - True - - - tabPage9 - - - Yes - - - 12, 157 - - - 0 - - - - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage9 - - - 215, 17 - - - 4, 22 - - - groupBox1 - - - tabPage7 - - - True - - - tabPage9 - - - - - - 3 - - - grpHDCD - - - grpGeneral - - - 0 - - - True - - - 101, 23 - - - True - - - Extra High - - - - - - groupBox1 - - - 46, 13 - - - txtSpecialExceptions - - - - - - chkWriteARLogOnVerify - - - 12, 174 - - - tabPage8 + + 5, 172 130, 17 - + + 3 + + + Write AccurateRip log + + + chkWriteARLogOnVerify + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7 + + groupBox3 + + + 0 + + + flac + + + 4, 23 + + + 3, 3, 3, 3 + + + 512, 222 + + + 0 + + + FLAC + + + tabPage5 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabControl2 + + + 0 + + + wv + + + 4, 23 + + + 3, 3, 3, 3 + + + 512, 222 + + + 1 + + + WavPack tabPage6 - - Replace spaces with underscores + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabControl2 + + + 1 + + + 4, 23 + + + 3, 3, 3, 3 + + + 512, 222 + + + 2 + + + Monkey's Audio + + + tabPage7 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabControl2 + + + 2 + + + label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage8 + + + 0 + + + numericLossyWAVQuality + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage8 + + + 1 + + + 4, 23 + + + 3, 3, 3, 3 + + + 512, 222 + + + 3 + + + LossyWAV + + + tabPage8 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabControl2 + + + 3 + + + chkUDC1ID3v2 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage9 + + + 0 + + + chkUDC1APEv2 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage9 + + + 1 + + + label6 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage9 + + + 2 + + + label5 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage9 + + + 3 + + + textUDC1EncParams + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage9 + + + 4 + + + textUDC1Encoder + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage9 + + + 5 + + + textUDC1Params + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage9 + + + 6 + + + textUDC1Decoder + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage9 + + + 7 + + + textUDC1Extension + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage9 + + + 8 + + + label4 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage9 + + + 9 + + + label3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage9 + + + 10 + + + label2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage9 + + + 11 + + + 4, 23 + + + 3, 3, 3, 3 + + + 512, 222 + + + 4 + + + User defined + + + tabPage9 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabControl2 + + + 4 + + + 114, 17 + + + + AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj0yLjAuMC4w + LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 + ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAABm + DQAAAk1TRnQBSQFMAgEBAgEAAQQBAAEEAQABEAEAARABAAT/ASEBAAj/AUIBTQE2BwABNgMAASgDAAFA + AwABEAMAAQEBAAEgBgABEBUAAf8DAAH/ARwBaAETAf8BHAFoARMB/wMAAf8BHAFoARMB/wEcAWgBEwH/ + AwAB/wMAAf8BHAEbARwB/wEkASMBJAH/ARMBFwETAf8DAAH/AwAB/wMAAf8DAAX/AQgBBAECAf8BCQEF + AQIB/wEJAQUBAgH/AQkBBQECAf8BCgEFAQIB/wELAQYBAwH/AQkBBQECAf8BCQEFAQIB/wEJAQUBAgH/ + AQkBBQECAf8BCQEFAQIB/wEJAQUBAgH/AQkBBQECAf8BCAEEAQIF/4AAAVUBWAFVAf8BLAErASwB/wE0 + Ad8BPQH/ATQB3wE9Af8DAAH/ATQB3wE9Af8BNAHfAT0B/wMAAf8DAAH/AYwBjgGMAf8B1gHTAdYB/wHW + AdMB1gH/AVUBVAFVAf8DAAH/AwAB/wMAAf8BCQEFAQIB/wHOAY4BXAH/Ac4BjgFcAf8B1AGTAV8B/wHO + AY4BXAH/AaYBbgFKAf8BHQESAQsB/wHOAY4BXAH/Ac4BjgFcAf8BzgGOAVwB/wHOAY4BXAH/Ac4BjgFc + Af8BzgGOAVwB/wHOAY4BXAH/Ac4BjgFcAf8BCQEFAQIB/4AAAW4BcAFuAf8BLAErASwB/wE0Ad8BPQH/ + ATQB3wE9Af8DAAH/ATQB3wE9Af8BNAHfAT0B/wMAAf8DAAH/AbUBtgG1Cf8BbgFwAW4B/wMAAf8DAAH/ + AwAB/wELAQYBAwH/Ac4BjgFcAf8BzgGOAVwB/wHOAY4BXAH/Ac4BjgFcAf8B0AGQAVwB/wMAAf8BlQFi + AUAB/wHOAY4BXAH/AdIBkAFeAf8B0wGRAV4B/wHTAZEBXgH/AdMBkQFeAf8BzgGOAVwB/wHOAY4BXAH/ + AQoBBQECAf+AAAFuAXABbgH/ASwBKwEsAf8BAAEfAQAB/wEDASsBAwH/AwAB/wEDASsBCwH/AQMBIwED + Af8DAAH/AwAB/wG1AbIBtQn/AW4BbAFuAf8DAAH/AwAB/wMAAf8BCwEGAQMB/wHOAY4BXAH/Ac4BjgFc + Af8BzgGOAVwB/wHQAY8BXAH/Ac4BjgFcAf8BGgEQAQgB/wEmARkBDwH/Ac4BjgFcAf8BzgGOAVwB/wHO + AY4BXAH/Ac4BjgFcAf8B0AGPAV0B/wHOAY4BXAH/Ac4BjgFcAf8BCgEFAQIB/4AAAW4BcAFuAf8BLAEr + ASwB/wEkAa4BLAH/ASQBrgEsAf8DAAH/ASQBrgEsAf8BJAGuASwB/wMAAf8DAAH/AbUBsgG1Cf8BbgFs + AW4B/wMAAf8DAAH/AwAB/wELAQYBAwH/Ac4BjgFcAf8BzgGOAVwB/wHOAY4BXAH/Ac4BjgFcAf8BzgGO + AVwB/wGYAWQBQgH/AwAB/wMAAf8DAAH/ATIBIAEUAf8BzgGOAVwB/wHOAY4BXAH/Ac4BjgFcAf8BzgGO + AVwB/wEKAQUBAgH/gAABbgFwAW4B/wEsASsBLAH/ATQB3wE9Af8BNAHfAT0B/wMAAf8BNAHfAT0B/wE0 + Ad8BPQH/AwAB/wMAAf8BtQGyAbUJ/wFuAWwBbgH/AwAB/wMAAf8DAAH/AQsBBgEDAf8BzgGOAVwB/wHS + AZEBXQH/Ac4BjgFcAf8B0QGQAV0B/wHOAY4BXAH/Ac4BjgFcAf8DAAH/AUwBMwEhAf8BrQFyAU0B/wEr + ARwBEgH/AwAB/wHOAY4BXAH/Ac4BjgFcAf8BzgGOAVwB/wEKAQUBAgH/gAABbgFwAW4B/wEsASsBLAH/ + ATQB3wE9Af8BNAHfAT0B/wMAAf8BNAHfAT0B/wE0Ad8BPQH/AwAB/wMAAf8BrQGuAa0J/wFmAWgBZgH/ + AwAB/wMAAf8DAAH/AQsBBgEDAf8BzgGOAVwB/wHRAZABXQH/Ac4BjgFcAf8BkQFfAT8B/wHOAY4BXAH/ + Ac4BjgFcAf8BPAEnARkB/wEDAQEBAAH/Ac4BjgFcAf8BzgGOAVwB/wMAAf8BQAErARsB/wHOAY4BXAH/ + Ac4BjgFcAf8BCgEFAQIB/4AAAW4BcAFuAf8BLAErASwB/wEAASMBJAH/AQABKwEsAf8DAAH/AQABKwEs + Af8BAAEjASQB/wMAAf8DAAH/Aa0BqgGtCf8BZgFkAWYB/wMAAf8DAAH/AwAB/wELAQYBAwH/Ac4BjgFc + Af8BzgGOAVwB/wHOAY4BXAH/AwAB/wGrAXEBSwH/Ac4BjgFcAf8BuQF6AVEB/wMAAf8BzgGOAVwB/wHO + AY4BXAH/AQMBAQEAAf8BDwEHAQUB/wHOAY4BXAH/Ac4BjgFcAf8BCgEFAQIB/4AAAW4BcAFuAf8BLAEr + ASwB/wEAAZ4BnAH/AQABngGcAf8DAAH/AQABngGcAf8BAAGeAZwB/wETAR8BHBn/ASQBIwEkAf8DAAH/ + AQsBBgEDAf8BzgGOAVwB/wHOAY4BXAH/Ac4BjgFcAf8DAAH/ARgBDwEJAf8BzgGOAVwB/wHEAYcBWQH/ + AwAB/wMAAf8DAAH/AwAB/wGHAVcBOQH/Ac4BjgFcAf8BzgGOAVwB/wEKAQUBAgH/gAABbgFwAW4B/wEs + ASsBLAH/AQAD/wEAA/8DAAH/AQAD/wEAA/8DABn/ASQBIwEkAf8DAAH/AQsBBgEDAf8BzgGOAVwB/wHO + AY4BXAH/Ac4BjgFcAf8DAAH/AwAB/wGqAW8BSgH/AZkBZQFDAf8DAAH/AwAB/wGiAWkBRgH/Ac4BjgFc + Af8BzgGOAVwB/wHOAY4BXAH/Ac4BjgFcAf8BCgEFAQIB/4AAAW4BcAFuAf8BLAErASwB/wEAA/8BAAP/ + AwAB/wEAA/8BAAP/AwAB/wFVAVABTQH/Ad4B2wHeCf8BtQGyAbUB/wF2AXgBdgH/AQMBBwEDAf8DAAH/ + AQsBBgEDAf8BzgGOAVwB/wHOAY4BXAH/AZ4BZwFFAf8DAAH/AVwBPQEpAf8BEgELAQYB/wFgAUABKwH/ + ARoBEQEJAf8BJgEZARAB/wFAASoBGwH/Ac4BjgFcAf8B0QGQAV0B/wHOAY4BXAH/Ac4BjgFcAf8BCgEF + AQIB/4AAAW4BcAFuAf8BLAErASwB/wMAAf8DAAH/AwAB/wMAAf8DAAH/AwAB/wMAAf8BlAGWAZQJ/wG1 + AbYBtQH/AwAB/wMAAf8DAAH/AQsBBgEDAf8BzgGOAVwB/wHOAY4BXAH/AXIBTQE0Af8DAAH/Ac4BjgFc + Af8DAAH/AwAB/wFSATcBJQH/Aa4BdAFNAf8DAAH/Ac4BjgFcAf8BzgGOAVwB/wHTAZEBXgH/AdQBkwFf + Af8BCgEFAQIB/4AAAZwBmgGcAf8BLAErASwB/wIAAaUB/wIAAaUB/wMAAf8DAAH/AwAB/wMAAf8DAAH/ + ASwBKwEsEf8BvQG6Ab0B/wMAAf8BCwEGAQMB/wHOAY4BXAH/Ac4BjgFcAf8BQAEqARwB/wMAAf8BzgGO + AVwB/wFrAUgBLwH/AwAB/wGDAVUBOQH/Ac4BjgFcAf8DAAH/ATEBHwEVAf8BzgGOAVwB/wHOAY4BXAH/ + AdQBkwFfAf8BCgEFAQIB/4AAAZQBkgGUAf8BLAErASwB/wIAAv8CAAL/AwAB/wMAAf8DAAH/AwAB/wMA + Af8DAAH/AZwBmgGcDf8BlAGWAZQB/wMAAf8BCwEGAQMB/wHOAY4BXAH/Ac4BjgFcAf8BAQIAAf8BIwEX + AQ4B/wHOAY4BXAH/Ac4BjgFcAf8DAAH/AZ8BaAFGAf8BzgGOAVwB/wGLAVoBPAH/AwAB/wHOAY4BXAH/ + Ac4BjgFcAf8BzgGOAVwB/wEKAQUBAgH/gAABpQGmAaUB/wGUAZIBlAH/AgABpQH/AgABtQH/ASwBKwEs + Af8BLAErASwB/wEsASsBLAH/ASwBKwEsAf8BLAErASwB/wEsASsBLAH/ASwBLwEsAf8BTQFQAU0B/wGt + AaoBrQH/Aa0BqgGtAf8BRQFIAUUB/wMAAf8BCQEFAQIB/wHOAY4BXAH/Ac4BjgFcAf8BcgFMATMB/wGl + AW0BSAH/Ac4BjgFcAf8BzgGOAVwB/wGYAWQBQgH/Ac4BjgFcAf8BzgGOAVwB/wHOAY4BXAH/AW0BSgEx + Af8BrgFyAU0B/wHOAY4BXAH/Ac4BjgFcAf8BCQEFAQIB/4AAAd4B2wHeAf8BpQGmAaUB/wGlAaYBpQH/ + AXYBdAF2Af8BbgFwAW4B/wFuAXABbgH/AW4BcAFuAf8BbgFwAW4B/wFuAXABbgH/AW4BcAFuAf8BbgFw + AW4B/wFuAXABbgH/AW4BcAFuAf8BLAErASwB/wEsASsBLAH/AwAF/wEJAQUBAgH/AQoBBgECAf8BCwEG + AQMB/wELAQYBAgH/AQoBBgECAf8BCgEGAQIB/wELAQYBAgH/AQsBBgECAf8BCgEGAQIB/wEKAQYBAgH/ + AQsBBgEDAf8BCwEGAQIB/wEKAQYBAgH/AQkBBQECBf+AAAFCAU0BPgcAAT4DAAEoAwABQAMAARADAAEB + AQABAQUAAYAXAAP/gQAL + + + + 6, 6 + + + 520, 249 + + + 9 + + + tabControl2 + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage3 + + + 0 + + + True + + + NoControl + + + 6, 12 + + + 45, 13 + + + 3 + + + Quality: + + + label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage8 + + + 0 + + + 98, 10 + + + 36, 21 + + + 4 + + + Right + + + numericLossyWAVQuality + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage8 + + + 1 + + + True + + + 268, 8 + + + 79, 17 + + + 11 + + + ID3v2 tags + + + chkUDC1ID3v2 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage9 + + + 0 + + + True + + + 162, 8 + + + 81, 17 + + + 10 + + + APEv2 tags + + + chkUDC1APEv2 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage9 + + + 1 + + + True + + + 6, 117 + + + 62, 13 + + + 9 + + + Parameters + + + label6 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage9 + + + 2 + + + True + + + 6, 90 + + + 46, 13 + + + 8 + + + Encoder + + + label5 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage9 + + + 3 + + + 89, 114 + + + 417, 21 + + + 7 + + + textUDC1EncParams + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage9 + + + 4 + + + 89, 87 + + + 417, 21 6 - + + textUDC1Encoder + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage9 + + + 5 + + + 89, 60 + + + 417, 21 + + + 5 + + + textUDC1Params + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage9 + + + 6 + + + 89, 33 + + + 417, 21 + + + 4 + + + textUDC1Decoder + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage9 + + + 7 + + + 89, 6 + + + 67, 21 + + + 3 + + + textUDC1Extension + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage9 + + + 8 + + True - + + 6, 63 + + + 62, 13 + + + 2 + + + Parameters + + + label4 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage9 + + + 9 + + + True + + + 6, 36 + + + 47, 13 + + + 1 + + + Decoder + + + label3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage9 + + + 10 + + + True + + + 6, 9 + + + 54, 13 + + 0 - - + + Extension - - 212, 215 + + label2 - - grpAudioFilenames + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + tabPage9 - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 11 - - rbAPEfast + + 19, 42 - - + + 203, 165 - - 5, 172 + + 2 + + + HDCD options + + + grpHDCD + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage4 + + + 0 + + + True + + + 19, 19 + + + 135, 17 + + + 0 + + + Detect HDCD encoding + + + chkHDCDDetect + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage4 + + + 1 - - False - - - 17, 17 - True - - 114, 17 - + + 6, 13 + + + 542, 325 + + + Tahoma, 8.25pt + + + CenterParent + + + Advanced Settings + + + toolTip1 + + + System.Windows.Forms.ToolTip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + imageList1 + + + System.Windows.Forms.ImageList, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + frmSettings + + + System.Windows.Forms.Form, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + \ No newline at end of file