This commit is contained in:
2014-10-14 10:38:52 +00:00
parent b2929f0d27
commit 0894d8975f

4
Form1.Designer.cs generated
View File

@@ -61,7 +61,7 @@
// notifyIcon1 // notifyIcon1
// //
this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon"))); this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
this.notifyIcon1.Text = "notifyIcon1"; this.notifyIcon1.Text = "Checker";
this.notifyIcon1.Visible = true; this.notifyIcon1.Visible = true;
this.notifyIcon1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseClick); this.notifyIcon1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseClick);
// //
@@ -114,7 +114,7 @@
this.Controls.Add(this.tbURL); this.Controls.Add(this.tbURL);
this.Controls.Add(this.Process); this.Controls.Add(this.Process);
this.Name = "Form1"; this.Name = "Form1";
this.Text = "Form1"; this.Text = "Checker";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.Resize += new System.EventHandler(this.Form1_Resize); this.Resize += new System.EventHandler(this.Form1_Resize);
this.ResumeLayout(false); this.ResumeLayout(false);