namespace HttpWebCrawlerForm { partial class HttpWebCrawlerForm { /// /// 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.urlEdit = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.crawlButton = new System.Windows.Forms.Button(); this.siteURLListBox = new System.Windows.Forms.ListBox(); this.imageURLListBox = new System.Windows.Forms.ListBox(); this.imageCountLabel = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.contentAnalysisButton = new System.Windows.Forms.Button(); this.SuspendLayout(); // // urlEdit // this.urlEdit.Location = new System.Drawing.Point(99, 28); this.urlEdit.Name = "urlEdit"; this.urlEdit.Size = new System.Drawing.Size(381, 20); this.urlEdit.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(12, 32); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(61, 16); this.label1.TabIndex = 1; this.label1.Text = "Start url"; // // crawlButton // this.crawlButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.crawlButton.Location = new System.Drawing.Point(570, 15); this.crawlButton.Name = "crawlButton"; this.crawlButton.Size = new System.Drawing.Size(140, 33); this.crawlButton.TabIndex = 2; this.crawlButton.Text = "Crawl"; this.crawlButton.UseVisualStyleBackColor = true; this.crawlButton.Click += new System.EventHandler(this.crawlButton_Click); // // siteURLListBox // this.siteURLListBox.FormattingEnabled = true; this.siteURLListBox.Location = new System.Drawing.Point(39, 123); this.siteURLListBox.Name = "siteURLListBox"; this.siteURLListBox.Size = new System.Drawing.Size(348, 472); this.siteURLListBox.TabIndex = 3; // // imageURLListBox // this.imageURLListBox.FormattingEnabled = true; this.imageURLListBox.Location = new System.Drawing.Point(393, 123); this.imageURLListBox.Name = "imageURLListBox"; this.imageURLListBox.Size = new System.Drawing.Size(591, 472); this.imageURLListBox.TabIndex = 4; // // imageCountLabel // this.imageCountLabel.AutoSize = true; this.imageCountLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.imageCountLabel.Location = new System.Drawing.Point(794, 83); this.imageCountLabel.Name = "imageCountLabel"; this.imageCountLabel.Size = new System.Drawing.Size(96, 16); this.imageCountLabel.TabIndex = 5; this.imageCountLabel.Text = "image count "; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(36, 97); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(63, 13); this.label2.TabIndex = 6; this.label2.Text = "Sites visited"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(393, 97); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(87, 13); this.label3.TabIndex = 7; this.label3.Text = "Images collected"; // // contentAnalysisButton // this.contentAnalysisButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.contentAnalysisButton.Location = new System.Drawing.Point(764, 15); this.contentAnalysisButton.Name = "contentAnalysisButton"; this.contentAnalysisButton.Size = new System.Drawing.Size(140, 33); this.contentAnalysisButton.TabIndex = 8; this.contentAnalysisButton.Text = "Content Analysis"; this.contentAnalysisButton.UseVisualStyleBackColor = true; this.contentAnalysisButton.Click += new System.EventHandler(this.contentAnalysisButton_Click); // // HttpWebCrawlerForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(996, 618); this.Controls.Add(this.contentAnalysisButton); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.imageCountLabel); this.Controls.Add(this.imageURLListBox); this.Controls.Add(this.siteURLListBox); this.Controls.Add(this.crawlButton); this.Controls.Add(this.label1); this.Controls.Add(this.urlEdit); this.Name = "HttpWebCrawlerForm"; this.Text = "Web Crawler Form"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.HttpWebCrawlerForm_FormClosed); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox urlEdit; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button crawlButton; private System.Windows.Forms.ListBox siteURLListBox; private System.Windows.Forms.ListBox imageURLListBox; private System.Windows.Forms.Label imageCountLabel; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button contentAnalysisButton; } }