属性修改

old
xiaoguo 2 years ago
parent a9567794a2
commit 92fdef3b01

@ -63,6 +63,7 @@
this.uiLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.uiLabel1.ForeColor = System.Drawing.Color.White;
this.uiLabel1.Location = new System.Drawing.Point(396, 29);
this.uiLabel1.Name = "uiLabel1";
this.uiLabel1.Size = new System.Drawing.Size(1070, 46);
@ -119,6 +120,7 @@
// uiLabel4
//
this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.uiLabel4.ForeColor = System.Drawing.Color.White;
this.uiLabel4.Location = new System.Drawing.Point(15, 12);
this.uiLabel4.Name = "uiLabel4";
this.uiLabel4.Size = new System.Drawing.Size(176, 46);
@ -131,6 +133,7 @@
// uiBarChart1
//
this.uiBarChart1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.uiBarChart1.FillColor = System.Drawing.Color.Empty;
this.uiBarChart1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.uiBarChart1.LegendFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.uiBarChart1.Location = new System.Drawing.Point(17, 592);
@ -145,6 +148,7 @@
// lblTime
//
this.lblTime.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.lblTime.ForeColor = System.Drawing.Color.Yellow;
this.lblTime.Location = new System.Drawing.Point(1638, 10);
this.lblTime.Name = "lblTime";
this.lblTime.Size = new System.Drawing.Size(231, 38);
@ -202,6 +206,7 @@
// uiLabel7
//
this.uiLabel7.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.uiLabel7.ForeColor = System.Drawing.Color.White;
this.uiLabel7.Location = new System.Drawing.Point(15, 12);
this.uiLabel7.Name = "uiLabel7";
this.uiLabel7.Size = new System.Drawing.Size(176, 46);
@ -233,6 +238,7 @@
// uiLabel8
//
this.uiLabel8.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.uiLabel8.ForeColor = System.Drawing.Color.White;
this.uiLabel8.Location = new System.Drawing.Point(15, 12);
this.uiLabel8.Name = "uiLabel8";
this.uiLabel8.Size = new System.Drawing.Size(176, 46);
@ -264,6 +270,7 @@
// uiLabel2
//
this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.uiLabel2.ForeColor = System.Drawing.Color.White;
this.uiLabel2.Location = new System.Drawing.Point(15, 12);
this.uiLabel2.Name = "uiLabel2";
this.uiLabel2.Size = new System.Drawing.Size(176, 46);
@ -295,6 +302,7 @@
// uiLabel3
//
this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.uiLabel3.ForeColor = System.Drawing.Color.White;
this.uiLabel3.Location = new System.Drawing.Point(15, 12);
this.uiLabel3.Name = "uiLabel3";
this.uiLabel3.Size = new System.Drawing.Size(176, 46);

Loading…
Cancel
Save