diff --git a/CUETools.Processor/CUEToolsUDC.cs b/CUETools.Processor/CUEToolsUDC.cs index a11cc70..27fe275 100644 --- a/CUETools.Processor/CUEToolsUDC.cs +++ b/CUETools.Processor/CUEToolsUDC.cs @@ -85,6 +85,11 @@ namespace CUETools.Processor get { return name; } set { name = value; if (PropertyChanged != null) PropertyChanged(this, new PropertyChangedEventArgs("Name")); } } + public string FullName + { + get { return name + " [" + extension + "]"; } + //set { name = value; if (PropertyChanged != null) PropertyChanged(this, new PropertyChangedEventArgs("Name")); } + } public string Path { get { return path; } diff --git a/CUETools/frmSettings.Designer.cs b/CUETools/frmSettings.Designer.cs index 724a649..2875317 100644 --- a/CUETools/frmSettings.Designer.cs +++ b/CUETools/frmSettings.Designer.cs @@ -1,5 +1,7 @@ -namespace JDP { - partial class frmSettings { +namespace JDP +{ + partial class frmSettings + { /// /// Required designer variable. /// @@ -9,8 +11,10 @@ namespace JDP { /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. - protected override void Dispose(bool disposing) { - if (disposing && (components != null)) { + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { components.Dispose(); } base.Dispose(disposing); @@ -22,7 +26,8 @@ namespace JDP { /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// - private void InitializeComponent() { + private void InitializeComponent() + { this.components = new System.ComponentModel.Container(); System.Windows.Forms.Button btnCancel; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSettings)); @@ -125,19 +130,22 @@ namespace JDP { this.labelFormatTagger = new System.Windows.Forms.Label(); this.comboBoxFormatTagger = new System.Windows.Forms.ComboBox(); this.listViewFormats = new System.Windows.Forms.ListView(); - this.columnHeader1 = new System.Windows.Forms.ColumnHeader(); + this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.tabPage10 = new System.Windows.Forms.TabPage(); - this.propertyGridEncoderSettings = new System.Windows.Forms.PropertyGrid(); + this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); + this.listBoxEncoders = new System.Windows.Forms.ListBox(); + this.panel1 = new System.Windows.Forms.Panel(); this.groupBoxExternalEncoder = new System.Windows.Forms.GroupBox(); this.labelEncoderName = new System.Windows.Forms.Label(); this.labelEncoderModes = new System.Windows.Forms.Label(); this.labelEncoderPath = new System.Windows.Forms.Label(); this.labelEncoderParameters = new System.Windows.Forms.Label(); + this.propertyGridEncoderSettings = new System.Windows.Forms.PropertyGrid(); + this.panel3 = new System.Windows.Forms.Panel(); this.buttonEncoderDelete = new System.Windows.Forms.Button(); - this.buttonEncoderAdd = new System.Windows.Forms.Button(); - this.listBoxEncoders = new System.Windows.Forms.ListBox(); - this.comboBoxEncoderExtension = new System.Windows.Forms.ComboBox(); this.labelEncoderExtension = new System.Windows.Forms.Label(); + this.buttonEncoderAdd = new System.Windows.Forms.Button(); + this.comboBoxEncoderExtension = new System.Windows.Forms.ComboBox(); this.tabPage11 = new System.Windows.Forms.TabPage(); this.comboBoxDecoderExtension = new System.Windows.Forms.ComboBox(); this.groupBoxExternalDecoder = new System.Windows.Forms.GroupBox(); @@ -146,7 +154,7 @@ namespace JDP { this.labelDecoderParameters = new System.Windows.Forms.Label(); this.textBoxDecoderParameters = new System.Windows.Forms.TextBox(); this.listViewDecoders = new System.Windows.Forms.ListView(); - this.columnHeader4 = new System.Windows.Forms.ColumnHeader(); + this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.labelDecoderExtension = new System.Windows.Forms.Label(); this.tabPage4 = new System.Windows.Forms.TabPage(); this.groupBox2 = new System.Windows.Forms.GroupBox(); @@ -159,14 +167,14 @@ namespace JDP { this.buttonScriptCompile = new System.Windows.Forms.Button(); this.groupBoxScriptConditions = new System.Windows.Forms.GroupBox(); this.listViewScriptConditions = new System.Windows.Forms.ListView(); - this.columnHeader6 = new System.Windows.Forms.ColumnHeader(); + this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.listViewScripts = new System.Windows.Forms.ListView(); - this.columnHeader5 = new System.Windows.Forms.ColumnHeader(); + this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.tabPage7 = new System.Windows.Forms.TabPage(); this.propertyGrid1 = new System.Windows.Forms.PropertyGrid(); this.labelFormatDecoder = new System.Windows.Forms.Label(); this.labelFormatEncoder = new System.Windows.Forms.Label(); - this.columnHeader2 = new System.Windows.Forms.ColumnHeader(); + this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.checkBox1 = new System.Windows.Forms.CheckBox(); btnCancel = new System.Windows.Forms.Button(); this.grpGeneral.SuspendLayout(); @@ -196,7 +204,10 @@ namespace JDP { this.tabPage3.SuspendLayout(); this.groupBoxFormat.SuspendLayout(); this.tabPage10.SuspendLayout(); + this.tableLayoutPanel4.SuspendLayout(); + this.panel1.SuspendLayout(); this.groupBoxExternalEncoder.SuspendLayout(); + this.panel3.SuspendLayout(); this.tabPage11.SuspendLayout(); this.groupBoxExternalDecoder.SuspendLayout(); this.tabPage4.SuspendLayout(); @@ -1043,8 +1054,8 @@ namespace JDP { this.listViewFormats.UseCompatibleStateImageBehavior = false; this.listViewFormats.View = System.Windows.Forms.View.Details; this.listViewFormats.AfterLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.listViewFormats_AfterLabelEdit); - this.listViewFormats.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.listViewFormats_ItemSelectionChanged); this.listViewFormats.BeforeLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.listViewFormats_BeforeLabelEdit); + this.listViewFormats.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.listViewFormats_ItemSelectionChanged); this.listViewFormats.KeyDown += new System.Windows.Forms.KeyEventHandler(this.listViewFormats_KeyDown); // // columnHeader1 @@ -1055,21 +1066,34 @@ namespace JDP { // resources.ApplyResources(this.tabPage10, "tabPage10"); this.tabPage10.BackColor = System.Drawing.SystemColors.Control; - this.tabPage10.Controls.Add(this.propertyGridEncoderSettings); - this.tabPage10.Controls.Add(this.groupBoxExternalEncoder); - this.tabPage10.Controls.Add(this.buttonEncoderDelete); - this.tabPage10.Controls.Add(this.buttonEncoderAdd); - this.tabPage10.Controls.Add(this.listBoxEncoders); - this.tabPage10.Controls.Add(this.comboBoxEncoderExtension); - this.tabPage10.Controls.Add(this.labelEncoderExtension); + this.tabPage10.Controls.Add(this.tableLayoutPanel4); this.tabPage10.Name = "tabPage10"; // - // propertyGridEncoderSettings + // tableLayoutPanel4 // - resources.ApplyResources(this.propertyGridEncoderSettings, "propertyGridEncoderSettings"); - this.propertyGridEncoderSettings.Name = "propertyGridEncoderSettings"; - this.propertyGridEncoderSettings.PropertySort = System.Windows.Forms.PropertySort.Categorized; - this.propertyGridEncoderSettings.ToolbarVisible = false; + resources.ApplyResources(this.tableLayoutPanel4, "tableLayoutPanel4"); + this.tableLayoutPanel4.Controls.Add(this.panel1, 1, 1); + this.tableLayoutPanel4.Controls.Add(this.panel3, 1, 0); + this.tableLayoutPanel4.Controls.Add(this.listBoxEncoders, 0, 0); + this.tableLayoutPanel4.Name = "tableLayoutPanel4"; + // + // listBoxEncoders + // + this.listBoxEncoders.BackColor = System.Drawing.SystemColors.Control; + this.listBoxEncoders.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.listBoxEncoders.DataSource = this.encodersBindingSource; + this.listBoxEncoders.DisplayMember = "FullName"; + resources.ApplyResources(this.listBoxEncoders, "listBoxEncoders"); + this.listBoxEncoders.Name = "listBoxEncoders"; + this.tableLayoutPanel4.SetRowSpan(this.listBoxEncoders, 2); + this.listBoxEncoders.KeyDown += new System.Windows.Forms.KeyEventHandler(this.listBoxEncoders_KeyDown); + // + // panel1 + // + this.panel1.Controls.Add(this.groupBoxExternalEncoder); + this.panel1.Controls.Add(this.propertyGridEncoderSettings); + resources.ApplyResources(this.panel1, "panel1"); + this.panel1.Name = "panel1"; // // groupBoxExternalEncoder // @@ -1106,6 +1130,22 @@ namespace JDP { resources.ApplyResources(this.labelEncoderParameters, "labelEncoderParameters"); this.labelEncoderParameters.Name = "labelEncoderParameters"; // + // propertyGridEncoderSettings + // + resources.ApplyResources(this.propertyGridEncoderSettings, "propertyGridEncoderSettings"); + this.propertyGridEncoderSettings.Name = "propertyGridEncoderSettings"; + this.propertyGridEncoderSettings.PropertySort = System.Windows.Forms.PropertySort.Categorized; + this.propertyGridEncoderSettings.ToolbarVisible = false; + // + // panel3 + // + this.panel3.Controls.Add(this.buttonEncoderDelete); + this.panel3.Controls.Add(this.labelEncoderExtension); + this.panel3.Controls.Add(this.buttonEncoderAdd); + this.panel3.Controls.Add(this.comboBoxEncoderExtension); + resources.ApplyResources(this.panel3, "panel3"); + this.panel3.Name = "panel3"; + // // buttonEncoderDelete // this.buttonEncoderDelete.DataBindings.Add(new System.Windows.Forms.Binding("Enabled", this.encodersBindingSource, "CanBeDeleted", true)); @@ -1114,6 +1154,12 @@ namespace JDP { this.buttonEncoderDelete.UseVisualStyleBackColor = true; this.buttonEncoderDelete.Click += new System.EventHandler(this.buttonEncoderDelete_Click); // + // labelEncoderExtension + // + resources.ApplyResources(this.labelEncoderExtension, "labelEncoderExtension"); + this.labelEncoderExtension.DataBindings.Add(new System.Windows.Forms.Binding("ImageKey", this.encodersBindingSource, "DotExtension", true, System.Windows.Forms.DataSourceUpdateMode.Never)); + this.labelEncoderExtension.Name = "labelEncoderExtension"; + // // buttonEncoderAdd // resources.ApplyResources(this.buttonEncoderAdd, "buttonEncoderAdd"); @@ -1121,16 +1167,6 @@ namespace JDP { this.buttonEncoderAdd.UseVisualStyleBackColor = true; this.buttonEncoderAdd.Click += new System.EventHandler(this.buttonEncoderAdd_Click); // - // listBoxEncoders - // - this.listBoxEncoders.BackColor = System.Drawing.SystemColors.Control; - this.listBoxEncoders.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.listBoxEncoders.DataSource = this.encodersBindingSource; - this.listBoxEncoders.DisplayMember = "Name"; - resources.ApplyResources(this.listBoxEncoders, "listBoxEncoders"); - this.listBoxEncoders.Name = "listBoxEncoders"; - this.listBoxEncoders.KeyDown += new System.Windows.Forms.KeyEventHandler(this.listBoxEncoders_KeyDown); - // // comboBoxEncoderExtension // this.comboBoxEncoderExtension.DataBindings.Add(new System.Windows.Forms.Binding("SelectedItem", this.encodersBindingSource, "Extension", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); @@ -1140,13 +1176,6 @@ namespace JDP { this.comboBoxEncoderExtension.Name = "comboBoxEncoderExtension"; this.comboBoxEncoderExtension.SelectedIndexChanged += new System.EventHandler(this.comboBoxEncoderExtension_SelectedIndexChanged); // - // labelEncoderExtension - // - resources.ApplyResources(this.labelEncoderExtension, "labelEncoderExtension"); - this.labelEncoderExtension.DataBindings.Add(new System.Windows.Forms.Binding("ImageKey", this.encodersBindingSource, "DotExtension", true, System.Windows.Forms.DataSourceUpdateMode.Never)); - this.labelEncoderExtension.MinimumSize = new System.Drawing.Size(133, 21); - this.labelEncoderExtension.Name = "labelEncoderExtension"; - // // tabPage11 // this.tabPage11.BackColor = System.Drawing.SystemColors.Control; @@ -1211,8 +1240,8 @@ namespace JDP { this.listViewDecoders.UseCompatibleStateImageBehavior = false; this.listViewDecoders.View = System.Windows.Forms.View.Details; this.listViewDecoders.AfterLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.listViewDecoders_AfterLabelEdit); - this.listViewDecoders.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.listViewDecoders_ItemSelectionChanged); this.listViewDecoders.BeforeLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.listViewDecoders_BeforeLabelEdit); + this.listViewDecoders.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.listViewDecoders_ItemSelectionChanged); this.listViewDecoders.KeyDown += new System.Windows.Forms.KeyEventHandler(this.listViewDecoders_KeyDown); // // columnHeader4 @@ -1222,7 +1251,6 @@ namespace JDP { // labelDecoderExtension // resources.ApplyResources(this.labelDecoderExtension, "labelDecoderExtension"); - this.labelDecoderExtension.MinimumSize = new System.Drawing.Size(133, 21); this.labelDecoderExtension.Name = "labelDecoderExtension"; // // tabPage4 @@ -1345,8 +1373,8 @@ namespace JDP { this.listViewScripts.UseCompatibleStateImageBehavior = false; this.listViewScripts.View = System.Windows.Forms.View.Details; this.listViewScripts.AfterLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.listViewScripts_AfterLabelEdit); - this.listViewScripts.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.listViewScripts_ItemSelectionChanged); this.listViewScripts.BeforeLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.listViewScripts_BeforeLabelEdit); + this.listViewScripts.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.listViewScripts_ItemSelectionChanged); this.listViewScripts.KeyDown += new System.Windows.Forms.KeyEventHandler(this.listViewScripts_KeyDown); // // columnHeader5 @@ -1401,8 +1429,8 @@ namespace JDP { this.MinimizeBox = false; this.Name = "frmSettings"; this.ShowIcon = false; - this.Load += new System.EventHandler(this.frmSettings_Load); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmSettings_FormClosing); + this.Load += new System.EventHandler(this.frmSettings_Load); this.grpGeneral.ResumeLayout(false); this.grpGeneral.PerformLayout(); this.groupBox1.ResumeLayout(false); @@ -1441,9 +1469,12 @@ namespace JDP { this.groupBoxFormat.ResumeLayout(false); this.groupBoxFormat.PerformLayout(); this.tabPage10.ResumeLayout(false); - this.tabPage10.PerformLayout(); + this.tableLayoutPanel4.ResumeLayout(false); + this.panel1.ResumeLayout(false); this.groupBoxExternalEncoder.ResumeLayout(false); this.groupBoxExternalEncoder.PerformLayout(); + this.panel3.ResumeLayout(false); + this.panel3.PerformLayout(); this.tabPage11.ResumeLayout(false); this.tabPage11.PerformLayout(); this.groupBoxExternalDecoder.ResumeLayout(false); @@ -1606,6 +1637,9 @@ namespace JDP { private System.Windows.Forms.TabPage tabPage7; private System.Windows.Forms.PropertyGrid propertyGrid1; private System.Windows.Forms.PropertyGrid propertyGridEncoderSettings; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4; + private System.Windows.Forms.Panel panel1; + private System.Windows.Forms.Panel panel3; } } \ No newline at end of file diff --git a/CUETools/frmSettings.resx b/CUETools/frmSettings.resx index 79b57a2..e188a66 100644 --- a/CUETools/frmSettings.resx +++ b/CUETools/frmSettings.resx @@ -126,13 +126,10 @@ - 357, 418 - - - 4, 4, 4, 4 + 268, 320 - 97, 30 + 73, 23 @@ -157,13 +154,10 @@ True - 16, 183 - - - 4, 4, 4, 4 + 12, 140 - 209, 21 + 168, 17 9 @@ -196,13 +190,10 @@ NoControl - 16, 72 - - - 4, 4, 4, 4 + 12, 55 - 142, 21 + 114, 17 8 @@ -232,13 +223,10 @@ NoControl - 16, 27 - - - 4, 4, 4, 4 + 12, 21 - 170, 21 + 138, 17 0 @@ -268,13 +256,10 @@ NoControl - 16, 50 - - - 4, 4, 4, 4 + 12, 38 - 216, 21 + 173, 17 1 @@ -304,13 +289,10 @@ NoControl - 16, 94 - - - 4, 4, 4, 4 + 12, 72 - 269, 21 + 215, 17 7 @@ -340,13 +322,10 @@ NoControl - 16, 139 - - - 4, 4, 4, 4 + 12, 106 - 232, 21 + 189, 17 6 @@ -376,13 +355,10 @@ NoControl - 16, 116 - - - 4, 4, 4, 4 + 12, 89 - 156, 21 + 127, 17 5 @@ -412,13 +388,10 @@ NoControl - 16, 161 - - - 4, 4, 4, 4 + 12, 123 - 191, 21 + 155, 17 2 @@ -442,16 +415,10 @@ 7 - 8, 8 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 6, 6 - 336, 238 + 252, 182 0 @@ -478,13 +445,10 @@ NoControl - 364, 294 - - - 4, 0, 4, 0 + 273, 225 - 68, 17 + 54, 13 11 @@ -505,13 +469,10 @@ 0 - 459, 290 - - - 4, 4, 4, 4 + 344, 222 - 220, 25 + 166, 21 12 @@ -535,13 +496,10 @@ NoControl - 252, 418 - - - 4, 4, 4, 4 + 189, 320 - 97, 30 + 73, 23 1 @@ -568,13 +526,10 @@ NoControl - 8, 48 - - - 4, 4, 4, 4 + 6, 37 - 162, 21 + 130, 17 10 @@ -601,13 +556,10 @@ NoControl - 8, 26 - - - 4, 4, 4, 4 + 6, 20 - 170, 21 + 137, 17 9 @@ -631,16 +583,10 @@ 1 - 11, 135 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 8, 103 - 331, 80 + 248, 61 1 @@ -661,13 +607,10 @@ 4 - 4, 66 - - - 4, 4, 4, 4 + 3, 49 - 139, 24 + 104, 18 6 @@ -688,13 +631,10 @@ Fill - 260, 4 - - - 4, 4, 4, 4 + 194, 3 - 59, 24 + 45, 21 1 @@ -718,13 +658,10 @@ NoControl - 4, 31 - - - 4, 0, 4, 0 + 3, 23 - 248, 31 + 185, 23 2 @@ -751,13 +688,10 @@ Fill - 260, 35 - - - 4, 4, 4, 4 + 194, 26 - 59, 24 + 45, 21 3 @@ -781,13 +715,10 @@ NoControl - 4, 31 - - - 4, 0, 4, 0 + 3, 23 - 249, 31 + 187, 23 7 @@ -814,13 +745,10 @@ Fill - 261, 35 - - - 4, 4, 4, 4 + 196, 26 - 58, 24 + 43, 21 8 @@ -841,13 +769,10 @@ Fill - 261, 4 - - - 4, 4, 4, 4 + 196, 3 - 58, 24 + 43, 21 6 @@ -871,13 +796,10 @@ NoControl - 16, 128 - - - 4, 4, 4, 4 + 12, 98 - 156, 21 + 128, 17 5 @@ -907,13 +829,10 @@ NoControl - 8, 26 - - - 4, 4, 4, 4 + 6, 20 - 170, 21 + 137, 17 0 @@ -943,13 +862,10 @@ NoControl - 8, 56 - - - 4, 4, 4, 4 + 6, 43 - 175, 21 + 136, 17 1 @@ -979,13 +895,10 @@ NoControl - 8, 26 - - - 4, 4, 4, 4 + 6, 20 - 211, 21 + 168, 17 0 @@ -1015,13 +928,10 @@ NoControl - 31, 116 - - - 4, 4, 4, 4 + 23, 89 - 178, 21 + 143, 17 3 @@ -1051,13 +961,10 @@ NoControl - 31, 86 - - - 4, 4, 4, 4 + 23, 66 - 188, 21 + 149, 17 2 @@ -1087,13 +994,10 @@ NoControl - 8, 61 - - - 4, 4, 4, 4 + 6, 47 - 234, 21 + 184, 17 11 @@ -1123,13 +1027,10 @@ NoControl - 16, 26 - - - 4, 4, 4, 4 + 12, 20 - 165, 21 + 135, 17 0 @@ -1165,13 +1066,10 @@ %tracknumber%. %album artist% - %title% - 129, 89 - - - 4, 4, 4, 4 + 97, 68 - 197, 24 + 149, 21 4 @@ -1198,13 +1096,10 @@ %filename% - 129, 52 - - - 4, 4, 4, 4 + 97, 40 - 197, 24 + 149, 21 2 @@ -1234,13 +1129,10 @@ 251, 17 - 128, 105 - - - 4, 4, 4, 4 + 96, 80 - 348, 24 + 262, 21 27 @@ -1273,13 +1165,10 @@ NoControl - 399, 150 - - - 4, 4, 4, 4 + 301, 115 - 78, 21 + 65, 17 17 @@ -1303,13 +1192,10 @@ 5 - 128, 26 - - - 4, 4, 4, 4 + 96, 20 - 348, 24 + 262, 21 14 @@ -1330,13 +1216,10 @@ 2 - 128, 64 - - - 4, 4, 4, 4 + 96, 49 - 348, 24 + 262, 21 16 @@ -1363,13 +1246,10 @@ NoControl - 13, 93 - - - 4, 4, 4, 4 + 10, 71 - 113, 21 + 92, 17 15 @@ -1399,13 +1279,10 @@ NoControl - 13, 71 - - - 4, 4, 4, 4 + 10, 54 - 129, 21 + 104, 17 14 @@ -1435,13 +1312,10 @@ NoControl - 13, 48 - - - 4, 4, 4, 4 + 10, 37 - 125, 21 + 101, 17 13 @@ -1471,13 +1345,10 @@ NoControl - 13, 26 - - - 4, 4, 4, 4 + 10, 20 - 178, 21 + 143, 17 16 @@ -1501,13 +1372,10 @@ 0 - 128, 145 - - - 4, 4, 4, 4 + 96, 111 - 253, 24 + 191, 21 28 @@ -1528,13 +1396,10 @@ 1 - 129, 173 - - - 4, 4, 4, 4 + 97, 132 - 197, 24 + 149, 21 7 @@ -1561,13 +1426,10 @@ NoControl - 45, 150 - - - 4, 4, 4, 4 + 34, 115 - 243, 21 + 194, 17 6 @@ -1594,13 +1456,10 @@ NoControl - 16, 216 - - - 4, 4, 4, 4 + 12, 165 - 230, 21 + 185, 17 8 @@ -1627,13 +1486,10 @@ NoControl - 15, 93 - - - 4, 0, 4, 0 + 11, 71 - 92, 17 + 72, 13 3 @@ -1660,13 +1516,10 @@ NoControl - 12, 56 - - - 4, 0, 4, 0 + 9, 43 - 93, 17 + 74, 13 1 @@ -1687,16 +1540,10 @@ 7 - 352, 8 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 264, 6 - 336, 255 + 252, 195 1 @@ -1720,16 +1567,10 @@ Top, Left, Right - 8, 252 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 6, 193 - 333, 128 + 250, 98 16 @@ -1750,16 +1591,13 @@ 2 - 4, 26 - - - 4, 4, 4, 4 + 4, 22 - 4, 4, 4, 4 + 3, 3, 3, 3 - 716, 385 + 535, 291 0 @@ -1792,13 +1630,10 @@ NoControl - 4, 4 - - - 4, 4, 4, 4 + 3, 3 - 190, 23 + 142, 17 16 @@ -1828,13 +1663,10 @@ NoControl - 4, 66 - - - 4, 4, 4, 4 + 3, 49 - 190, 23 + 142, 17 21 @@ -1864,13 +1696,10 @@ NoControl - 4, 35 - - - 4, 4, 4, 4 + 3, 26 - 190, 23 + 142, 17 18 @@ -1897,13 +1726,10 @@ NoControl - 4, 93 - - - 4, 0, 4, 0 + 3, 69 - 271, 31 + 203, 26 20 @@ -1930,13 +1756,10 @@ Fill - 283, 97 - - - 4, 4, 4, 4 + 212, 72 - 76, 24 + 57, 21 19 @@ -1972,13 +1795,10 @@ Fill - 202, 66 - - - 4, 4, 4, 4 + 151, 49 - 157, 24 + 118, 21 22 @@ -1996,16 +1816,13 @@ 5 - 8, 26 - - - 4, 4, 4, 4 + 6, 20 4 - 363, 124 + 272, 95 22 @@ -2026,16 +1843,10 @@ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="checkBoxCopyAlbumArt" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="checkBoxExtractAlbumArt" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="checkBoxEmbedAlbumArt" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="labelAlbumArtMaximumResolution" Row="3" RowSpan="1" Column="0" ColumnSpan="2" /><Control Name="numericUpDownMaxResolution" Row="3" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="textBoxAlArtFilenameFormat" Row="2" RowSpan="1" Column="1" ColumnSpan="2" /></Controls><Columns Styles="Percent,54.41177,Percent,22.42647,Percent,22.79412" /><Rows Styles="Percent,25,Percent,25,Percent,25,Percent,25" /></TableLayoutSettings> - 323, 4 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 242, 3 - 379, 360 + 284, 275 1 @@ -2062,13 +1873,10 @@ NoControl - 8, 39 - - - 4, 4, 4, 4 + 6, 30 - 116, 21 + 95, 17 18 @@ -2095,13 +1903,10 @@ NoControl - 8, 150 - - - 4, 4, 4, 4 + 6, 115 - 127, 21 + 102, 17 17 @@ -2128,13 +1933,10 @@ NoControl - 8, 84 - - - 4, 4, 4, 4 + 6, 64 - 221, 21 + 176, 17 15 @@ -2161,13 +1963,10 @@ NoControl - 8, 173 - - - 4, 4, 4, 4 + 6, 132 - 154, 21 + 121, 17 14 @@ -2194,13 +1993,10 @@ NoControl - 24, 128 - - - 4, 4, 4, 4 + 18, 98 - 150, 21 + 122, 17 13 @@ -2227,13 +2023,10 @@ NoControl - 8, 106 - - - 4, 4, 4, 4 + 6, 81 - 235, 21 + 187, 17 12 @@ -2254,16 +2047,10 @@ 5 - 11, 4 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 8, 3 - 301, 360 + 226, 275 0 @@ -2281,13 +2068,10 @@ 1 - 4, 26 - - - 4, 4, 4, 4 + 4, 22 - 716, 385 + 535, 291 9 @@ -2332,13 +2116,10 @@ accurip['('%unique%')'].log - 120, 26 - - - 4, 4, 4, 4 + 90, 20 - 204, 24 + 154, 21 2 @@ -2362,13 +2143,10 @@ NoControl - 8, 30 - - - 4, 0, 4, 0 + 6, 23 - 93, 17 + 73, 13 1 @@ -2395,13 +2173,10 @@ NoControl - 8, 69 - - - 4, 4, 4, 4 + 6, 53 - 79, 21 + 65, 17 0 @@ -2422,16 +2197,10 @@ 2 - 8, 222 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 6, 170 - 333, 111 + 250, 85 4 @@ -2461,13 +2230,10 @@ NoControl - 4, 0 - - - 4, 0, 4, 0 + 3, 0 - 248, 31 + 185, 23 5 @@ -2494,16 +2260,13 @@ Fill - 4, 21 - - - 4, 4, 4, 4 + 3, 17 3 - 323, 94 + 242, 71 6 @@ -2524,16 +2287,10 @@ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="label2" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="chkEncodeWhenZeroOffset" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="numEncodeWhenPercent" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="labelEncodeWhenConfidence" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="numEncodeWhenConfidence" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="Percent,79.33884,Percent,20.66116" /><Rows Styles="Percent,33.33333,Percent,33.33333,Percent,33.33333" /></TableLayoutSettings> - 371, 8 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 278, 6 - 331, 119 + 248, 91 3 @@ -2566,16 +2323,13 @@ NoControl - 4, 66 - - - 4, 4, 4, 4 + 3, 49 Yes - 315, 24 + 236, 19 6 @@ -2602,13 +2356,10 @@ NoControl - 4, 0 - - - 4, 0, 4, 0 + 3, 0 - 249, 31 + 187, 23 9 @@ -2635,16 +2386,13 @@ Fill - 4, 21 - - - 4, 4, 4, 4 + 3, 17 3 - 323, 94 + 242, 71 10 @@ -2665,16 +2413,10 @@ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="checkBoxFixToNearest" Row="2" RowSpan="1" Column="0" ColumnSpan="2" /><Control Name="label3" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="numFixWhenConfidence" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="labelFixWhenConfidence" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="numFixWhenPercent" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="Percent,79.75207,Percent,20.24793" /><Rows Styles="Percent,33.33333,Percent,33.33333,Percent,33.33333" /></TableLayoutSettings> - 371, 135 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 278, 103 - 331, 119 + 248, 91 2 @@ -2701,13 +2443,10 @@ NoControl - 35, 71 - - - 4, 4, 4, 4 + 26, 54 - 125, 21 + 102, 17 2 @@ -2734,13 +2473,10 @@ NoControl - 8, 48 - - - 4, 4, 4, 4 + 6, 37 - 162, 21 + 130, 17 1 @@ -2761,16 +2497,10 @@ 1 - 11, 8 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 8, 6 - 331, 119 + 248, 91 0 @@ -2791,16 +2521,13 @@ 3 - 4, 26 - - - 4, 4, 4, 4 + 4, 22 - 4, 4, 4, 4 + 3, 3, 3, 3 - 716, 385 + 535, 291 1 @@ -2821,13 +2548,10 @@ 2 - 207, 97 - - - 4, 4, 4, 4 + 155, 74 - 244, 25 + 184, 21 18 @@ -2851,13 +2575,10 @@ NoControl - 8, 101 - - - 4, 0, 4, 0 + 6, 77 - 97, 17 + 76, 13 19 @@ -2884,13 +2605,10 @@ NoControl - 8, 221 - - - 4, 4, 4, 4 + 6, 169 - 180, 21 + 142, 17 18 @@ -2911,13 +2629,10 @@ 2 - 207, 61 - - - 4, 4, 4, 4 + 155, 47 - 244, 25 + 184, 21 2 @@ -2941,13 +2656,10 @@ NoControl - 8, 254 - - - 4, 4, 4, 4 + 6, 194 - 155, 21 + 122, 17 16 @@ -2974,13 +2686,10 @@ NoControl - 8, 65 - - - 4, 0, 4, 0 + 6, 50 - 110, 17 + 88, 13 8 @@ -3007,13 +2716,10 @@ NoControl - 8, 286 - - - 4, 4, 4, 4 + 6, 219 - 230, 21 + 181, 17 15 @@ -3034,13 +2740,10 @@ 6 - 207, 26 - - - 4, 4, 4, 4 + 155, 20 - 244, 25 + 184, 21 4 @@ -3064,13 +2767,10 @@ NoControl - 8, 188 - - - 4, 4, 4, 4 + 6, 144 - 193, 21 + 154, 17 14 @@ -3097,13 +2797,10 @@ NoControl - 8, 30 - - - 4, 0, 4, 0 + 6, 23 - 60, 17 + 47, 13 11 @@ -3130,13 +2827,10 @@ NoControl - 8, 136 - - - 4, 0, 4, 0 + 6, 104 - 51, 17 + 41, 13 13 @@ -3157,13 +2851,10 @@ 10 - 207, 132 - - - 4, 4, 4, 4 + 155, 101 - 244, 25 + 184, 21 12 @@ -3181,16 +2872,10 @@ 11 - 181, 8 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 136, 6 - 520, 352 + 390, 269 17 @@ -3214,13 +2899,10 @@ 120 - 8, 8 - - - 4, 4, 4, 4 + 6, 6 - 165, 352 + 124, 269 0 @@ -3238,16 +2920,13 @@ 1 - 4, 26 - - - 4, 4, 4, 4 + 4, 22 - 4, 4, 4, 4 + 3, 3, 3, 3 - 716, 385 + 535, 291 2 @@ -3270,29 +2949,8 @@ True - - 181, 51 - - - 4, 4, 4, 4 - - - 520, 322 - - - 31 - - - propertyGridEncoderSettings - - - System.Windows.Forms.PropertyGrid, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage10 - - - 0 + + 2 None @@ -3301,13 +2959,10 @@ True - 8, 149 - - - 4, 0, 4, 0 + 6, 114 - 43, 17 + 34, 13 29 @@ -3334,13 +2989,10 @@ NoControl - 8, 109 - - - 4, 0, 4, 0 + 6, 83 - 47, 17 + 38, 13 28 @@ -3367,13 +3019,10 @@ NoControl - 8, 30 - - - 4, 0, 4, 0 + 6, 23 - 36, 17 + 29, 13 13 @@ -3400,13 +3049,10 @@ NoControl - 8, 68 - - - 4, 0, 4, 0 + 6, 52 - 77, 17 + 62, 13 15 @@ -3426,17 +3072,14 @@ 8 + + Fill + - 181, 51 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 0, 0 - 520, 195 + 398, 235 22 @@ -3454,39 +3097,84 @@ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - tabPage10 + panel1 + 0 + + + Fill + + + 0, 0 + + + 398, 235 + + + 31 + + + propertyGridEncoderSettings + + + System.Windows.Forms.PropertyGrid, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + panel1 + + 1 + + Fill + + + 128, 47 + + + 398, 235 + + + 32 + + + panel1 + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel4 + + + 0 + - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAmtJREFUOE+lk+tL - U3EYx/1b9EWUINGNkDAKCnNe5s5am9u8nWV63GIRS3PsDNMMahi68EU4a9pVK99kmtgotYzUrkPLY6Wu - nZrU2jxn15Rv26BNc/iifvB984PP5+H3PM8vBUDK/2QdvKDRpM1T1YaPVCUzqyK5GVUZ94FUMlOk3GAv - l6b9XWyNwKHWEJ8piv1hbkZwxIbQuwmExkfB3+/GgrYCb4oJ9qVSSKyWxAVReK6K4pfudmNl9j3Cg/cQ - 7mpB2HIBv263Y3lsEC69FhPyXP6FNDsuiQnm1erUCOzkbnZhhbEjfPkcPC1GeJvrELxkRKiVRtB0CsEH - t+A4TmLsyAHnU8m+1CgbE0RgerHBgGX7ZKxiwEzDfV4Hf6N6TbjTJIK91/C6IAvD4iw6LvhEHWN8vdcR - 7rHAY6rB9xJx0izVkOCb6+Ey1uIxkcnEBUyVyh962Iuw2QjPWW3kPvlxyfLgporhtbTBVrDLHxfMkCX+ - QI8VwSYt/GcqNxQsVijgbW/DkHBbQjBdrmDcpnoEWmhwJ5WIVkoaeQE8DXos6HUYFGQknmAvldKMRAB/ - Tyc8KgncFaJ1AlaaC7ZIBF/XFYwKd2AgZ0uiiW9LxKmvygino7oMvjvWWAMXFcKYhJXlg5VEYIkQfGcH - pkrFUdjZJ9icGGO0GZNFecS47BA/d1QB3w0rfjbRcJFyfFXK4G40gL/agWllIfpz0vkIvHaR/qzmc+lB - 4tnh/eyEaA++1engbr0Yy5faE3iStz0Ks6vh+BRW7/aIeG/asDDTYCN2M48Kd3JDgq3cQH4G05+bbujL - 3rTxZ/qXb/0bHdLOuV/psRIAAAAASUVORK5CYII= + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6 + JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAACaUlEQVQ4T6WT+0tTYRjH/Vv0hyhBohsh + YRQU5rzMnbU2t3k7y/S4xSKWpuwM0wxqGLrwh3CW2lUrf8k0sVFeMnJ2HVoeKy/t1Eat6Tm7pnzbJm0u + RxC98HnhPDyf78t5znmTAPwXGwoLGk3KPFWp/0CVM7MqkptRlXDvSSUzRcr1tlJpyp/9cQ+Lag3xiaLY + 76Ym+EcsCLy1IjAxCv5+Nxa0ZXhdSLAvlEJivRMnz1VQ/PLdbqzOvkNw8B6CXc0Imi/g5+02rIwPwlGr + hVWezT+XZkZDItu8Wp0cku3czS6sMjYEL5+Du9mApaYa+C8ZEGih4Teegv/BLSweJzF+5IB9TLIvORoQ + kmlnvR4rtsnIiT4TDdd5HbwN6ji40yT8vdfwKi8Dw+IMOhrwkTrGeHqvI9hjhttYhW9F4oQsV5Hgm+rg + MFTjMZHORAOYCpU38LAXQZMB7rPaUCnxcshy4KIKsWRuhSVvlzdUWguYIYu8vp4O+Bu18J4pjzQnWuEA + Z5kCS22tGBJuiwVMlyoYl7EOvmYa3EllpDEh8jy462uxUKvDoCAt9gq2YinNSATw9nTCrZLAVSbaILPS + bLAFIni6rmBUuAMDWVtiQ3xTJE5+WULYFytL4LnTERmYUyFcE2W5YCUhWSIE39mOqWJxWLb3CTbHPmOY + yYIcYkJ2iJ87qoDnRgd+NNJwkHJ8UcrgatCDv9qOaWU++rNS+ZAc/yP95pn0IPH08H7WKtqDrzU6uFou + RvhcfQJPcraHZXa9HCYuIMyIeG/KsDBdbyF2M4/yd3JDgq3cQG4a05+dqu/L3PT3y/TvIOkXHdLOuWlI + 1ksAAAAASUVORK5CYII= NoControl - 49, 343 - - - 4, 4, 4, 4 + 34, 6 - 33, 30 + 25, 23 29 @@ -3498,105 +3186,10 @@ System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - tabPage10 + panel3 - 2 - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAoBJREFUOE+lk+9L - k1EUx/1b3JsCoVFiFgpqSgkWyspmU1T81bacsyk627O5dOo2dWQ6J/6oqA3dRiPd5uZ0pGImTle6SH0c - SrRRBEFt7O2351F8pga+qAsHLlw+n3PPuecmAEj4n/gL1noaWF3ueqLdKSJbpwQR2ZuaSNPrClJiKSNE - 48Ws08lOCLQeCafTVR9+td6P1fAiAj/8WP++AlfQBoW7FnwjN1z14jbnuIQRHMLiqGfXhv3fu5j76oSR - HMbzbT1se0YsfXsLzYIUpWP5Ud5wHiM5EGhmJIkUHJreMWP31xZGt/rwdK0Lvb526ANaDAQ06N1ow/S+ - DYRbiELDjVBBf3YizR4IKFg+uKzC558bVMYB9G9qoH6voI4Ol2pNCtmiEPLlOjj2rLg7loO8JxlyRtDm - qCWdQSt1VRO6V5XoWJFBOidiBAIrD02zZZDMFGPooxZ9S6243ptGMgL5JD/m/eLE4CctBbcw4OmN2FUE - +Twf5sAosrSpMUbQYquKTQUnoPETUPoazxQQ3hpYAiNI70qOCxqt5aTBp4F+U42Wd0KI5ytQZbnDiOjM - dDx08zDoU6HH+whXVOx4CeKJEvl9Cwf2oBnS+UrUe0sPaj5aNCxycNEwXQz7jgnXdKlIfpwUb6LQVJRY - /bIwRLgFmCTHmYbRYJ2DDhrmYWrbiAfmezQcYivOx5+Rbkb5swJOycjNaLO9Eg5KYvB1gpithmymEobV - DtgpWGjmIlmZFKXgk4N0NJrcoVwOR58Tzh/KhG6BgOmDHia/HmpvM7J6Umg4fBxmXuH4bN/qy2Tl6tKJ - 7O6rZIY6JZLWeTFyuf0CeUmZRLAV587+TP/yrf8AQUbLH7FojlgAAAAASUVORK5CYII= - - - - 8, 343 - - - 4, 4, 4, 4 - - - 33, 30 - - - 28 - - - buttonEncoderAdd - - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage10 - - - 3 - - - 17 - - - 8, 9 - - - 4, 4, 4, 4 - - - 165, 323 - - - 27 - - - listBoxEncoders - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage10 - - - 4 - - - 612, 16 - - - 4, 4, 4, 4 - - - 88, 25 - - - 26 - - - False - - - comboBoxEncoderExtension - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage10 - - - 5 + 0 True @@ -3608,13 +3201,13 @@ NoControl - 468, 20 + 222, 6 - - 4, 0, 4, 0 + + 100, 16 - 133, 21 + 100, 16 12 @@ -3632,22 +3225,159 @@ System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - tabPage10 + panel3 - 6 + 1 + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6 + JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAChUlEQVQ4T6WT/UtTURzG/Vv0lwIhKTEL + BTWlBAtlZbNNVHSaLudsis52N5fOuc0XMp0bvlTUhm6jkW7TOR2+YCZOLV2kXocSbRRBUBv++nTPhk5N + guiB58D9fs/nufece04MgP/yHwWNqy6u3VlLtToEdPN4VVDypiLY8LqUFpmLKcEIN+70/BMPGpeIpZys + Dbxa68VKYAHe7+tY+7aMSZ8VMmc1Kg3sAO/FbdZx5hQsDLl2rdj/tYuZLw4Y6AE839bCumfA4tdZqOfF + KBrODXEGco5CwoN6ShTLwP6JHRN2f25haKsHT1fb0eVphdarQZ9Xja6NFkzsW0E5+cjX3fDn9WbGHgUw + sLR/SYFPPzaYN/ahd1MN1TsZ04pIsSqGZIEP6VIN7HsW3B3OQs6TNCnTigS02Ktph8/CfKoRHStytC1L + IJ4RhGGiKgsHDdPFEE1xof+gQc9iM653pdBMKxIgHas8cH92oP+jhoGbwtBZEk4WQDpXCZN3CBma5AOm + FAlosvIOxn2jUK9TkHvqw5PPEgmg3BUweweR2p4YDai3lNA6jxraTRWa3vIhnCsFz3wnDBERkPihk4N+ + jwKd7ke4okiILkE4Wii9b2bB5jNBPFeGWndReM2HIrDAzkbdBBe2HSOudScj8XF8dBP5xoLY8pf5fspZ + hTF65GjDCFhjJyYwB+PbBjww3SOwP0F2PvobiUue5bEKB2+GGm1lsDMhOo8S1HQ5JFNl0K20wcbAfBMb + ifL4EAOfPEiHZuuzWSxtViBXn47ueQrG91oY17VQuRuR0ZlE4MBxmPhEAPGtnvS47O5UKrPjKp2mSgqm + KC8GL7deoC/J46kE2bm/X6Z/N2J+A0FGyx8pOKmLAAAAAElFTkSuQmCC + + + + 3, 6 + + + 25, 23 + + + 28 + + + buttonEncoderAdd + + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + panel3 + + + 2 + + + 328, 3 + + + 67, 21 + + + 26 + + + False + + + comboBoxEncoderExtension + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + panel3 + + + 3 + + + Fill + + + 128, 3 + + + 398, 38 + + + 34 + + + panel3 + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel4 + + + 1 + + + Fill + + + 3, 3 + + + 119, 279 + + + 27 + + + listBoxEncoders + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel4 + + + 2 + + + Fill + + + 3, 3 + + + 2 + + + 529, 285 + + + 32 + + + tableLayoutPanel4 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage10 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="panel1" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="panel3" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="listBoxEncoders" Row="0" RowSpan="2" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,23.62949,Percent,76.37051" /><Rows Styles="Percent,15.44715,Percent,84.55285" /></TableLayoutSettings> - 4, 26 - - - 4, 4, 4, 4 + 4, 22 - 4, 4, 4, 4 + 3, 3, 3, 3 - 716, 385 + 535, 291 6 @@ -3668,13 +3398,10 @@ 4 - 612, 16 - - - 4, 4, 4, 4 + 459, 12 - 88, 25 + 67, 21 28 @@ -3695,13 +3422,10 @@ 0 - 128, 26 - - - 4, 4, 4, 4 + 96, 20 - 348, 24 + 262, 21 21 @@ -3725,13 +3449,10 @@ NoControl - 8, 30 - - - 4, 0, 4, 0 + 6, 23 - 36, 17 + 29, 13 20 @@ -3758,13 +3479,10 @@ NoControl - 8, 65 - - - 4, 0, 4, 0 + 6, 50 - 77, 17 + 62, 13 22 @@ -3785,13 +3503,10 @@ 2 - 128, 61 - - - 4, 4, 4, 4 + 96, 47 - 348, 24 + 262, 21 23 @@ -3809,16 +3524,10 @@ 3 - 181, 51 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 136, 39 - 520, 114 + 390, 87 27 @@ -3845,13 +3554,10 @@ 120 - 4, 8 - - - 4, 4, 4, 4 + 3, 6 - 165, 365 + 124, 279 26 @@ -3878,13 +3584,13 @@ NoControl - 468, 20 + 351, 15 - - 4, 0, 4, 0 + + 100, 16 - 133, 21 + 100, 16 19 @@ -3908,16 +3614,13 @@ 3 - 4, 26 - - - 4, 4, 4, 4 + 4, 22 - 4, 4, 4, 4 + 3, 3, 3, 3 - 716, 385 + 535, 291 7 @@ -3944,13 +3647,10 @@ NoControl - 8, 22 - - - 4, 0, 4, 0 + 6, 17 - 55, 17 + 45, 13 5 @@ -3971,13 +3671,10 @@ 0 - 131, 20 - - - 4, 4, 4, 4 + 98, 15 - 48, 24 + 36, 21 6 @@ -3998,16 +3695,10 @@ 1 - 304, 55 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 228, 42 - 397, 131 + 298, 100 7 @@ -4028,16 +3719,10 @@ 0 - 25, 55 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 19, 42 - 271, 216 + 203, 165 1 @@ -4064,13 +3749,10 @@ NoControl - 25, 25 - - - 4, 4, 4, 4 + 19, 19 - 173, 21 + 135, 17 0 @@ -4091,16 +3773,13 @@ 2 - 4, 26 - - - 4, 4, 4, 4 + 4, 22 - 4, 4, 4, 4 + 3, 3, 3, 3 - 716, 385 + 535, 291 3 @@ -4124,13 +3803,10 @@ Courier New, 8pt - 192, 144 - - - 4, 4, 4, 4 + 144, 110 - 508, 217 + 382, 167 28 @@ -4160,13 +3836,10 @@ NoControl - 563, 25 - - - 4, 4, 4, 4 + 422, 19 - 100, 30 + 75, 23 27 @@ -4193,13 +3866,10 @@ 200 - 8, 26 - - - 4, 4, 4, 4 + 6, 20 - 332, 101 + 249, 77 2 @@ -4217,16 +3887,10 @@ 0 - 192, 9 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 144, 7 - 348, 132 + 261, 101 2 @@ -4253,13 +3917,10 @@ 120 - 8, 8 - - - 4, 4, 4, 4 + 6, 6 - 165, 354 + 124, 271 1 @@ -4277,13 +3938,10 @@ 3 - 4, 26 - - - 4, 4, 4, 4 + 4, 22 - 716, 385 + 535, 291 8 @@ -4304,13 +3962,10 @@ 7 - 11, 8 - - - 4, 4, 4, 4 + 8, 6 - 691, 365 + 518, 279 0 @@ -4328,16 +3983,13 @@ 0 - 4, 26 - - - 4, 4, 4, 4 + 4, 22 - 4, 4, 4, 4 + 3, 3, 3, 3 - 716, 385 + 535, 291 10 @@ -4364,7 +4016,7 @@ 0, 0, 0, 0 - 724, 415 + 543, 317 0 @@ -4463,17 +4115,14 @@ 51 - 8, 17 + 6, 13 - 723, 464 + 542, 355 Tahoma, 8.25pt - - 4, 4, 4, 4 - CenterParent