/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.textBoxUrl = new System.Windows.Forms.TextBox(); this.linkOptionsControl1 = new OpenLiveWriter.PostEditor.PostHtmlEditing.LinkOptionsEditorControl(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // textBoxUrl // this.textBoxUrl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBoxUrl.Location = new System.Drawing.Point(0, 16); this.textBoxUrl.Name = "textBoxUrl"; this.textBoxUrl.Size = new System.Drawing.Size(288, 20); this.textBoxUrl.TabIndex = 0; this.textBoxUrl.Text = "http://"; this.textBoxUrl.TextChanged += new System.EventHandler(this.textBoxUrl_TextChanged); this.textBoxUrl.Leave += new System.EventHandler(this.textBoxUrl_Leave); // // linkOptionsControl1 // this.linkOptionsControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.linkOptionsControl1.Location = new System.Drawing.Point(0, 40); this.linkOptionsControl1.Name = "linkOptionsControl1"; this.linkOptionsControl1.Size = new System.Drawing.Size(284, 20); this.linkOptionsControl1.TabIndex = 1; this.linkOptionsControl1.LinkOptionsChanged += new System.EventHandler(this.linkOptionsControl1_LinkOptionsChanged); // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label1.Location = new System.Drawing.Point(0, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(284, 16); this.label1.TabIndex = 2; this.label1.Text = "Link to webpage URL:"; // // ImageUrlTargetEditorControl // this.Controls.Add(this.label1); this.Controls.Add(this.linkOptionsControl1); this.Controls.Add(this.textBoxUrl); this.Name = "ImageUrlTargetEditorControl"; this.Size = new System.Drawing.Size(288, 60); 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.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); }