diff --git a/.vs/NJCIT/v15/.suo b/.vs/NJCIT/v15/.suo index 1006d5d..cb18e4f 100644 Binary files a/.vs/NJCIT/v15/.suo and b/.vs/NJCIT/v15/.suo differ diff --git a/.vs/NJCIT/v15/Server/sqlite3/storage.ide b/.vs/NJCIT/v15/Server/sqlite3/storage.ide index 56758a8..2ce1252 100644 Binary files a/.vs/NJCIT/v15/Server/sqlite3/storage.ide and b/.vs/NJCIT/v15/Server/sqlite3/storage.ide differ diff --git a/.vs/NJCIT/v15/Server/sqlite3/storage.ide-shm b/.vs/NJCIT/v15/Server/sqlite3/storage.ide-shm index 2a8bbb2..2b28603 100644 Binary files a/.vs/NJCIT/v15/Server/sqlite3/storage.ide-shm and b/.vs/NJCIT/v15/Server/sqlite3/storage.ide-shm differ diff --git a/.vs/NJCIT/v15/Server/sqlite3/storage.ide-wal b/.vs/NJCIT/v15/Server/sqlite3/storage.ide-wal index 7328d6e..afab0ea 100644 Binary files a/.vs/NJCIT/v15/Server/sqlite3/storage.ide-wal and b/.vs/NJCIT/v15/Server/sqlite3/storage.ide-wal differ diff --git a/NJCIT/AboutForm.Designer.cs b/NJCIT/AboutForm.Designer.cs new file mode 100644 index 0000000..3c8134a --- /dev/null +++ b/NJCIT/AboutForm.Designer.cs @@ -0,0 +1,161 @@ +namespace NJCIT +{ + partial class AboutForm + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + 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 = "有问题可联系QQ:188449335"; + // + // 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; + } +} \ No newline at end of file diff --git a/NJCIT/AboutForm.cs b/NJCIT/AboutForm.cs new file mode 100644 index 0000000..7078ca8 --- /dev/null +++ b/NJCIT/AboutForm.cs @@ -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"); + } + } +} diff --git a/NJCIT/AboutForm.resx b/NJCIT/AboutForm.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/NJCIT/AboutForm.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/NJCIT/InfomationForm.Designer.cs b/NJCIT/InfomationForm.Designer.cs index a1123aa..47c9b40 100644 --- a/NJCIT/InfomationForm.Designer.cs +++ b/NJCIT/InfomationForm.Designer.cs @@ -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; } } \ No newline at end of file diff --git a/NJCIT/InfomationForm.cs b/NJCIT/InfomationForm.cs index 89f6798..dc9ca3a 100644 --- a/NJCIT/InfomationForm.cs +++ b/NJCIT/InfomationForm.cs @@ -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"); + } } } diff --git a/NJCIT/InfomationForm.resx b/NJCIT/InfomationForm.resx index b683743..402935b 100644 --- a/NJCIT/InfomationForm.resx +++ b/NJCIT/InfomationForm.resx @@ -117,37 +117,55 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True + + 17, 17 + + + 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== + + + + + 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== + + + + + 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== + + AAABAAEAICAAAAEAIACoEAAAFgAAACgAAAAgAAAAQAAAAAEAIAAAAAAAABAAAHQSAAB0EgAAAAAAAAAA diff --git a/NJCIT/LoginForm.Designer.cs b/NJCIT/LoginForm.Designer.cs index 5ca9155..15d398a 100644 --- a/NJCIT/LoginForm.Designer.cs +++ b/NJCIT/LoginForm.Designer.cs @@ -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; } } diff --git a/NJCIT/LoginForm.cs b/NJCIT/LoginForm.cs index 3f19101..97cc5f2 100644 --- a/NJCIT/LoginForm.cs +++ b/NJCIT/LoginForm.cs @@ -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"); + } } } diff --git a/NJCIT/LoginForm.resx b/NJCIT/LoginForm.resx index e4afa50..bb7cbba 100644 --- a/NJCIT/LoginForm.resx +++ b/NJCIT/LoginForm.resx @@ -117,37 +117,40 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True + + 17, 17 + + + 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== + + + + + 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== + + AAABAAEAICAAAAEAIACoEAAAFgAAACgAAAAgAAAAQAAAAAEAIAAAAAAAABAAAHQSAAB0EgAAAAAAAAAA diff --git a/NJCIT/NJCIT.csproj b/NJCIT/NJCIT.csproj index c0470a6..12f29ab 100644 --- a/NJCIT/NJCIT.csproj +++ b/NJCIT/NJCIT.csproj @@ -67,6 +67,12 @@ + + Form + + + AboutForm.cs + Form @@ -83,6 +89,9 @@ + + AboutForm.cs + LoginForm.cs diff --git a/NJCIT/bin/Debug/NJCIT.exe b/NJCIT/bin/Debug/NJCIT.exe index 337ec09..40f85ec 100644 Binary files a/NJCIT/bin/Debug/NJCIT.exe and b/NJCIT/bin/Debug/NJCIT.exe differ diff --git a/NJCIT/bin/Debug/NJCIT.pdb b/NJCIT/bin/Debug/NJCIT.pdb index 7da3e95..d548455 100644 Binary files a/NJCIT/bin/Debug/NJCIT.pdb and b/NJCIT/bin/Debug/NJCIT.pdb differ diff --git a/NJCIT/bin/Release/NJCIT.exe b/NJCIT/bin/Release/NJCIT.exe new file mode 100644 index 0000000..6f63928 Binary files /dev/null and b/NJCIT/bin/Release/NJCIT.exe differ diff --git a/NJCIT/bin/Release/NJCIT.pdb b/NJCIT/bin/Release/NJCIT.pdb index c3c1b59..1ace0d6 100644 Binary files a/NJCIT/bin/Release/NJCIT.pdb and b/NJCIT/bin/Release/NJCIT.pdb differ diff --git a/NJCIT/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/NJCIT/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache index 84ee984..d8f7368 100644 Binary files a/NJCIT/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/NJCIT/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/NJCIT/obj/Debug/NJCIT.AboutForm.resources b/NJCIT/obj/Debug/NJCIT.AboutForm.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/NJCIT/obj/Debug/NJCIT.AboutForm.resources differ diff --git a/NJCIT/obj/Debug/NJCIT.InfomationForm.resources b/NJCIT/obj/Debug/NJCIT.InfomationForm.resources index 5af470f..05dbfc0 100644 Binary files a/NJCIT/obj/Debug/NJCIT.InfomationForm.resources and b/NJCIT/obj/Debug/NJCIT.InfomationForm.resources differ diff --git a/NJCIT/obj/Debug/NJCIT.LoginForm.resources b/NJCIT/obj/Debug/NJCIT.LoginForm.resources index 5af470f..b84313b 100644 Binary files a/NJCIT/obj/Debug/NJCIT.LoginForm.resources and b/NJCIT/obj/Debug/NJCIT.LoginForm.resources differ diff --git a/NJCIT/obj/Debug/NJCIT.csproj.CoreCompileInputs.cache b/NJCIT/obj/Debug/NJCIT.csproj.CoreCompileInputs.cache index 3126d3c..201f955 100644 --- a/NJCIT/obj/Debug/NJCIT.csproj.CoreCompileInputs.cache +++ b/NJCIT/obj/Debug/NJCIT.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -de566e741e2d21f59948c22cf09d298ed912688f +c89c29c6ef265d0a944994e5d7b61dc36e1f87ad diff --git a/NJCIT/obj/Debug/NJCIT.csproj.FileListAbsolute.txt b/NJCIT/obj/Debug/NJCIT.csproj.FileListAbsolute.txt index 7a1b4a6..57e17bc 100644 --- a/NJCIT/obj/Debug/NJCIT.csproj.FileListAbsolute.txt +++ b/NJCIT/obj/Debug/NJCIT.csproj.FileListAbsolute.txt @@ -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 diff --git a/NJCIT/obj/Debug/NJCIT.csproj.GenerateResource.cache b/NJCIT/obj/Debug/NJCIT.csproj.GenerateResource.cache index e928a00..566cc05 100644 Binary files a/NJCIT/obj/Debug/NJCIT.csproj.GenerateResource.cache and b/NJCIT/obj/Debug/NJCIT.csproj.GenerateResource.cache differ diff --git a/NJCIT/obj/Debug/NJCIT.csprojAssemblyReference.cache b/NJCIT/obj/Debug/NJCIT.csprojAssemblyReference.cache deleted file mode 100644 index f41cc40..0000000 Binary files a/NJCIT/obj/Debug/NJCIT.csprojAssemblyReference.cache and /dev/null differ diff --git a/NJCIT/obj/Debug/NJCIT.exe b/NJCIT/obj/Debug/NJCIT.exe index 337ec09..40f85ec 100644 Binary files a/NJCIT/obj/Debug/NJCIT.exe and b/NJCIT/obj/Debug/NJCIT.exe differ diff --git a/NJCIT/obj/Debug/NJCIT.pdb b/NJCIT/obj/Debug/NJCIT.pdb index 7da3e95..d548455 100644 Binary files a/NJCIT/obj/Debug/NJCIT.pdb and b/NJCIT/obj/Debug/NJCIT.pdb differ diff --git a/NJCIT/obj/Release/NJCIT.AboutForm.resources b/NJCIT/obj/Release/NJCIT.AboutForm.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/NJCIT/obj/Release/NJCIT.AboutForm.resources differ diff --git a/NJCIT/obj/Release/NJCIT.InfomationForm.resources b/NJCIT/obj/Release/NJCIT.InfomationForm.resources index 5af470f..05dbfc0 100644 Binary files a/NJCIT/obj/Release/NJCIT.InfomationForm.resources and b/NJCIT/obj/Release/NJCIT.InfomationForm.resources differ diff --git a/NJCIT/obj/Release/NJCIT.LoginForm.resources b/NJCIT/obj/Release/NJCIT.LoginForm.resources index 5af470f..b84313b 100644 Binary files a/NJCIT/obj/Release/NJCIT.LoginForm.resources and b/NJCIT/obj/Release/NJCIT.LoginForm.resources differ diff --git a/NJCIT/obj/Release/NJCIT.csproj.CoreCompileInputs.cache b/NJCIT/obj/Release/NJCIT.csproj.CoreCompileInputs.cache index 3126d3c..201f955 100644 --- a/NJCIT/obj/Release/NJCIT.csproj.CoreCompileInputs.cache +++ b/NJCIT/obj/Release/NJCIT.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -de566e741e2d21f59948c22cf09d298ed912688f +c89c29c6ef265d0a944994e5d7b61dc36e1f87ad diff --git a/NJCIT/obj/Release/NJCIT.csproj.FileListAbsolute.txt b/NJCIT/obj/Release/NJCIT.csproj.FileListAbsolute.txt index d3ffebe..0aa733f 100644 --- a/NJCIT/obj/Release/NJCIT.csproj.FileListAbsolute.txt +++ b/NJCIT/obj/Release/NJCIT.csproj.FileListAbsolute.txt @@ -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 diff --git a/NJCIT/obj/Release/NJCIT.csproj.GenerateResource.cache b/NJCIT/obj/Release/NJCIT.csproj.GenerateResource.cache index e928a00..566cc05 100644 Binary files a/NJCIT/obj/Release/NJCIT.csproj.GenerateResource.cache and b/NJCIT/obj/Release/NJCIT.csproj.GenerateResource.cache differ diff --git a/NJCIT/obj/Release/NJCIT.csprojAssemblyReference.cache b/NJCIT/obj/Release/NJCIT.csprojAssemblyReference.cache new file mode 100644 index 0000000..561373e Binary files /dev/null and b/NJCIT/obj/Release/NJCIT.csprojAssemblyReference.cache differ diff --git a/NJCIT/obj/Release/NJCIT.exe b/NJCIT/obj/Release/NJCIT.exe index e921954..6f63928 100644 Binary files a/NJCIT/obj/Release/NJCIT.exe and b/NJCIT/obj/Release/NJCIT.exe differ diff --git a/NJCIT/obj/Release/NJCIT.pdb b/NJCIT/obj/Release/NJCIT.pdb index c3c1b59..1ace0d6 100644 Binary files a/NJCIT/obj/Release/NJCIT.pdb and b/NJCIT/obj/Release/NJCIT.pdb differ