Browse Source

修改窗体颜色,区分现有界面

章政 7 years ago
parent
commit
aecc894548
1 changed files with 3 additions and 2 deletions
  1. 3 2
      UAS-MES/PublicForm/SetLoadingWindow.Designer.cs

+ 3 - 2
UAS-MES/PublicForm/SetLoadingWindow.Designer.cs

@@ -38,7 +38,7 @@
             this.loadingCircle1.Color = System.Drawing.Color.DarkGray;
             this.loadingCircle1.InnerCircleRadius = 5;
             this.loadingCircle1.Location = new System.Drawing.Point(141, 65);
-            this.loadingCircle1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.loadingCircle1.Margin = new System.Windows.Forms.Padding(4);
             this.loadingCircle1.Name = "loadingCircle1";
             this.loadingCircle1.NumberSpoke = 12;
             this.loadingCircle1.OuterCircleRadius = 11;
@@ -53,11 +53,12 @@
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+            this.BackColor = System.Drawing.Color.White;
             this.ClientSize = new System.Drawing.Size(379, 198);
             this.Controls.Add(this.loadingCircle1);
             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
-            this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+            this.Margin = new System.Windows.Forms.Padding(4);
             this.Name = "SetLoadingWindow";
             this.Text = "SetLoadingWindow";
             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SetLoadingWindow_FormClosing);