This commit is contained in:
zmjack 2020-05-29 01:32:02 +08:00
parent da55cfb1b3
commit ddcad22510
2 changed files with 2 additions and 2 deletions

View File

@ -176,7 +176,7 @@
this.MinimizeBox = false;
this.Name = "NewProxy";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "NewProxy";
this.Text = "New Proxy";
this.TopMost = true;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.NewProxy_FormClosing);
this.Load += new System.EventHandler(this.NewProxy_Load);

View File

@ -138,7 +138,7 @@
this.Controls.Add(this.listView1);
this.Name = "PortProxyGUI";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "PortProxyGUI";
this.Text = "Port Proxy GUI";
this.Load += new System.EventHandler(this.PortProxyGUI_Load);
this.contextMenuStrip1.ResumeLayout(false);
this.ResumeLayout(false);