/// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.imageSizeControl1 = new OpenLiveWriter.PostEditor.PostHtmlEditing.ImageSizeControl();
            this.linkOptionsControl1 = new OpenLiveWriter.PostEditor.PostHtmlEditing.LinkOptionsEditorControl();
            this.label1 = new System.Windows.Forms.Label();
            this.SuspendLayout();
            //
            // imageSizeControl1
            //
            this.imageSizeControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.imageSizeControl1.Location = new System.Drawing.Point(4, 16);
            this.imageSizeControl1.Name = "imageSizeControl1";
            this.imageSizeControl1.Size = new System.Drawing.Size(240, 100);
            this.imageSizeControl1.TabIndex = 1;
            this.imageSizeControl1.ImageSizeChanged += new System.EventHandler(this.imageSizeControl1_ImageSizeChanged);
            //
            // linkOptionsControl1
            //
            this.linkOptionsControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.linkOptionsControl1.Location = new System.Drawing.Point(4, 116);
            this.linkOptionsControl1.Name = "linkOptionsControl1";
            this.linkOptionsControl1.Size = new System.Drawing.Size(240, 66);
            this.linkOptionsControl1.TabIndex = 2;
            this.linkOptionsControl1.LinkOptionsChanged += new System.EventHandler(this.linkOptionsControl1_LinkOptionsChanged);
            //
            // label1
            //
            this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.label1.Location = new System.Drawing.Point(4, 4);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(152, 16);
            this.label1.TabIndex = 0;
            this.label1.Text = "Image size:";
            //
            // ImageTargetEditorControl
            //
            this.Controls.Add(this.label1);
            this.Controls.Add(this.linkOptionsControl1);
            this.Controls.Add(this.imageSizeControl1);
            this.Name = "ImageTargetEditorControl";
            this.Size = new System.Drawing.Size(248, 190);
            this.ResumeLayout(false);

        }
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.imageSizeControl1   = new OpenLiveWriter.PostEditor.PostHtmlEditing.ImageSizeControl();
     this.linkOptionsControl1 = new OpenLiveWriter.PostEditor.PostHtmlEditing.LinkOptionsEditorControl();
     this.label1 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // imageSizeControl1
     //
     this.imageSizeControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.imageSizeControl1.Location          = new System.Drawing.Point(4, 16);
     this.imageSizeControl1.Name              = "imageSizeControl1";
     this.imageSizeControl1.Size              = new System.Drawing.Size(240, 100);
     this.imageSizeControl1.TabIndex          = 1;
     this.imageSizeControl1.ImageSizeChanged += new System.EventHandler(this.imageSizeControl1_ImageSizeChanged);
     //
     // linkOptionsControl1
     //
     this.linkOptionsControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.linkOptionsControl1.Location            = new System.Drawing.Point(4, 116);
     this.linkOptionsControl1.Name                = "linkOptionsControl1";
     this.linkOptionsControl1.Size                = new System.Drawing.Size(240, 66);
     this.linkOptionsControl1.TabIndex            = 2;
     this.linkOptionsControl1.LinkOptionsChanged += new System.EventHandler(this.linkOptionsControl1_LinkOptionsChanged);
     //
     // label1
     //
     this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label1.Location  = new System.Drawing.Point(4, 4);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(152, 16);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Image size:";
     //
     // ImageTargetEditorControl
     //
     this.Controls.Add(this.label1);
     this.Controls.Add(this.linkOptionsControl1);
     this.Controls.Add(this.imageSizeControl1);
     this.Name = "ImageTargetEditorControl";
     this.Size = new System.Drawing.Size(248, 190);
     this.ResumeLayout(false);
 }