Fix the layout of the encoders settings tab

This commit is contained in:
Grigory Chudov
2013-03-31 03:30:02 -04:00
parent 1b7e9bf123
commit aa19b6d66b
3 changed files with 567 additions and 879 deletions

View File

@@ -85,6 +85,11 @@ namespace CUETools.Processor
get { return name; } get { return name; }
set { name = value; if (PropertyChanged != null) PropertyChanged(this, new PropertyChangedEventArgs("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 public string Path
{ {
get { return path; } get { return path; }

View File

@@ -1,5 +1,7 @@
namespace JDP { namespace JDP
partial class frmSettings { {
partial class frmSettings
{
/// <summary> /// <summary>
/// Required designer variable. /// Required designer variable.
/// </summary> /// </summary>
@@ -9,8 +11,10 @@ namespace JDP {
/// Clean up any resources being used. /// Clean up any resources being used.
/// </summary> /// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing) { protected override void Dispose(bool disposing)
if (disposing && (components != null)) { {
if (disposing && (components != null))
{
components.Dispose(); components.Dispose();
} }
base.Dispose(disposing); base.Dispose(disposing);
@@ -22,7 +26,8 @@ namespace JDP {
/// Required method for Designer support - do not modify /// Required method for Designer support - do not modify
/// the contents of this method with the code editor. /// the contents of this method with the code editor.
/// </summary> /// </summary>
private void InitializeComponent() { private void InitializeComponent()
{
this.components = new System.ComponentModel.Container(); this.components = new System.ComponentModel.Container();
System.Windows.Forms.Button btnCancel; System.Windows.Forms.Button btnCancel;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSettings)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSettings));
@@ -125,19 +130,22 @@ namespace JDP {
this.labelFormatTagger = new System.Windows.Forms.Label(); this.labelFormatTagger = new System.Windows.Forms.Label();
this.comboBoxFormatTagger = new System.Windows.Forms.ComboBox(); this.comboBoxFormatTagger = new System.Windows.Forms.ComboBox();
this.listViewFormats = new System.Windows.Forms.ListView(); 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.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.groupBoxExternalEncoder = new System.Windows.Forms.GroupBox();
this.labelEncoderName = new System.Windows.Forms.Label(); this.labelEncoderName = new System.Windows.Forms.Label();
this.labelEncoderModes = new System.Windows.Forms.Label(); this.labelEncoderModes = new System.Windows.Forms.Label();
this.labelEncoderPath = new System.Windows.Forms.Label(); this.labelEncoderPath = new System.Windows.Forms.Label();
this.labelEncoderParameters = 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.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.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.tabPage11 = new System.Windows.Forms.TabPage();
this.comboBoxDecoderExtension = new System.Windows.Forms.ComboBox(); this.comboBoxDecoderExtension = new System.Windows.Forms.ComboBox();
this.groupBoxExternalDecoder = new System.Windows.Forms.GroupBox(); this.groupBoxExternalDecoder = new System.Windows.Forms.GroupBox();
@@ -146,7 +154,7 @@ namespace JDP {
this.labelDecoderParameters = new System.Windows.Forms.Label(); this.labelDecoderParameters = new System.Windows.Forms.Label();
this.textBoxDecoderParameters = new System.Windows.Forms.TextBox(); this.textBoxDecoderParameters = new System.Windows.Forms.TextBox();
this.listViewDecoders = new System.Windows.Forms.ListView(); 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.labelDecoderExtension = new System.Windows.Forms.Label();
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();
@@ -159,14 +167,14 @@ namespace JDP {
this.buttonScriptCompile = new System.Windows.Forms.Button(); this.buttonScriptCompile = new System.Windows.Forms.Button();
this.groupBoxScriptConditions = new System.Windows.Forms.GroupBox(); this.groupBoxScriptConditions = new System.Windows.Forms.GroupBox();
this.listViewScriptConditions = new System.Windows.Forms.ListView(); 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.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.tabPage7 = new System.Windows.Forms.TabPage();
this.propertyGrid1 = new System.Windows.Forms.PropertyGrid(); this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
this.labelFormatDecoder = new System.Windows.Forms.Label(); this.labelFormatDecoder = new System.Windows.Forms.Label();
this.labelFormatEncoder = 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(); this.checkBox1 = new System.Windows.Forms.CheckBox();
btnCancel = new System.Windows.Forms.Button(); btnCancel = new System.Windows.Forms.Button();
this.grpGeneral.SuspendLayout(); this.grpGeneral.SuspendLayout();
@@ -196,7 +204,10 @@ namespace JDP {
this.tabPage3.SuspendLayout(); this.tabPage3.SuspendLayout();
this.groupBoxFormat.SuspendLayout(); this.groupBoxFormat.SuspendLayout();
this.tabPage10.SuspendLayout(); this.tabPage10.SuspendLayout();
this.tableLayoutPanel4.SuspendLayout();
this.panel1.SuspendLayout();
this.groupBoxExternalEncoder.SuspendLayout(); this.groupBoxExternalEncoder.SuspendLayout();
this.panel3.SuspendLayout();
this.tabPage11.SuspendLayout(); this.tabPage11.SuspendLayout();
this.groupBoxExternalDecoder.SuspendLayout(); this.groupBoxExternalDecoder.SuspendLayout();
this.tabPage4.SuspendLayout(); this.tabPage4.SuspendLayout();
@@ -1043,8 +1054,8 @@ namespace JDP {
this.listViewFormats.UseCompatibleStateImageBehavior = false; this.listViewFormats.UseCompatibleStateImageBehavior = false;
this.listViewFormats.View = System.Windows.Forms.View.Details; this.listViewFormats.View = System.Windows.Forms.View.Details;
this.listViewFormats.AfterLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.listViewFormats_AfterLabelEdit); 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.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); this.listViewFormats.KeyDown += new System.Windows.Forms.KeyEventHandler(this.listViewFormats_KeyDown);
// //
// columnHeader1 // columnHeader1
@@ -1055,21 +1066,34 @@ namespace JDP {
// //
resources.ApplyResources(this.tabPage10, "tabPage10"); resources.ApplyResources(this.tabPage10, "tabPage10");
this.tabPage10.BackColor = System.Drawing.SystemColors.Control; this.tabPage10.BackColor = System.Drawing.SystemColors.Control;
this.tabPage10.Controls.Add(this.propertyGridEncoderSettings); this.tabPage10.Controls.Add(this.tableLayoutPanel4);
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.Name = "tabPage10"; this.tabPage10.Name = "tabPage10";
// //
// propertyGridEncoderSettings // tableLayoutPanel4
// //
resources.ApplyResources(this.propertyGridEncoderSettings, "propertyGridEncoderSettings"); resources.ApplyResources(this.tableLayoutPanel4, "tableLayoutPanel4");
this.propertyGridEncoderSettings.Name = "propertyGridEncoderSettings"; this.tableLayoutPanel4.Controls.Add(this.panel1, 1, 1);
this.propertyGridEncoderSettings.PropertySort = System.Windows.Forms.PropertySort.Categorized; this.tableLayoutPanel4.Controls.Add(this.panel3, 1, 0);
this.propertyGridEncoderSettings.ToolbarVisible = false; 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 // groupBoxExternalEncoder
// //
@@ -1106,6 +1130,22 @@ namespace JDP {
resources.ApplyResources(this.labelEncoderParameters, "labelEncoderParameters"); resources.ApplyResources(this.labelEncoderParameters, "labelEncoderParameters");
this.labelEncoderParameters.Name = "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 // buttonEncoderDelete
// //
this.buttonEncoderDelete.DataBindings.Add(new System.Windows.Forms.Binding("Enabled", this.encodersBindingSource, "CanBeDeleted", true)); 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.UseVisualStyleBackColor = true;
this.buttonEncoderDelete.Click += new System.EventHandler(this.buttonEncoderDelete_Click); 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 // buttonEncoderAdd
// //
resources.ApplyResources(this.buttonEncoderAdd, "buttonEncoderAdd"); resources.ApplyResources(this.buttonEncoderAdd, "buttonEncoderAdd");
@@ -1121,16 +1167,6 @@ namespace JDP {
this.buttonEncoderAdd.UseVisualStyleBackColor = true; this.buttonEncoderAdd.UseVisualStyleBackColor = true;
this.buttonEncoderAdd.Click += new System.EventHandler(this.buttonEncoderAdd_Click); 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 // comboBoxEncoderExtension
// //
this.comboBoxEncoderExtension.DataBindings.Add(new System.Windows.Forms.Binding("SelectedItem", this.encodersBindingSource, "Extension", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); 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.Name = "comboBoxEncoderExtension";
this.comboBoxEncoderExtension.SelectedIndexChanged += new System.EventHandler(this.comboBoxEncoderExtension_SelectedIndexChanged); 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 // tabPage11
// //
this.tabPage11.BackColor = System.Drawing.SystemColors.Control; this.tabPage11.BackColor = System.Drawing.SystemColors.Control;
@@ -1211,8 +1240,8 @@ namespace JDP {
this.listViewDecoders.UseCompatibleStateImageBehavior = false; this.listViewDecoders.UseCompatibleStateImageBehavior = false;
this.listViewDecoders.View = System.Windows.Forms.View.Details; this.listViewDecoders.View = System.Windows.Forms.View.Details;
this.listViewDecoders.AfterLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.listViewDecoders_AfterLabelEdit); 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.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); this.listViewDecoders.KeyDown += new System.Windows.Forms.KeyEventHandler(this.listViewDecoders_KeyDown);
// //
// columnHeader4 // columnHeader4
@@ -1222,7 +1251,6 @@ namespace JDP {
// labelDecoderExtension // labelDecoderExtension
// //
resources.ApplyResources(this.labelDecoderExtension, "labelDecoderExtension"); resources.ApplyResources(this.labelDecoderExtension, "labelDecoderExtension");
this.labelDecoderExtension.MinimumSize = new System.Drawing.Size(133, 21);
this.labelDecoderExtension.Name = "labelDecoderExtension"; this.labelDecoderExtension.Name = "labelDecoderExtension";
// //
// tabPage4 // tabPage4
@@ -1345,8 +1373,8 @@ namespace JDP {
this.listViewScripts.UseCompatibleStateImageBehavior = false; this.listViewScripts.UseCompatibleStateImageBehavior = false;
this.listViewScripts.View = System.Windows.Forms.View.Details; this.listViewScripts.View = System.Windows.Forms.View.Details;
this.listViewScripts.AfterLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.listViewScripts_AfterLabelEdit); 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.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); this.listViewScripts.KeyDown += new System.Windows.Forms.KeyEventHandler(this.listViewScripts_KeyDown);
// //
// columnHeader5 // columnHeader5
@@ -1401,8 +1429,8 @@ namespace JDP {
this.MinimizeBox = false; this.MinimizeBox = false;
this.Name = "frmSettings"; this.Name = "frmSettings";
this.ShowIcon = false; this.ShowIcon = false;
this.Load += new System.EventHandler(this.frmSettings_Load);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmSettings_FormClosing); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmSettings_FormClosing);
this.Load += new System.EventHandler(this.frmSettings_Load);
this.grpGeneral.ResumeLayout(false); this.grpGeneral.ResumeLayout(false);
this.grpGeneral.PerformLayout(); this.grpGeneral.PerformLayout();
this.groupBox1.ResumeLayout(false); this.groupBox1.ResumeLayout(false);
@@ -1441,9 +1469,12 @@ namespace JDP {
this.groupBoxFormat.ResumeLayout(false); this.groupBoxFormat.ResumeLayout(false);
this.groupBoxFormat.PerformLayout(); this.groupBoxFormat.PerformLayout();
this.tabPage10.ResumeLayout(false); this.tabPage10.ResumeLayout(false);
this.tabPage10.PerformLayout(); this.tableLayoutPanel4.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.groupBoxExternalEncoder.ResumeLayout(false); this.groupBoxExternalEncoder.ResumeLayout(false);
this.groupBoxExternalEncoder.PerformLayout(); this.groupBoxExternalEncoder.PerformLayout();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.tabPage11.ResumeLayout(false); this.tabPage11.ResumeLayout(false);
this.tabPage11.PerformLayout(); this.tabPage11.PerformLayout();
this.groupBoxExternalDecoder.ResumeLayout(false); this.groupBoxExternalDecoder.ResumeLayout(false);
@@ -1606,6 +1637,9 @@ namespace JDP {
private System.Windows.Forms.TabPage tabPage7; private System.Windows.Forms.TabPage tabPage7;
private System.Windows.Forms.PropertyGrid propertyGrid1; private System.Windows.Forms.PropertyGrid propertyGrid1;
private System.Windows.Forms.PropertyGrid propertyGridEncoderSettings; private System.Windows.Forms.PropertyGrid propertyGridEncoderSettings;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel3;
} }
} }

File diff suppressed because it is too large Load Diff