duheng
2024-12-04 3886a51f03ec14650e5b7127539104ad40e496da
WinFrmUI/Yw.WinFrmUI.Hydro.Core/18-loss/02-scale/02-input/HydroInputEnergyScaleChartCtrl.Designer.cs
copy from WinFrmUI/Yw.WinFrmUI.Hydro.Core/18-loss/02-scale/HydroCatalogLossScaleChartCtrl.Designer.cs copy to WinFrmUI/Yw.WinFrmUI.Hydro.Core/18-loss/02-scale/02-input/HydroInputEnergyScaleChartCtrl.Designer.cs
Îļþ´Ó WinFrmUI/Yw.WinFrmUI.Hydro.Core/18-loss/02-scale/HydroCatalogLossScaleChartCtrl.Designer.cs ¸´ÖÆ
@@ -1,6 +1,6 @@
namespace Yw.WinFrmUI
{
    partial class HydroCatalogLossScaleChartCtrl
    partial class HydroInputEnergyScaleChartCtrl
    {
        /// <summary> 
        /// Required designer variable.
@@ -43,23 +43,26 @@
            // 
            // bindingSource1
            // 
            bindingSource1.DataSource = typeof(HydroCatalogLossScaleViewModel);
            bindingSource1.DataSource = typeof(HydroInputEnergyScaleViewModel);
            // 
            // chartControl1
            // 
            chartControl1.Dock = DockStyle.Fill;
            chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
            chartControl1.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
            chartControl1.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
            chartControl1.Legend.LegendID = -1;
            chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.True;
            chartControl1.Location = new Point(0, 0);
            chartControl1.Name = "chartControl1";
            series1.ArgumentDataMember = "CatalogName";
            series1.ArgumentDataMember = "EnergyName";
            series1.DataSource = bindingSource1;
            doughnutSeriesLabel1.TextPattern = "{A}({V:N2}):{VP:P2}";
            doughnutSeriesLabel1.TextPattern = "{A}:{VP:P2}";
            series1.Label = doughnutSeriesLabel1;
            series1.Name = "Series 1";
            series1.SeriesID = 1;
            series1.ValueDataMembersSerializable = "Loss";
            doughnutSeriesView1.TotalLabel.TextPattern = "总损失: {TV:#.##}";
            series1.ValueDataMembersSerializable = "EnergyValue";
            doughnutSeriesView1.TotalLabel.TextPattern = "总能量: {TV:#.##}";
            doughnutSeriesView1.TotalLabel.Visible = true;
            series1.View = doughnutSeriesView1;
            chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[]
@@ -69,12 +72,12 @@
            chartControl1.Size = new Size(884, 602);
            chartControl1.TabIndex = 0;
            // 
            // HydroSingleLossScaleCtrl
            // HydroInputEnergyScaleChartCtrl
            // 
            AutoScaleDimensions = new SizeF(7F, 14F);
            AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(chartControl1);
            Name = "HydroSingleLossScaleCtrl";
            Name = "HydroInputEnergyScaleChartCtrl";
            Size = new Size(884, 602);
            ((ISupportInitialize)bindingSource1).EndInit();
            ((ISupportInitialize)doughnutSeriesLabel1).EndInit();