From 1cd9b8afca42a0fd48bb5a3ccd13a376079a54f3 Mon Sep 17 00:00:00 2001 From: 255 <1293883574jcy@gmail.com> Date: Mon, 21 Nov 2022 17:48:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++++- YSUNetLogin/mainForm.Designer.cs | 24 ++++++++++++------------ 2 files changed, 17 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 1cb8a6c..ccb7a43 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ -# YSUNetLogin \ No newline at end of file +# YSUNetLogin +--- +- 遵循GPL 2.0协议进行开源分发。 +- 实现了基本的登录、登出、查看用户信息相关协议。 +- 暂不支持HTTPS登录。 \ No newline at end of file diff --git a/YSUNetLogin/mainForm.Designer.cs b/YSUNetLogin/mainForm.Designer.cs index 4a5ac6d..47f5e24 100644 --- a/YSUNetLogin/mainForm.Designer.cs +++ b/YSUNetLogin/mainForm.Designer.cs @@ -67,7 +67,7 @@ private void InitializeComponent() this.aboutAToolStripMenuItem}); this.menuStripMain.Location = new System.Drawing.Point(0, 0); this.menuStripMain.Name = "menuStripMain"; - this.menuStripMain.Size = new System.Drawing.Size(963, 42); + this.menuStripMain.Size = new System.Drawing.Size(963, 39); this.menuStripMain.TabIndex = 0; this.menuStripMain.Text = "menuStrip1"; // @@ -118,10 +118,10 @@ private void InitializeComponent() this.tabControlMain.Controls.Add(this.tabPageLogin); this.tabControlMain.Controls.Add(this.tabPageSettings); this.tabControlMain.Dock = System.Windows.Forms.DockStyle.Fill; - this.tabControlMain.Location = new System.Drawing.Point(0, 42); + this.tabControlMain.Location = new System.Drawing.Point(0, 39); this.tabControlMain.Name = "tabControlMain"; this.tabControlMain.SelectedIndex = 0; - this.tabControlMain.Size = new System.Drawing.Size(963, 240); + this.tabControlMain.Size = new System.Drawing.Size(963, 243); this.tabControlMain.TabIndex = 1; // // tabPageLogin @@ -130,7 +130,7 @@ private void InitializeComponent() this.tabPageLogin.Location = new System.Drawing.Point(8, 39); this.tabPageLogin.Name = "tabPageLogin"; this.tabPageLogin.Padding = new System.Windows.Forms.Padding(3); - this.tabPageLogin.Size = new System.Drawing.Size(947, 193); + this.tabPageLogin.Size = new System.Drawing.Size(947, 196); this.tabPageLogin.TabIndex = 0; this.tabPageLogin.Text = "Login"; this.tabPageLogin.UseVisualStyleBackColor = true; @@ -164,7 +164,7 @@ private void InitializeComponent() this.tableLayoutPanelLogin.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanelLogin.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanelLogin.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); - this.tableLayoutPanelLogin.Size = new System.Drawing.Size(941, 187); + this.tableLayoutPanelLogin.Size = new System.Drawing.Size(941, 190); this.tableLayoutPanelLogin.TabIndex = 0; // // labelUsername @@ -173,7 +173,7 @@ private void InitializeComponent() this.labelUsername.Dock = System.Windows.Forms.DockStyle.Fill; this.labelUsername.Location = new System.Drawing.Point(3, 0); this.labelUsername.Name = "labelUsername"; - this.labelUsername.Size = new System.Drawing.Size(114, 62); + this.labelUsername.Size = new System.Drawing.Size(114, 63); this.labelUsername.TabIndex = 0; this.labelUsername.Text = "Username"; this.labelUsername.TextAlign = System.Drawing.ContentAlignment.TopCenter; @@ -182,9 +182,9 @@ private void InitializeComponent() // this.labelPassword.AutoSize = true; this.labelPassword.Dock = System.Windows.Forms.DockStyle.Fill; - this.labelPassword.Location = new System.Drawing.Point(3, 62); + this.labelPassword.Location = new System.Drawing.Point(3, 63); this.labelPassword.Name = "labelPassword"; - this.labelPassword.Size = new System.Drawing.Size(114, 62); + this.labelPassword.Size = new System.Drawing.Size(114, 63); this.labelPassword.TabIndex = 1; this.labelPassword.Text = "Password"; this.labelPassword.TextAlign = System.Drawing.ContentAlignment.TopCenter; @@ -200,7 +200,7 @@ private void InitializeComponent() // textBoxPassword // this.textBoxPassword.Dock = System.Windows.Forms.DockStyle.Fill; - this.textBoxPassword.Location = new System.Drawing.Point(123, 65); + this.textBoxPassword.Location = new System.Drawing.Point(123, 66); this.textBoxPassword.Name = "textBoxPassword"; this.textBoxPassword.Size = new System.Drawing.Size(322, 35); this.textBoxPassword.TabIndex = 3; @@ -208,9 +208,9 @@ private void InitializeComponent() // buttonLogin // this.buttonLogin.Dock = System.Windows.Forms.DockStyle.Fill; - this.buttonLogin.Location = new System.Drawing.Point(123, 127); + this.buttonLogin.Location = new System.Drawing.Point(123, 129); this.buttonLogin.Name = "buttonLogin"; - this.buttonLogin.Size = new System.Drawing.Size(322, 57); + this.buttonLogin.Size = new System.Drawing.Size(322, 58); this.buttonLogin.TabIndex = 4; this.buttonLogin.Text = "Login"; this.buttonLogin.UseVisualStyleBackColor = true; @@ -224,7 +224,7 @@ private void InitializeComponent() this.listBoxMessage.Location = new System.Drawing.Point(451, 3); this.listBoxMessage.Name = "listBoxMessage"; this.tableLayoutPanelLogin.SetRowSpan(this.listBoxMessage, 3); - this.listBoxMessage.Size = new System.Drawing.Size(487, 181); + this.listBoxMessage.Size = new System.Drawing.Size(487, 184); this.listBoxMessage.TabIndex = 5; // // channelCToolStripMenuItem