代码整理,组件窗口移动到项目中,公共库代码新建UserSystem共同静态数据,v1.6.14
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user