From 929407d1e8f7a612ea8c71f9313bc2e20c0e870a Mon Sep 17 00:00:00 2001 From: Sigmanor Date: Thu, 6 Oct 2016 10:00:53 +0300 Subject: [PATCH] Minor changes --- AutoClicker/MainForm.Designer.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AutoClicker/MainForm.Designer.cs b/AutoClicker/MainForm.Designer.cs index cab846f..40aa0de 100644 --- a/AutoClicker/MainForm.Designer.cs +++ b/AutoClicker/MainForm.Designer.cs @@ -655,7 +655,7 @@ private void InitializeComponent() // notifyIcon1 // this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon"))); - this.notifyIcon1.Text = "notifyIcon1"; + this.notifyIcon1.Text = "Auto Clicker"; this.notifyIcon1.Visible = true; this.notifyIcon1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseDoubleClick); // @@ -667,6 +667,7 @@ private void InitializeComponent() this.Controls.Add(this.grpMain); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MaximizeBox = false; this.Name = "MainForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Auto Clicker";