v1.0.0
This commit is contained in:
parent
da55cfb1b3
commit
ddcad22510
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue