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 ¸´ÖÆ |
| | |
| | | namespace Yw.WinFrmUI |
| | | { |
| | | partial class HydroCatalogLossScaleChartCtrl |
| | | partial class HydroInputEnergyScaleChartCtrl |
| | | { |
| | | /// <summary> |
| | | /// Required designer variable. |
| | |
| | | // |
| | | // 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[] |
| | |
| | | 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(); |