This commit is contained in:
4
Form1.Designer.cs
generated
4
Form1.Designer.cs
generated
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user