添加帮助和关于

This commit is contained in:
椰子 2019-09-14 22:05:52 +08:00
parent 7be5cefcd3
commit 1139170b1d
37 changed files with 555 additions and 79 deletions

Binary file not shown.

161
NJCIT/AboutForm.Designer.cs generated Normal file
View File

@ -0,0 +1,161 @@
namespace NJCIT
{
partial class AboutForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.button1 = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.label6 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// button1
//
this.button1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button1.Location = new System.Drawing.Point(143, 173);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(98, 27);
this.button1.TabIndex = 0;
this.button1.Text = "关闭";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(13, 75);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(201, 20);
this.label2.TabIndex = 2;
this.label2.Text = "有问题可联系QQ188449335";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(12, 44);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(377, 20);
this.label3.TabIndex = 3;
this.label3.Text = "可以在PC端模拟手机登录校园网比较浏览器调试模式方便";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(12, 105);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(321, 20);
this.label4.TabIndex = 4;
this.label4.Text = "也欢迎志同道合 (不仅限于计算机) 的小伙伴联系我";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(12, 14);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(281, 20);
this.label5.TabIndex = 6;
this.label5.Text = "这是我们学校的校园网登录程序 (V1.0 Beta)";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(13, 138);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(131, 20);
this.label1.TabIndex = 7;
this.label1.Text = "Copyright 2018 by";
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.linkLabel1.Location = new System.Drawing.Point(142, 138);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(37, 20);
this.linkLabel1.TabIndex = 8;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "叶神";
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.Location = new System.Drawing.Point(180, 138);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(126, 20);
this.label6.TabIndex = 9;
this.label6.Text = "All right reserved.";
//
// AboutForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(394, 211);
this.Controls.Add(this.label6);
this.Controls.Add(this.linkLabel1);
this.Controls.Add(this.label1);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.button1);
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "AboutForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "关于";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.LinkLabel linkLabel1;
private System.Windows.Forms.Label label6;
}
}

30
NJCIT/AboutForm.cs Normal file
View File

@ -0,0 +1,30 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace NJCIT
{
public partial class AboutForm : Form
{
public AboutForm()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
this.Close();
}
private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
System.Diagnostics.Process.Start("http://xueye.io");
}
}
}

120
NJCIT/AboutForm.resx Normal file
View File

@ -0,0 +1,120 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View File

@ -38,12 +38,17 @@
this.label_account = new System.Windows.Forms.Label();
this.label_timeamount = new System.Windows.Forms.Label();
this.button_exit = new System.Windows.Forms.Button();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripButton_about = new System.Windows.Forms.ToolStripButton();
this.toolStripButton_more = new System.Windows.Forms.ToolStripButton();
this.toolStripLabel_help = new System.Windows.Forms.ToolStripButton();
this.toolStrip1.SuspendLayout();
this.SuspendLayout();
//
// button_logout
//
this.button_logout.Cursor = System.Windows.Forms.Cursors.Hand;
this.button_logout.Location = new System.Drawing.Point(60, 290);
this.button_logout.Location = new System.Drawing.Point(60, 300);
this.button_logout.Name = "button_logout";
this.button_logout.Size = new System.Drawing.Size(90, 40);
this.button_logout.TabIndex = 2;
@ -54,7 +59,7 @@
// label_info
//
this.label_info.AutoSize = true;
this.label_info.Location = new System.Drawing.Point(85, 30);
this.label_info.Location = new System.Drawing.Point(85, 48);
this.label_info.Name = "label_info";
this.label_info.Size = new System.Drawing.Size(149, 20);
this.label_info.TabIndex = 9;
@ -63,7 +68,7 @@
// label_username
//
this.label_username.AutoSize = true;
this.label_username.Location = new System.Drawing.Point(85, 65);
this.label_username.Location = new System.Drawing.Point(85, 83);
this.label_username.Name = "label_username";
this.label_username.Size = new System.Drawing.Size(132, 20);
this.label_username.TabIndex = 10;
@ -72,7 +77,7 @@
// label_domain
//
this.label_domain.AutoSize = true;
this.label_domain.Location = new System.Drawing.Point(85, 100);
this.label_domain.Location = new System.Drawing.Point(85, 118);
this.label_domain.Name = "label_domain";
this.label_domain.Size = new System.Drawing.Size(130, 20);
this.label_domain.TabIndex = 11;
@ -81,7 +86,7 @@
// label_ip
//
this.label_ip.AutoSize = true;
this.label_ip.Location = new System.Drawing.Point(85, 135);
this.label_ip.Location = new System.Drawing.Point(85, 153);
this.label_ip.Name = "label_ip";
this.label_ip.Size = new System.Drawing.Size(117, 20);
this.label_ip.TabIndex = 12;
@ -90,7 +95,7 @@
// label_timer
//
this.label_timer.AutoSize = true;
this.label_timer.Location = new System.Drawing.Point(85, 170);
this.label_timer.Location = new System.Drawing.Point(85, 188);
this.label_timer.Name = "label_timer";
this.label_timer.Size = new System.Drawing.Size(125, 20);
this.label_timer.TabIndex = 13;
@ -99,7 +104,7 @@
// label_account
//
this.label_account.AutoSize = true;
this.label_account.Location = new System.Drawing.Point(85, 205);
this.label_account.Location = new System.Drawing.Point(85, 223);
this.label_account.Name = "label_account";
this.label_account.Size = new System.Drawing.Size(101, 20);
this.label_account.TabIndex = 14;
@ -108,7 +113,7 @@
// label_timeamount
//
this.label_timeamount.AutoSize = true;
this.label_timeamount.Location = new System.Drawing.Point(85, 240);
this.label_timeamount.Location = new System.Drawing.Point(85, 258);
this.label_timeamount.Name = "label_timeamount";
this.label_timeamount.Size = new System.Drawing.Size(145, 20);
this.label_timeamount.TabIndex = 15;
@ -117,7 +122,7 @@
// button_exit
//
this.button_exit.Cursor = System.Windows.Forms.Cursors.Hand;
this.button_exit.Location = new System.Drawing.Point(200, 290);
this.button_exit.Location = new System.Drawing.Point(200, 300);
this.button_exit.Name = "button_exit";
this.button_exit.Size = new System.Drawing.Size(90, 40);
this.button_exit.TabIndex = 1;
@ -125,12 +130,61 @@
this.button_exit.UseVisualStyleBackColor = true;
this.button_exit.Click += new System.EventHandler(this.Button_exit_Click);
//
// toolStrip1
//
this.toolStrip1.BackColor = System.Drawing.SystemColors.Window;
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripButton_about,
this.toolStripLabel_help});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(334, 31);
this.toolStrip1.TabIndex = 16;
this.toolStrip1.Text = "toolStrip1";
this.toolStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStrip1_ItemClicked);
//
// toolStripButton_about
//
this.toolStripButton_about.BackColor = System.Drawing.SystemColors.Window;
this.toolStripButton_about.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripButton_about.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.toolStripButton_about.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_about.Image")));
this.toolStripButton_about.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton_about.Margin = new System.Windows.Forms.Padding(5, 5, 0, 5);
this.toolStripButton_about.Name = "toolStripButton_about";
this.toolStripButton_about.Size = new System.Drawing.Size(52, 21);
this.toolStripButton_about.Text = "关于(&A)";
this.toolStripButton_about.Click += new System.EventHandler(this.toolStripButton_about_Click);
//
// toolStripButton_more
//
this.toolStripButton_more.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripButton_more.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.toolStripButton_more.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_more.Image")));
this.toolStripButton_more.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton_more.Name = "toolStripButton_more";
this.toolStripButton_more.Size = new System.Drawing.Size(36, 22);
this.toolStripButton_more.Text = "更多";
//
// toolStripLabel_help
//
this.toolStripLabel_help.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripLabel_help.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.toolStripLabel_help.Image = ((System.Drawing.Image)(resources.GetObject("toolStripLabel_help.Image")));
this.toolStripLabel_help.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripLabel_help.Name = "toolStripLabel_help";
this.toolStripLabel_help.Size = new System.Drawing.Size(53, 28);
this.toolStripLabel_help.Text = "帮助(&H)";
this.toolStripLabel_help.Click += new System.EventHandler(this.toolStripLabel_help_Click);
//
// InfomationForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.SystemColors.Control;
this.ClientSize = new System.Drawing.Size(334, 351);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.button_exit);
this.Controls.Add(this.label_timeamount);
this.Controls.Add(this.label_account);
@ -150,6 +204,8 @@
this.Text = "登录信息";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.InfomationForm_FormClosing);
this.Load += new System.EventHandler(this.InformationForm_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
@ -165,5 +221,9 @@
private System.Windows.Forms.Label label_account;
private System.Windows.Forms.Label label_timeamount;
private System.Windows.Forms.Button button_exit;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton toolStripButton_about;
private System.Windows.Forms.ToolStripButton toolStripButton_more;
private System.Windows.Forms.ToolStripButton toolStripLabel_help;
}
}

View File

@ -137,5 +137,24 @@ namespace NJCIT
button_exit.Focus();
}
private void toolStripButton1_Click(object sender, EventArgs e)
{
}
private void toolStrip1_ItemClicked(object sender, ToolStripItemClickedEventArgs e)
{
}
private void toolStripButton_about_Click(object sender, EventArgs e)
{
new AboutForm().ShowDialog();
}
private void toolStripLabel_help_Click(object sender, EventArgs e)
{
System.Diagnostics.Process.Start("http://xueye.io/njcit-lan-help.html");
}
}
}

View File

@ -117,37 +117,55 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="button_logout.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="label_info.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="label_username.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="label_domain.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="label_ip.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="label_timer.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="label_account.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="label_timeamount.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="button_exit.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="$this.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
<metadata name="toolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="toolStripButton_about.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG
YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9
0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw
bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc
VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9
c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32
Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo
mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+
kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D
TgDQASA1MVpwzwAAAABJRU5ErkJggg==
</value>
</data>
<data name="toolStripButton_more.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG
YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9
0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw
bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc
VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9
c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32
Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo
mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+
kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D
TgDQASA1MVpwzwAAAABJRU5ErkJggg==
</value>
</data>
<data name="toolStripLabel_help.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG
YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9
0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw
bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc
VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9
c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32
Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo
mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+
kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D
TgDQASA1MVpwzwAAAABJRU5ErkJggg==
</value>
</data>
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAABAAEAICAAAAEAIACoEAAAFgAAACgAAAAgAAAAQAAAAAEAIAAAAAAAABAAAHQSAAB0EgAAAAAAAAAA

View File

@ -38,12 +38,16 @@
this.CheckBox_AutoLogin = new System.Windows.Forms.CheckBox();
this.CheckBox_Remember = new System.Windows.Forms.CheckBox();
this.Button_Login = new System.Windows.Forms.Button();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripButton_about = new System.Windows.Forms.ToolStripButton();
this.toolStripButton_help = new System.Windows.Forms.ToolStripButton();
this.toolStrip1.SuspendLayout();
this.SuspendLayout();
//
// Label_Username
//
this.Label_Username.AutoSize = true;
this.Label_Username.Location = new System.Drawing.Point(75, 38);
this.Label_Username.Location = new System.Drawing.Point(75, 43);
this.Label_Username.Name = "Label_Username";
this.Label_Username.Size = new System.Drawing.Size(65, 20);
this.Label_Username.TabIndex = 0;
@ -52,7 +56,7 @@
// Label_Domain
//
this.Label_Domain.AutoSize = true;
this.Label_Domain.Location = new System.Drawing.Point(75, 94);
this.Label_Domain.Location = new System.Drawing.Point(75, 89);
this.Label_Domain.Name = "Label_Domain";
this.Label_Domain.Size = new System.Drawing.Size(65, 20);
this.Label_Domain.TabIndex = 0;
@ -61,7 +65,7 @@
// Label_Password
//
this.Label_Password.AutoSize = true;
this.Label_Password.Location = new System.Drawing.Point(75, 150);
this.Label_Password.Location = new System.Drawing.Point(75, 140);
this.Label_Password.Name = "Label_Password";
this.Label_Password.Size = new System.Drawing.Size(63, 20);
this.Label_Password.TabIndex = 0;
@ -69,7 +73,7 @@
//
// TextBox_Username
//
this.TextBox_Username.Location = new System.Drawing.Point(150, 38);
this.TextBox_Username.Location = new System.Drawing.Point(150, 43);
this.TextBox_Username.MaxLength = 16;
this.TextBox_Username.Name = "TextBox_Username";
this.TextBox_Username.Size = new System.Drawing.Size(155, 25);
@ -85,7 +89,7 @@
this.ComboBox_Domain.Items.AddRange(new object[] {
"student-phone",
"student"});
this.ComboBox_Domain.Location = new System.Drawing.Point(150, 94);
this.ComboBox_Domain.Location = new System.Drawing.Point(150, 89);
this.ComboBox_Domain.MaxDropDownItems = 5;
this.ComboBox_Domain.Name = "ComboBox_Domain";
this.ComboBox_Domain.Size = new System.Drawing.Size(155, 28);
@ -94,7 +98,7 @@
//
// TextBox_Password
//
this.TextBox_Password.Location = new System.Drawing.Point(150, 150);
this.TextBox_Password.Location = new System.Drawing.Point(150, 140);
this.TextBox_Password.Name = "TextBox_Password";
this.TextBox_Password.Size = new System.Drawing.Size(155, 25);
this.TextBox_Password.TabIndex = 3;
@ -106,7 +110,7 @@
//
this.CheckBox_AutoLogin.AutoSize = true;
this.CheckBox_AutoLogin.Cursor = System.Windows.Forms.Cursors.Hand;
this.CheckBox_AutoLogin.Location = new System.Drawing.Point(90, 205);
this.CheckBox_AutoLogin.Location = new System.Drawing.Point(90, 185);
this.CheckBox_AutoLogin.Name = "CheckBox_AutoLogin";
this.CheckBox_AutoLogin.Size = new System.Drawing.Size(84, 24);
this.CheckBox_AutoLogin.TabIndex = 4;
@ -119,7 +123,7 @@
//
this.CheckBox_Remember.AutoSize = true;
this.CheckBox_Remember.Cursor = System.Windows.Forms.Cursors.Hand;
this.CheckBox_Remember.Location = new System.Drawing.Point(220, 205);
this.CheckBox_Remember.Location = new System.Drawing.Point(220, 185);
this.CheckBox_Remember.Name = "CheckBox_Remember";
this.CheckBox_Remember.Size = new System.Drawing.Size(84, 24);
this.CheckBox_Remember.TabIndex = 5;
@ -131,7 +135,7 @@
// Button_Login
//
this.Button_Login.Cursor = System.Windows.Forms.Cursors.Hand;
this.Button_Login.Location = new System.Drawing.Point(80, 255);
this.Button_Login.Location = new System.Drawing.Point(80, 229);
this.Button_Login.Name = "Button_Login";
this.Button_Login.Size = new System.Drawing.Size(230, 40);
this.Button_Login.TabIndex = 6;
@ -139,12 +143,46 @@
this.Button_Login.UseVisualStyleBackColor = true;
this.Button_Login.Click += new System.EventHandler(this.Button_Login_Click);
//
// toolStrip1
//
this.toolStrip1.BackColor = System.Drawing.SystemColors.Window;
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripButton_about,
this.toolStripButton_help});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(384, 25);
this.toolStrip1.TabIndex = 7;
this.toolStrip1.Text = "toolStrip1";
//
// toolStripButton_about
//
this.toolStripButton_about.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripButton_about.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_about.Image")));
this.toolStripButton_about.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton_about.Name = "toolStripButton_about";
this.toolStripButton_about.Size = new System.Drawing.Size(52, 22);
this.toolStripButton_about.Text = "关于(&A)";
this.toolStripButton_about.Click += new System.EventHandler(this.toolStripButton_about_Click);
//
// toolStripButton_help
//
this.toolStripButton_help.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripButton_help.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_help.Image")));
this.toolStripButton_help.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton_help.Name = "toolStripButton_help";
this.toolStripButton_help.Size = new System.Drawing.Size(53, 22);
this.toolStripButton_help.Text = "帮助(&H)";
this.toolStripButton_help.Click += new System.EventHandler(this.toolStripButton_help_Click);
//
// LoginForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.SystemColors.Control;
this.ClientSize = new System.Drawing.Size(384, 311);
this.ClientSize = new System.Drawing.Size(384, 281);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.Label_Domain);
this.Controls.Add(this.ComboBox_Domain);
this.Controls.Add(this.Button_Login);
@ -159,11 +197,14 @@
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "LoginForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "校园网登录";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.LoginForm_FormClosing);
this.Load += new System.EventHandler(this.LoginForm_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
@ -180,6 +221,9 @@
private System.Windows.Forms.ComboBox ComboBox_Domain;
private System.Windows.Forms.Label Label_Domain;
private System.Windows.Forms.Label Label_Password;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton toolStripButton_about;
private System.Windows.Forms.ToolStripButton toolStripButton_help;
}
}

View File

@ -236,5 +236,14 @@ namespace NJCIT
OperateIniFile.WriteIniData("Account", "Password", isRemember ? password : "", path);
}
private void toolStripButton_about_Click(object sender, EventArgs e)
{
new AboutForm().ShowDialog();
}
private void toolStripButton_help_Click(object sender, EventArgs e)
{
System.Diagnostics.Process.Start("http://xueye.io/njcit-lan-help.html");
}
}
}

View File

@ -117,37 +117,40 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="Label_Username.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="Label_Domain.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="Label_Password.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="TextBox_Username.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="ComboBox_Domain.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="TextBox_Password.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="CheckBox_AutoLogin.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="CheckBox_Remember.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="Button_Login.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="$this.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
<metadata name="toolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="toolStripButton_about.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG
YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9
0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw
bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc
VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9
c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32
Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo
mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+
kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D
TgDQASA1MVpwzwAAAABJRU5ErkJggg==
</value>
</data>
<data name="toolStripButton_help.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG
YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9
0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw
bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc
VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9
c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32
Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo
mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+
kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D
TgDQASA1MVpwzwAAAABJRU5ErkJggg==
</value>
</data>
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAABAAEAICAAAAEAIACoEAAAFgAAACgAAAAgAAAAQAAAAAEAIAAAAAAAABAAAHQSAAB0EgAAAAAAAAAA

View File

@ -67,6 +67,12 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="AboutForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="AboutForm.Designer.cs">
<DependentUpon>AboutForm.cs</DependentUpon>
</Compile>
<Compile Include="LoginServer.cs" />
<Compile Include="InfomationForm.cs">
<SubType>Form</SubType>
@ -83,6 +89,9 @@
<Compile Include="OperateIniFile.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="AboutForm.resx">
<DependentUpon>AboutForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="LoginForm.resx">
<DependentUpon>LoginForm.cs</DependentUpon>
</EmbeddedResource>

Binary file not shown.

Binary file not shown.

BIN
NJCIT/bin/Release/NJCIT.exe Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
de566e741e2d21f59948c22cf09d298ed912688f
c89c29c6ef265d0a944994e5d7b61dc36e1f87ad

View File

@ -8,3 +8,4 @@ C:\Users\xueye\source\repos\NJCIT\NJCIT\obj\Debug\NJCIT.csproj.GenerateResource.
C:\Users\xueye\source\repos\NJCIT\NJCIT\obj\Debug\NJCIT.csproj.CoreCompileInputs.cache
C:\Users\xueye\source\repos\NJCIT\NJCIT\obj\Debug\NJCIT.exe
C:\Users\xueye\source\repos\NJCIT\NJCIT\obj\Debug\NJCIT.pdb
C:\Users\XUEYE\source\repos\NJCIT\NJCIT\obj\Debug\NJCIT.AboutForm.resources

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
de566e741e2d21f59948c22cf09d298ed912688f
c89c29c6ef265d0a944994e5d7b61dc36e1f87ad

View File

@ -8,3 +8,5 @@ C:\Users\xueye\source\repos\NJCIT\NJCIT\obj\Release\NJCIT.csproj.GenerateResourc
C:\Users\xueye\source\repos\NJCIT\NJCIT\obj\Release\NJCIT.csproj.CoreCompileInputs.cache
C:\Users\xueye\source\repos\NJCIT\NJCIT\obj\Release\NJCIT.exe
C:\Users\xueye\source\repos\NJCIT\NJCIT\obj\Release\NJCIT.pdb
C:\Users\xueye\source\repos\NJCIT\NJCIT\obj\Release\NJCIT.csprojAssemblyReference.cache
C:\Users\xueye\source\repos\NJCIT\NJCIT\obj\Release\NJCIT.AboutForm.resources

Binary file not shown.

Binary file not shown.

Binary file not shown.