diff --git a/CUETools/CUETools.csproj b/CUETools/CUETools.csproj
index 7dfb35d..231aaf9 100644
--- a/CUETools/CUETools.csproj
+++ b/CUETools/CUETools.csproj
@@ -115,6 +115,10 @@
Designer
frmCUETools.cs
+
+ Designer
+ frmCUETools.cs
+
Designer
frmFilenameCorrector.cs
@@ -127,6 +131,10 @@
Designer
frmSettings.cs
+
+ Designer
+ frmSettings.cs
+
ResXFileCodeGenerator
Resources.Designer.cs
diff --git a/CUETools/frmCUETools.Designer.cs b/CUETools/frmCUETools.Designer.cs
index 77afebe..5459ff7 100644
--- a/CUETools/frmCUETools.Designer.cs
+++ b/CUETools/frmCUETools.Designer.cs
@@ -79,78 +79,125 @@ 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);
//
// grpCUEPaths
//
+ this.grpCUEPaths.AccessibleDescription = null;
+ this.grpCUEPaths.AccessibleName = null;
+ resources.ApplyResources(this.grpCUEPaths, "grpCUEPaths");
+ this.grpCUEPaths.BackgroundImage = null;
this.grpCUEPaths.Controls.Add(this.btnBrowseOutput);
this.grpCUEPaths.Controls.Add(this.btnBrowseInput);
this.grpCUEPaths.Controls.Add(this.lblOutput);
this.grpCUEPaths.Controls.Add(this.lblInput);
this.grpCUEPaths.Controls.Add(this.txtOutputPath);
this.grpCUEPaths.Controls.Add(this.txtInputPath);
- resources.ApplyResources(this.grpCUEPaths, "grpCUEPaths");
+ this.grpCUEPaths.Font = null;
this.grpCUEPaths.Name = "grpCUEPaths";
this.grpCUEPaths.TabStop = false;
+ this.toolTip1.SetToolTip(this.grpCUEPaths, resources.GetString("grpCUEPaths.ToolTip"));
//
// 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);
//
// btnBrowseInput
//
+ this.btnBrowseInput.AccessibleDescription = null;
+ this.btnBrowseInput.AccessibleName = null;
resources.ApplyResources(this.btnBrowseInput, "btnBrowseInput");
+ this.btnBrowseInput.BackgroundImage = null;
+ this.btnBrowseInput.Font = null;
this.btnBrowseInput.Name = "btnBrowseInput";
+ this.toolTip1.SetToolTip(this.btnBrowseInput, resources.GetString("btnBrowseInput.ToolTip"));
this.btnBrowseInput.UseVisualStyleBackColor = true;
this.btnBrowseInput.Click += new System.EventHandler(this.btnBrowseInput_Click);
//
// lblOutput
//
+ this.lblOutput.AccessibleDescription = null;
+ this.lblOutput.AccessibleName = null;
resources.ApplyResources(this.lblOutput, "lblOutput");
+ this.lblOutput.Font = null;
this.lblOutput.Name = "lblOutput";
+ this.toolTip1.SetToolTip(this.lblOutput, resources.GetString("lblOutput.ToolTip"));
//
// lblInput
//
+ this.lblInput.AccessibleDescription = null;
+ this.lblInput.AccessibleName = null;
resources.ApplyResources(this.lblInput, "lblInput");
+ this.lblInput.Font = null;
this.lblInput.Name = "lblInput";
+ this.toolTip1.SetToolTip(this.lblInput, resources.GetString("lblInput.ToolTip"));
//
// 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);
//
// txtInputPath
//
+ this.txtInputPath.AccessibleDescription = null;
+ this.txtInputPath.AccessibleName = null;
this.txtInputPath.AllowDrop = true;
resources.ApplyResources(this.txtInputPath, "txtInputPath");
+ 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);
//
// 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);
- resources.ApplyResources(this.grpOutputStyle, "grpOutputStyle");
+ this.grpOutputStyle.Font = null;
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"));
@@ -159,29 +206,45 @@ 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"));
@@ -189,13 +252,22 @@ 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.txtCustomFormat);
this.grpOutputPathGeneration.Controls.Add(this.rbCustomFormat);
this.grpOutputPathGeneration.Controls.Add(this.txtCreateSubdirectory);
@@ -203,80 +275,130 @@ namespace JDP {
this.grpOutputPathGeneration.Controls.Add(this.rbCreateSubdirectory);
this.grpOutputPathGeneration.Controls.Add(this.rbAppendFilename);
this.grpOutputPathGeneration.Controls.Add(this.txtAppendFilename);
- resources.ApplyResources(this.grpOutputPathGeneration, "grpOutputPathGeneration");
+ this.grpOutputPathGeneration.Font = null;
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.rbAPE);
this.grpAudioOutput.Controls.Add(this.rbNoAudio);
this.grpAudioOutput.Controls.Add(this.rbWavPack);
this.grpAudioOutput.Controls.Add(this.rbFLAC);
this.grpAudioOutput.Controls.Add(this.rbWAV);
- resources.ApplyResources(this.grpAudioOutput, "grpAudioOutput");
+ this.grpAudioOutput.Font = null;
this.grpAudioOutput.Name = "grpAudioOutput";
this.grpAudioOutput.TabStop = false;
+ this.toolTip1.SetToolTip(this.grpAudioOutput, resources.GetString("grpAudioOutput.ToolTip"));
//
// 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;
@@ -284,84 +406,135 @@ 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);
//
// 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);
//
// 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);
//
// btnBatch
//
+ this.btnBatch.AccessibleDescription = null;
+ this.btnBatch.AccessibleName = null;
resources.ApplyResources(this.btnBatch, "btnBatch");
+ this.btnBatch.BackgroundImage = null;
+ this.btnBatch.Font = null;
this.btnBatch.Name = "btnBatch";
+ this.toolTip1.SetToolTip(this.btnBatch, resources.GetString("btnBatch.ToolTip"));
this.btnBatch.UseVisualStyleBackColor = true;
this.btnBatch.Click += new System.EventHandler(this.btnBatch_Click);
//
// btnFilenameCorrector
//
+ this.btnFilenameCorrector.AccessibleDescription = null;
+ this.btnFilenameCorrector.AccessibleName = null;
resources.ApplyResources(this.btnFilenameCorrector, "btnFilenameCorrector");
+ this.btnFilenameCorrector.BackgroundImage = null;
+ this.btnFilenameCorrector.Font = null;
this.btnFilenameCorrector.Name = "btnFilenameCorrector";
+ this.toolTip1.SetToolTip(this.btnFilenameCorrector, resources.GetString("btnFilenameCorrector.ToolTip"));
this.btnFilenameCorrector.UseVisualStyleBackColor = true;
this.btnFilenameCorrector.Click += new System.EventHandler(this.btnFilenameCorrector_Click);
//
// 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);
//
// grpAccurateRip
//
+ this.grpAccurateRip.AccessibleDescription = null;
+ this.grpAccurateRip.AccessibleName = null;
+ resources.ApplyResources(this.grpAccurateRip, "grpAccurateRip");
+ this.grpAccurateRip.BackgroundImage = null;
this.grpAccurateRip.Controls.Add(this.label1);
this.grpAccurateRip.Controls.Add(this.txtDataTrackLength);
this.grpAccurateRip.Controls.Add(this.rbArApplyOffset);
this.grpAccurateRip.Controls.Add(this.rbArVerify);
this.grpAccurateRip.Controls.Add(this.rbArNone);
- resources.ApplyResources(this.grpAccurateRip, "grpAccurateRip");
+ this.grpAccurateRip.Font = null;
this.grpAccurateRip.Name = "grpAccurateRip";
this.grpAccurateRip.TabStop = false;
+ this.toolTip1.SetToolTip(this.grpAccurateRip, resources.GetString("grpAccurateRip.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"));
//
// rbArApplyOffset
//
+ this.rbArApplyOffset.AccessibleDescription = null;
+ this.rbArApplyOffset.AccessibleName = null;
resources.ApplyResources(this.rbArApplyOffset, "rbArApplyOffset");
+ this.rbArApplyOffset.BackgroundImage = null;
+ this.rbArApplyOffset.Font = null;
this.rbArApplyOffset.Name = "rbArApplyOffset";
this.toolTip1.SetToolTip(this.rbArApplyOffset, resources.GetString("rbArApplyOffset.ToolTip"));
this.rbArApplyOffset.UseVisualStyleBackColor = true;
//
// rbArVerify
//
+ this.rbArVerify.AccessibleDescription = null;
+ this.rbArVerify.AccessibleName = null;
resources.ApplyResources(this.rbArVerify, "rbArVerify");
+ this.rbArVerify.BackgroundImage = null;
+ this.rbArVerify.Font = null;
this.rbArVerify.Name = "rbArVerify";
this.toolTip1.SetToolTip(this.rbArVerify, resources.GetString("rbArVerify.ToolTip"));
this.rbArVerify.UseVisualStyleBackColor = true;
@@ -369,8 +542,12 @@ namespace JDP {
//
// rbArNone
//
+ this.rbArNone.AccessibleDescription = null;
+ this.rbArNone.AccessibleName = null;
resources.ApplyResources(this.rbArNone, "rbArNone");
+ this.rbArNone.BackgroundImage = null;
this.rbArNone.Checked = true;
+ this.rbArNone.Font = null;
this.rbArNone.Name = "rbArNone";
this.rbArNone.TabStop = true;
this.toolTip1.SetToolTip(this.rbArNone, resources.GetString("rbArNone.ToolTip"));
@@ -378,32 +555,44 @@ namespace JDP {
//
// 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.toolStripProgressBar1,
this.toolStripProgressBar2});
- resources.ApplyResources(this.statusStrip1, "statusStrip1");
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.SizingGrip = false;
+ this.toolTip1.SetToolTip(this.statusStrip1, resources.GetString("statusStrip1.ToolTip"));
//
// toolStripStatusLabel1
//
- this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
+ this.toolStripStatusLabel1.AccessibleDescription = null;
+ this.toolStripStatusLabel1.AccessibleName = null;
resources.ApplyResources(this.toolStripStatusLabel1, "toolStripStatusLabel1");
+ this.toolStripStatusLabel1.BackgroundImage = null;
+ this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Spring = true;
//
// 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
@@ -414,15 +603,23 @@ namespace JDP {
//
// btnCUECreator
//
+ this.btnCUECreator.AccessibleDescription = null;
+ this.btnCUECreator.AccessibleName = null;
resources.ApplyResources(this.btnCUECreator, "btnCUECreator");
+ this.btnCUECreator.BackgroundImage = null;
+ this.btnCUECreator.Font = null;
this.btnCUECreator.Name = "btnCUECreator";
+ this.toolTip1.SetToolTip(this.btnCUECreator, resources.GetString("btnCUECreator.ToolTip"));
this.btnCUECreator.UseVisualStyleBackColor = true;
this.btnCUECreator.Click += new System.EventHandler(this.btnCUECreator_Click);
//
// 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.btnCUECreator);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.grpAccurateRip);
@@ -436,8 +633,10 @@ namespace JDP {
this.Controls.Add(this.grpCUEPaths);
this.Controls.Add(this.btnConvert);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
+ this.Icon = null;
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.grpCUEPaths.ResumeLayout(false);
diff --git a/CUETools/frmCUETools.resx b/CUETools/frmCUETools.resx
index 67d42ac..24f86c2 100644
--- a/CUETools/frmCUETools.resx
+++ b/CUETools/frmCUETools.resx
@@ -117,1132 +117,1225 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 412, 307
+
+
-
- 131, 23
+
+
+
+
+
+ 54, 21
+
+
+
+
+
+ 00:00:00
+
+
+ 178, 21
+
+
+ 178, 21
+
+
+
-
- 5
+
+ 4
-
- &Go
-
-
- btnConvert
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 11
-
-
- 452, 49
-
-
- 71, 23
-
-
- 5
-
-
- Browse...
-
-
- btnBrowseOutput
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- grpCUEPaths
+
+ rbGapsLeftOut
0
-
- 452, 20
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 71, 23
+
+ CUE Style
-
- 2
+
+
+ NoControl
-
- Browse...
-
-
- btnBrowseInput
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- grpCUEPaths
-
-
+
1
-
- True
-
-
- 8, 52
-
-
- 45, 13
-
-
- 3
-
-
- &Output:
-
-
- lblOutput
+
+ grpOutputPathGeneration
System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- grpCUEPaths
-
-
- 2
-
-
- True
-
-
- 8, 24
-
-
- 37, 13
-
-
- 0
-
-
- &Input:
-
-
- lblInput
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 5
grpCUEPaths
-
+
+ Gaps Left Out
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ grpOutputStyle
+
+
+ %1:-2\New\%-1\%F.cue
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ grpOutputPathGeneration
+
+
+ 4
+
+
+ 4
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 78, 86
+
+
+ 10
+
+
+ 0
+
+
+ 0
+
+
+ 330, 115
+
+
+ grpAccurateRip
+
+
+ System.Windows.Forms.Form, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ CenterScreen
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 551, 361
+
+
+ 0
+
+
+ btnAbout
+
+
+ rbEmbedCUE
+
+
+
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ lblInput
+
+
+ 1
+
+
+
+
+
3
-
- 59, 48
+
+ System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ btnBrowseInput
+
+
+ True
+
+
+ txtCreateSubdirectory
+
+
+ 5
+
+
+ frmCUETools
+
+
+ 6
+
+
+
+
+
+ rbWavPack
+
+
+ Browse...
+
+
+ btnConvert
+
+
+ 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
+
+
+
+
+
+
+
+
+ Batch...
+
+
+ 3
+
+
+ Verify, &then encode
+
+
+ 11
+
+
+ rbArVerify
+
+
+ 1
+
+
+ Create single file with embedded CUE sheet.
+
+
+ 535, 84
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 7
+
+
+ rbAPE
+
+
+ Append to filename:
+
+
+ $this
+
+
+ rbGapsPrepended
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ rbGapsAppended
+
+
+ grpAccurateRip
+
+
+ 244, 211
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 123, 17
+
+
+ 1
+
+
+ 551, 22
+
+
+ NoControl
+
+
+ 3
+
+
+ grpOutputPathGeneration
+
+
+ True
+
+
+ True
+
+
+ $this
+
+
+ &None
+
+
+ 7
+
+
+ 122, 17
+
+
+ True
+
+
+ 3
+
+
+ btnBrowseOutput
+
+
+ 3
+
+
+ 6
+
+
+ Advanced Settings...
+
+
+ 8, 24
+
+
+ 412, 245
+
+
+ True
+
+
+ 1
+
+
+ rbDontGenerate
385, 21
+
+ True
+
+
+ grpAudioOutput
+
+
+ 0
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ btnFilenameCorrector
+
+
+ 71, 23
+
+
+ CUE Paths
+
+
+ 131, 23
+
+
+ True
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 2
+
+
+ $this
+
+
+ 3
+
+
+ $this
+
+
+ grpCUEPaths
+
+
+ 10, 51
+
+
+ &WAV
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 412, 152
+
+
+ 4
+
+
+ 10, 85
+
+
+ 131, 23
+
+
+ True
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 452, 20
+
+
+ btnSettings
+
+
+
+
+
+ $this
+
4
+
+ 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
+
+
+ 50, 17
+
+
+ 2
+
+
+ grpAccurateRip
+
+
+ Wav&Pack
+
+
+ toolStripStatusLabel1
+
+
+ 2
+
+
+ &Manual
+
+
+ 8, 4
+
+
+ grpOutputStyle
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ rbSingleFile
+
+
+ Create multiple files with gaps left out
+
+
+ System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 2
+
+
+ Tahoma, 8.25pt
+
+
+ &Output:
+
+
+
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ grpOutputPathGeneration
+
+
+ 10, 66
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 92, 119
+
+
+ 2
+
+
+ 5
+
+
+ Track progress
+
+
+ True
+
+
+ 4
+
+
+ APE
+
+
+ Filename Corrector...
+
+
+ 104, 17
+
+
+ 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
+
+
+ 144, 119
+
+
+
+
+
+ 3
+
+
+ 69, 17
+
+
+ True
+
+
+ grpOutputPathGeneration
+
+
+ 1
+
+
+ grpAudioOutput
+
+
+ 1
+
+
+ $this
+
+
+ About
+
+
+ lblOutput
+
+
+ grpOutputStyle
+
+
+ &Go
+
+
+ txtInputPath
+
+
+ 412, 307
+
+
+ 0, 339
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 2
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ AccurateRip
+
+
+ 412, 183
+
+
+ grpOutputStyle
+
+
+ btnCUECreator
+
+
+ 44, 17
+
+
+ 8, 211
+
+
+ 10, 54
+
+
+ &Single File + CUE
+
+
+ 10, 89
+
+
+ 5
+
+
+ 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
+
+
+
+
+
+ C&reate subdirectory:
+
+
+ Browse...
+
+
+
+
+
+ 0
+
+
+ 4
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 140, 20
+
+
+ 0
+
+
+ 125, 17
+
+
+ grpAudioOutput
+
+
+ txtCustomFormat
+
+
+ 412, 276
+
+
+ $this
+
+
+ 45, 13
+
+
+ grpOutputPathGeneration
+
+
+ statusStrip1
+
+
+
+
+
+
+
+
+ 120, 17
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ rbWAV
+
+
+ Create single file + CUE sheet
+
+
+
+
+
+ 10, 20
+
+
+ 92, 17
+
+
+ toolTip1
+
+
+ 1
+
+
+ 131, 23
+
+
+ 8, 92
+
+
+ Disk progress
+
+
+ True
+
+
+ 452, 49
+
+
+ &FLAC
+
+
+ Output Path
+
+
+
+
+
+ True
+
+
+
+
+
+ 106, 17
+
+
+ 59, 22
+
+
+
+
+
+ $this
+
+
+ 8, 52
+
+
+ Create multiple files with gaps appended
+
+
+ New
+
+
+
+
+
+ 2
+
+
+ 140, 16
+
+
+
+
+
+ $this
+
txtOutputPath
+
+ 6
+
+
+ 140, 41
+
+
+ txtAppendFilename
+
+
+
+
+
+ Contact the AccurateRip databse for validation and compare the image against database
+
+
+ 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
+
+
+ 0
+
+
+ 1
+
+
+ grpOutputStyle
+
+
+ True
+
+
+ 6, 13
+
+
+ grpAccurateRip
+
System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
grpCUEPaths
-
- 4
+
+ 8, 89
-
- 59, 22
-
-
- 385, 21
-
-
- 1
-
-
- txtInputPath
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- grpCUEPaths
-
-
- 5
-
-
- 8, 4
-
-
- 535, 84
-
-
+
0
-
- CUE Paths
-
-
- grpCUEPaths
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 10
-
-
- True
-
-
-
- NoControl
-
-
- 11, 19
-
-
- 75, 17
-
-
- 0
-
-
- &Embedded
-
-
- 153, 8
-
-
- 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
-
-
- 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
-
-
- 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
-
-
- 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
-
-
- 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
-
-
- 108, 211
-
-
- 128, 119
-
-
- 3
-
-
- CUE Style
-
-
- grpOutputStyle
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 9
-
-
- 412, 152
-
-
- 131, 23
-
-
- 10
-
-
- About
-
-
- btnAbout
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 8
-
-
- 140, 62
-
-
- 178, 21
-
-
- 5
-
-
- %1:-2\New\%-1\%F.cue
-
-
- txtCustomFormat
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- grpOutputPathGeneration
-
-
- 0
-
-
- True
-
-
- 10, 66
-
-
- 119, 17
-
-
- 4
-
-
- Use custom format:
-
-
- rbCustomFormat
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- grpOutputPathGeneration
-
-
- 1
-
-
- 140, 20
-
-
- 178, 21
-
-
- 1
-
-
- New
-
-
- txtCreateSubdirectory
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- grpOutputPathGeneration
-
-
- 2
-
-
- True
-
-
- 10, 89
-
-
- 59, 17
-
-
- 6
-
-
- &Manual
-
-
- rbDontGenerate
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- grpOutputPathGeneration
-
-
- 3
-
-
- True
-
-
- 10, 20
-
-
- 125, 17
-
-
- 0
-
-
- C&reate subdirectory:
-
-
- rbCreateSubdirectory
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- grpOutputPathGeneration
-
-
- 4
-
-
- True
-
-
- 10, 43
-
-
- 122, 17
-
-
- 2
-
-
- Append to filename:
-
-
- rbAppendFilename
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- grpOutputPathGeneration
-
-
- 5
-
-
- 140, 41
-
-
- 178, 21
-
-
- 3
-
-New
-
- txtAppendFilename
+
+ 122, 17
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- grpOutputPathGeneration
-
-
- 6
-
-
- 8, 92
-
-
- 330, 115
-
-
- 1
-
-
- Output Path
-
-
- grpOutputPathGeneration
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 7
-
-
- True
-
-
- 10, 51
-
-
- 44, 17
-
-
- 2
-
-
- APE
-
-
- rbAPE
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- grpAudioOutput
-
-
- 0
-
-
- True
-
-
- 10, 85
-
-
- 50, 17
-
-
- 4
-
-
- &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
-
-
- 1
-
-
- True
-
-
- 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
-
-
- 2
-
-
- True
-
-
- 10, 17
-
-
- 50, 17
-
-
- 0
-
-
- &FLAC
-
-
- rbFLAC
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- grpAudioOutput
-
-
- 3
-
-
- True
-
-
- 10, 68
-
-
- 48, 17
-
-
- 3
-
-
- &WAV
-
-
- rbWAV
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- grpAudioOutput
-
-
- 4
-
-
- 8, 211
-
-
- 92, 119
-
-
- 2
-
-
- Audio Output
-
-
- grpAudioOutput
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 6
-
-
- 412, 276
-
-
- 131, 23
-
-
- 6
-
-
- Batch...
-
-
- btnBatch
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 5
-
-
- 412, 245
-
-
- 131, 23
-
-
- 7
-
-
- Filename Corrector...
-
-
- btnFilenameCorrector
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 4
-
-
- 412, 183
-
-
- 131, 23
-
-
- 9
-
-
- Advanced Settings...
-
-
- btnSettings
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 3
-
-
- True
-
-
- 8, 89
-
-
- 61, 13
-
-
- 3
-
-
- Data track:
+
+ 11, 19
label1
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 10, 43
-
- grpAccurateRip
-
-
- 0
-
-
- 78, 86
-
-
- 00:00:00
-
-
- 0
-
-
- 54, 21
-
-
- 4
-
-
- 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
-
-
- grpAccurateRip
-
-
- 1
-
-
- True
-
-
- 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.
-
-
- rbArApplyOffset
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- grpAccurateRip
-
-
- 2
-
-
- True
-
-
- 10, 54
-
-
- 122, 17
-
-
- 2
-
-
- &Verify, don't encode
-
-
- Contact the AccurateRip databse for validation and compare the image against database
-
-
- rbArVerify
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- grpAccurateRip
-
-
+
3
-
- True
-
10, 37
-
- 123, 17
-
-
- 1
-
-
- &Don't verify, encode
-
-
- Don't contact the AccurateRip database for validation
-
-
- rbArNone
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- grpAccurateRip
-
-
- 4
-
-
- 244, 211
-
-
- 144, 119
-
-
- 4
-
-
- AccurateRip
-
-
- grpAccurateRip
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 2
-
-
- 0, 339
-
252, 17
-
- MiddleLeft
+
+ Data track:
-
- 140, 16
-
-
- Track progress
-
-
- 140, 16
-
-
- Disk progress
-
-
- 0, 339
-
-
- 551, 22
-
-
- 11
-
-
- statusStrip1
-
-
- statusStrip1
-
-
- System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 1
-
-
- NoControl
-
-
- 412, 214
-
-
- 131, 23
+
+ True
8
-
- CUE Sheet Creator...
+
+ Don't create any audio files, only CUE sheet
-
- btnCUECreator
+
+ grpAudioOutput
-
+
+ 1
+
+
+ 2
+
+
+ 9
+
+
+ grpAccurateRip
+
+
+ 178, 21
+
+
+ rbCustomFormat
+
+
+ 61, 13
+
+
+ grpAccurateRip
+
+
+ Audio Output
+
+
+ 128, 119
+
+
+ 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
+
+ 37, 13
+
+
+ 3
+
+
+ 3
+
+
+ statusStrip1
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 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.
+
+
+
+
+
+ &Verify, don't encode
+
+
+ 4
+
+
+ 10, 20
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 140, 62
+
+
+ grpOutputStyle
+
$this
-
+
+ 131, 23
+
+
+ rbArApplyOffset
+
+
+ $this
+
+
+
+
+
+ True
+
+
+ grpCUEPaths
+
+
+ rbArNone
+
+
+ 101, 17
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
0
-
- True
-
-
- 6, 13
+
+ CUE Sheet Creator...
-
- 551, 361
+
+ 11
-
- Tahoma, 8.25pt
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- CenterScreen
+
+ grpOutputPathGeneration
+
+
+ 4
+
+
+ 11, 53
+
+
+ grpCUEPaths
+
+
+ 3
+
+
+ grpAudioOutput
CUE Tools
-
- toolStripStatusLabel1
+
+ grpCUEPaths
-
- System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
-
- toolStripProgressBar1
-
-
- System.Windows.Forms.ToolStripProgressBar, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ $this
toolStripProgressBar2
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+
+
+ 5
+
+
+ True
+
+
+ 385, 21
+
+
+ &Embedded
+
+
+ 3
+
+
+ 2
+
+
+ 10, 17
+
+
+ 4
+
+
+ toolStripProgressBar1
+
+
+
+
+
+
+
+
+ 131, 23
+
+
+ 11, 70
+
+
+ True
+
+
+
+
+
+ 75, 17
+
+
+ 0
+
+
+ 1
+
+
+ 5
+
+
+ MiddleLeft
+
+
+ 48, 17
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Don't contact the AccurateRip database for validation
+
+
+ 1
+
+
+ Gaps Prepended
+
+
+ &Input:
+
+
+ 0
+
+
+ Gaps &Appended
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 6
+
+
+ grpCUEPaths
+
+
+ 119, 17
+
+
+ 131, 23
+
+
+ 11, 36
+
+
+ &Don't verify, encode
+
+
+ 412, 214
+
+
+ 71, 23
+
+
+ 4
+
+
+ 50, 17
+
+
+ rbNoAudio
+
+
+ 4
+
+
+ True
+
+
+ btnBatch
+
System.Windows.Forms.ToolStripProgressBar, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- toolTip1
+
+ rbFLAC
-
- System.Windows.Forms.ToolTip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ grpAudioOutput
-
- frmCUETools
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- System.Windows.Forms.Form, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 8
+
+ 9
+
+
+ 10
+
+
+ rbCreateSubdirectory
+
+
+ 108, 211
+
+
+ 2
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 2
+
+
+ 59, 17
+
+
+ txtDataTrackLength
+
+
+ 10, 68
+
+
+
+
+
+ 59, 48
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 153, 8
+
+
+ True
+
+
+ 0, 339
+
\ No newline at end of file
diff --git a/CUETools/frmCUETools.ru-RU.resx b/CUETools/frmCUETools.ru-RU.resx
new file mode 100644
index 0000000..b981eaa
--- /dev/null
+++ b/CUETools/frmCUETools.ru-RU.resx
@@ -0,0 +1,394 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Поехали
+
+
+
+
+
+ Выбор...
+
+
+
+
+
+ Выбор...
+
+
+
+
+
+
+ 44, 13
+
+
+ Выход:
+
+
+
+
+
+ 36, 13
+
+
+ &Вход:
+
+
+
+
+
+
+
+
+
+
+
+ Пути к файлам
+
+
+
+
+
+ 86, 17
+
+
+ Встроенный
+
+
+ Создать образ диска в виде одного аудио-файла со встроеным .cue (вложенным в него в виде тага CUESHEET)
+
+
+ 85, 17
+
+
+ Без зазоров
+
+
+ Порезать на треки, зазоры выкинуть (не рекомендуется)
+
+
+ 110, 17
+
+
+ Зазоры в начале
+
+
+ Порезать на треки, зазоры помещаются в начало трека (не рекомендуется)
+
+
+ 104, 17
+
+
+ Зазоры в конце
+
+
+ Порезать на треки, зазоры помещаются в конец трека
+
+
+ 90, 17
+
+
+ Образ + CUE
+
+
+ Создать образ диска в виде одного аудио-файла и .cue файла
+
+
+ 130, 118
+
+
+ Стиль CUE
+
+
+
+
+
+ О программе
+
+
+
+
+
+ 240, 21
+
+
+
+
+
+ 89, 17
+
+
+ По шаблону:
+
+
+
+
+
+ 240, 21
+
+
+
+
+
+ 70, 17
+
+
+ Вручную
+
+
+
+
+
+ 116, 17
+
+
+ Создать каталог:
+
+
+
+
+
+ 117, 17
+
+
+ Суффикс к имени:
+
+
+
+
+
+ 240, 21
+
+
+
+
+
+ 392, 113
+
+
+ Путь для выходных файлов
+
+
+
+
+
+
+
+
+ 76, 17
+
+
+ Без аудио
+
+
+
+
+
+
+
+
+
+
+
+ Формат аудио
+
+
+
+
+
+ Обработать папку...
+
+
+
+
+
+ Исправить имена...
+
+
+
+
+
+ Настройки...
+
+
+
+
+
+ 47, 13
+
+
+ Данные
+
+
+
+
+
+ Не используется для обычных музыкальных дисков. "Улучшенные" компакт диски с треком данных не найдутся в базе данных, если не указать длину трека данных. Её часто можно найти в логе EAC. Если лог EAC лежит в той же папке что и .cue, и имеет такое же имя как .cue файл, то он будет проанализирован автоматически и тут опять же ничего не надо будет вводить.
+
+
+ 138, 17
+
+
+ Проверить и записать
+
+
+ На первом проходе проверить точность рипа по базе AccurateRip с учетом возможных смещений. На втором проходе, сконвертировать, возможно с применением коррекции смещения (в зависимости от настроек)
+
+
+ 118, 17
+
+
+ Только проверить
+
+
+ Проверить точность рипа по базе AccurateRip с учетом возможных смещений
+
+
+ 95, 17
+
+
+ Не проверять
+
+
+ Сконвертировать, не обращаясь к базе данных AccurateRip
+
+
+ 250, 211
+
+
+ 154, 118
+
+
+
+
+
+
+
+
+ Создать CUE...
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/CUETools/frmSettings.ru-RU.resx b/CUETools/frmSettings.ru-RU.resx
new file mode 100644
index 0000000..6cf26c1
--- /dev/null
+++ b/CUETools/frmSettings.ru-RU.resx
@@ -0,0 +1,310 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Отмена
+
+
+
+ 221, 17
+
+
+ Пополнить .cue информацией из тэгов
+
+
+ 156, 17
+
+
+ Встроить .log в виде тэга
+
+
+ Работает, если .log лежит в той же папке и имеет то же имя, что и исходный файл
+
+
+ Автоматически искать аудио файлы
+
+
+ Автоматически исправить имена, если .cue ссылается на несуществующие файлы
+
+
+ 231, 17
+
+
+ Сохранять HTOA при разбивке на треки
+
+
+ 114, 13
+
+
+ Смещение (сэмплов):
+
+
+ Общие
+
+
+ 113, 17
+
+
+ 94, 13
+
+
+ Уровень сжатия:
+
+
+ 94, 17
+
+
+ Верификация
+
+
+ 116, 17
+
+
+ Доп. режим (1-6):
+
+
+ 103, 17
+
+
+ Очень высокий
+
+
+ 68, 17
+
+
+ Высокий
+
+
+ 69, 17
+
+
+ Средний
+
+
+ 70, 17
+
+
+ Быстрый
+
+
+ 165, 17
+
+
+ Исправлять смещение если
+
+
+ 16, 68
+
+
+ 147, 13
+
+
+ % проверенных треков >=
+
+
+ 43, 89
+
+
+ 120, 13
+
+
+ с достоверностью >=
+
+
+ 176, 17
+
+
+ Конвертировать только если
+
+
+ 116, 21
+
+
+ 89, 17
+
+
+ Создать лог
+
+
+ 43, 146
+
+
+ 120, 13
+
+
+ с достоверностью >=
+
+
+ 15, 125
+
+
+ 147, 13
+
+
+ % проверенных треков >=
+
+
+ 94, 17
+
+
+ Создать тэги
+
+
+ Добавлять тэги ACCURATERIPCOUNT и т.п. Можно настроить foobar2000 показывать эти значения в отдельном столбце, чтобы наглядно видеть точность рипа и популярность диска
+
+
+ Имена аудиофайлов
+
+
+ 157, 17
+
+
+ Сохранять оригинальные
+
+
+ 223, 17
+
+
+ Удалять специальные символы кроме:
+
+
+ 209, 17
+
+
+ Заменять пробелы подчеркиванями
+
+
+ 10, 75
+
+
+ 35, 13
+
+
+ Трек:
+
+
+ 75, 13
+
+
+ Образ диска:
+
+
+ Продвинутые настройки
+
+
\ No newline at end of file