private void InitializeComponent()
 {
     this.imagePropertyEditorControl1    = new Onfolio.Writer.PostEditor.PostHtmlEditing.ImagePropertyEditorControl();
     this.imageEditingPropertyStatusbar1 = new Onfolio.Writer.PostEditor.PostHtmlEditing.ImageEditingPropertyStatusbar();
     ((System.ComponentModel.ISupportInitialize)(this.imagePropertyEditorControl1)).BeginInit();
     this.SuspendLayout();
     //
     // imagePropertyEditorControl1
     //
     this.imagePropertyEditorControl1.AllowDragDropAutoScroll = false;
     this.imagePropertyEditorControl1.AllPaintingInWmPaint    = true;
     this.imagePropertyEditorControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.imagePropertyEditorControl1.BackColor       = System.Drawing.SystemColors.Control;
     this.imagePropertyEditorControl1.ImageInfo       = null;
     this.imagePropertyEditorControl1.Location        = new System.Drawing.Point(0, 0);
     this.imagePropertyEditorControl1.Name            = "imagePropertyEditorControl1";
     this.imagePropertyEditorControl1.Size            = new System.Drawing.Size(236, 335);
     this.imagePropertyEditorControl1.TabIndex        = 0;
     this.imagePropertyEditorControl1.TopLayoutMargin = 2;
     //
     // imageEditingPropertyStatusbar1
     //
     this.imageEditingPropertyStatusbar1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.imageEditingPropertyStatusbar1.Location = new System.Drawing.Point(0, 334);
     this.imageEditingPropertyStatusbar1.Name     = "imageEditingPropertyStatusbar1";
     this.imageEditingPropertyStatusbar1.Size     = new System.Drawing.Size(236, 24);
     this.imageEditingPropertyStatusbar1.TabIndex = 1;
     this.imageEditingPropertyStatusbar1.TabStop  = false;
     //
     // ImageEditingPropertyForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(236, 358);
     this.Controls.Add(this.imageEditingPropertyStatusbar1);
     this.Controls.Add(this.imagePropertyEditorControl1);
     this.Name = "ImageEditingPropertyForm";
     this.Text = "Image Properties";
     ((System.ComponentModel.ISupportInitialize)(this.imagePropertyEditorControl1)).EndInit();
     this.ResumeLayout(false);
 }
        private void InitializeComponent()
        {
            this.imagePropertyEditorControl1 = new Onfolio.Writer.PostEditor.PostHtmlEditing.ImagePropertyEditorControl();
            this.imageEditingPropertyStatusbar1 = new Onfolio.Writer.PostEditor.PostHtmlEditing.ImageEditingPropertyStatusbar();
            ((System.ComponentModel.ISupportInitialize)(this.imagePropertyEditorControl1)).BeginInit();
            this.SuspendLayout();
            //
            // imagePropertyEditorControl1
            //
            this.imagePropertyEditorControl1.AllowDragDropAutoScroll = false;
            this.imagePropertyEditorControl1.AllPaintingInWmPaint = true;
            this.imagePropertyEditorControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
            this.imagePropertyEditorControl1.BackColor = System.Drawing.SystemColors.Control;
            this.imagePropertyEditorControl1.ImageInfo = null;
            this.imagePropertyEditorControl1.Location = new System.Drawing.Point(0, 0);
            this.imagePropertyEditorControl1.Name = "imagePropertyEditorControl1";
            this.imagePropertyEditorControl1.Size = new System.Drawing.Size(236, 335);
            this.imagePropertyEditorControl1.TabIndex = 0;
            this.imagePropertyEditorControl1.TopLayoutMargin = 2;
            //
            // imageEditingPropertyStatusbar1
            //
            this.imageEditingPropertyStatusbar1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.imageEditingPropertyStatusbar1.Location = new System.Drawing.Point(0, 334);
            this.imageEditingPropertyStatusbar1.Name = "imageEditingPropertyStatusbar1";
            this.imageEditingPropertyStatusbar1.Size = new System.Drawing.Size(236, 24);
            this.imageEditingPropertyStatusbar1.TabIndex = 1;
            this.imageEditingPropertyStatusbar1.TabStop = false;
            //
            // ImageEditingPropertyForm
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
            this.ClientSize = new System.Drawing.Size(236, 358);
            this.Controls.Add(this.imageEditingPropertyStatusbar1);
            this.Controls.Add(this.imagePropertyEditorControl1);
            this.Name = "ImageEditingPropertyForm";
            this.Text = "Image Properties";
            ((System.ComponentModel.ISupportInitialize)(this.imagePropertyEditorControl1)).EndInit();
            this.ResumeLayout(false);

        }