コード例 #1
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            OpenLiveWriter.PostEditor.Tables.CellProperties cellProperties1 = new OpenLiveWriter.PostEditor.Tables.CellProperties();
            this.buttonOK = new System.Windows.Forms.Button();
            this.buttonCancel = new System.Windows.Forms.Button();
            this.cellPropertiesControl = new OpenLiveWriter.PostEditor.Tables.CellPropertiesControl();
            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(114, 158);
            this.buttonOK.Name = "buttonOK";
            this.buttonOK.Size = new System.Drawing.Size(105, 33);
            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(227, 158);
            this.buttonCancel.Name = "buttonCancel";
            this.buttonCancel.Size = new System.Drawing.Size(105, 33);
            this.buttonCancel.TabIndex = 3;
            this.buttonCancel.Text = "Cancel";
            // 
            // cellPropertiesControl
            // 
            cellProperties1.BackgroundColor = null;
            cellProperties1.HorizontalAlignment = OpenLiveWriter.PostEditor.Tables.HorizontalAlignment.Left;
            cellProperties1.VerticalAlignment = OpenLiveWriter.PostEditor.Tables.VerticalAlignment.Middle;
            this.cellPropertiesControl.CellProperties = cellProperties1;
            this.cellPropertiesControl.Location = new System.Drawing.Point(13, 11);
            this.cellPropertiesControl.Name = "cellPropertiesControl";
            this.cellPropertiesControl.Size = new System.Drawing.Size(323, 139);
            this.cellPropertiesControl.TabIndex = 4;
            // 
            // CellPropertiesForm
            // 
            this.AcceptButton = this.buttonOK;
            this.CancelButton = this.buttonCancel;
            this.ClientSize = new System.Drawing.Size(345, 202);
            this.Controls.Add(this.cellPropertiesControl);
            this.Controls.Add(this.buttonCancel);
            this.Controls.Add(this.buttonOK);
            this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "CellPropertiesForm";
            this.Text = "Cell Properties";
            this.ResumeLayout(false);

        }
コード例 #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     OpenLiveWriter.PostEditor.Tables.CellProperties cellProperties1 = new OpenLiveWriter.PostEditor.Tables.CellProperties();
     this.buttonOK              = new System.Windows.Forms.Button();
     this.buttonCancel          = new System.Windows.Forms.Button();
     this.cellPropertiesControl = new OpenLiveWriter.PostEditor.Tables.CellPropertiesControl();
     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(114, 158);
     this.buttonOK.Name      = "buttonOK";
     this.buttonOK.Size      = new System.Drawing.Size(105, 33);
     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(227, 158);
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.Size         = new System.Drawing.Size(105, 33);
     this.buttonCancel.TabIndex     = 3;
     this.buttonCancel.Text         = "Cancel";
     //
     // cellPropertiesControl
     //
     cellProperties1.BackgroundColor           = null;
     cellProperties1.HorizontalAlignment       = OpenLiveWriter.PostEditor.Tables.HorizontalAlignment.Left;
     cellProperties1.VerticalAlignment         = OpenLiveWriter.PostEditor.Tables.VerticalAlignment.Middle;
     this.cellPropertiesControl.CellProperties = cellProperties1;
     this.cellPropertiesControl.Location       = new System.Drawing.Point(13, 11);
     this.cellPropertiesControl.Name           = "cellPropertiesControl";
     this.cellPropertiesControl.Size           = new System.Drawing.Size(323, 139);
     this.cellPropertiesControl.TabIndex       = 4;
     //
     // CellPropertiesForm
     //
     this.AcceptButton = this.buttonOK;
     this.CancelButton = this.buttonCancel;
     this.ClientSize   = new System.Drawing.Size(345, 202);
     this.Controls.Add(this.cellPropertiesControl);
     this.Controls.Add(this.buttonCancel);
     this.Controls.Add(this.buttonOK);
     this.Margin      = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "CellPropertiesForm";
     this.Text        = "Cell Properties";
     this.ResumeLayout(false);
 }
コード例 #3
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.cellPropertiesControl = new OpenLiveWriter.PostEditor.Tables.CellPropertiesControl();
     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(85, 112);
     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(166, 112);
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.TabIndex     = 3;
     this.buttonCancel.Text         = "Cancel";
     //
     // cellPropertiesControl
     //
     this.cellPropertiesControl.Location = new System.Drawing.Point(9, 8);
     this.cellPropertiesControl.Name     = "cellPropertiesControl";
     this.cellPropertiesControl.Size     = new System.Drawing.Size(231, 97);
     this.cellPropertiesControl.TabIndex = 4;
     //
     // CellPropertiesForm
     //
     this.AcceptButton      = this.buttonOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.CancelButton      = this.buttonCancel;
     this.ClientSize        = new System.Drawing.Size(250, 143);
     this.Controls.Add(this.cellPropertiesControl);
     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        = "CellPropertiesForm";
     this.Text        = "Cell Properties";
     this.ResumeLayout(false);
 }
コード例 #4
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.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);

        }
コード例 #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.cellPropertiesControl = new OpenLiveWriter.PostEditor.Tables.CellPropertiesControl();
            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(85, 112);
            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(166, 112);
            this.buttonCancel.Name = "buttonCancel";
            this.buttonCancel.TabIndex = 3;
            this.buttonCancel.Text = "Cancel";
            //
            // cellPropertiesControl
            //
            this.cellPropertiesControl.Location = new System.Drawing.Point(9, 8);
            this.cellPropertiesControl.Name = "cellPropertiesControl";
            this.cellPropertiesControl.Size = new System.Drawing.Size(231, 97);
            this.cellPropertiesControl.TabIndex = 4;
            //
            // CellPropertiesForm
            //
            this.AcceptButton = this.buttonOK;
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
            this.CancelButton = this.buttonCancel;
            this.ClientSize = new System.Drawing.Size(250, 143);
            this.Controls.Add(this.cellPropertiesControl);
            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 = "CellPropertiesForm";
            this.Text = "Cell Properties";
            this.ResumeLayout(false);

        }
コード例 #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     OpenLiveWriter.PostEditor.Tables.CellProperties cellProperties1 = new OpenLiveWriter.PostEditor.Tables.CellProperties();
     this.buttonCancel          = new System.Windows.Forms.Button();
     this.groupBoxSize          = new System.Windows.Forms.GroupBox();
     this.columnWidthControl    = new OpenLiveWriter.PostEditor.Tables.ColumnWidthControl();
     this.label11               = new System.Windows.Forms.Label();
     this.buttonOK              = new System.Windows.Forms.Button();
     this.cellPropertiesControl = new OpenLiveWriter.PostEditor.Tables.CellPropertiesControl();
     this.groupBoxSize.SuspendLayout();
     this.SuspendLayout();
     //
     // 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(379, 201);
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.Size         = new System.Drawing.Size(105, 33);
     this.buttonCancel.TabIndex     = 3;
     this.buttonCancel.Text         = "Cancel";
     //
     // groupBoxSize
     //
     this.groupBoxSize.Controls.Add(this.columnWidthControl);
     this.groupBoxSize.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBoxSize.Location  = new System.Drawing.Point(13, 11);
     this.groupBoxSize.Name      = "groupBoxSize";
     this.groupBoxSize.Size      = new System.Drawing.Size(341, 79);
     this.groupBoxSize.TabIndex  = 0;
     this.groupBoxSize.TabStop   = false;
     this.groupBoxSize.Text      = "Size";
     //
     // columnWidthControl
     //
     this.columnWidthControl.Location = new System.Drawing.Point(21, 25);
     this.columnWidthControl.Name     = "columnWidthControl";
     this.columnWidthControl.Size     = new System.Drawing.Size(308, 36);
     this.columnWidthControl.TabIndex = 0;
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(1, 1);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(100, 23);
     this.label11.TabIndex = 0;
     //
     // 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(262, 201);
     this.buttonOK.Name      = "buttonOK";
     this.buttonOK.Size      = new System.Drawing.Size(105, 33);
     this.buttonOK.TabIndex  = 2;
     this.buttonOK.Text      = "OK";
     this.buttonOK.Click    += new System.EventHandler(this.buttonOK_Click);
     //
     // cellPropertiesControl
     //
     cellProperties1.BackgroundColor           = null;
     cellProperties1.HorizontalAlignment       = OpenLiveWriter.PostEditor.Tables.HorizontalAlignment.Left;
     cellProperties1.VerticalAlignment         = OpenLiveWriter.PostEditor.Tables.VerticalAlignment.Middle;
     this.cellPropertiesControl.CellProperties = cellProperties1;
     this.cellPropertiesControl.Location       = new System.Drawing.Point(13, 113);
     this.cellPropertiesControl.Name           = "cellPropertiesControl";
     this.cellPropertiesControl.Size           = new System.Drawing.Size(243, 120);
     this.cellPropertiesControl.TabIndex       = 1;
     //
     // ColumnPropertiesForm
     //
     this.AcceptButton = this.buttonOK;
     this.CancelButton = this.buttonCancel;
     this.ClientSize   = new System.Drawing.Size(496, 245);
     this.Controls.Add(this.cellPropertiesControl);
     this.Controls.Add(this.buttonOK);
     this.Controls.Add(this.groupBoxSize);
     this.Controls.Add(this.buttonCancel);
     this.Margin      = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "ColumnPropertiesForm";
     this.Text        = "Column Properties";
     this.groupBoxSize.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #7
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            OpenLiveWriter.PostEditor.Tables.CellProperties cellProperties1 = new OpenLiveWriter.PostEditor.Tables.CellProperties();
            this.buttonCancel = new System.Windows.Forms.Button();
            this.groupBoxSize = new System.Windows.Forms.GroupBox();
            this.columnWidthControl = new OpenLiveWriter.PostEditor.Tables.ColumnWidthControl();
            this.label11 = new System.Windows.Forms.Label();
            this.buttonOK = new System.Windows.Forms.Button();
            this.cellPropertiesControl = new OpenLiveWriter.PostEditor.Tables.CellPropertiesControl();
            this.groupBoxSize.SuspendLayout();
            this.SuspendLayout();
            // 
            // 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(379, 201);
            this.buttonCancel.Name = "buttonCancel";
            this.buttonCancel.Size = new System.Drawing.Size(105, 33);
            this.buttonCancel.TabIndex = 3;
            this.buttonCancel.Text = "Cancel";
            // 
            // groupBoxSize
            // 
            this.groupBoxSize.Controls.Add(this.columnWidthControl);
            this.groupBoxSize.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.groupBoxSize.Location = new System.Drawing.Point(13, 11);
            this.groupBoxSize.Name = "groupBoxSize";
            this.groupBoxSize.Size = new System.Drawing.Size(341, 79);
            this.groupBoxSize.TabIndex = 0;
            this.groupBoxSize.TabStop = false;
            this.groupBoxSize.Text = "Size";
            // 
            // columnWidthControl
            // 
            this.columnWidthControl.Location = new System.Drawing.Point(21, 25);
            this.columnWidthControl.Name = "columnWidthControl";
            this.columnWidthControl.Size = new System.Drawing.Size(308, 36);
            this.columnWidthControl.TabIndex = 0;
            // 
            // label11
            // 
            this.label11.Location = new System.Drawing.Point(1, 1);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(100, 23);
            this.label11.TabIndex = 0;
            // 
            // 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(262, 201);
            this.buttonOK.Name = "buttonOK";
            this.buttonOK.Size = new System.Drawing.Size(105, 33);
            this.buttonOK.TabIndex = 2;
            this.buttonOK.Text = "OK";
            this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
            // 
            // cellPropertiesControl
            // 
            cellProperties1.BackgroundColor = null;
            cellProperties1.HorizontalAlignment = OpenLiveWriter.PostEditor.Tables.HorizontalAlignment.Left;
            cellProperties1.VerticalAlignment = OpenLiveWriter.PostEditor.Tables.VerticalAlignment.Middle;
            this.cellPropertiesControl.CellProperties = cellProperties1;
            this.cellPropertiesControl.Location = new System.Drawing.Point(13, 113);
            this.cellPropertiesControl.Name = "cellPropertiesControl";
            this.cellPropertiesControl.Size = new System.Drawing.Size(243, 120);
            this.cellPropertiesControl.TabIndex = 1;
            // 
            // ColumnPropertiesForm
            // 
            this.AcceptButton = this.buttonOK;
            this.CancelButton = this.buttonCancel;
            this.ClientSize = new System.Drawing.Size(496, 245);
            this.Controls.Add(this.cellPropertiesControl);
            this.Controls.Add(this.buttonOK);
            this.Controls.Add(this.groupBoxSize);
            this.Controls.Add(this.buttonCancel);
            this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "ColumnPropertiesForm";
            this.Text = "Column Properties";
            this.groupBoxSize.ResumeLayout(false);
            this.ResumeLayout(false);

        }
コード例 #8
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.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);
 }
コード例 #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.buttonCancel          = new System.Windows.Forms.Button();
     this.groupBoxSize          = new System.Windows.Forms.GroupBox();
     this.columnWidthControl    = new OpenLiveWriter.PostEditor.Tables.ColumnWidthControl();
     this.label11               = new System.Windows.Forms.Label();
     this.buttonOK              = new System.Windows.Forms.Button();
     this.cellPropertiesControl = new OpenLiveWriter.PostEditor.Tables.CellPropertiesControl();
     this.groupBoxSize.SuspendLayout();
     this.SuspendLayout();
     //
     // 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(169, 184);
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.TabIndex     = 3;
     this.buttonCancel.Text         = "Cancel";
     //
     // groupBoxSize
     //
     this.groupBoxSize.Controls.Add(this.columnWidthControl);
     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(234, 66);
     this.groupBoxSize.TabIndex  = 0;
     this.groupBoxSize.TabStop   = false;
     this.groupBoxSize.Text      = "Size";
     //
     // columnWidthControl
     //
     this.columnWidthControl.ColumnWidth = 0;
     this.columnWidthControl.Location    = new System.Drawing.Point(15, 24);
     this.columnWidthControl.Name        = "columnWidthControl";
     this.columnWidthControl.Size        = new System.Drawing.Size(209, 23);
     this.columnWidthControl.TabIndex    = 0;
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(1, 1);
     this.label11.Name     = "label11";
     this.label11.TabIndex = 0;
     //
     // 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(86, 184);
     this.buttonOK.Name      = "buttonOK";
     this.buttonOK.TabIndex  = 2;
     this.buttonOK.Text      = "OK";
     this.buttonOK.Click    += new System.EventHandler(this.buttonOK_Click);
     //
     // cellPropertiesControl
     //
     this.cellPropertiesControl.Location = new System.Drawing.Point(9, 79);
     this.cellPropertiesControl.Name     = "cellPropertiesControl";
     this.cellPropertiesControl.Size     = new System.Drawing.Size(234, 98);
     this.cellPropertiesControl.TabIndex = 1;
     //
     // ColumnPropertiesForm
     //
     this.AcceptButton      = this.buttonOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.CancelButton      = this.buttonCancel;
     this.ClientSize        = new System.Drawing.Size(253, 215);
     this.Controls.Add(this.cellPropertiesControl);
     this.Controls.Add(this.buttonOK);
     this.Controls.Add(this.groupBoxSize);
     this.Controls.Add(this.buttonCancel);
     this.Location    = new System.Drawing.Point(0, 0);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "ColumnPropertiesForm";
     this.Text        = "Column Properties";
     this.groupBoxSize.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #10
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.buttonCancel = new System.Windows.Forms.Button();
            this.groupBoxSize = new System.Windows.Forms.GroupBox();
            this.columnWidthControl = new OpenLiveWriter.PostEditor.Tables.ColumnWidthControl();
            this.label11 = new System.Windows.Forms.Label();
            this.buttonOK = new System.Windows.Forms.Button();
            this.cellPropertiesControl = new OpenLiveWriter.PostEditor.Tables.CellPropertiesControl();
            this.groupBoxSize.SuspendLayout();
            this.SuspendLayout();
            //
            // 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(169, 184);
            this.buttonCancel.Name = "buttonCancel";
            this.buttonCancel.TabIndex = 3;
            this.buttonCancel.Text = "Cancel";
            //
            // groupBoxSize
            //
            this.groupBoxSize.Controls.Add(this.columnWidthControl);
            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(234, 66);
            this.groupBoxSize.TabIndex = 0;
            this.groupBoxSize.TabStop = false;
            this.groupBoxSize.Text = "Size";
            //
            // columnWidthControl
            //
            this.columnWidthControl.ColumnWidth = 0;
            this.columnWidthControl.Location = new System.Drawing.Point(15, 24);
            this.columnWidthControl.Name = "columnWidthControl";
            this.columnWidthControl.Size = new System.Drawing.Size(209, 23);
            this.columnWidthControl.TabIndex = 0;
            //
            // label11
            //
            this.label11.Location = new System.Drawing.Point(1, 1);
            this.label11.Name = "label11";
            this.label11.TabIndex = 0;
            //
            // 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(86, 184);
            this.buttonOK.Name = "buttonOK";
            this.buttonOK.TabIndex = 2;
            this.buttonOK.Text = "OK";
            this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
            //
            // cellPropertiesControl
            //
            this.cellPropertiesControl.Location = new System.Drawing.Point(9, 79);
            this.cellPropertiesControl.Name = "cellPropertiesControl";
            this.cellPropertiesControl.Size = new System.Drawing.Size(234, 98);
            this.cellPropertiesControl.TabIndex = 1;
            //
            // ColumnPropertiesForm
            //
            this.AcceptButton = this.buttonOK;
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
            this.CancelButton = this.buttonCancel;
            this.ClientSize = new System.Drawing.Size(253, 215);
            this.Controls.Add(this.cellPropertiesControl);
            this.Controls.Add(this.buttonOK);
            this.Controls.Add(this.groupBoxSize);
            this.Controls.Add(this.buttonCancel);
            this.Location = new System.Drawing.Point(0, 0);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "ColumnPropertiesForm";
            this.Text = "Column Properties";
            this.groupBoxSize.ResumeLayout(false);
            this.ResumeLayout(false);

        }