mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
* support for new metadata sources via CTDB
* CUETools: GUI tweaks for large screen resolutions on windows 7 * CUETools.Codecs.LAMEEncoder: fix VBR header update for filenames with unicode characters * CUERipper: more string messages for SCSI errors when ripping
This commit is contained in:
10
CUETools/frmCUETools.Designer.cs
generated
10
CUETools/frmCUETools.Designer.cs
generated
@@ -170,7 +170,7 @@ namespace JDP {
|
||||
//
|
||||
// toolStripContainer1.LeftToolStripPanel
|
||||
//
|
||||
this.toolStripContainer1.LeftToolStripPanel.MaximumSize = new System.Drawing.Size(32, 0);
|
||||
this.toolStripContainer1.LeftToolStripPanel.MaximumSize = new System.Drawing.Size(43, 0);
|
||||
this.toolStripContainer1.LeftToolStripPanelVisible = false;
|
||||
this.toolStripContainer1.Name = "toolStripContainer1";
|
||||
this.toolStripContainer1.RightToolStripPanelVisible = false;
|
||||
@@ -355,7 +355,7 @@ namespace JDP {
|
||||
//
|
||||
resources.ApplyResources(this.checkBoxUseAccurateRip, "checkBoxUseAccurateRip");
|
||||
this.checkBoxUseAccurateRip.Image = global::JDP.Properties.Resources.AR;
|
||||
this.checkBoxUseAccurateRip.MinimumSize = new System.Drawing.Size(0, 16);
|
||||
this.checkBoxUseAccurateRip.MinimumSize = new System.Drawing.Size(0, 21);
|
||||
this.checkBoxUseAccurateRip.Name = "checkBoxUseAccurateRip";
|
||||
this.toolTip1.SetToolTip(this.checkBoxUseAccurateRip, resources.GetString("checkBoxUseAccurateRip.ToolTip"));
|
||||
this.checkBoxUseAccurateRip.UseVisualStyleBackColor = true;
|
||||
@@ -365,7 +365,7 @@ namespace JDP {
|
||||
//
|
||||
resources.ApplyResources(this.checkBoxUseFreeDb, "checkBoxUseFreeDb");
|
||||
this.checkBoxUseFreeDb.Image = global::JDP.Properties.Resources.freedb16;
|
||||
this.checkBoxUseFreeDb.MinimumSize = new System.Drawing.Size(0, 16);
|
||||
this.checkBoxUseFreeDb.MinimumSize = new System.Drawing.Size(0, 21);
|
||||
this.checkBoxUseFreeDb.Name = "checkBoxUseFreeDb";
|
||||
this.toolTip1.SetToolTip(this.checkBoxUseFreeDb, resources.GetString("checkBoxUseFreeDb.ToolTip"));
|
||||
this.checkBoxUseFreeDb.UseVisualStyleBackColor = true;
|
||||
@@ -403,7 +403,7 @@ namespace JDP {
|
||||
//
|
||||
resources.ApplyResources(this.checkBoxUseMusicBrainz, "checkBoxUseMusicBrainz");
|
||||
this.checkBoxUseMusicBrainz.Image = global::JDP.Properties.Resources.musicbrainz;
|
||||
this.checkBoxUseMusicBrainz.MinimumSize = new System.Drawing.Size(0, 16);
|
||||
this.checkBoxUseMusicBrainz.MinimumSize = new System.Drawing.Size(0, 21);
|
||||
this.checkBoxUseMusicBrainz.Name = "checkBoxUseMusicBrainz";
|
||||
this.toolTip1.SetToolTip(this.checkBoxUseMusicBrainz, resources.GetString("checkBoxUseMusicBrainz.ToolTip"));
|
||||
this.checkBoxUseMusicBrainz.UseVisualStyleBackColor = true;
|
||||
@@ -547,7 +547,7 @@ namespace JDP {
|
||||
// labelFormat
|
||||
//
|
||||
resources.ApplyResources(this.labelFormat, "labelFormat");
|
||||
this.labelFormat.MinimumSize = new System.Drawing.Size(16, 16);
|
||||
this.labelFormat.MinimumSize = new System.Drawing.Size(21, 21);
|
||||
this.labelFormat.Name = "labelFormat";
|
||||
//
|
||||
// comboBoxAudioFormat
|
||||
|
||||
Reference in New Issue
Block a user