代码整理,组件窗口移动到项目中,公共库代码新建UserSystem共同静态数据,v1.6.14

This commit is contained in:
dathlin
2017-10-15 16:04:28 +08:00
parent 2a3a0c5f98
commit 5a5aeca134
54 changed files with 2979 additions and 317 deletions

View File

@@ -34,7 +34,7 @@ namespace CommonLibrary
this.textBox1 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.userButton1 = new UserButton();
this.userButton1 = new HslCommunication.Controls.UserButton();
this.SuspendLayout();
//
// label1
@@ -101,10 +101,10 @@ namespace CommonLibrary
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(413, 197);
this.Name = "FormVersionControl";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "系统版本更新";
this.Load += new System.EventHandler(this.FormVersionControl_Load);
this.Shown += new System.EventHandler(this.FormVersionControl_Shown);
this.ResumeLayout(false);
this.PerformLayout();