|
@@ -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);
|