namespace IStation.WinFrmUI
{
partial class ViewElecPriceByDay
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
DevExpress.XtraCharts.StepLineSeriesView stepLineSeriesView1 = new DevExpress.XtraCharts.StepLineSeriesView();
DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle();
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.bindingSourceGrid = new System.Windows.Forms.BindingSource(this.components);
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.ColName = new DevExpress.XtraGrid.Columns.GridColumn();
this.ColStartHour = new DevExpress.XtraGrid.Columns.GridColumn();
this.ColEndHour = new DevExpress.XtraGrid.Columns.GridColumn();
this.ColPrice = new DevExpress.XtraGrid.Columns.GridColumn();
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
this.xtraTabControl1.SuspendLayout();
this.xtraTabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(stepLineSeriesView1)).BeginInit();
this.xtraTabPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSourceGrid)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
this.SuspendLayout();
//
// xtraTabControl1
//
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
this.xtraTabControl1.Name = "xtraTabControl1";
this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
this.xtraTabControl1.Size = new System.Drawing.Size(701, 416);
this.xtraTabControl1.TabIndex = 0;
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
this.xtraTabPage1,
this.xtraTabPage2});
//
// xtraTabPage1
//
this.xtraTabPage1.AlwaysScrollActiveControlIntoView = false;
this.xtraTabPage1.Controls.Add(this.chartControl1);
this.xtraTabPage1.Name = "xtraTabPage1";
this.xtraTabPage1.Size = new System.Drawing.Size(699, 390);
this.xtraTabPage1.Text = "电力价格图表";
//
// chartControl1
//
this.chartControl1.AppearanceNameSerializable = "Pastel Kit";
this.chartControl1.CrosshairOptions.ShowValueLabels = true;
this.chartControl1.CrosshairOptions.ShowValueLine = true;
xyDiagram1.AxisX.AutoScaleBreaks.MaxCount = 1;
xyDiagram1.AxisX.GridLines.Visible = true;
xyDiagram1.AxisX.Label.MaxWidth = 24;
xyDiagram1.AxisX.MinorCount = 1;
xyDiagram1.AxisX.NumericScaleOptions.AutoGrid = false;
xyDiagram1.AxisX.ScaleBreakOptions.SizeInPixels = 20;
xyDiagram1.AxisX.Title.Text = "时间";
xyDiagram1.AxisX.Title.Visibility = DevExpress.Utils.DefaultBoolean.True;
xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
xyDiagram1.AxisX.VisualRange.Auto = false;
xyDiagram1.AxisX.VisualRange.AutoSideMargins = false;
xyDiagram1.AxisX.VisualRange.EndSideMargin = 0D;
xyDiagram1.AxisX.VisualRange.MaxValueSerializable = "0";
xyDiagram1.AxisX.VisualRange.MinValueSerializable = "24";
xyDiagram1.AxisX.VisualRange.StartSideMargin = 2.8D;
xyDiagram1.AxisX.WholeRange.Auto = false;
xyDiagram1.AxisX.WholeRange.AutoSideMargins = false;
xyDiagram1.AxisX.WholeRange.EndSideMargin = 0D;
xyDiagram1.AxisX.WholeRange.MaxValueSerializable = "0";
xyDiagram1.AxisX.WholeRange.MinValueSerializable = "24";
xyDiagram1.AxisX.WholeRange.StartSideMargin = 2.8D;
xyDiagram1.AxisY.Title.MaxLineCount = 3;
xyDiagram1.AxisY.Title.Text = "价格";
xyDiagram1.AxisY.Title.Visibility = DevExpress.Utils.DefaultBoolean.True;
xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
this.chartControl1.Diagram = xyDiagram1;
this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
this.chartControl1.Location = new System.Drawing.Point(0, 0);
this.chartControl1.Name = "chartControl1";
this.chartControl1.PaletteName = "Office";
series1.Name = "Series 1";
series1.View = stepLineSeriesView1;
this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
series1};
this.chartControl1.Size = new System.Drawing.Size(699, 390);
this.chartControl1.TabIndex = 0;
chartTitle1.Text = "上海电力价格信息";
this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
chartTitle1});
//
// xtraTabPage2
//
this.xtraTabPage2.Controls.Add(this.gridControl1);
this.xtraTabPage2.Name = "xtraTabPage2";
this.xtraTabPage2.Size = new System.Drawing.Size(699, 390);
this.xtraTabPage2.Text = "电力价格信息";
//
// gridControl1
//
this.gridControl1.DataSource = this.bindingSourceGrid;
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControl1.Location = new System.Drawing.Point(0, 0);
this.gridControl1.MainView = this.gridView1;
this.gridControl1.Name = "gridControl1";
this.gridControl1.Size = new System.Drawing.Size(699, 390);
this.gridControl1.TabIndex = 0;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// gridView1
//
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.ColName,
this.ColStartHour,
this.ColEndHour,
this.ColPrice});
this.gridView1.GridControl = this.gridControl1;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsView.ShowGroupPanel = false;
this.gridView1.OptionsView.ShowViewCaption = true;
//
// ColName
//
this.ColName.Caption = "时段";
this.ColName.FieldName = "TimeFrame";
this.ColName.Name = "ColName";
this.ColName.Visible = true;
this.ColName.VisibleIndex = 0;
//
// ColStartHour
//
this.ColStartHour.Caption = "开始时间";
this.ColStartHour.FieldName = "StartHour";
this.ColStartHour.Name = "ColStartHour";
this.ColStartHour.Visible = true;
this.ColStartHour.VisibleIndex = 1;
//
// ColEndHour
//
this.ColEndHour.Caption = "结束时间";
this.ColEndHour.FieldName = "EndHour";
this.ColEndHour.Name = "ColEndHour";
this.ColEndHour.Visible = true;
this.ColEndHour.VisibleIndex = 2;
//
// ColPrice
//
this.ColPrice.Caption = "价格";
this.ColPrice.FieldName = "Price";
this.ColPrice.Name = "ColPrice";
this.ColPrice.Visible = true;
this.ColPrice.VisibleIndex = 3;
//
// ViewElecPriceByDay
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(701, 416);
this.Controls.Add(this.xtraTabControl1);
this.Name = "ViewElecPriceByDay";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "电价信息";
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
this.xtraTabControl1.ResumeLayout(false);
this.xtraTabPage1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
((System.ComponentModel.ISupportInitialize)(stepLineSeriesView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
this.xtraTabPage2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSourceGrid)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private System.Windows.Forms.BindingSource bindingSourceGrid;
private DevExpress.XtraGrid.Columns.GridColumn ColName;
private DevExpress.XtraGrid.Columns.GridColumn ColStartHour;
private DevExpress.XtraGrid.Columns.GridColumn ColEndHour;
private DevExpress.XtraGrid.Columns.GridColumn ColPrice;
private DevExpress.XtraCharts.ChartControl chartControl1;
}
}