This commit is contained in:
2014-10-22 04:23:12 +00:00
parent e0f388cbee
commit 95bad8bf10
6 changed files with 2676 additions and 1215 deletions

3
Form1.Designer.cs generated
View File

@@ -113,8 +113,11 @@
this.Controls.Add(this.lbReqCnt);
this.Controls.Add(this.tbURL);
this.Controls.Add(this.Process);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Form1";
this.Text = "Checker";
this.Load += new System.EventHandler(this.Form1_Load);
this.Shown += new System.EventHandler(this.Form1_Shown);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.Resize += new System.EventHandler(this.Form1_Resize);
this.ResumeLayout(false);