コード例 #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.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ImageSizeControl));
     this.textBoxWidth            = new System.Windows.Forms.TextBox();
     this.textBoxHeight           = new System.Windows.Forms.TextBox();
     this.label1                  = new System.Windows.Forms.Label();
     this.label2                  = new System.Windows.Forms.Label();
     this.cbConstrainRatio        = new System.Windows.Forms.CheckBox();
     this.imageSizePickerControl1 = new OpenLiveWriter.PostEditor.PostHtmlEditing.ImageSizePickerControl();
     this.buttonCustomize         = new OpenLiveWriter.PostEditor.PostHtmlEditing.CustomizeButton();
     this.toolTip                 = new OpenLiveWriter.Controls.ToolTip2(this.components);
     this.SuspendLayout();
     //
     // textBoxWidth
     //
     this.textBoxWidth.Location     = new System.Drawing.Point(0, 48);
     this.textBoxWidth.Name         = "textBoxWidth";
     this.textBoxWidth.Size         = new System.Drawing.Size(67, 20);
     this.textBoxWidth.TabIndex     = 3;
     this.textBoxWidth.TextChanged += new System.EventHandler(this.textBoxWidth_TextChanged);
     this.textBoxWidth.Leave       += new EventHandler(textBoxWidth_Leave);
     this.textBoxWidth.KeyDown     += new KeyEventHandler(textBoxWidthHeight_KeyDown);
     //
     // textBoxHeight
     //
     this.textBoxHeight.Location     = new System.Drawing.Point(81, 48);
     this.textBoxHeight.Name         = "textBoxHeight";
     this.textBoxHeight.Size         = new System.Drawing.Size(67, 20);
     this.textBoxHeight.TabIndex     = 5;
     this.textBoxHeight.TextChanged += new System.EventHandler(this.textBoxHeight_TextChanged);
     this.textBoxHeight.Leave       += new EventHandler(textBoxHeight_Leave);
     this.textBoxHeight.KeyDown     += new KeyEventHandler(textBoxWidthHeight_KeyDown);
     //
     // label1
     //
     this.label1.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.label1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.label1.Location   = new System.Drawing.Point(0, 30);
     this.label1.Name       = "label1";
     this.label1.Size       = new System.Drawing.Size(71, 16);
     this.label1.TabIndex   = 2;
     this.label1.Text       = "&Width:";
     //
     // label2
     //
     this.label2.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.label2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.label2.Location   = new System.Drawing.Point(81, 30);
     this.label2.Name       = "label2";
     this.label2.Size       = new System.Drawing.Size(73, 16);
     this.label2.TabIndex   = 4;
     this.label2.Text       = "&Height:";
     //
     // cbConstrainRatio
     //
     this.cbConstrainRatio.Checked         = false;
     this.cbConstrainRatio.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.cbConstrainRatio.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.cbConstrainRatio.Location        = new System.Drawing.Point(0, 72);
     this.cbConstrainRatio.Name            = "cbConstrainRatio";
     this.cbConstrainRatio.Size            = new System.Drawing.Size(177, 28);
     this.cbConstrainRatio.TabIndex        = 6;
     this.cbConstrainRatio.Text            = "Lock &ratio";
     this.cbConstrainRatio.CheckedChanged += new System.EventHandler(this.cbConstrainRatio_CheckedChanged);
     //
     // imageSizePickerControl1
     //
     this.imageSizePickerControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.imageSizePickerControl1.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("imageSizePickerControl1.BackgroundImage")));
     this.imageSizePickerControl1.DropDownStyle             = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.imageSizePickerControl1.Location                  = new System.Drawing.Point(0, 5);
     this.imageSizePickerControl1.Name                      = "imageSizePickerControl1";
     this.imageSizePickerControl1.SelectedImageSize         = OpenLiveWriter.PostEditor.PostHtmlEditing.ImageSize.Unknown;
     this.imageSizePickerControl1.Size                      = new System.Drawing.Size(216, 21);
     this.imageSizePickerControl1.TabIndex                  = 0;
     this.imageSizePickerControl1.SelectedImageSizeChanged += new System.EventHandler(this.imageSizePickerControl1_SelectedImageSizeChanged);
     //
     // buttonCustomize
     //
     this.buttonCustomize.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCustomize.Image    = ((System.Drawing.Image)(resources.GetObject("buttonCustomize.Image")));
     this.buttonCustomize.Location = new System.Drawing.Point(219, 4);
     this.buttonCustomize.Name     = "buttonCustomize";
     this.buttonCustomize.Size     = new System.Drawing.Size(28, 23);
     this.buttonCustomize.TabIndex = 1;
     this.buttonCustomize.Click   += new System.EventHandler(this.buttonCustomize_Click);
     //
     // ImageSizeControl
     //
     this.Controls.Add(this.buttonCustomize);
     this.Controls.Add(this.imageSizePickerControl1);
     this.Controls.Add(this.cbConstrainRatio);
     this.Controls.Add(this.textBoxWidth);
     this.Controls.Add(this.textBoxHeight);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label2);
     this.Name = "ImageSizeControl";
     this.Size = new System.Drawing.Size(249, 101);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #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.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ImageSizeControl));
            this.textBoxWidth = new System.Windows.Forms.TextBox();
            this.textBoxHeight = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.cbConstrainRatio = new System.Windows.Forms.CheckBox();
            this.imageSizePickerControl1 = new OpenLiveWriter.PostEditor.PostHtmlEditing.ImageSizePickerControl();
            this.buttonCustomize = new OpenLiveWriter.PostEditor.PostHtmlEditing.CustomizeButton();
            this.toolTip = new OpenLiveWriter.Controls.ToolTip2(this.components);
            this.SuspendLayout();
            //
            // textBoxWidth
            //
            this.textBoxWidth.Location = new System.Drawing.Point(0, 48);
            this.textBoxWidth.Name = "textBoxWidth";
            this.textBoxWidth.Size = new System.Drawing.Size(67, 20);
            this.textBoxWidth.TabIndex = 3;
            this.textBoxWidth.TextChanged += new System.EventHandler(this.textBoxWidth_TextChanged);
            this.textBoxWidth.Leave += new EventHandler(textBoxWidth_Leave);
            this.textBoxWidth.KeyDown += new KeyEventHandler(textBoxWidthHeight_KeyDown);
            //
            // textBoxHeight
            //
            this.textBoxHeight.Location = new System.Drawing.Point(81, 48);
            this.textBoxHeight.Name = "textBoxHeight";
            this.textBoxHeight.Size = new System.Drawing.Size(67, 20);
            this.textBoxHeight.TabIndex = 5;
            this.textBoxHeight.TextChanged += new System.EventHandler(this.textBoxHeight_TextChanged);
            this.textBoxHeight.Leave += new EventHandler(textBoxHeight_Leave);
            this.textBoxHeight.KeyDown += new KeyEventHandler(textBoxWidthHeight_KeyDown);
            //
            // label1
            //
            this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.label1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.label1.Location = new System.Drawing.Point(0, 30);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(71, 16);
            this.label1.TabIndex = 2;
            this.label1.Text = "&Width:";
            //
            // label2
            //
            this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.label2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.label2.Location = new System.Drawing.Point(81, 30);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(73, 16);
            this.label2.TabIndex = 4;
            this.label2.Text = "&Height:";
            //
            // cbConstrainRatio
            //
            this.cbConstrainRatio.Checked = false;
            this.cbConstrainRatio.CheckState = System.Windows.Forms.CheckState.Checked;
            this.cbConstrainRatio.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.cbConstrainRatio.Location = new System.Drawing.Point(0, 72);
            this.cbConstrainRatio.Name = "cbConstrainRatio";
            this.cbConstrainRatio.Size = new System.Drawing.Size(177, 28);
            this.cbConstrainRatio.TabIndex = 6;
            this.cbConstrainRatio.Text = "Lock &ratio";
            this.cbConstrainRatio.CheckedChanged += new System.EventHandler(this.cbConstrainRatio_CheckedChanged);
            //
            // imageSizePickerControl1
            //
            this.imageSizePickerControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.imageSizePickerControl1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("imageSizePickerControl1.BackgroundImage")));
            this.imageSizePickerControl1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.imageSizePickerControl1.Location = new System.Drawing.Point(0, 5);
            this.imageSizePickerControl1.Name = "imageSizePickerControl1";
            this.imageSizePickerControl1.SelectedImageSize = OpenLiveWriter.PostEditor.PostHtmlEditing.ImageSize.Unknown;
            this.imageSizePickerControl1.Size = new System.Drawing.Size(216, 21);
            this.imageSizePickerControl1.TabIndex = 0;
            this.imageSizePickerControl1.SelectedImageSizeChanged += new System.EventHandler(this.imageSizePickerControl1_SelectedImageSizeChanged);
            //
            // buttonCustomize
            //
            this.buttonCustomize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCustomize.Image = ((System.Drawing.Image)(resources.GetObject("buttonCustomize.Image")));
            this.buttonCustomize.Location = new System.Drawing.Point(219, 4);
            this.buttonCustomize.Name = "buttonCustomize";
            this.buttonCustomize.Size = new System.Drawing.Size(28, 23);
            this.buttonCustomize.TabIndex = 1;
            this.buttonCustomize.Click += new System.EventHandler(this.buttonCustomize_Click);
            //
            // ImageSizeControl
            //
            this.Controls.Add(this.buttonCustomize);
            this.Controls.Add(this.imageSizePickerControl1);
            this.Controls.Add(this.cbConstrainRatio);
            this.Controls.Add(this.textBoxWidth);
            this.Controls.Add(this.textBoxHeight);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.label2);
            this.Name = "ImageSizeControl";
            this.Size = new System.Drawing.Size(249, 101);
            this.ResumeLayout(false);
            this.PerformLayout();

        }