namespace HttpWebCrawlerForm { partial class ImageForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.pictureBox = new System.Windows.Forms.PictureBox(); this.imageURL = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit(); this.SuspendLayout(); // // pictureBox // this.pictureBox.Location = new System.Drawing.Point(12, 75); this.pictureBox.Name = "pictureBox"; this.pictureBox.Size = new System.Drawing.Size(828, 500); this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBox.TabIndex = 0; this.pictureBox.TabStop = false; // // imageURL // this.imageURL.AutoSize = true; this.imageURL.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.imageURL.Location = new System.Drawing.Point(17, 29); this.imageURL.Name = "imageURL"; this.imageURL.Size = new System.Drawing.Size(0, 16); this.imageURL.TabIndex = 1; // // ImageForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(859, 599); this.Controls.Add(this.imageURL); this.Controls.Add(this.pictureBox); this.Name = "ImageForm"; this.Text = "ImageForm"; ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox pictureBox; private System.Windows.Forms.Label imageURL; } }