/// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.imageSizeControl = new OpenLiveWriter.PostEditor.PostHtmlEditing.ImageSizeControl();
            this.SuspendLayout();
            //
            // imageSizeControl
            //
            this.imageSizeControl.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.imageSizeControl.Location = new System.Drawing.Point(0, 0);
            this.imageSizeControl.Name     = "imageSizeControl";
            this.imageSizeControl.Size     = new System.Drawing.Size(244, 100);
            this.imageSizeControl.TabIndex = 1;

            // @RIBBON TODO: Use the logic that actually does the resizing in ImageSizeControl

            this.imageSizeControl.ImageSizeChanged += new System.EventHandler(this.imageSizeControl_ImageSizeChanged);
            //
            // HtmlImageResizeEditor
            //
            this.Controls.Add(this.imageSizeControl);
            this.Name = "HtmlImageResizeEditor";
            this.Size = new System.Drawing.Size(244, 100);
            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.imageSizeControl = new OpenLiveWriter.PostEditor.PostHtmlEditing.ImageSizeControl();
            this.SuspendLayout();
            //
            // imageSizeControl
            //
            this.imageSizeControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.imageSizeControl.Location = new System.Drawing.Point(0, 0);
            this.imageSizeControl.Name = "imageSizeControl";
            this.imageSizeControl.Size = new System.Drawing.Size(244, 100);
            this.imageSizeControl.TabIndex = 1;

            // @RIBBON TODO: Use the logic that actually does the resizing in ImageSizeControl

            this.imageSizeControl.ImageSizeChanged += new System.EventHandler(this.imageSizeControl_ImageSizeChanged);
            //
            // HtmlImageResizeEditor
            //
            this.Controls.Add(this.imageSizeControl);
            this.Name = "HtmlImageResizeEditor";
            this.Size = new System.Drawing.Size(244, 100);
            this.ResumeLayout(false);

        }