Minor UI details

This commit is contained in:
Grigory Chudov
2013-03-31 16:30:10 -04:00
parent d738e5a228
commit 13e00357b1
3 changed files with 917 additions and 859 deletions

View File

@@ -52,7 +52,7 @@ namespace CUETools.Processor
[DefaultValue(""), Category("Proxy"), DisplayName("Proxy auth password")] [DefaultValue(""), Category("Proxy"), DisplayName("Proxy auth password")]
public string ProxyPassword { get; set; } public string ProxyPassword { get; set; }
[DefaultValue(true), DisplayName("Cache metadata")] [DefaultValue(true), Category("Tagging"), DisplayName("Cache metadata")]
public bool CacheMetadata { get; set; } public bool CacheMetadata { get; set; }
[DefaultValue(new string[] { "folder.jpg", "cover.jpg", "albumart.jpg", "thumbnail.jpg", "albumartlarge.jpg", "front.jpg", "%album%.jpg" })] [DefaultValue(new string[] { "folder.jpg", "cover.jpg", "albumart.jpg", "thumbnail.jpg", "albumartlarge.jpg", "front.jpg", "%album%.jpg" })]

View File

@@ -75,6 +75,8 @@ namespace JDP
this.rbGapsAppended = new System.Windows.Forms.RadioButton(); this.rbGapsAppended = new System.Windows.Forms.RadioButton();
this.rbGapsPlusHTOA = new System.Windows.Forms.RadioButton(); this.rbGapsPlusHTOA = new System.Windows.Forms.RadioButton();
this.textBoxEncoderName = new System.Windows.Forms.TextBox(); this.textBoxEncoderName = new System.Windows.Forms.TextBox();
this.textBoxDecoderName = new System.Windows.Forms.TextBox();
this.bindingSourceDecoders = new System.Windows.Forms.BindingSource(this.components);
this.grpAudioFilenames = new System.Windows.Forms.GroupBox(); this.grpAudioFilenames = new System.Windows.Forms.GroupBox();
this.txtSpecialExceptions = new System.Windows.Forms.TextBox(); this.txtSpecialExceptions = new System.Windows.Forms.TextBox();
this.chkRemoveSpecial = new System.Windows.Forms.CheckBox(); this.chkRemoveSpecial = new System.Windows.Forms.CheckBox();
@@ -149,6 +151,7 @@ namespace JDP
this.tabPage11 = new System.Windows.Forms.TabPage(); this.tabPage11 = new System.Windows.Forms.TabPage();
this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
this.groupBoxExternalDecoder = new System.Windows.Forms.GroupBox(); this.groupBoxExternalDecoder = new System.Windows.Forms.GroupBox();
this.label4 = new System.Windows.Forms.Label();
this.textBoxDecoderPath = new System.Windows.Forms.TextBox(); this.textBoxDecoderPath = new System.Windows.Forms.TextBox();
this.labelDecoderPath = new System.Windows.Forms.Label(); this.labelDecoderPath = new System.Windows.Forms.Label();
this.labelDecoderParameters = new System.Windows.Forms.Label(); this.labelDecoderParameters = new System.Windows.Forms.Label();
@@ -158,6 +161,7 @@ namespace JDP
this.buttonDecoderAdd = new System.Windows.Forms.Button(); this.buttonDecoderAdd = new System.Windows.Forms.Button();
this.comboBoxDecoderExtension = new System.Windows.Forms.ComboBox(); this.comboBoxDecoderExtension = new System.Windows.Forms.ComboBox();
this.labelDecoderExtension = new System.Windows.Forms.Label(); this.labelDecoderExtension = new System.Windows.Forms.Label();
this.listBoxDecoders = new System.Windows.Forms.ListBox();
this.tabPage4 = new System.Windows.Forms.TabPage(); this.tabPage4 = new System.Windows.Forms.TabPage();
this.groupBox2 = new System.Windows.Forms.GroupBox(); this.groupBox2 = new System.Windows.Forms.GroupBox();
this.label1 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label();
@@ -178,10 +182,6 @@ namespace JDP
this.labelFormatEncoder = new System.Windows.Forms.Label(); this.labelFormatEncoder = new System.Windows.Forms.Label();
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.checkBox1 = new System.Windows.Forms.CheckBox(); this.checkBox1 = new System.Windows.Forms.CheckBox();
this.label4 = new System.Windows.Forms.Label();
this.textBoxDecoderName = new System.Windows.Forms.TextBox();
this.bindingSourceDecoders = new System.Windows.Forms.BindingSource(this.components);
this.listBoxDecoders = new System.Windows.Forms.ListBox();
btnCancel = new System.Windows.Forms.Button(); btnCancel = new System.Windows.Forms.Button();
this.grpGeneral.SuspendLayout(); this.grpGeneral.SuspendLayout();
this.groupBox1.SuspendLayout(); this.groupBox1.SuspendLayout();
@@ -191,6 +191,7 @@ namespace JDP
((System.ComponentModel.ISupportInitialize)(this.numFixWhenPercent)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numFixWhenPercent)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.encodersBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.encodersBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cUEConfigBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cUEConfigBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSourceDecoders)).BeginInit();
this.grpAudioFilenames.SuspendLayout(); this.grpAudioFilenames.SuspendLayout();
this.tabControl1.SuspendLayout(); this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout(); this.tabPage1.SuspendLayout();
@@ -225,7 +226,6 @@ namespace JDP
this.tabPage5.SuspendLayout(); this.tabPage5.SuspendLayout();
this.groupBoxScriptConditions.SuspendLayout(); this.groupBoxScriptConditions.SuspendLayout();
this.tabPage7.SuspendLayout(); this.tabPage7.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bindingSourceDecoders)).BeginInit();
this.SuspendLayout(); this.SuspendLayout();
// //
// btnCancel // btnCancel
@@ -354,6 +354,7 @@ namespace JDP
// //
// chkEncodeWhenZeroOffset // chkEncodeWhenZeroOffset
// //
this.tableLayoutPanel2.SetColumnSpan(this.chkEncodeWhenZeroOffset, 2);
resources.ApplyResources(this.chkEncodeWhenZeroOffset, "chkEncodeWhenZeroOffset"); resources.ApplyResources(this.chkEncodeWhenZeroOffset, "chkEncodeWhenZeroOffset");
this.chkEncodeWhenZeroOffset.Name = "chkEncodeWhenZeroOffset"; this.chkEncodeWhenZeroOffset.Name = "chkEncodeWhenZeroOffset";
// //
@@ -602,6 +603,21 @@ namespace JDP
this.textBoxEncoderName.Name = "textBoxEncoderName"; this.textBoxEncoderName.Name = "textBoxEncoderName";
this.toolTip1.SetToolTip(this.textBoxEncoderName, resources.GetString("textBoxEncoderName.ToolTip")); this.toolTip1.SetToolTip(this.textBoxEncoderName, resources.GetString("textBoxEncoderName.ToolTip"));
// //
// textBoxDecoderName
//
resources.ApplyResources(this.textBoxDecoderName, "textBoxDecoderName");
this.textBoxDecoderName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSourceDecoders, "Name", true));
this.textBoxDecoderName.Name = "textBoxDecoderName";
this.toolTip1.SetToolTip(this.textBoxDecoderName, resources.GetString("textBoxDecoderName.ToolTip"));
//
// bindingSourceDecoders
//
this.bindingSourceDecoders.AllowNew = true;
this.bindingSourceDecoders.DataMember = "Decoders";
this.bindingSourceDecoders.DataSource = this.cUEConfigBindingSource;
this.bindingSourceDecoders.Sort = "";
this.bindingSourceDecoders.CurrentItemChanged += new System.EventHandler(this.bindingSourceDecoders_CurrentItemChanged);
//
// grpAudioFilenames // grpAudioFilenames
// //
this.grpAudioFilenames.Controls.Add(this.chkFilenamesANSISafe); this.grpAudioFilenames.Controls.Add(this.chkFilenamesANSISafe);
@@ -1213,6 +1229,11 @@ namespace JDP
this.groupBoxExternalDecoder.Name = "groupBoxExternalDecoder"; this.groupBoxExternalDecoder.Name = "groupBoxExternalDecoder";
this.groupBoxExternalDecoder.TabStop = false; this.groupBoxExternalDecoder.TabStop = false;
// //
// label4
//
resources.ApplyResources(this.label4, "label4");
this.label4.Name = "label4";
//
// textBoxDecoderPath // textBoxDecoderPath
// //
resources.ApplyResources(this.textBoxDecoderPath, "textBoxDecoderPath"); resources.ApplyResources(this.textBoxDecoderPath, "textBoxDecoderPath");
@@ -1274,6 +1295,17 @@ namespace JDP
resources.ApplyResources(this.labelDecoderExtension, "labelDecoderExtension"); resources.ApplyResources(this.labelDecoderExtension, "labelDecoderExtension");
this.labelDecoderExtension.Name = "labelDecoderExtension"; this.labelDecoderExtension.Name = "labelDecoderExtension";
// //
// listBoxDecoders
//
this.listBoxDecoders.BackColor = System.Drawing.SystemColors.Control;
this.listBoxDecoders.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.listBoxDecoders.DataSource = this.bindingSourceDecoders;
this.listBoxDecoders.DisplayMember = "FullName";
resources.ApplyResources(this.listBoxDecoders, "listBoxDecoders");
this.listBoxDecoders.FormattingEnabled = true;
this.listBoxDecoders.Name = "listBoxDecoders";
this.tableLayoutPanel5.SetRowSpan(this.listBoxDecoders, 2);
//
// tabPage4 // tabPage4
// //
this.tabPage4.BackColor = System.Drawing.SystemColors.Control; this.tabPage4.BackColor = System.Drawing.SystemColors.Control;
@@ -1436,37 +1468,6 @@ namespace JDP
this.checkBox1.Name = "checkBox1"; this.checkBox1.Name = "checkBox1";
this.checkBox1.UseVisualStyleBackColor = true; this.checkBox1.UseVisualStyleBackColor = true;
// //
// label4
//
resources.ApplyResources(this.label4, "label4");
this.label4.Name = "label4";
//
// textBoxDecoderName
//
resources.ApplyResources(this.textBoxDecoderName, "textBoxDecoderName");
this.textBoxDecoderName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSourceDecoders, "Name", true));
this.textBoxDecoderName.Name = "textBoxDecoderName";
this.toolTip1.SetToolTip(this.textBoxDecoderName, resources.GetString("textBoxDecoderName.ToolTip"));
//
// bindingSourceDecoders
//
this.bindingSourceDecoders.AllowNew = true;
this.bindingSourceDecoders.DataMember = "Decoders";
this.bindingSourceDecoders.DataSource = this.cUEConfigBindingSource;
this.bindingSourceDecoders.Sort = "";
this.bindingSourceDecoders.CurrentItemChanged += new System.EventHandler(this.bindingSourceDecoders_CurrentItemChanged);
//
// listBoxDecoders
//
this.listBoxDecoders.BackColor = System.Drawing.SystemColors.Control;
this.listBoxDecoders.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.listBoxDecoders.DataSource = this.bindingSourceDecoders;
this.listBoxDecoders.DisplayMember = "FullName";
resources.ApplyResources(this.listBoxDecoders, "listBoxDecoders");
this.listBoxDecoders.FormattingEnabled = true;
this.listBoxDecoders.Name = "listBoxDecoders";
this.tableLayoutPanel5.SetRowSpan(this.listBoxDecoders, 2);
//
// frmSettings // frmSettings
// //
this.AcceptButton = this.btnOK; this.AcceptButton = this.btnOK;
@@ -1493,6 +1494,7 @@ namespace JDP
((System.ComponentModel.ISupportInitialize)(this.numFixWhenPercent)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numFixWhenPercent)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.encodersBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.encodersBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cUEConfigBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cUEConfigBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSourceDecoders)).EndInit();
this.grpAudioFilenames.ResumeLayout(false); this.grpAudioFilenames.ResumeLayout(false);
this.grpAudioFilenames.PerformLayout(); this.grpAudioFilenames.PerformLayout();
this.tabControl1.ResumeLayout(false); this.tabControl1.ResumeLayout(false);
@@ -1543,7 +1545,6 @@ namespace JDP
this.tabPage5.ResumeLayout(false); this.tabPage5.ResumeLayout(false);
this.groupBoxScriptConditions.ResumeLayout(false); this.groupBoxScriptConditions.ResumeLayout(false);
this.tabPage7.ResumeLayout(false); this.tabPage7.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.bindingSourceDecoders)).EndInit();
this.ResumeLayout(false); this.ResumeLayout(false);
} }

File diff suppressed because it is too large Load Diff