Example #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.labelWidth   = new System.Windows.Forms.Label();
     this.rbPixels     = new System.Windows.Forms.RadioButton();
     this.rbPercent    = new System.Windows.Forms.RadioButton();
     this.textBoxWidth = new OpenLiveWriter.Controls.NumericTextBox();
     this.SuspendLayout();
     //
     // labelWidth
     //
     this.labelWidth.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.labelWidth.Location  = new System.Drawing.Point(0, 3);
     this.labelWidth.Name      = "labelWidth";
     this.labelWidth.Size      = new System.Drawing.Size(64, 15);
     this.labelWidth.TabIndex  = 0;
     this.labelWidth.Text      = "&Width:";
     //
     // rbPixels
     //
     this.rbPixels.AutoSize  = true;
     this.rbPixels.Checked   = true;
     this.rbPixels.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.rbPixels.Location  = new System.Drawing.Point(124, 3);
     this.rbPixels.Name      = "rbPixels";
     this.rbPixels.Size      = new System.Drawing.Size(67, 22);
     this.rbPixels.TabIndex  = 4;
     this.rbPixels.TabStop   = true;
     this.rbPixels.Text      = "pixels";
     this.rbPixels.UseVisualStyleBackColor = true;
     //
     // rbPercent
     //
     this.rbPercent.AutoSize  = true;
     this.rbPercent.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.rbPercent.Location  = new System.Drawing.Point(194, 3);
     this.rbPercent.Name      = "rbPercent";
     this.rbPercent.Size      = new System.Drawing.Size(80, 22);
     this.rbPercent.TabIndex  = 5;
     this.rbPercent.Text      = "percent";
     this.rbPercent.UseVisualStyleBackColor = true;
     //
     // textBoxWidth
     //
     this.textBoxWidth.Location  = new System.Drawing.Point(72, 0);
     this.textBoxWidth.MaxLength = 9;
     this.textBoxWidth.Name      = "textBoxWidth";
     this.textBoxWidth.Size      = new System.Drawing.Size(46, 22);
     this.textBoxWidth.TabIndex  = 2;
     //
     // ColumnWidthControl
     //
     this.Controls.Add(this.rbPercent);
     this.Controls.Add(this.rbPixels);
     this.Controls.Add(this.textBoxWidth);
     this.Controls.Add(this.labelWidth);
     this.Name = "ColumnWidthControl";
     this.Size = new System.Drawing.Size(284, 23);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.textBoxWidth = new OpenLiveWriter.Controls.NumericTextBox();
     this.labelWidth   = new System.Windows.Forms.Label();
     this.labelPixels  = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // textBoxWidth
     //
     this.textBoxWidth.Location  = new System.Drawing.Point(72, 0);
     this.textBoxWidth.MaxLength = 9;
     this.textBoxWidth.Name      = "textBoxWidth";
     this.textBoxWidth.Size      = new System.Drawing.Size(46, 20);
     this.textBoxWidth.TabIndex  = 2;
     this.textBoxWidth.Text      = "";
     //
     // labelWidth
     //
     this.labelWidth.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.labelWidth.Location  = new System.Drawing.Point(0, 3);
     this.labelWidth.Name      = "labelWidth";
     this.labelWidth.Size      = new System.Drawing.Size(64, 15);
     this.labelWidth.TabIndex  = 0;
     this.labelWidth.Text      = "&Width:";
     //
     // labelPixels
     //
     this.labelPixels.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.labelPixels.Location  = new System.Drawing.Point(120, 3);
     this.labelPixels.Name      = "labelPixels";
     this.labelPixels.Size      = new System.Drawing.Size(63, 15);
     this.labelPixels.TabIndex  = 3;
     this.labelPixels.Text      = "pixels";
     //
     // ColumnWidthControl
     //
     this.Controls.Add(this.labelPixels);
     this.Controls.Add(this.textBoxWidth);
     this.Controls.Add(this.labelWidth);
     this.Name = "ColumnWidthControl";
     this.Size = new System.Drawing.Size(348, 23);
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.buttonOK = new System.Windows.Forms.Button();
            this.buttonCancel = new System.Windows.Forms.Button();
            this.groupBoxHeight = new System.Windows.Forms.GroupBox();
            this.labelPixels = new System.Windows.Forms.Label();
            this.textBoxHeight = new OpenLiveWriter.Controls.NumericTextBox();
            this.radioButtonFixedHeight = new System.Windows.Forms.RadioButton();
            this.radioButtonSizeToContent = new System.Windows.Forms.RadioButton();
            this.cellPropertiesControl = new OpenLiveWriter.PostEditor.Tables.CellPropertiesControl();
            this.groupBoxHeight.SuspendLayout();
            this.SuspendLayout();
            //
            // buttonOK
            //
            this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonOK.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.buttonOK.Location = new System.Drawing.Point(97, 240);
            this.buttonOK.Name = "buttonOK";
            this.buttonOK.TabIndex = 2;
            this.buttonOK.Text = "OK";
            this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
            //
            // buttonCancel
            //
            this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.buttonCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.buttonCancel.Location = new System.Drawing.Point(178, 240);
            this.buttonCancel.Name = "buttonCancel";
            this.buttonCancel.TabIndex = 3;
            this.buttonCancel.Text = "Cancel";
            //
            // groupBoxHeight
            //
            this.groupBoxHeight.Controls.Add(this.labelPixels);
            this.groupBoxHeight.Controls.Add(this.textBoxHeight);
            this.groupBoxHeight.Controls.Add(this.radioButtonFixedHeight);
            this.groupBoxHeight.Controls.Add(this.radioButtonSizeToContent);
            this.groupBoxHeight.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.groupBoxHeight.Location = new System.Drawing.Point(9, 9);
            this.groupBoxHeight.Name = "groupBoxHeight";
            this.groupBoxHeight.Size = new System.Drawing.Size(243, 119);
            this.groupBoxHeight.TabIndex = 0;
            this.groupBoxHeight.TabStop = false;
            this.groupBoxHeight.Text = "Height";
            //
            // labelPixels
            //
            this.labelPixels.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.labelPixels.Location = new System.Drawing.Point(105, 87);
            this.labelPixels.Name = "labelPixels";
            this.labelPixels.Size = new System.Drawing.Size(120, 15);
            this.labelPixels.TabIndex = 3;
            this.labelPixels.Text = "pixels";
            //
            // textBoxHeight
            //
            this.textBoxHeight.Location = new System.Drawing.Point(50, 84);
            this.textBoxHeight.MaxLength = 9;
            this.textBoxHeight.Name = "textBoxHeight";
            this.textBoxHeight.Size = new System.Drawing.Size(46, 21);
            this.textBoxHeight.TabIndex = 2;
            this.textBoxHeight.Text = "";
            //
            // radioButtonFixedHeight
            //
            this.radioButtonFixedHeight.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
            this.radioButtonFixedHeight.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.radioButtonFixedHeight.Location = new System.Drawing.Point(15, 57);
            this.radioButtonFixedHeight.Name = "radioButtonFixedHeight";
            this.radioButtonFixedHeight.Size = new System.Drawing.Size(216, 24);
            this.radioButtonFixedHeight.TabIndex = 1;
            this.radioButtonFixedHeight.Text = "&Fixed height:";
            this.radioButtonFixedHeight.CheckedChanged += new System.EventHandler(this.radioButtonFixedHeight_CheckedChanged);
            //
            // radioButtonSizeToContent
            //
            this.radioButtonSizeToContent.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
            this.radioButtonSizeToContent.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.radioButtonSizeToContent.Location = new System.Drawing.Point(15, 25);
            this.radioButtonSizeToContent.Name = "radioButtonSizeToContent";
            this.radioButtonSizeToContent.Size = new System.Drawing.Size(212, 24);
            this.radioButtonSizeToContent.TabIndex = 0;
            this.radioButtonSizeToContent.Text = "&Automatically size to content";
            this.radioButtonSizeToContent.CheckedChanged += new System.EventHandler(this.radioButtonSizeToContent_CheckedChanged);
            //
            // cellPropertiesControl
            //
            this.cellPropertiesControl.Location = new System.Drawing.Point(9, 132);
            this.cellPropertiesControl.Name = "cellPropertiesControl";
            this.cellPropertiesControl.Size = new System.Drawing.Size(243, 98);
            this.cellPropertiesControl.TabIndex = 1;
            //
            // RowPropertiesForm
            //
            this.AcceptButton = this.buttonOK;
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
            this.CancelButton = this.buttonCancel;
            this.ClientSize = new System.Drawing.Size(262, 271);
            this.Controls.Add(this.cellPropertiesControl);
            this.Controls.Add(this.groupBoxHeight);
            this.Controls.Add(this.buttonCancel);
            this.Controls.Add(this.buttonOK);
            this.Location = new System.Drawing.Point(0, 0);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "RowPropertiesForm";
            this.Text = "Row Properties";
            this.groupBoxHeight.ResumeLayout(false);
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.buttonOK = new System.Windows.Forms.Button();
            this.buttonCancel = new System.Windows.Forms.Button();
            this.groupBoxSize = new System.Windows.Forms.GroupBox();
            this.columnWidthControl = new OpenLiveWriter.PostEditor.Tables.ColumnWidthControl();
            this.panelRowsAndColumns = new System.Windows.Forms.Panel();
            this.numericTextBoxColumns = new OpenLiveWriter.Controls.NumericTextBox();
            this.numericTextBoxRows = new OpenLiveWriter.Controls.NumericTextBox();
            this.labelRows = new System.Windows.Forms.Label();
            this.labelColumns = new System.Windows.Forms.Label();
            this.groupBoxAppearance = new System.Windows.Forms.GroupBox();
            this.labelSpacingPixels = new System.Windows.Forms.Label();
            this.labelPaddingPixels = new System.Windows.Forms.Label();
            this.labelBorderPixels = new System.Windows.Forms.Label();
            this.checkBoxShowBorder = new System.Windows.Forms.CheckBox();
            this.numericTextBoxCellSpacing = new OpenLiveWriter.Controls.NumericTextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.numericTextBoxBorder = new OpenLiveWriter.Controls.NumericTextBox();
            this.numericTextBoxCellPadding = new OpenLiveWriter.Controls.NumericTextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.groupBoxSize.SuspendLayout();
            this.panelRowsAndColumns.SuspendLayout();
            this.groupBoxAppearance.SuspendLayout();
            this.SuspendLayout();
            //
            // buttonOK
            //
            this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonOK.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.buttonOK.Location = new System.Drawing.Point(139, 247);
            this.buttonOK.Name = "buttonOK";
            this.buttonOK.Size = new System.Drawing.Size(75, 23);
            this.buttonOK.TabIndex = 2;
            this.buttonOK.Text = "OK";
            this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
            //
            // buttonCancel
            //
            this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.buttonCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.buttonCancel.Location = new System.Drawing.Point(221, 247);
            this.buttonCancel.Name = "buttonCancel";
            this.buttonCancel.Size = new System.Drawing.Size(75, 23);
            this.buttonCancel.TabIndex = 3;
            this.buttonCancel.Text = "Cancel";
            //
            // groupBoxSize
            //
            this.groupBoxSize.Controls.Add(this.columnWidthControl);
            this.groupBoxSize.Controls.Add(this.panelRowsAndColumns);
            this.groupBoxSize.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.groupBoxSize.Location = new System.Drawing.Point(9, 8);
            this.groupBoxSize.Name = "groupBoxSize";
            this.groupBoxSize.Size = new System.Drawing.Size(287, 97);
            this.groupBoxSize.TabIndex = 0;
            this.groupBoxSize.TabStop = false;
            this.groupBoxSize.Text = "Size";
            //
            // columnWidthControl
            //
            this.columnWidthControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.columnWidthControl.ColumnWidth = 0;
            this.columnWidthControl.ImeMode = System.Windows.Forms.ImeMode.Off;
            this.columnWidthControl.Location = new System.Drawing.Point(16, 55);
            this.columnWidthControl.Name = "columnWidthControl";
            this.columnWidthControl.Size = new System.Drawing.Size(254, 23);
            this.columnWidthControl.TabIndex = 1;
            //
            // panelRowsAndColumns
            //
            this.panelRowsAndColumns.Controls.Add(this.numericTextBoxColumns);
            this.panelRowsAndColumns.Controls.Add(this.numericTextBoxRows);
            this.panelRowsAndColumns.Controls.Add(this.labelRows);
            this.panelRowsAndColumns.Controls.Add(this.labelColumns);
            this.panelRowsAndColumns.Location = new System.Drawing.Point(16, 24);
            this.panelRowsAndColumns.Name = "panelRowsAndColumns";
            this.panelRowsAndColumns.Size = new System.Drawing.Size(227, 23);
            this.panelRowsAndColumns.TabIndex = 0;
            //
            // numericTextBoxColumns
            //
            this.numericTextBoxColumns.ImeMode = System.Windows.Forms.ImeMode.Off;
            this.numericTextBoxColumns.Location = new System.Drawing.Point(155, 0);
            this.numericTextBoxColumns.MaxLength = 9;
            this.numericTextBoxColumns.Name = "numericTextBoxColumns";
            this.numericTextBoxColumns.Size = new System.Drawing.Size(46, 21);
            this.numericTextBoxColumns.TabIndex = 3;
            //
            // numericTextBoxRows
            //
            this.numericTextBoxRows.ImeMode = System.Windows.Forms.ImeMode.Off;
            this.numericTextBoxRows.Location = new System.Drawing.Point(43, 0);
            this.numericTextBoxRows.MaxLength = 9;
            this.numericTextBoxRows.Name = "numericTextBoxRows";
            this.numericTextBoxRows.Size = new System.Drawing.Size(46, 21);
            this.numericTextBoxRows.TabIndex = 1;
            //
            // labelRows
            //
            this.labelRows.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.labelRows.Location = new System.Drawing.Point(0, 3);
            this.labelRows.Name = "labelRows";
            this.labelRows.Size = new System.Drawing.Size(37, 15);
            this.labelRows.TabIndex = 0;
            this.labelRows.Text = "&Rows:";
            //
            // labelColumns
            //
            this.labelColumns.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.labelColumns.Location = new System.Drawing.Point(104, 3);
            this.labelColumns.Name = "labelColumns";
            this.labelColumns.Size = new System.Drawing.Size(49, 15);
            this.labelColumns.TabIndex = 2;
            this.labelColumns.Text = "&Columns:";
            //
            // groupBoxAppearance
            //
            this.groupBoxAppearance.Controls.Add(this.labelSpacingPixels);
            this.groupBoxAppearance.Controls.Add(this.labelPaddingPixels);
            this.groupBoxAppearance.Controls.Add(this.labelBorderPixels);
            this.groupBoxAppearance.Controls.Add(this.checkBoxShowBorder);
            this.groupBoxAppearance.Controls.Add(this.numericTextBoxCellSpacing);
            this.groupBoxAppearance.Controls.Add(this.label3);
            this.groupBoxAppearance.Controls.Add(this.numericTextBoxBorder);
            this.groupBoxAppearance.Controls.Add(this.numericTextBoxCellPadding);
            this.groupBoxAppearance.Controls.Add(this.label1);
            this.groupBoxAppearance.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.groupBoxAppearance.Location = new System.Drawing.Point(9, 108);
            this.groupBoxAppearance.Name = "groupBoxAppearance";
            this.groupBoxAppearance.Size = new System.Drawing.Size(287, 132);
            this.groupBoxAppearance.TabIndex = 1;
            this.groupBoxAppearance.TabStop = false;
            this.groupBoxAppearance.Text = "Appearance";
            //
            // labelSpacingPixels
            //
            this.labelSpacingPixels.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.labelSpacingPixels.Location = new System.Drawing.Point(206, 94);
            this.labelSpacingPixels.Name = "labelSpacingPixels";
            this.labelSpacingPixels.Size = new System.Drawing.Size(64, 15);
            this.labelSpacingPixels.TabIndex = 9;
            this.labelSpacingPixels.Text = "pixels";
            //
            // labelPaddingPixels
            //
            this.labelPaddingPixels.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.labelPaddingPixels.Location = new System.Drawing.Point(206, 65);
            this.labelPaddingPixels.Name = "labelPaddingPixels";
            this.labelPaddingPixels.Size = new System.Drawing.Size(64, 15);
            this.labelPaddingPixels.TabIndex = 8;
            this.labelPaddingPixels.Text = "pixels";
            //
            // labelBorderPixels
            //
            this.labelBorderPixels.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.labelBorderPixels.Location = new System.Drawing.Point(206, 29);
            this.labelBorderPixels.Name = "labelBorderPixels";
            this.labelBorderPixels.Size = new System.Drawing.Size(64, 16);
            this.labelBorderPixels.TabIndex = 7;
            this.labelBorderPixels.Text = "pixels";
            //
            // checkBoxShowBorder
            //
            this.checkBoxShowBorder.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.checkBoxShowBorder.Location = new System.Drawing.Point(16, 24);
            this.checkBoxShowBorder.Name = "checkBoxShowBorder";
            this.checkBoxShowBorder.Size = new System.Drawing.Size(141, 24);
            this.checkBoxShowBorder.TabIndex = 0;
            this.checkBoxShowBorder.Text = "Show table &border:";
            this.checkBoxShowBorder.CheckedChanged += new System.EventHandler(this.checkBoxShowBorder_CheckedChanged);
            //
            // numericTextBoxCellSpacing
            //
            this.numericTextBoxCellSpacing.ImeMode = System.Windows.Forms.ImeMode.Off;
            this.numericTextBoxCellSpacing.Location = new System.Drawing.Point(166, 91);
            this.numericTextBoxCellSpacing.MaxLength = 9;
            this.numericTextBoxCellSpacing.Name = "numericTextBoxCellSpacing";
            this.numericTextBoxCellSpacing.Size = new System.Drawing.Size(35, 21);
            this.numericTextBoxCellSpacing.TabIndex = 6;
            //
            // label3
            //
            this.label3.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.label3.Location = new System.Drawing.Point(16, 94);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(139, 15);
            this.label3.TabIndex = 5;
            this.label3.Text = "&Space between cells:";
            //
            // numericTextBoxBorder
            //
            this.numericTextBoxBorder.ImeMode = System.Windows.Forms.ImeMode.Off;
            this.numericTextBoxBorder.Location = new System.Drawing.Point(166, 26);
            this.numericTextBoxBorder.MaxLength = 9;
            this.numericTextBoxBorder.Name = "numericTextBoxBorder";
            this.numericTextBoxBorder.Size = new System.Drawing.Size(35, 21);
            this.numericTextBoxBorder.TabIndex = 2;
            //
            // numericTextBoxCellPadding
            //
            this.numericTextBoxCellPadding.ImeMode = System.Windows.Forms.ImeMode.Off;
            this.numericTextBoxCellPadding.Location = new System.Drawing.Point(166, 61);
            this.numericTextBoxCellPadding.MaxLength = 9;
            this.numericTextBoxCellPadding.Name = "numericTextBoxCellPadding";
            this.numericTextBoxCellPadding.Size = new System.Drawing.Size(35, 21);
            this.numericTextBoxCellPadding.TabIndex = 4;
            //
            // label1
            //
            this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.label1.Location = new System.Drawing.Point(16, 65);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(140, 15);
            this.label1.TabIndex = 3;
            this.label1.Text = "&Pad cell contents:";
            //
            // TablePropertiesForm
            //
            this.AcceptButton = this.buttonOK;
            this.CancelButton = this.buttonCancel;
            this.ClientSize = new System.Drawing.Size(305, 277);
            this.Controls.Add(this.groupBoxAppearance);
            this.Controls.Add(this.groupBoxSize);
            this.Controls.Add(this.buttonCancel);
            this.Controls.Add(this.buttonOK);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "TablePropertiesForm";
            this.Text = "Insert Table";
            this.groupBoxSize.ResumeLayout(false);
            this.panelRowsAndColumns.ResumeLayout(false);
            this.panelRowsAndColumns.PerformLayout();
            this.groupBoxAppearance.ResumeLayout(false);
            this.groupBoxAppearance.PerformLayout();
            this.ResumeLayout(false);

        }
Example #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.buttonOK                  = new System.Windows.Forms.Button();
     this.buttonCancel              = new System.Windows.Forms.Button();
     this.groupBoxSize              = new System.Windows.Forms.GroupBox();
     this.columnWidthControl        = new OpenLiveWriter.PostEditor.Tables.ColumnWidthControl();
     this.panelRowsAndColumns       = new System.Windows.Forms.Panel();
     this.numericTextBoxColumns     = new OpenLiveWriter.Controls.NumericTextBox();
     this.numericTextBoxRows        = new OpenLiveWriter.Controls.NumericTextBox();
     this.labelRows                 = new System.Windows.Forms.Label();
     this.labelColumns              = new System.Windows.Forms.Label();
     this.groupBoxAppearance        = new System.Windows.Forms.GroupBox();
     this.labelSpacingPixels        = new System.Windows.Forms.Label();
     this.labelPaddingPixels        = new System.Windows.Forms.Label();
     this.labelBorderPixels         = new System.Windows.Forms.Label();
     this.checkBoxShowBorder        = new System.Windows.Forms.CheckBox();
     this.numericTextBoxCellSpacing = new OpenLiveWriter.Controls.NumericTextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.numericTextBoxBorder      = new OpenLiveWriter.Controls.NumericTextBox();
     this.numericTextBoxCellPadding = new OpenLiveWriter.Controls.NumericTextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.groupBoxSize.SuspendLayout();
     this.panelRowsAndColumns.SuspendLayout();
     this.groupBoxAppearance.SuspendLayout();
     this.SuspendLayout();
     //
     // buttonOK
     //
     this.buttonOK.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonOK.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.buttonOK.Location  = new System.Drawing.Point(139, 247);
     this.buttonOK.Name      = "buttonOK";
     this.buttonOK.Size      = new System.Drawing.Size(75, 23);
     this.buttonOK.TabIndex  = 2;
     this.buttonOK.Text      = "OK";
     this.buttonOK.Click    += new System.EventHandler(this.buttonOK_Click);
     //
     // buttonCancel
     //
     this.buttonCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.buttonCancel.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.buttonCancel.Location     = new System.Drawing.Point(221, 247);
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.Size         = new System.Drawing.Size(75, 23);
     this.buttonCancel.TabIndex     = 3;
     this.buttonCancel.Text         = "Cancel";
     //
     // groupBoxSize
     //
     this.groupBoxSize.Controls.Add(this.columnWidthControl);
     this.groupBoxSize.Controls.Add(this.panelRowsAndColumns);
     this.groupBoxSize.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBoxSize.Location  = new System.Drawing.Point(9, 8);
     this.groupBoxSize.Name      = "groupBoxSize";
     this.groupBoxSize.Size      = new System.Drawing.Size(287, 97);
     this.groupBoxSize.TabIndex  = 0;
     this.groupBoxSize.TabStop   = false;
     this.groupBoxSize.Text      = "Size";
     //
     // columnWidthControl
     //
     this.columnWidthControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.columnWidthControl.ColumnWidth = 0;
     this.columnWidthControl.ImeMode     = System.Windows.Forms.ImeMode.Off;
     this.columnWidthControl.Location    = new System.Drawing.Point(16, 55);
     this.columnWidthControl.Name        = "columnWidthControl";
     this.columnWidthControl.Size        = new System.Drawing.Size(254, 23);
     this.columnWidthControl.TabIndex    = 1;
     //
     // panelRowsAndColumns
     //
     this.panelRowsAndColumns.Controls.Add(this.numericTextBoxColumns);
     this.panelRowsAndColumns.Controls.Add(this.numericTextBoxRows);
     this.panelRowsAndColumns.Controls.Add(this.labelRows);
     this.panelRowsAndColumns.Controls.Add(this.labelColumns);
     this.panelRowsAndColumns.Location = new System.Drawing.Point(16, 24);
     this.panelRowsAndColumns.Name     = "panelRowsAndColumns";
     this.panelRowsAndColumns.Size     = new System.Drawing.Size(227, 23);
     this.panelRowsAndColumns.TabIndex = 0;
     //
     // numericTextBoxColumns
     //
     this.numericTextBoxColumns.ImeMode   = System.Windows.Forms.ImeMode.Off;
     this.numericTextBoxColumns.Location  = new System.Drawing.Point(155, 0);
     this.numericTextBoxColumns.MaxLength = 9;
     this.numericTextBoxColumns.Name      = "numericTextBoxColumns";
     this.numericTextBoxColumns.Size      = new System.Drawing.Size(46, 21);
     this.numericTextBoxColumns.TabIndex  = 3;
     //
     // numericTextBoxRows
     //
     this.numericTextBoxRows.ImeMode   = System.Windows.Forms.ImeMode.Off;
     this.numericTextBoxRows.Location  = new System.Drawing.Point(43, 0);
     this.numericTextBoxRows.MaxLength = 9;
     this.numericTextBoxRows.Name      = "numericTextBoxRows";
     this.numericTextBoxRows.Size      = new System.Drawing.Size(46, 21);
     this.numericTextBoxRows.TabIndex  = 1;
     //
     // labelRows
     //
     this.labelRows.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.labelRows.Location  = new System.Drawing.Point(0, 3);
     this.labelRows.Name      = "labelRows";
     this.labelRows.Size      = new System.Drawing.Size(37, 15);
     this.labelRows.TabIndex  = 0;
     this.labelRows.Text      = "&Rows:";
     //
     // labelColumns
     //
     this.labelColumns.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.labelColumns.Location  = new System.Drawing.Point(104, 3);
     this.labelColumns.Name      = "labelColumns";
     this.labelColumns.Size      = new System.Drawing.Size(49, 15);
     this.labelColumns.TabIndex  = 2;
     this.labelColumns.Text      = "&Columns:";
     //
     // groupBoxAppearance
     //
     this.groupBoxAppearance.Controls.Add(this.labelSpacingPixels);
     this.groupBoxAppearance.Controls.Add(this.labelPaddingPixels);
     this.groupBoxAppearance.Controls.Add(this.labelBorderPixels);
     this.groupBoxAppearance.Controls.Add(this.checkBoxShowBorder);
     this.groupBoxAppearance.Controls.Add(this.numericTextBoxCellSpacing);
     this.groupBoxAppearance.Controls.Add(this.label3);
     this.groupBoxAppearance.Controls.Add(this.numericTextBoxBorder);
     this.groupBoxAppearance.Controls.Add(this.numericTextBoxCellPadding);
     this.groupBoxAppearance.Controls.Add(this.label1);
     this.groupBoxAppearance.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBoxAppearance.Location  = new System.Drawing.Point(9, 108);
     this.groupBoxAppearance.Name      = "groupBoxAppearance";
     this.groupBoxAppearance.Size      = new System.Drawing.Size(287, 132);
     this.groupBoxAppearance.TabIndex  = 1;
     this.groupBoxAppearance.TabStop   = false;
     this.groupBoxAppearance.Text      = "Appearance";
     //
     // labelSpacingPixels
     //
     this.labelSpacingPixels.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.labelSpacingPixels.Location  = new System.Drawing.Point(206, 94);
     this.labelSpacingPixels.Name      = "labelSpacingPixels";
     this.labelSpacingPixels.Size      = new System.Drawing.Size(64, 15);
     this.labelSpacingPixels.TabIndex  = 9;
     this.labelSpacingPixels.Text      = "pixels";
     //
     // labelPaddingPixels
     //
     this.labelPaddingPixels.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.labelPaddingPixels.Location  = new System.Drawing.Point(206, 65);
     this.labelPaddingPixels.Name      = "labelPaddingPixels";
     this.labelPaddingPixels.Size      = new System.Drawing.Size(64, 15);
     this.labelPaddingPixels.TabIndex  = 8;
     this.labelPaddingPixels.Text      = "pixels";
     //
     // labelBorderPixels
     //
     this.labelBorderPixels.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.labelBorderPixels.Location  = new System.Drawing.Point(206, 29);
     this.labelBorderPixels.Name      = "labelBorderPixels";
     this.labelBorderPixels.Size      = new System.Drawing.Size(64, 16);
     this.labelBorderPixels.TabIndex  = 7;
     this.labelBorderPixels.Text      = "pixels";
     //
     // checkBoxShowBorder
     //
     this.checkBoxShowBorder.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.checkBoxShowBorder.Location        = new System.Drawing.Point(16, 24);
     this.checkBoxShowBorder.Name            = "checkBoxShowBorder";
     this.checkBoxShowBorder.Size            = new System.Drawing.Size(141, 24);
     this.checkBoxShowBorder.TabIndex        = 0;
     this.checkBoxShowBorder.Text            = "Show table &border:";
     this.checkBoxShowBorder.CheckedChanged += new System.EventHandler(this.checkBoxShowBorder_CheckedChanged);
     //
     // numericTextBoxCellSpacing
     //
     this.numericTextBoxCellSpacing.ImeMode   = System.Windows.Forms.ImeMode.Off;
     this.numericTextBoxCellSpacing.Location  = new System.Drawing.Point(166, 91);
     this.numericTextBoxCellSpacing.MaxLength = 9;
     this.numericTextBoxCellSpacing.Name      = "numericTextBoxCellSpacing";
     this.numericTextBoxCellSpacing.Size      = new System.Drawing.Size(35, 21);
     this.numericTextBoxCellSpacing.TabIndex  = 6;
     //
     // label3
     //
     this.label3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label3.Location  = new System.Drawing.Point(16, 94);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(139, 15);
     this.label3.TabIndex  = 5;
     this.label3.Text      = "&Space between cells:";
     //
     // numericTextBoxBorder
     //
     this.numericTextBoxBorder.ImeMode   = System.Windows.Forms.ImeMode.Off;
     this.numericTextBoxBorder.Location  = new System.Drawing.Point(166, 26);
     this.numericTextBoxBorder.MaxLength = 9;
     this.numericTextBoxBorder.Name      = "numericTextBoxBorder";
     this.numericTextBoxBorder.Size      = new System.Drawing.Size(35, 21);
     this.numericTextBoxBorder.TabIndex  = 2;
     //
     // numericTextBoxCellPadding
     //
     this.numericTextBoxCellPadding.ImeMode   = System.Windows.Forms.ImeMode.Off;
     this.numericTextBoxCellPadding.Location  = new System.Drawing.Point(166, 61);
     this.numericTextBoxCellPadding.MaxLength = 9;
     this.numericTextBoxCellPadding.Name      = "numericTextBoxCellPadding";
     this.numericTextBoxCellPadding.Size      = new System.Drawing.Size(35, 21);
     this.numericTextBoxCellPadding.TabIndex  = 4;
     //
     // label1
     //
     this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label1.Location  = new System.Drawing.Point(16, 65);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(140, 15);
     this.label1.TabIndex  = 3;
     this.label1.Text      = "&Pad cell contents:";
     //
     // TablePropertiesForm
     //
     this.AcceptButton = this.buttonOK;
     this.CancelButton = this.buttonCancel;
     this.ClientSize   = new System.Drawing.Size(305, 277);
     this.Controls.Add(this.groupBoxAppearance);
     this.Controls.Add(this.groupBoxSize);
     this.Controls.Add(this.buttonCancel);
     this.Controls.Add(this.buttonOK);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "TablePropertiesForm";
     this.Text        = "Insert Table";
     this.groupBoxSize.ResumeLayout(false);
     this.panelRowsAndColumns.ResumeLayout(false);
     this.panelRowsAndColumns.PerformLayout();
     this.groupBoxAppearance.ResumeLayout(false);
     this.groupBoxAppearance.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.buttonOK                 = new System.Windows.Forms.Button();
     this.buttonCancel             = new System.Windows.Forms.Button();
     this.groupBoxHeight           = new System.Windows.Forms.GroupBox();
     this.labelPixels              = new System.Windows.Forms.Label();
     this.textBoxHeight            = new OpenLiveWriter.Controls.NumericTextBox();
     this.radioButtonFixedHeight   = new System.Windows.Forms.RadioButton();
     this.radioButtonSizeToContent = new System.Windows.Forms.RadioButton();
     this.cellPropertiesControl    = new OpenLiveWriter.PostEditor.Tables.CellPropertiesControl();
     this.groupBoxHeight.SuspendLayout();
     this.SuspendLayout();
     //
     // buttonOK
     //
     this.buttonOK.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonOK.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.buttonOK.Location  = new System.Drawing.Point(97, 240);
     this.buttonOK.Name      = "buttonOK";
     this.buttonOK.TabIndex  = 2;
     this.buttonOK.Text      = "OK";
     this.buttonOK.Click    += new System.EventHandler(this.buttonOK_Click);
     //
     // buttonCancel
     //
     this.buttonCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.buttonCancel.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.buttonCancel.Location     = new System.Drawing.Point(178, 240);
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.TabIndex     = 3;
     this.buttonCancel.Text         = "Cancel";
     //
     // groupBoxHeight
     //
     this.groupBoxHeight.Controls.Add(this.labelPixels);
     this.groupBoxHeight.Controls.Add(this.textBoxHeight);
     this.groupBoxHeight.Controls.Add(this.radioButtonFixedHeight);
     this.groupBoxHeight.Controls.Add(this.radioButtonSizeToContent);
     this.groupBoxHeight.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBoxHeight.Location  = new System.Drawing.Point(9, 9);
     this.groupBoxHeight.Name      = "groupBoxHeight";
     this.groupBoxHeight.Size      = new System.Drawing.Size(243, 119);
     this.groupBoxHeight.TabIndex  = 0;
     this.groupBoxHeight.TabStop   = false;
     this.groupBoxHeight.Text      = "Height";
     //
     // labelPixels
     //
     this.labelPixels.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.labelPixels.Location  = new System.Drawing.Point(105, 87);
     this.labelPixels.Name      = "labelPixels";
     this.labelPixels.Size      = new System.Drawing.Size(120, 15);
     this.labelPixels.TabIndex  = 3;
     this.labelPixels.Text      = "pixels";
     //
     // textBoxHeight
     //
     this.textBoxHeight.Location  = new System.Drawing.Point(50, 84);
     this.textBoxHeight.MaxLength = 9;
     this.textBoxHeight.Name      = "textBoxHeight";
     this.textBoxHeight.Size      = new System.Drawing.Size(46, 21);
     this.textBoxHeight.TabIndex  = 2;
     this.textBoxHeight.Text      = "";
     //
     // radioButtonFixedHeight
     //
     this.radioButtonFixedHeight.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.radioButtonFixedHeight.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.radioButtonFixedHeight.Location        = new System.Drawing.Point(15, 57);
     this.radioButtonFixedHeight.Name            = "radioButtonFixedHeight";
     this.radioButtonFixedHeight.Size            = new System.Drawing.Size(216, 24);
     this.radioButtonFixedHeight.TabIndex        = 1;
     this.radioButtonFixedHeight.Text            = "&Fixed height:";
     this.radioButtonFixedHeight.CheckedChanged += new System.EventHandler(this.radioButtonFixedHeight_CheckedChanged);
     //
     // radioButtonSizeToContent
     //
     this.radioButtonSizeToContent.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.radioButtonSizeToContent.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.radioButtonSizeToContent.Location        = new System.Drawing.Point(15, 25);
     this.radioButtonSizeToContent.Name            = "radioButtonSizeToContent";
     this.radioButtonSizeToContent.Size            = new System.Drawing.Size(212, 24);
     this.radioButtonSizeToContent.TabIndex        = 0;
     this.radioButtonSizeToContent.Text            = "&Automatically size to content";
     this.radioButtonSizeToContent.CheckedChanged += new System.EventHandler(this.radioButtonSizeToContent_CheckedChanged);
     //
     // cellPropertiesControl
     //
     this.cellPropertiesControl.Location = new System.Drawing.Point(9, 132);
     this.cellPropertiesControl.Name     = "cellPropertiesControl";
     this.cellPropertiesControl.Size     = new System.Drawing.Size(243, 98);
     this.cellPropertiesControl.TabIndex = 1;
     //
     // RowPropertiesForm
     //
     this.AcceptButton      = this.buttonOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.CancelButton      = this.buttonCancel;
     this.ClientSize        = new System.Drawing.Size(262, 271);
     this.Controls.Add(this.cellPropertiesControl);
     this.Controls.Add(this.groupBoxHeight);
     this.Controls.Add(this.buttonCancel);
     this.Controls.Add(this.buttonOK);
     this.Location    = new System.Drawing.Point(0, 0);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "RowPropertiesForm";
     this.Text        = "Row Properties";
     this.groupBoxHeight.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.labelWidth = new System.Windows.Forms.Label();
            this.rbPixels = new System.Windows.Forms.RadioButton();
            this.rbPercent = new System.Windows.Forms.RadioButton();
            this.textBoxWidth = new OpenLiveWriter.Controls.NumericTextBox();
            this.SuspendLayout();
            // 
            // labelWidth
            // 
            this.labelWidth.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.labelWidth.Location = new System.Drawing.Point(0, 3);
            this.labelWidth.Name = "labelWidth";
            this.labelWidth.Size = new System.Drawing.Size(64, 15);
            this.labelWidth.TabIndex = 0;
            this.labelWidth.Text = "&Width:";
            // 
            // rbPixels
            // 
            this.rbPixels.AutoSize = true;
            this.rbPixels.Checked = true;
            this.rbPixels.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.rbPixels.Location = new System.Drawing.Point(124, 3);
            this.rbPixels.Name = "rbPixels";
            this.rbPixels.Size = new System.Drawing.Size(67, 22);
            this.rbPixels.TabIndex = 4;
            this.rbPixels.TabStop = true;
            this.rbPixels.Text = "pixels";
            this.rbPixels.UseVisualStyleBackColor = true;
            // 
            // rbPercent
            // 
            this.rbPercent.AutoSize = true;
            this.rbPercent.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.rbPercent.Location = new System.Drawing.Point(194, 3);
            this.rbPercent.Name = "rbPercent";
            this.rbPercent.Size = new System.Drawing.Size(80, 22);
            this.rbPercent.TabIndex = 5;
            this.rbPercent.Text = "percent";
            this.rbPercent.UseVisualStyleBackColor = true;
            // 
            // textBoxWidth
            // 
            this.textBoxWidth.Location = new System.Drawing.Point(72, 0);
            this.textBoxWidth.MaxLength = 9;
            this.textBoxWidth.Name = "textBoxWidth";
            this.textBoxWidth.Size = new System.Drawing.Size(46, 22);
            this.textBoxWidth.TabIndex = 2;
            // 
            // ColumnWidthControl
            // 
            this.Controls.Add(this.rbPercent);
            this.Controls.Add(this.rbPixels);
            this.Controls.Add(this.textBoxWidth);
            this.Controls.Add(this.labelWidth);
            this.Name = "ColumnWidthControl";
            this.Size = new System.Drawing.Size(284, 23);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.textBoxWidth = new OpenLiveWriter.Controls.NumericTextBox();
            this.labelWidth = new System.Windows.Forms.Label();
            this.labelPixels = new System.Windows.Forms.Label();
            this.SuspendLayout();
            //
            // textBoxWidth
            //
            this.textBoxWidth.Location = new System.Drawing.Point(72, 0);
            this.textBoxWidth.MaxLength = 9;
            this.textBoxWidth.Name = "textBoxWidth";
            this.textBoxWidth.Size = new System.Drawing.Size(46, 20);
            this.textBoxWidth.TabIndex = 2;
            this.textBoxWidth.Text = "";
            //
            // labelWidth
            //
            this.labelWidth.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.labelWidth.Location = new System.Drawing.Point(0, 3);
            this.labelWidth.Name = "labelWidth";
            this.labelWidth.Size = new System.Drawing.Size(64, 15);
            this.labelWidth.TabIndex = 0;
            this.labelWidth.Text = "&Width:";
            //
            // labelPixels
            //
            this.labelPixels.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.labelPixels.Location = new System.Drawing.Point(120, 3);
            this.labelPixels.Name = "labelPixels";
            this.labelPixels.Size = new System.Drawing.Size(63, 15);
            this.labelPixels.TabIndex = 3;
            this.labelPixels.Text = "pixels";
            //
            // ColumnWidthControl
            //
            this.Controls.Add(this.labelPixels);
            this.Controls.Add(this.textBoxWidth);
            this.Controls.Add(this.labelWidth);
            this.Name = "ColumnWidthControl";
            this.Size = new System.Drawing.Size(348, 23);
            this.ResumeLayout(false);

        }