示例#1
0
            private void InitializeComponent()
            {
                ComponentResourceManager manager = new ComponentResourceManager(typeof(StyleCollectionEditor));

                this.addRemoveInsertTableLayoutPanel = new TableLayoutPanel();
                this.addButton                = new Button();
                this.removeButton             = new Button();
                this.insertButton             = new Button();
                this.okCancelTableLayoutPanel = new TableLayoutPanel();
                this.okButton     = new Button();
                this.cancelButton = new Button();
                this.overarchingTableLayoutPanel = new TableLayoutPanel();
                this.showTableLayoutPanel        = new TableLayoutPanel();
                this.memberTypeLabel             = new Label();
                this.columnsOrRowsComboBox       = new ComboBox();
                this.columnsAndRowsListView      = new ListView();
                this.membersColumnHeader         = new ColumnHeader(manager.GetString("columnsAndRowsListView.Columns"));
                this.sizeTypeColumnHeader        = new ColumnHeader(manager.GetString("columnsAndRowsListView.Columns1"));
                this.valueColumnHeader           = new ColumnHeader(manager.GetString("columnsAndRowsListView.Columns2"));
                this.helperTextTableLayoutPanel  = new TableLayoutPanel();
                this.infoPictureBox2             = new PictureBox();
                this.infoPictureBox1             = new PictureBox();
                this.helperLinkLabel1            = new LinkLabel();
                this.helperLinkLabel2            = new LinkLabel();
                this.sizeTypeGroupBox            = new GroupBox();
                this.sizeTypeTableLayoutPanel    = new StyleCollectionEditor.NavigationalTableLayoutPanel();
                this.absoluteNumericUpDown       = new NumericUpDown();
                this.absoluteRadioButton         = new RadioButton();
                this.pixelsLabel          = new Label();
                this.percentLabel         = new Label();
                this.percentRadioButton   = new RadioButton();
                this.autoSizedRadioButton = new RadioButton();
                this.percentNumericUpDown = new NumericUpDown();
                this.addRemoveInsertTableLayoutPanel.SuspendLayout();
                this.okCancelTableLayoutPanel.SuspendLayout();
                this.overarchingTableLayoutPanel.SuspendLayout();
                this.showTableLayoutPanel.SuspendLayout();
                this.helperTextTableLayoutPanel.SuspendLayout();
                ((ISupportInitialize)this.infoPictureBox2).BeginInit();
                ((ISupportInitialize)this.infoPictureBox1).BeginInit();
                this.sizeTypeGroupBox.SuspendLayout();
                this.sizeTypeTableLayoutPanel.SuspendLayout();
                this.absoluteNumericUpDown.BeginInit();
                this.percentNumericUpDown.BeginInit();
                base.SuspendLayout();
                manager.ApplyResources(this.addRemoveInsertTableLayoutPanel, "addRemoveInsertTableLayoutPanel");
                this.addRemoveInsertTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33f));
                this.addRemoveInsertTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33f));
                this.addRemoveInsertTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33f));
                this.addRemoveInsertTableLayoutPanel.Controls.Add(this.addButton, 0, 0);
                this.addRemoveInsertTableLayoutPanel.Controls.Add(this.removeButton, 1, 0);
                this.addRemoveInsertTableLayoutPanel.Controls.Add(this.insertButton, 2, 0);
                this.addRemoveInsertTableLayoutPanel.Margin = new Padding(0, 3, 3, 3);
                this.addRemoveInsertTableLayoutPanel.Name   = "addRemoveInsertTableLayoutPanel";
                this.addRemoveInsertTableLayoutPanel.RowStyles.Add(new RowStyle());
                manager.ApplyResources(this.addButton, "addButton");
                this.addButton.AutoSizeMode = AutoSizeMode.GrowAndShrink;
                this.addButton.Margin       = new Padding(0, 0, 4, 0);
                this.addButton.MinimumSize  = new Size(0x4b, 0x17);
                this.addButton.Name         = "addButton";
                this.addButton.Padding      = new Padding(10, 0, 10, 0);
                manager.ApplyResources(this.removeButton, "removeButton");
                this.removeButton.AutoSizeMode = AutoSizeMode.GrowAndShrink;
                this.removeButton.Margin       = new Padding(2, 0, 2, 0);
                this.removeButton.MinimumSize  = new Size(0x4b, 0x17);
                this.removeButton.Name         = "removeButton";
                this.removeButton.Padding      = new Padding(10, 0, 10, 0);
                manager.ApplyResources(this.insertButton, "insertButton");
                this.insertButton.AutoSizeMode = AutoSizeMode.GrowAndShrink;
                this.insertButton.Margin       = new Padding(4, 0, 0, 0);
                this.insertButton.MinimumSize  = new Size(0x4b, 0x17);
                this.insertButton.Name         = "insertButton";
                this.insertButton.Padding      = new Padding(10, 0, 10, 0);
                manager.ApplyResources(this.okCancelTableLayoutPanel, "okCancelTableLayoutPanel");
                this.overarchingTableLayoutPanel.SetColumnSpan(this.okCancelTableLayoutPanel, 2);
                this.okCancelTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50f));
                this.okCancelTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50f));
                this.okCancelTableLayoutPanel.Controls.Add(this.okButton, 0, 0);
                this.okCancelTableLayoutPanel.Controls.Add(this.cancelButton, 1, 0);
                this.okCancelTableLayoutPanel.Margin = new Padding(0, 6, 0, 0);
                this.okCancelTableLayoutPanel.Name   = "okCancelTableLayoutPanel";
                this.okCancelTableLayoutPanel.RowStyles.Add(new RowStyle());
                manager.ApplyResources(this.okButton, "okButton");
                this.okButton.AutoSizeMode = AutoSizeMode.GrowAndShrink;
                this.okButton.Margin       = new Padding(0, 0, 3, 0);
                this.okButton.MinimumSize  = new Size(0x4b, 0x17);
                this.okButton.Name         = "okButton";
                this.okButton.Padding      = new Padding(10, 0, 10, 0);
                manager.ApplyResources(this.cancelButton, "cancelButton");
                this.cancelButton.AutoSizeMode = AutoSizeMode.GrowAndShrink;
                this.cancelButton.DialogResult = DialogResult.Cancel;
                this.cancelButton.Margin       = new Padding(3, 0, 0, 0);
                this.cancelButton.MinimumSize  = new Size(0x4b, 0x17);
                this.cancelButton.Name         = "cancelButton";
                this.cancelButton.Padding      = new Padding(10, 0, 10, 0);
                manager.ApplyResources(this.overarchingTableLayoutPanel, "overarchingTableLayoutPanel");
                this.overarchingTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100f));
                this.overarchingTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));
                this.overarchingTableLayoutPanel.Controls.Add(this.sizeTypeGroupBox, 1, 0);
                this.overarchingTableLayoutPanel.Controls.Add(this.okCancelTableLayoutPanel, 0, 4);
                this.overarchingTableLayoutPanel.Controls.Add(this.showTableLayoutPanel, 0, 0);
                this.overarchingTableLayoutPanel.Controls.Add(this.addRemoveInsertTableLayoutPanel, 0, 3);
                this.overarchingTableLayoutPanel.Controls.Add(this.columnsAndRowsListView, 0, 1);
                this.overarchingTableLayoutPanel.Controls.Add(this.helperTextTableLayoutPanel, 1, 2);
                this.overarchingTableLayoutPanel.Name = "overarchingTableLayoutPanel";
                this.overarchingTableLayoutPanel.RowStyles.Add(new RowStyle());
                this.overarchingTableLayoutPanel.RowStyles.Add(new RowStyle());
                this.overarchingTableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 50f));
                this.overarchingTableLayoutPanel.RowStyles.Add(new RowStyle());
                this.overarchingTableLayoutPanel.RowStyles.Add(new RowStyle());
                manager.ApplyResources(this.showTableLayoutPanel, "showTableLayoutPanel");
                this.showTableLayoutPanel.ColumnStyles.Add(new ColumnStyle());
                this.showTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50f));
                this.showTableLayoutPanel.Controls.Add(this.memberTypeLabel, 0, 0);
                this.showTableLayoutPanel.Controls.Add(this.columnsOrRowsComboBox, 1, 0);
                this.showTableLayoutPanel.Margin = new Padding(0, 0, 3, 3);
                this.showTableLayoutPanel.Name   = "showTableLayoutPanel";
                this.showTableLayoutPanel.RowStyles.Add(new RowStyle());
                manager.ApplyResources(this.memberTypeLabel, "memberTypeLabel");
                this.memberTypeLabel.Margin = new Padding(0, 0, 3, 0);
                this.memberTypeLabel.Name   = "memberTypeLabel";
                manager.ApplyResources(this.columnsOrRowsComboBox, "columnsOrRowsComboBox");
                this.columnsOrRowsComboBox.DropDownStyle     = ComboBoxStyle.DropDownList;
                this.columnsOrRowsComboBox.FormattingEnabled = true;
                this.columnsOrRowsComboBox.Items.AddRange(new object[] { manager.GetString("columnsOrRowsComboBox.Items"), manager.GetString("columnsOrRowsComboBox.Items1") });
                this.columnsOrRowsComboBox.Margin = new Padding(3, 0, 0, 0);
                this.columnsOrRowsComboBox.Name   = "columnsOrRowsComboBox";
                manager.ApplyResources(this.columnsAndRowsListView, "columnsAndRowsListView");
                this.columnsAndRowsListView.Columns.AddRange(new ColumnHeader[] { this.membersColumnHeader, this.sizeTypeColumnHeader, this.valueColumnHeader });
                this.columnsAndRowsListView.FullRowSelect = true;
                this.columnsAndRowsListView.HeaderStyle   = ColumnHeaderStyle.Nonclickable;
                this.columnsAndRowsListView.HideSelection = false;
                this.columnsAndRowsListView.Margin        = new Padding(0, 3, 3, 3);
                this.columnsAndRowsListView.Name          = "columnsAndRowsListView";
                this.overarchingTableLayoutPanel.SetRowSpan(this.columnsAndRowsListView, 2);
                this.columnsAndRowsListView.View = View.Details;
                manager.ApplyResources(this.membersColumnHeader, "membersColumnHeader");
                manager.ApplyResources(this.sizeTypeColumnHeader, "sizeTypeColumnHeader");
                manager.ApplyResources(this.valueColumnHeader, "valueColumnHeader");
                manager.ApplyResources(this.helperTextTableLayoutPanel, "helperTextTableLayoutPanel");
                this.helperTextTableLayoutPanel.ColumnStyles.Add(new ColumnStyle());
                this.helperTextTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100f));
                this.helperTextTableLayoutPanel.Controls.Add(this.infoPictureBox2, 0, 1);
                this.helperTextTableLayoutPanel.Controls.Add(this.infoPictureBox1, 0, 0);
                this.helperTextTableLayoutPanel.Controls.Add(this.helperLinkLabel1, 1, 0);
                this.helperTextTableLayoutPanel.Controls.Add(this.helperLinkLabel2, 1, 1);
                this.helperTextTableLayoutPanel.Margin = new Padding(6, 6, 0, 3);
                this.helperTextTableLayoutPanel.Name   = "helperTextTableLayoutPanel";
                this.helperTextTableLayoutPanel.RowStyles.Add(new RowStyle());
                this.helperTextTableLayoutPanel.RowStyles.Add(new RowStyle());
                manager.ApplyResources(this.infoPictureBox2, "infoPictureBox2");
                this.infoPictureBox2.Name    = "infoPictureBox2";
                this.infoPictureBox2.TabStop = false;
                manager.ApplyResources(this.infoPictureBox1, "infoPictureBox1");
                this.infoPictureBox1.Name    = "infoPictureBox1";
                this.infoPictureBox1.TabStop = false;
                manager.ApplyResources(this.helperLinkLabel1, "helperLinkLabel1");
                this.helperLinkLabel1.Margin  = new Padding(3, 0, 0, 3);
                this.helperLinkLabel1.Name    = "helperLinkLabel1";
                this.helperLinkLabel1.TabStop = true;
                this.helperLinkLabel1.UseCompatibleTextRendering = true;
                manager.ApplyResources(this.helperLinkLabel2, "helperLinkLabel2");
                this.helperLinkLabel2.Margin  = new Padding(3, 3, 0, 0);
                this.helperLinkLabel2.Name    = "helperLinkLabel2";
                this.helperLinkLabel2.TabStop = true;
                this.helperLinkLabel2.UseCompatibleTextRendering = true;
                manager.ApplyResources(this.sizeTypeGroupBox, "sizeTypeGroupBox");
                this.sizeTypeGroupBox.Controls.Add(this.sizeTypeTableLayoutPanel);
                this.sizeTypeGroupBox.Margin  = new Padding(6, 0, 0, 3);
                this.sizeTypeGroupBox.Name    = "sizeTypeGroupBox";
                this.sizeTypeGroupBox.Padding = new Padding(0);
                this.overarchingTableLayoutPanel.SetRowSpan(this.sizeTypeGroupBox, 2);
                this.sizeTypeGroupBox.TabStop = false;
                manager.ApplyResources(this.sizeTypeTableLayoutPanel, "sizeTypeTableLayoutPanel");
                this.sizeTypeTableLayoutPanel.Controls.Add(this.absoluteNumericUpDown, 1, 0);
                this.sizeTypeTableLayoutPanel.Controls.Add(this.absoluteRadioButton, 0, 0);
                this.sizeTypeTableLayoutPanel.Controls.Add(this.pixelsLabel, 2, 0);
                this.sizeTypeTableLayoutPanel.Controls.Add(this.percentLabel, 2, 1);
                this.sizeTypeTableLayoutPanel.Controls.Add(this.percentRadioButton, 0, 1);
                this.sizeTypeTableLayoutPanel.Controls.Add(this.autoSizedRadioButton, 0, 2);
                this.sizeTypeTableLayoutPanel.Controls.Add(this.percentNumericUpDown, 1, 1);
                this.sizeTypeTableLayoutPanel.Margin = new Padding(9);
                this.sizeTypeTableLayoutPanel.Name   = "sizeTypeTableLayoutPanel";
                manager.ApplyResources(this.absoluteNumericUpDown, "absoluteNumericUpDown");
                int[] bits = new int[4];
                bits[0] = 0x1869f;
                this.absoluteNumericUpDown.Maximum = new decimal(bits);
                this.absoluteNumericUpDown.Name    = "absoluteNumericUpDown";
                manager.ApplyResources(this.absoluteRadioButton, "absoluteRadioButton");
                this.absoluteRadioButton.Margin = new Padding(0, 3, 3, 0);
                this.absoluteRadioButton.Name   = "absoluteRadioButton";
                manager.ApplyResources(this.pixelsLabel, "pixelsLabel");
                this.pixelsLabel.Name = "pixelsLabel";
                manager.ApplyResources(this.percentLabel, "percentLabel");
                this.percentLabel.Name = "percentLabel";
                manager.ApplyResources(this.percentRadioButton, "percentRadioButton");
                this.percentRadioButton.Margin = new Padding(0, 3, 3, 0);
                this.percentRadioButton.Name   = "percentRadioButton";
                manager.ApplyResources(this.autoSizedRadioButton, "autoSizedRadioButton");
                this.autoSizedRadioButton.Margin = new Padding(0, 3, 3, 0);
                this.autoSizedRadioButton.Name   = "autoSizedRadioButton";
                manager.ApplyResources(this.percentNumericUpDown, "percentNumericUpDown");
                this.percentNumericUpDown.DecimalPlaces = 2;
                int[] numArray2 = new int[4];
                numArray2[0] = 0x270f;
                this.percentNumericUpDown.Maximum = new decimal(numArray2);
                this.percentNumericUpDown.Name    = "percentNumericUpDown";
                base.AcceptButton = this.okButton;
                manager.ApplyResources(this, "$this");
                base.AutoScaleMode = AutoScaleMode.Font;
                base.CancelButton  = this.cancelButton;
                base.Controls.Add(this.overarchingTableLayoutPanel);
                base.HelpButton    = true;
                base.MaximizeBox   = false;
                base.MinimizeBox   = false;
                base.Name          = "Form1";
                base.ShowIcon      = false;
                base.ShowInTaskbar = false;
                this.addRemoveInsertTableLayoutPanel.ResumeLayout(false);
                this.addRemoveInsertTableLayoutPanel.PerformLayout();
                this.okCancelTableLayoutPanel.ResumeLayout(false);
                this.okCancelTableLayoutPanel.PerformLayout();
                this.overarchingTableLayoutPanel.ResumeLayout(false);
                this.overarchingTableLayoutPanel.PerformLayout();
                this.showTableLayoutPanel.ResumeLayout(false);
                this.showTableLayoutPanel.PerformLayout();
                this.helperTextTableLayoutPanel.ResumeLayout(false);
                this.helperTextTableLayoutPanel.PerformLayout();
                ((ISupportInitialize)this.infoPictureBox2).EndInit();
                ((ISupportInitialize)this.infoPictureBox1).EndInit();
                this.sizeTypeGroupBox.ResumeLayout(false);
                this.sizeTypeTableLayoutPanel.ResumeLayout(false);
                this.sizeTypeTableLayoutPanel.PerformLayout();
                this.absoluteNumericUpDown.EndInit();
                this.percentNumericUpDown.EndInit();
                base.ResumeLayout(false);
            }
 private void InitializeComponent()
 {
     ComponentResourceManager manager = new ComponentResourceManager(typeof(StyleCollectionEditor));
     this.addRemoveInsertTableLayoutPanel = new TableLayoutPanel();
     this.addButton = new Button();
     this.removeButton = new Button();
     this.insertButton = new Button();
     this.okCancelTableLayoutPanel = new TableLayoutPanel();
     this.okButton = new Button();
     this.cancelButton = new Button();
     this.overarchingTableLayoutPanel = new TableLayoutPanel();
     this.showTableLayoutPanel = new TableLayoutPanel();
     this.memberTypeLabel = new Label();
     this.columnsOrRowsComboBox = new ComboBox();
     this.columnsAndRowsListView = new ListView();
     this.membersColumnHeader = new ColumnHeader(manager.GetString("columnsAndRowsListView.Columns"));
     this.sizeTypeColumnHeader = new ColumnHeader(manager.GetString("columnsAndRowsListView.Columns1"));
     this.valueColumnHeader = new ColumnHeader(manager.GetString("columnsAndRowsListView.Columns2"));
     this.helperTextTableLayoutPanel = new TableLayoutPanel();
     this.infoPictureBox2 = new PictureBox();
     this.infoPictureBox1 = new PictureBox();
     this.helperLinkLabel1 = new LinkLabel();
     this.helperLinkLabel2 = new LinkLabel();
     this.sizeTypeGroupBox = new GroupBox();
     this.sizeTypeTableLayoutPanel = new StyleCollectionEditor.NavigationalTableLayoutPanel();
     this.absoluteNumericUpDown = new NumericUpDown();
     this.absoluteRadioButton = new RadioButton();
     this.pixelsLabel = new Label();
     this.percentLabel = new Label();
     this.percentRadioButton = new RadioButton();
     this.autoSizedRadioButton = new RadioButton();
     this.percentNumericUpDown = new NumericUpDown();
     this.addRemoveInsertTableLayoutPanel.SuspendLayout();
     this.okCancelTableLayoutPanel.SuspendLayout();
     this.overarchingTableLayoutPanel.SuspendLayout();
     this.showTableLayoutPanel.SuspendLayout();
     this.helperTextTableLayoutPanel.SuspendLayout();
     ((ISupportInitialize) this.infoPictureBox2).BeginInit();
     ((ISupportInitialize) this.infoPictureBox1).BeginInit();
     this.sizeTypeGroupBox.SuspendLayout();
     this.sizeTypeTableLayoutPanel.SuspendLayout();
     this.absoluteNumericUpDown.BeginInit();
     this.percentNumericUpDown.BeginInit();
     base.SuspendLayout();
     manager.ApplyResources(this.addRemoveInsertTableLayoutPanel, "addRemoveInsertTableLayoutPanel");
     this.addRemoveInsertTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33f));
     this.addRemoveInsertTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33f));
     this.addRemoveInsertTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33f));
     this.addRemoveInsertTableLayoutPanel.Controls.Add(this.addButton, 0, 0);
     this.addRemoveInsertTableLayoutPanel.Controls.Add(this.removeButton, 1, 0);
     this.addRemoveInsertTableLayoutPanel.Controls.Add(this.insertButton, 2, 0);
     this.addRemoveInsertTableLayoutPanel.Margin = new Padding(0, 3, 3, 3);
     this.addRemoveInsertTableLayoutPanel.Name = "addRemoveInsertTableLayoutPanel";
     this.addRemoveInsertTableLayoutPanel.RowStyles.Add(new RowStyle());
     manager.ApplyResources(this.addButton, "addButton");
     this.addButton.AutoSizeMode = AutoSizeMode.GrowAndShrink;
     this.addButton.Margin = new Padding(0, 0, 4, 0);
     this.addButton.MinimumSize = new Size(0x4b, 0x17);
     this.addButton.Name = "addButton";
     this.addButton.Padding = new Padding(10, 0, 10, 0);
     manager.ApplyResources(this.removeButton, "removeButton");
     this.removeButton.AutoSizeMode = AutoSizeMode.GrowAndShrink;
     this.removeButton.Margin = new Padding(2, 0, 2, 0);
     this.removeButton.MinimumSize = new Size(0x4b, 0x17);
     this.removeButton.Name = "removeButton";
     this.removeButton.Padding = new Padding(10, 0, 10, 0);
     manager.ApplyResources(this.insertButton, "insertButton");
     this.insertButton.AutoSizeMode = AutoSizeMode.GrowAndShrink;
     this.insertButton.Margin = new Padding(4, 0, 0, 0);
     this.insertButton.MinimumSize = new Size(0x4b, 0x17);
     this.insertButton.Name = "insertButton";
     this.insertButton.Padding = new Padding(10, 0, 10, 0);
     manager.ApplyResources(this.okCancelTableLayoutPanel, "okCancelTableLayoutPanel");
     this.overarchingTableLayoutPanel.SetColumnSpan(this.okCancelTableLayoutPanel, 2);
     this.okCancelTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50f));
     this.okCancelTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50f));
     this.okCancelTableLayoutPanel.Controls.Add(this.okButton, 0, 0);
     this.okCancelTableLayoutPanel.Controls.Add(this.cancelButton, 1, 0);
     this.okCancelTableLayoutPanel.Margin = new Padding(0, 6, 0, 0);
     this.okCancelTableLayoutPanel.Name = "okCancelTableLayoutPanel";
     this.okCancelTableLayoutPanel.RowStyles.Add(new RowStyle());
     manager.ApplyResources(this.okButton, "okButton");
     this.okButton.AutoSizeMode = AutoSizeMode.GrowAndShrink;
     this.okButton.Margin = new Padding(0, 0, 3, 0);
     this.okButton.MinimumSize = new Size(0x4b, 0x17);
     this.okButton.Name = "okButton";
     this.okButton.Padding = new Padding(10, 0, 10, 0);
     manager.ApplyResources(this.cancelButton, "cancelButton");
     this.cancelButton.AutoSizeMode = AutoSizeMode.GrowAndShrink;
     this.cancelButton.DialogResult = DialogResult.Cancel;
     this.cancelButton.Margin = new Padding(3, 0, 0, 0);
     this.cancelButton.MinimumSize = new Size(0x4b, 0x17);
     this.cancelButton.Name = "cancelButton";
     this.cancelButton.Padding = new Padding(10, 0, 10, 0);
     manager.ApplyResources(this.overarchingTableLayoutPanel, "overarchingTableLayoutPanel");
     this.overarchingTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100f));
     this.overarchingTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.AutoSize));
     this.overarchingTableLayoutPanel.Controls.Add(this.sizeTypeGroupBox, 1, 0);
     this.overarchingTableLayoutPanel.Controls.Add(this.okCancelTableLayoutPanel, 0, 4);
     this.overarchingTableLayoutPanel.Controls.Add(this.showTableLayoutPanel, 0, 0);
     this.overarchingTableLayoutPanel.Controls.Add(this.addRemoveInsertTableLayoutPanel, 0, 3);
     this.overarchingTableLayoutPanel.Controls.Add(this.columnsAndRowsListView, 0, 1);
     this.overarchingTableLayoutPanel.Controls.Add(this.helperTextTableLayoutPanel, 1, 2);
     this.overarchingTableLayoutPanel.Name = "overarchingTableLayoutPanel";
     this.overarchingTableLayoutPanel.RowStyles.Add(new RowStyle());
     this.overarchingTableLayoutPanel.RowStyles.Add(new RowStyle());
     this.overarchingTableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 50f));
     this.overarchingTableLayoutPanel.RowStyles.Add(new RowStyle());
     this.overarchingTableLayoutPanel.RowStyles.Add(new RowStyle());
     manager.ApplyResources(this.showTableLayoutPanel, "showTableLayoutPanel");
     this.showTableLayoutPanel.ColumnStyles.Add(new ColumnStyle());
     this.showTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50f));
     this.showTableLayoutPanel.Controls.Add(this.memberTypeLabel, 0, 0);
     this.showTableLayoutPanel.Controls.Add(this.columnsOrRowsComboBox, 1, 0);
     this.showTableLayoutPanel.Margin = new Padding(0, 0, 3, 3);
     this.showTableLayoutPanel.Name = "showTableLayoutPanel";
     this.showTableLayoutPanel.RowStyles.Add(new RowStyle());
     manager.ApplyResources(this.memberTypeLabel, "memberTypeLabel");
     this.memberTypeLabel.Margin = new Padding(0, 0, 3, 0);
     this.memberTypeLabel.Name = "memberTypeLabel";
     manager.ApplyResources(this.columnsOrRowsComboBox, "columnsOrRowsComboBox");
     this.columnsOrRowsComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this.columnsOrRowsComboBox.FormattingEnabled = true;
     this.columnsOrRowsComboBox.Items.AddRange(new object[] { manager.GetString("columnsOrRowsComboBox.Items"), manager.GetString("columnsOrRowsComboBox.Items1") });
     this.columnsOrRowsComboBox.Margin = new Padding(3, 0, 0, 0);
     this.columnsOrRowsComboBox.Name = "columnsOrRowsComboBox";
     manager.ApplyResources(this.columnsAndRowsListView, "columnsAndRowsListView");
     this.columnsAndRowsListView.Columns.AddRange(new ColumnHeader[] { this.membersColumnHeader, this.sizeTypeColumnHeader, this.valueColumnHeader });
     this.columnsAndRowsListView.FullRowSelect = true;
     this.columnsAndRowsListView.HeaderStyle = ColumnHeaderStyle.Nonclickable;
     this.columnsAndRowsListView.HideSelection = false;
     this.columnsAndRowsListView.Margin = new Padding(0, 3, 3, 3);
     this.columnsAndRowsListView.Name = "columnsAndRowsListView";
     this.overarchingTableLayoutPanel.SetRowSpan(this.columnsAndRowsListView, 2);
     this.columnsAndRowsListView.View = View.Details;
     manager.ApplyResources(this.membersColumnHeader, "membersColumnHeader");
     manager.ApplyResources(this.sizeTypeColumnHeader, "sizeTypeColumnHeader");
     manager.ApplyResources(this.valueColumnHeader, "valueColumnHeader");
     manager.ApplyResources(this.helperTextTableLayoutPanel, "helperTextTableLayoutPanel");
     this.helperTextTableLayoutPanel.ColumnStyles.Add(new ColumnStyle());
     this.helperTextTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100f));
     this.helperTextTableLayoutPanel.Controls.Add(this.infoPictureBox2, 0, 1);
     this.helperTextTableLayoutPanel.Controls.Add(this.infoPictureBox1, 0, 0);
     this.helperTextTableLayoutPanel.Controls.Add(this.helperLinkLabel1, 1, 0);
     this.helperTextTableLayoutPanel.Controls.Add(this.helperLinkLabel2, 1, 1);
     this.helperTextTableLayoutPanel.Margin = new Padding(6, 6, 0, 3);
     this.helperTextTableLayoutPanel.Name = "helperTextTableLayoutPanel";
     this.helperTextTableLayoutPanel.RowStyles.Add(new RowStyle());
     this.helperTextTableLayoutPanel.RowStyles.Add(new RowStyle());
     manager.ApplyResources(this.infoPictureBox2, "infoPictureBox2");
     this.infoPictureBox2.Name = "infoPictureBox2";
     this.infoPictureBox2.TabStop = false;
     manager.ApplyResources(this.infoPictureBox1, "infoPictureBox1");
     this.infoPictureBox1.Name = "infoPictureBox1";
     this.infoPictureBox1.TabStop = false;
     manager.ApplyResources(this.helperLinkLabel1, "helperLinkLabel1");
     this.helperLinkLabel1.Margin = new Padding(3, 0, 0, 3);
     this.helperLinkLabel1.Name = "helperLinkLabel1";
     this.helperLinkLabel1.TabStop = true;
     this.helperLinkLabel1.UseCompatibleTextRendering = true;
     manager.ApplyResources(this.helperLinkLabel2, "helperLinkLabel2");
     this.helperLinkLabel2.Margin = new Padding(3, 3, 0, 0);
     this.helperLinkLabel2.Name = "helperLinkLabel2";
     this.helperLinkLabel2.TabStop = true;
     this.helperLinkLabel2.UseCompatibleTextRendering = true;
     manager.ApplyResources(this.sizeTypeGroupBox, "sizeTypeGroupBox");
     this.sizeTypeGroupBox.Controls.Add(this.sizeTypeTableLayoutPanel);
     this.sizeTypeGroupBox.Margin = new Padding(6, 0, 0, 3);
     this.sizeTypeGroupBox.Name = "sizeTypeGroupBox";
     this.sizeTypeGroupBox.Padding = new Padding(0);
     this.overarchingTableLayoutPanel.SetRowSpan(this.sizeTypeGroupBox, 2);
     this.sizeTypeGroupBox.TabStop = false;
     manager.ApplyResources(this.sizeTypeTableLayoutPanel, "sizeTypeTableLayoutPanel");
     this.sizeTypeTableLayoutPanel.Controls.Add(this.absoluteNumericUpDown, 1, 0);
     this.sizeTypeTableLayoutPanel.Controls.Add(this.absoluteRadioButton, 0, 0);
     this.sizeTypeTableLayoutPanel.Controls.Add(this.pixelsLabel, 2, 0);
     this.sizeTypeTableLayoutPanel.Controls.Add(this.percentLabel, 2, 1);
     this.sizeTypeTableLayoutPanel.Controls.Add(this.percentRadioButton, 0, 1);
     this.sizeTypeTableLayoutPanel.Controls.Add(this.autoSizedRadioButton, 0, 2);
     this.sizeTypeTableLayoutPanel.Controls.Add(this.percentNumericUpDown, 1, 1);
     this.sizeTypeTableLayoutPanel.Margin = new Padding(9);
     this.sizeTypeTableLayoutPanel.Name = "sizeTypeTableLayoutPanel";
     manager.ApplyResources(this.absoluteNumericUpDown, "absoluteNumericUpDown");
     int[] bits = new int[4];
     bits[0] = 0x1869f;
     this.absoluteNumericUpDown.Maximum = new decimal(bits);
     this.absoluteNumericUpDown.Name = "absoluteNumericUpDown";
     manager.ApplyResources(this.absoluteRadioButton, "absoluteRadioButton");
     this.absoluteRadioButton.Margin = new Padding(0, 3, 3, 0);
     this.absoluteRadioButton.Name = "absoluteRadioButton";
     manager.ApplyResources(this.pixelsLabel, "pixelsLabel");
     this.pixelsLabel.Name = "pixelsLabel";
     manager.ApplyResources(this.percentLabel, "percentLabel");
     this.percentLabel.Name = "percentLabel";
     manager.ApplyResources(this.percentRadioButton, "percentRadioButton");
     this.percentRadioButton.Margin = new Padding(0, 3, 3, 0);
     this.percentRadioButton.Name = "percentRadioButton";
     manager.ApplyResources(this.autoSizedRadioButton, "autoSizedRadioButton");
     this.autoSizedRadioButton.Margin = new Padding(0, 3, 3, 0);
     this.autoSizedRadioButton.Name = "autoSizedRadioButton";
     manager.ApplyResources(this.percentNumericUpDown, "percentNumericUpDown");
     this.percentNumericUpDown.DecimalPlaces = 2;
     int[] numArray2 = new int[4];
     numArray2[0] = 0x270f;
     this.percentNumericUpDown.Maximum = new decimal(numArray2);
     this.percentNumericUpDown.Name = "percentNumericUpDown";
     base.AcceptButton = this.okButton;
     manager.ApplyResources(this, "$this");
     base.AutoScaleMode = AutoScaleMode.Font;
     base.CancelButton = this.cancelButton;
     base.Controls.Add(this.overarchingTableLayoutPanel);
     base.HelpButton = true;
     base.MaximizeBox = false;
     base.MinimizeBox = false;
     base.Name = "Form1";
     base.ShowIcon = false;
     base.ShowInTaskbar = false;
     this.addRemoveInsertTableLayoutPanel.ResumeLayout(false);
     this.addRemoveInsertTableLayoutPanel.PerformLayout();
     this.okCancelTableLayoutPanel.ResumeLayout(false);
     this.okCancelTableLayoutPanel.PerformLayout();
     this.overarchingTableLayoutPanel.ResumeLayout(false);
     this.overarchingTableLayoutPanel.PerformLayout();
     this.showTableLayoutPanel.ResumeLayout(false);
     this.showTableLayoutPanel.PerformLayout();
     this.helperTextTableLayoutPanel.ResumeLayout(false);
     this.helperTextTableLayoutPanel.PerformLayout();
     ((ISupportInitialize) this.infoPictureBox2).EndInit();
     ((ISupportInitialize) this.infoPictureBox1).EndInit();
     this.sizeTypeGroupBox.ResumeLayout(false);
     this.sizeTypeTableLayoutPanel.ResumeLayout(false);
     this.sizeTypeTableLayoutPanel.PerformLayout();
     this.absoluteNumericUpDown.EndInit();
     this.percentNumericUpDown.EndInit();
     base.ResumeLayout(false);
 }