调整winform所有的窗体背景色,更新hslcommunication组件,完成网络通信引擎。

This commit is contained in:
dathlin
2018-05-26 13:17:58 +08:00
parent 7ff21ff8f7
commit c4e8bd0ee8
58 changed files with 403 additions and 1047 deletions

View File

@@ -32,8 +32,8 @@ namespace CommonLibrary
{
this.textBox1 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.userButton2 = new UserButton();
this.userButton1 = new UserButton();
this.userButton2 = new HslCommunication.Controls.UserButton();
this.userButton1 = new HslCommunication.Controls.UserButton();
this.SuspendLayout();
//
// textBox1
@@ -91,6 +91,7 @@ namespace CommonLibrary
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.AliceBlue;
this.ClientSize = new System.Drawing.Size(564, 471);
this.Controls.Add(this.userButton2);
this.Controls.Add(this.userButton1);