报表字体更新

main
xiaoguo 1 year ago
parent 7dee87de4e
commit a1aad1543d

@ -39,14 +39,14 @@
//
this.chartToilet.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.chartToilet.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chartToilet.LegendFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chartToilet.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chartToilet.LegendFont = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chartToilet.Location = new System.Drawing.Point(3, 38);
this.chartToilet.MinimumSize = new System.Drawing.Size(1, 1);
this.chartToilet.Name = "chartToilet";
this.chartToilet.Size = new System.Drawing.Size(1279, 300);
this.chartToilet.Style = Sunny.UI.UIStyle.Custom;
this.chartToilet.SubFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chartToilet.SubFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chartToilet.TabIndex = 0;
this.chartToilet.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
@ -54,14 +54,14 @@
//
this.chartElectricity.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.chartElectricity.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chartElectricity.LegendFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chartElectricity.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chartElectricity.LegendFont = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chartElectricity.Location = new System.Drawing.Point(3, 344);
this.chartElectricity.MinimumSize = new System.Drawing.Size(1, 1);
this.chartElectricity.Name = "chartElectricity";
this.chartElectricity.Size = new System.Drawing.Size(1279, 300);
this.chartElectricity.Style = Sunny.UI.UIStyle.Custom;
this.chartElectricity.SubFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chartElectricity.SubFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chartElectricity.TabIndex = 1;
this.chartElectricity.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
@ -69,14 +69,14 @@
//
this.chartWater.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.chartWater.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chartWater.LegendFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chartWater.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chartWater.LegendFont = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chartWater.Location = new System.Drawing.Point(3, 650);
this.chartWater.MinimumSize = new System.Drawing.Size(1, 1);
this.chartWater.Name = "chartWater";
this.chartWater.Size = new System.Drawing.Size(1279, 300);
this.chartWater.Style = Sunny.UI.UIStyle.Custom;
this.chartWater.SubFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chartWater.SubFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chartWater.TabIndex = 2;
this.chartWater.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//

Loading…
Cancel
Save