From da55cfb1b3799d5f4340619c5d288115df5f745a Mon Sep 17 00:00:00 2001 From: zmjack Date: Fri, 29 May 2020 01:25:12 +0800 Subject: [PATCH] v1.0.0 --- PortProxyGUI/About.Designer.cs | 1 + PortProxyGUI/NewProxy.Designer.cs | 1 + 2 files changed, 2 insertions(+) diff --git a/PortProxyGUI/About.Designer.cs b/PortProxyGUI/About.Designer.cs index 2de2c6d..93907c2 100644 --- a/PortProxyGUI/About.Designer.cs +++ b/PortProxyGUI/About.Designer.cs @@ -48,6 +48,7 @@ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(345, 79); this.Controls.Add(this.linkLabel1); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "About"; diff --git a/PortProxyGUI/NewProxy.Designer.cs b/PortProxyGUI/NewProxy.Designer.cs index fb60a1a..fc3132a 100644 --- a/PortProxyGUI/NewProxy.Designer.cs +++ b/PortProxyGUI/NewProxy.Designer.cs @@ -170,6 +170,7 @@ this.Controls.Add(this.label2); this.Controls.Add(this.textBox_listenOn); this.Controls.Add(this.label1); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.MaximizeBox = false; this.MinimizeBox = false;