调整winform所有的窗体背景色,更新hslcommunication组件,完成网络通信引擎。
This commit is contained in:
3
CommonLibrary/BasicSupport/FormAbout.designer.cs
generated
3
CommonLibrary/BasicSupport/FormAbout.designer.cs
generated
@@ -28,7 +28,6 @@
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAbout));
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
@@ -93,7 +92,7 @@
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.BackColor = System.Drawing.Color.AliceBlue;
|
||||
this.ClientSize = new System.Drawing.Size(405, 159);
|
||||
this.Controls.Add(this.label5);
|
||||
this.Controls.Add(this.label4);
|
||||
|
||||
Reference in New Issue
Block a user