using DevExpress.XtraGrid.Views.Grid;
using System.ComponentModel;
using System.Windows.Forms;
namespace IStation.WinFrmUI.Monitor
{
partial class ScheduleCalcPage
{
///
/// Required designer variable.
///
private 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 Component 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.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ScheduleCalcPage));
DevExpress.XtraCharts.SwiftPlotDiagram swiftPlotDiagram1 = new DevExpress.XtraCharts.SwiftPlotDiagram();
DevExpress.XtraCharts.XYDiagramPane xyDiagramPane1 = new DevExpress.XtraCharts.XYDiagramPane();
DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY swiftPlotDiagramSecondaryAxisY1 = new DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY();
DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY swiftPlotDiagramSecondaryAxisY2 = new DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY();
DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView1 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView2 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView3 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series();
DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView4 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
DevExpress.XtraCharts.Series series5 = new DevExpress.XtraCharts.Series();
DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView5 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colFlag1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colWL = new DevExpress.XtraGrid.Columns.GridColumn();
this.colTargetRpm = new DevExpress.XtraGrid.Columns.GridColumn();
this.colCalcRpm = new DevExpress.XtraGrid.Columns.GridColumn();
this.colRpmDeviation = new DevExpress.XtraGrid.Columns.GridColumn();
this.colTargetFlow1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colCalcFlow1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colFlowDeviation1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPressureDeviation1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colTargetHead = new DevExpress.XtraGrid.Columns.GridColumn();
this.colCalcHead = new DevExpress.XtraGrid.Columns.GridColumn();
this.colTargetPressureDiff = new DevExpress.XtraGrid.Columns.GridColumn();
this.colCalcPressureDiff = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.stationScheduleVmBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colFlag = new DevExpress.XtraGrid.Columns.GridColumn();
this.colTargetFlow = new DevExpress.XtraGrid.Columns.GridColumn();
this.colCalcFlow = new DevExpress.XtraGrid.Columns.GridColumn();
this.colFlowDeviation = new DevExpress.XtraGrid.Columns.GridColumn();
this.colTargetPressure = new DevExpress.XtraGrid.Columns.GridColumn();
this.colCalcPressure = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPressureDeviation = new DevExpress.XtraGrid.Columns.GridColumn();
this.colTime = new DevExpress.XtraGrid.Columns.GridColumn();
this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
this.barBtnRefresh = new DevExpress.XtraBars.BarButtonItem();
this.barBtnExpandAll = new DevExpress.XtraBars.BarButtonItem();
this.barBtnCollapseAll = new DevExpress.XtraBars.BarButtonItem();
this.barCekSearch = new DevExpress.XtraBars.BarCheckItem();
this.barCekLoad = new DevExpress.XtraBars.BarCheckItem();
this.barEditDateStart = new DevExpress.XtraBars.BarEditItem();
this.repositoryItemDateEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
this.barEditDateEnd = new DevExpress.XtraBars.BarEditItem();
this.repositoryItemDateEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
this.barBtnExportAnalysisFactor = new DevExpress.XtraBars.BarButtonItem();
this.barCekUseAnaDev = new DevExpress.XtraBars.BarCheckItem();
this.ribbonPageProduct = new DevExpress.XtraBars.Ribbon.RibbonPage();
this.ribbonPageGroupProduct = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
this.panelContainer1 = new DevExpress.XtraBars.Docking.DockPanel();
this.dockPanel2 = new DevExpress.XtraBars.Docking.DockPanel();
this.dockPanel2_Container = new DevExpress.XtraBars.Docking.ControlContainer();
this.stationListCtrl1 = new IStation.WinFrmUI.Monitor.StationListCtrl();
this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
this.controlContainer1 = new DevExpress.XtraBars.Docking.ControlContainer();
this.monitorDataSourcesTreeList1 = new IStation.WinFrmUI.Monitor.MonitorDataSourcesTreeList();
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
this.cmbFlag = new DevExpress.XtraEditors.ComboBoxEdit();
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.stationScheduleVmBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2.CalendarTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
this.panelContainer1.SuspendLayout();
this.dockPanel2.SuspendLayout();
this.dockPanel2_Container.SuspendLayout();
this.dockPanel1.SuspendLayout();
this.controlContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
this.xtraTabControl1.SuspendLayout();
this.xtraTabPage1.SuspendLayout();
this.xtraTabPage3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
this.layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(swiftPlotDiagramSecondaryAxisY1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(swiftPlotDiagramSecondaryAxisY2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cmbFlag.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
this.SuspendLayout();
//
// gridView2
//
this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colFlag1,
this.colWL,
this.colTargetRpm,
this.colCalcRpm,
this.colRpmDeviation,
this.colTargetFlow1,
this.colCalcFlow1,
this.colFlowDeviation1,
this.colPressureDeviation1,
this.colTargetHead,
this.colCalcHead,
this.colTargetPressureDiff,
this.colCalcPressureDiff});
this.gridView2.GridControl = this.gridControl1;
this.gridView2.Name = "gridView2";
//
// colFlag1
//
this.colFlag1.FieldName = "Flag";
this.colFlag1.MinWidth = 30;
this.colFlag1.Name = "colFlag1";
this.colFlag1.Visible = true;
this.colFlag1.VisibleIndex = 0;
this.colFlag1.Width = 112;
//
// colWL
//
this.colWL.FieldName = "WL";
this.colWL.MinWidth = 30;
this.colWL.Name = "colWL";
this.colWL.Visible = true;
this.colWL.VisibleIndex = 1;
this.colWL.Width = 112;
//
// colTargetRpm
//
this.colTargetRpm.FieldName = "TargetRpm";
this.colTargetRpm.MinWidth = 30;
this.colTargetRpm.Name = "colTargetRpm";
this.colTargetRpm.Visible = true;
this.colTargetRpm.VisibleIndex = 2;
this.colTargetRpm.Width = 112;
//
// colCalcRpm
//
this.colCalcRpm.FieldName = "CalcRpm";
this.colCalcRpm.MinWidth = 30;
this.colCalcRpm.Name = "colCalcRpm";
this.colCalcRpm.Visible = true;
this.colCalcRpm.VisibleIndex = 3;
this.colCalcRpm.Width = 112;
//
// colRpmDeviation
//
this.colRpmDeviation.FieldName = "RpmDeviation";
this.colRpmDeviation.MinWidth = 30;
this.colRpmDeviation.Name = "colRpmDeviation";
this.colRpmDeviation.Visible = true;
this.colRpmDeviation.VisibleIndex = 4;
this.colRpmDeviation.Width = 112;
//
// colTargetFlow1
//
this.colTargetFlow1.FieldName = "TargetFlow";
this.colTargetFlow1.MinWidth = 30;
this.colTargetFlow1.Name = "colTargetFlow1";
this.colTargetFlow1.Visible = true;
this.colTargetFlow1.VisibleIndex = 5;
this.colTargetFlow1.Width = 112;
//
// colCalcFlow1
//
this.colCalcFlow1.FieldName = "CalcFlow";
this.colCalcFlow1.MinWidth = 30;
this.colCalcFlow1.Name = "colCalcFlow1";
this.colCalcFlow1.Visible = true;
this.colCalcFlow1.VisibleIndex = 6;
this.colCalcFlow1.Width = 112;
//
// colFlowDeviation1
//
this.colFlowDeviation1.FieldName = "FlowDeviation";
this.colFlowDeviation1.MinWidth = 30;
this.colFlowDeviation1.Name = "colFlowDeviation1";
this.colFlowDeviation1.Visible = true;
this.colFlowDeviation1.VisibleIndex = 7;
this.colFlowDeviation1.Width = 112;
//
// colPressureDeviation1
//
this.colPressureDeviation1.FieldName = "PressureDeviation";
this.colPressureDeviation1.MinWidth = 30;
this.colPressureDeviation1.Name = "colPressureDeviation1";
this.colPressureDeviation1.Visible = true;
this.colPressureDeviation1.VisibleIndex = 10;
this.colPressureDeviation1.Width = 112;
//
// colTargetHead
//
this.colTargetHead.FieldName = "TargetHead";
this.colTargetHead.MinWidth = 30;
this.colTargetHead.Name = "colTargetHead";
this.colTargetHead.Visible = true;
this.colTargetHead.VisibleIndex = 11;
this.colTargetHead.Width = 112;
//
// colCalcHead
//
this.colCalcHead.FieldName = "CalcHead";
this.colCalcHead.MinWidth = 30;
this.colCalcHead.Name = "colCalcHead";
this.colCalcHead.Visible = true;
this.colCalcHead.VisibleIndex = 12;
this.colCalcHead.Width = 112;
//
// colTargetPressureDiff
//
this.colTargetPressureDiff.FieldName = "TargetPressureDiff";
this.colTargetPressureDiff.MinWidth = 30;
this.colTargetPressureDiff.Name = "colTargetPressureDiff";
this.colTargetPressureDiff.Visible = true;
this.colTargetPressureDiff.VisibleIndex = 8;
this.colTargetPressureDiff.Width = 112;
//
// colCalcPressureDiff
//
this.colCalcPressureDiff.FieldName = "CalcPressureDiff";
this.colCalcPressureDiff.MinWidth = 30;
this.colCalcPressureDiff.Name = "colCalcPressureDiff";
this.colCalcPressureDiff.Visible = true;
this.colCalcPressureDiff.VisibleIndex = 9;
this.colCalcPressureDiff.Width = 112;
//
// gridControl1
//
this.gridControl1.DataSource = this.stationScheduleVmBindingSource;
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
gridLevelNode1.LevelTemplate = this.gridView2;
gridLevelNode1.RelationName = "PumpSchedules";
this.gridControl1.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
gridLevelNode1});
this.gridControl1.Location = new System.Drawing.Point(0, 0);
this.gridControl1.MainView = this.gridView1;
this.gridControl1.MenuManager = this.ribbonControl1;
this.gridControl1.Name = "gridControl1";
this.gridControl1.Size = new System.Drawing.Size(906, 919);
this.gridControl1.TabIndex = 0;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1,
this.gridView2});
//
// stationScheduleVmBindingSource
//
this.stationScheduleVmBindingSource.DataSource = typeof(IStation.Vm.StationScheduleVm);
//
// gridView1
//
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colName,
this.colFlag,
this.colTargetFlow,
this.colCalcFlow,
this.colFlowDeviation,
this.colTargetPressure,
this.colCalcPressure,
this.colPressureDeviation,
this.colTime});
this.gridView1.GridControl = this.gridControl1;
this.gridView1.Name = "gridView1";
//
// colName
//
this.colName.FieldName = "Name";
this.colName.MinWidth = 30;
this.colName.Name = "colName";
this.colName.Width = 112;
//
// colFlag
//
this.colFlag.FieldName = "Flag";
this.colFlag.MinWidth = 30;
this.colFlag.Name = "colFlag";
this.colFlag.Width = 112;
//
// colTargetFlow
//
this.colTargetFlow.FieldName = "TargetFlow";
this.colTargetFlow.MinWidth = 30;
this.colTargetFlow.Name = "colTargetFlow";
this.colTargetFlow.Visible = true;
this.colTargetFlow.VisibleIndex = 1;
this.colTargetFlow.Width = 112;
//
// colCalcFlow
//
this.colCalcFlow.FieldName = "CalcFlow";
this.colCalcFlow.MinWidth = 30;
this.colCalcFlow.Name = "colCalcFlow";
this.colCalcFlow.Visible = true;
this.colCalcFlow.VisibleIndex = 2;
this.colCalcFlow.Width = 112;
//
// colFlowDeviation
//
this.colFlowDeviation.FieldName = "FlowDeviation";
this.colFlowDeviation.MinWidth = 30;
this.colFlowDeviation.Name = "colFlowDeviation";
this.colFlowDeviation.Visible = true;
this.colFlowDeviation.VisibleIndex = 3;
this.colFlowDeviation.Width = 112;
//
// colTargetPressure
//
this.colTargetPressure.FieldName = "TargetPressure";
this.colTargetPressure.MinWidth = 30;
this.colTargetPressure.Name = "colTargetPressure";
this.colTargetPressure.Visible = true;
this.colTargetPressure.VisibleIndex = 4;
this.colTargetPressure.Width = 112;
//
// colCalcPressure
//
this.colCalcPressure.FieldName = "CalcPressure";
this.colCalcPressure.MinWidth = 30;
this.colCalcPressure.Name = "colCalcPressure";
this.colCalcPressure.Visible = true;
this.colCalcPressure.VisibleIndex = 5;
this.colCalcPressure.Width = 112;
//
// colPressureDeviation
//
this.colPressureDeviation.FieldName = "PressureDeviation";
this.colPressureDeviation.MinWidth = 30;
this.colPressureDeviation.Name = "colPressureDeviation";
this.colPressureDeviation.Visible = true;
this.colPressureDeviation.VisibleIndex = 6;
this.colPressureDeviation.Width = 112;
//
// colTime
//
this.colTime.Caption = "时间";
this.colTime.FieldName = "Time";
this.colTime.MinWidth = 30;
this.colTime.Name = "colTime";
this.colTime.Visible = true;
this.colTime.VisibleIndex = 0;
this.colTime.Width = 112;
//
// ribbonControl1
//
this.ribbonControl1.DrawGroupsBorderMode = DevExpress.Utils.DefaultBoolean.False;
this.ribbonControl1.EmptyAreaImageOptions.ImagePadding = new System.Windows.Forms.Padding(43, 47, 43, 47);
this.ribbonControl1.ExpandCollapseItem.Id = 0;
this.ribbonControl1.ItemPanelStyle = DevExpress.XtraBars.Ribbon.RibbonItemPanelStyle.Classic;
this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.ribbonControl1.ExpandCollapseItem,
this.barBtnRefresh,
this.barBtnExpandAll,
this.barBtnCollapseAll,
this.barCekSearch,
this.barCekLoad,
this.barEditDateStart,
this.barEditDateEnd,
this.barBtnExportAnalysisFactor,
this.barCekUseAnaDev});
this.ribbonControl1.Location = new System.Drawing.Point(0, 0);
this.ribbonControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.ribbonControl1.MaxItemId = 47;
this.ribbonControl1.Name = "ribbonControl1";
this.ribbonControl1.OptionsMenuMinWidth = 471;
this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
this.ribbonPageProduct});
this.ribbonControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repositoryItemDateEdit1,
this.repositoryItemDateEdit2});
this.ribbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
this.ribbonControl1.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False;
this.ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide;
this.ribbonControl1.Size = new System.Drawing.Size(1169, 113);
this.ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
//
// barBtnRefresh
//
this.barBtnRefresh.Caption = "刷新";
this.barBtnRefresh.Id = 18;
this.barBtnRefresh.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnRefresh.ImageOptions.SvgImage")));
this.barBtnRefresh.Name = "barBtnRefresh";
this.barBtnRefresh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnRefresh_ItemClick);
//
// barBtnExpandAll
//
this.barBtnExpandAll.Caption = "全部展开";
this.barBtnExpandAll.Id = 22;
this.barBtnExpandAll.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnExpandAll.ImageOptions.SvgImage")));
this.barBtnExpandAll.Name = "barBtnExpandAll";
this.barBtnExpandAll.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnExpandAll_ItemClick);
//
// barBtnCollapseAll
//
this.barBtnCollapseAll.Caption = "全部折叠";
this.barBtnCollapseAll.Id = 23;
this.barBtnCollapseAll.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnCollapseAll.ImageOptions.SvgImage")));
this.barBtnCollapseAll.Name = "barBtnCollapseAll";
this.barBtnCollapseAll.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnCollapseAll_ItemClick);
//
// barCekSearch
//
this.barCekSearch.Caption = "检索";
this.barCekSearch.Id = 24;
this.barCekSearch.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barCekSearch.ImageOptions.SvgImage")));
this.barCekSearch.Name = "barCekSearch";
this.barCekSearch.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCekSearch_CheckedChanged);
//
// barCekLoad
//
this.barCekLoad.BindableChecked = true;
this.barCekLoad.Caption = "加载";
this.barCekLoad.Checked = true;
this.barCekLoad.Id = 38;
this.barCekLoad.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barCekLoad.ImageOptions.SvgImage")));
this.barCekLoad.Name = "barCekLoad";
this.barCekLoad.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCekLoad_CheckedChanged);
//
// barEditDateStart
//
this.barEditDateStart.Caption = "开始时间:";
this.barEditDateStart.CaptionToEditorIndent = 0;
this.barEditDateStart.Edit = this.repositoryItemDateEdit1;
this.barEditDateStart.EditWidth = 150;
this.barEditDateStart.Id = 43;
this.barEditDateStart.Name = "barEditDateStart";
//
// repositoryItemDateEdit1
//
this.repositoryItemDateEdit1.AutoHeight = false;
this.repositoryItemDateEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repositoryItemDateEdit1.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repositoryItemDateEdit1.Name = "repositoryItemDateEdit1";
//
// barEditDateEnd
//
this.barEditDateEnd.Caption = "结束时间:";
this.barEditDateEnd.CaptionToEditorIndent = 0;
this.barEditDateEnd.Edit = this.repositoryItemDateEdit2;
this.barEditDateEnd.EditWidth = 150;
this.barEditDateEnd.Id = 44;
this.barEditDateEnd.Name = "barEditDateEnd";
//
// repositoryItemDateEdit2
//
this.repositoryItemDateEdit2.AutoHeight = false;
this.repositoryItemDateEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repositoryItemDateEdit2.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repositoryItemDateEdit2.Name = "repositoryItemDateEdit2";
//
// barBtnExportAnalysisFactor
//
this.barBtnExportAnalysisFactor.Caption = "导出分析系数数据";
this.barBtnExportAnalysisFactor.Id = 45;
this.barBtnExportAnalysisFactor.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnExportAnalysisFactor.ImageOptions.SvgImage")));
this.barBtnExportAnalysisFactor.Name = "barBtnExportAnalysisFactor";
this.barBtnExportAnalysisFactor.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnExportAnalysisFactor_ItemClick);
//
// barCekUseAnaDev
//
this.barCekUseAnaDev.Caption = "使用偏差";
this.barCekUseAnaDev.Id = 46;
this.barCekUseAnaDev.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barCekUseAnaDev.ImageOptions.SvgImage")));
this.barCekUseAnaDev.Name = "barCekUseAnaDev";
//
// ribbonPageProduct
//
this.ribbonPageProduct.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
this.ribbonPageGroupProduct});
this.ribbonPageProduct.Name = "ribbonPageProduct";
this.ribbonPageProduct.Text = "默认";
//
// ribbonPageGroupProduct
//
this.ribbonPageGroupProduct.ItemLinks.Add(this.barEditDateStart, true);
this.ribbonPageGroupProduct.ItemLinks.Add(this.barEditDateEnd);
this.ribbonPageGroupProduct.ItemLinks.Add(this.barCekLoad);
this.ribbonPageGroupProduct.ItemLinks.Add(this.barCekUseAnaDev);
this.ribbonPageGroupProduct.ItemLinks.Add(this.barBtnExpandAll, true);
this.ribbonPageGroupProduct.ItemLinks.Add(this.barBtnCollapseAll);
this.ribbonPageGroupProduct.ItemLinks.Add(this.barCekSearch);
this.ribbonPageGroupProduct.ItemLinks.Add(this.barBtnRefresh);
this.ribbonPageGroupProduct.ItemLinks.Add(this.barBtnExportAnalysisFactor, true);
this.ribbonPageGroupProduct.Name = "ribbonPageGroupProduct";
this.ribbonPageGroupProduct.Text = "基础";
//
// dockManager1
//
this.dockManager1.Form = this;
this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
this.panelContainer1});
this.dockManager1.Style = DevExpress.XtraBars.Docking2010.Views.DockingViewStyle.Light;
this.dockManager1.TopZIndexControls.AddRange(new string[] {
"DevExpress.XtraBars.BarDockControl",
"DevExpress.XtraBars.StandaloneBarDockControl",
"System.Windows.Forms.MenuStrip",
"System.Windows.Forms.StatusStrip",
"System.Windows.Forms.StatusBar",
"DevExpress.XtraBars.Ribbon.RibbonStatusBar",
"DevExpress.XtraBars.Ribbon.RibbonControl",
"DevExpress.XtraBars.Navigation.OfficeNavigationBar",
"DevExpress.XtraBars.Navigation.TileNavPane",
"DevExpress.XtraBars.TabFormControl",
"DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl",
"DevExpress.XtraBars.ToolbarForm.ToolbarFormControl"});
//
// panelContainer1
//
this.panelContainer1.Controls.Add(this.dockPanel2);
this.panelContainer1.Controls.Add(this.dockPanel1);
this.panelContainer1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
this.panelContainer1.ID = new System.Guid("d7020cde-ce15-47d8-833f-b09675cdf446");
this.panelContainer1.Location = new System.Drawing.Point(0, 113);
this.panelContainer1.Name = "panelContainer1";
this.panelContainer1.OriginalSize = new System.Drawing.Size(261, 200);
this.panelContainer1.Size = new System.Drawing.Size(261, 957);
this.panelContainer1.Text = "panelContainer1";
//
// dockPanel2
//
this.dockPanel2.Controls.Add(this.dockPanel2_Container);
this.dockPanel2.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
this.dockPanel2.ID = new System.Guid("2599d212-cefe-4228-9ecb-26ddf470f2df");
this.dockPanel2.Location = new System.Drawing.Point(0, 0);
this.dockPanel2.Name = "dockPanel2";
this.dockPanel2.Options.ShowAutoHideButton = false;
this.dockPanel2.Options.ShowCloseButton = false;
this.dockPanel2.Options.ShowMaximizeButton = false;
this.dockPanel2.Options.ShowMinimizeButton = false;
this.dockPanel2.OriginalSize = new System.Drawing.Size(261, 458);
this.dockPanel2.Size = new System.Drawing.Size(261, 479);
this.dockPanel2.Text = "泵站";
//
// dockPanel2_Container
//
this.dockPanel2_Container.Controls.Add(this.stationListCtrl1);
this.dockPanel2_Container.Location = new System.Drawing.Point(0, 34);
this.dockPanel2_Container.Name = "dockPanel2_Container";
this.dockPanel2_Container.Size = new System.Drawing.Size(260, 445);
this.dockPanel2_Container.TabIndex = 0;
//
// stationListCtrl1
//
this.stationListCtrl1.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.stationListCtrl1.Appearance.Options.UseBackColor = true;
this.stationListCtrl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.stationListCtrl1.Location = new System.Drawing.Point(0, 0);
this.stationListCtrl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.stationListCtrl1.Name = "stationListCtrl1";
this.stationListCtrl1.Size = new System.Drawing.Size(260, 445);
this.stationListCtrl1.TabIndex = 0;
//
// dockPanel1
//
this.dockPanel1.Controls.Add(this.controlContainer1);
this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
this.dockPanel1.ID = new System.Guid("68bd2b78-0777-4ec7-991f-8289b41621a2");
this.dockPanel1.Location = new System.Drawing.Point(0, 479);
this.dockPanel1.Name = "dockPanel1";
this.dockPanel1.Options.ShowAutoHideButton = false;
this.dockPanel1.Options.ShowCloseButton = false;
this.dockPanel1.Options.ShowMaximizeButton = false;
this.dockPanel1.Options.ShowMinimizeButton = false;
this.dockPanel1.OriginalSize = new System.Drawing.Size(261, 458);
this.dockPanel1.Size = new System.Drawing.Size(261, 478);
this.dockPanel1.Text = "数据来源";
//
// controlContainer1
//
this.controlContainer1.Controls.Add(this.monitorDataSourcesTreeList1);
this.controlContainer1.Location = new System.Drawing.Point(0, 35);
this.controlContainer1.Name = "controlContainer1";
this.controlContainer1.Size = new System.Drawing.Size(260, 443);
this.controlContainer1.TabIndex = 0;
//
// monitorDataSourcesTreeList1
//
this.monitorDataSourcesTreeList1.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.monitorDataSourcesTreeList1.Appearance.Options.UseBackColor = true;
this.monitorDataSourcesTreeList1.Dock = System.Windows.Forms.DockStyle.Fill;
this.monitorDataSourcesTreeList1.Location = new System.Drawing.Point(0, 0);
this.monitorDataSourcesTreeList1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.monitorDataSourcesTreeList1.Name = "monitorDataSourcesTreeList1";
this.monitorDataSourcesTreeList1.Size = new System.Drawing.Size(260, 443);
this.monitorDataSourcesTreeList1.TabIndex = 0;
//
// xtraTabControl1
//
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.xtraTabControl1.Location = new System.Drawing.Point(261, 113);
this.xtraTabControl1.Name = "xtraTabControl1";
this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
this.xtraTabControl1.Size = new System.Drawing.Size(908, 957);
this.xtraTabControl1.TabIndex = 5;
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
this.xtraTabPage1,
this.xtraTabPage3});
//
// xtraTabPage1
//
this.xtraTabPage1.Controls.Add(this.gridControl1);
this.xtraTabPage1.Name = "xtraTabPage1";
this.xtraTabPage1.Size = new System.Drawing.Size(906, 919);
this.xtraTabPage1.Text = "泵数据";
//
// xtraTabPage3
//
this.xtraTabPage3.Controls.Add(this.layoutControl1);
this.xtraTabPage3.Name = "xtraTabPage3";
this.xtraTabPage3.Size = new System.Drawing.Size(906, 919);
this.xtraTabPage3.Text = "修正图表";
//
// layoutControl1
//
this.layoutControl1.Controls.Add(this.chartControl1);
this.layoutControl1.Controls.Add(this.cmbFlag);
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
this.layoutControl1.Name = "layoutControl1";
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1585, 678, 975, 600);
this.layoutControl1.Root = this.Root;
this.layoutControl1.Size = new System.Drawing.Size(906, 919);
this.layoutControl1.TabIndex = 0;
this.layoutControl1.Text = "layoutControl1";
//
// chartControl1
//
swiftPlotDiagram1.AxisX.DateTimeScaleOptions.ScaleMode = DevExpress.XtraCharts.ScaleMode.Manual;
swiftPlotDiagram1.AxisX.TimeSpanScaleOptions.ScaleMode = DevExpress.XtraCharts.ScaleMode.Manual;
swiftPlotDiagram1.AxisX.VisibleInPanesSerializable = "-1;0";
swiftPlotDiagram1.AxisY.Title.Text = "扬程";
swiftPlotDiagram1.AxisY.Title.Visibility = DevExpress.Utils.DefaultBoolean.True;
swiftPlotDiagram1.AxisY.VisibleInPanesSerializable = "-1";
xyDiagramPane1.Name = "Pane 1";
xyDiagramPane1.PaneID = 0;
swiftPlotDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
xyDiagramPane1});
swiftPlotDiagramSecondaryAxisY1.AxisID = 4;
swiftPlotDiagramSecondaryAxisY1.Name = "Secondary AxisY 1";
swiftPlotDiagramSecondaryAxisY1.Title.Text = "频率";
swiftPlotDiagramSecondaryAxisY1.Title.Visibility = DevExpress.Utils.DefaultBoolean.True;
swiftPlotDiagramSecondaryAxisY1.VisibleInPanesSerializable = "0";
swiftPlotDiagramSecondaryAxisY2.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
swiftPlotDiagramSecondaryAxisY2.AxisID = 5;
swiftPlotDiagramSecondaryAxisY2.GridLines.Visible = true;
swiftPlotDiagramSecondaryAxisY2.Name = "Secondary AxisY 2";
swiftPlotDiagramSecondaryAxisY2.Title.Text = "扬程";
swiftPlotDiagramSecondaryAxisY2.Title.Visibility = DevExpress.Utils.DefaultBoolean.True;
swiftPlotDiagramSecondaryAxisY2.VisibleInPanesSerializable = "0";
swiftPlotDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY[] {
swiftPlotDiagramSecondaryAxisY1,
swiftPlotDiagramSecondaryAxisY2});
this.chartControl1.Diagram = swiftPlotDiagram1;
this.chartControl1.Legend.Border.Visibility = DevExpress.Utils.DefaultBoolean.False;
this.chartControl1.Legend.LegendID = -1;
this.chartControl1.Legend.Title.Visible = true;
this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
this.chartControl1.Location = new System.Drawing.Point(0, 50);
this.chartControl1.Name = "chartControl1";
series1.Name = "SeriesDefaultHead";
series1.SeriesID = 0;
swiftPlotSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
swiftPlotSeriesView1.LineStyle.Thickness = 2;
series1.View = swiftPlotSeriesView1;
series2.Name = "SeriesCurveHead";
series2.SeriesID = 1;
swiftPlotSeriesView2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(84)))), ((int)(((byte)(141)))), ((int)(((byte)(212)))));
series2.View = swiftPlotSeriesView2;
series3.Name = "SeriesCorrectCurveHead";
series3.SeriesID = 2;
swiftPlotSeriesView3.Color = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(80)))), ((int)(((byte)(77)))));
swiftPlotSeriesView3.LineStyle.Thickness = 2;
series3.View = swiftPlotSeriesView3;
series4.Name = "SeriesHeadDiff";
series4.SeriesID = 5;
swiftPlotSeriesView4.AxisYName = "Secondary AxisY 2";
swiftPlotSeriesView4.Color = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(100)))), ((int)(((byte)(162)))));
swiftPlotSeriesView4.PaneName = "Pane 1";
series4.View = swiftPlotSeriesView4;
series5.Name = "SeriesHz";
series5.SeriesID = 3;
swiftPlotSeriesView5.AxisYName = "Secondary AxisY 1";
swiftPlotSeriesView5.Color = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(187)))), ((int)(((byte)(89)))));
swiftPlotSeriesView5.PaneName = "Pane 1";
series5.View = swiftPlotSeriesView5;
this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
series1,
series2,
series3,
series4,
series5};
this.chartControl1.Size = new System.Drawing.Size(906, 869);
this.chartControl1.TabIndex = 5;
//
// cmbFlag
//
this.cmbFlag.Location = new System.Drawing.Point(83, 11);
this.cmbFlag.MenuManager = this.ribbonControl1;
this.cmbFlag.Name = "cmbFlag";
this.cmbFlag.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.cmbFlag.Size = new System.Drawing.Size(227, 28);
this.cmbFlag.StyleController = this.layoutControl1;
this.cmbFlag.TabIndex = 4;
this.cmbFlag.SelectedIndexChanged += new System.EventHandler(this.cmbFlag_SelectedIndexChanged);
//
// Root
//
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.Root.GroupBordersVisible = false;
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem2,
this.layoutControlGroup1});
this.Root.Name = "Root";
this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
this.Root.Size = new System.Drawing.Size(906, 919);
this.Root.TextVisible = false;
//
// layoutControlItem2
//
this.layoutControlItem2.Control = this.chartControl1;
this.layoutControlItem2.Location = new System.Drawing.Point(0, 50);
this.layoutControlItem2.Name = "layoutControlItem2";
this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
this.layoutControlItem2.Size = new System.Drawing.Size(906, 869);
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem2.TextVisible = false;
//
// layoutControlGroup1
//
this.layoutControlGroup1.GroupStyle = DevExpress.Utils.GroupStyle.Title;
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem1,
this.emptySpaceItem1});
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
this.layoutControlGroup1.Name = "layoutControlGroup1";
this.layoutControlGroup1.Size = new System.Drawing.Size(906, 50);
this.layoutControlGroup1.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
this.layoutControlGroup1.Text = ".";
this.layoutControlGroup1.TextVisible = false;
//
// layoutControlItem1
//
this.layoutControlItem1.Control = this.cmbFlag;
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
this.layoutControlItem1.Size = new System.Drawing.Size(299, 28);
this.layoutControlItem1.Text = "泵标志:";
this.layoutControlItem1.TextSize = new System.Drawing.Size(60, 22);
//
// emptySpaceItem1
//
this.emptySpaceItem1.AllowHotTrack = false;
this.emptySpaceItem1.Location = new System.Drawing.Point(299, 0);
this.emptySpaceItem1.Name = "emptySpaceItem1";
this.emptySpaceItem1.Size = new System.Drawing.Size(585, 28);
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
//
// ScheduleCalcPage
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Options.UseBackColor = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.xtraTabControl1);
this.Controls.Add(this.panelContainer1);
this.Controls.Add(this.ribbonControl1);
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Name = "ScheduleCalcPage";
this.Size = new System.Drawing.Size(1169, 1070);
((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.stationScheduleVmBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
this.panelContainer1.ResumeLayout(false);
this.dockPanel2.ResumeLayout(false);
this.dockPanel2_Container.ResumeLayout(false);
this.dockPanel1.ResumeLayout(false);
this.controlContainer1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
this.xtraTabControl1.ResumeLayout(false);
this.xtraTabPage1.ResumeLayout(false);
this.xtraTabPage3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
this.layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
((System.ComponentModel.ISupportInitialize)(swiftPlotDiagramSecondaryAxisY1)).EndInit();
((System.ComponentModel.ISupportInitialize)(swiftPlotDiagramSecondaryAxisY2)).EndInit();
((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).EndInit();
((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).EndInit();
((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView3)).EndInit();
((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView4)).EndInit();
((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView5)).EndInit();
((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cmbFlag.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl1;
private DevExpress.XtraBars.BarButtonItem barBtnRefresh;
private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPageProduct;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroupProduct;
private DevExpress.XtraBars.Docking.DockManager dockManager1;
private DevExpress.XtraBars.Docking.DockPanel dockPanel1;
private DevExpress.XtraBars.Docking.ControlContainer controlContainer1;
private DevExpress.XtraBars.BarButtonItem barBtnExpandAll;
private DevExpress.XtraBars.BarButtonItem barBtnCollapseAll;
private DevExpress.XtraBars.BarCheckItem barCekSearch;
private MonitorDataSourcesTreeList monitorDataSourcesTreeList1;
private DevExpress.XtraBars.Docking.DockPanel panelContainer1;
private DevExpress.XtraBars.Docking.DockPanel dockPanel2;
private DevExpress.XtraBars.Docking.ControlContainer dockPanel2_Container;
private StationListCtrl stationListCtrl1;
private DevExpress.XtraBars.BarCheckItem barCekLoad;
private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
private DevExpress.XtraGrid.GridControl gridControl1;
private GridView gridView1;
private DevExpress.XtraBars.BarEditItem barEditDateStart;
private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repositoryItemDateEdit1;
private DevExpress.XtraBars.BarEditItem barEditDateEnd;
private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repositoryItemDateEdit2;
private DevExpress.XtraTab.XtraTabPage xtraTabPage3;
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraEditors.ComboBoxEdit cmbFlag;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraCharts.ChartControl chartControl1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
private DevExpress.XtraBars.BarButtonItem barBtnExportAnalysisFactor;
private BindingSource stationScheduleVmBindingSource;
private GridView gridView2;
private DevExpress.XtraBars.BarCheckItem barCekUseAnaDev;
private DevExpress.XtraGrid.Columns.GridColumn colName;
private DevExpress.XtraGrid.Columns.GridColumn colFlag;
private DevExpress.XtraGrid.Columns.GridColumn colTargetFlow;
private DevExpress.XtraGrid.Columns.GridColumn colCalcFlow;
private DevExpress.XtraGrid.Columns.GridColumn colFlowDeviation;
private DevExpress.XtraGrid.Columns.GridColumn colTargetPressure;
private DevExpress.XtraGrid.Columns.GridColumn colCalcPressure;
private DevExpress.XtraGrid.Columns.GridColumn colPressureDeviation;
private DevExpress.XtraGrid.Columns.GridColumn colFlag1;
private DevExpress.XtraGrid.Columns.GridColumn colWL;
private DevExpress.XtraGrid.Columns.GridColumn colTargetRpm;
private DevExpress.XtraGrid.Columns.GridColumn colCalcRpm;
private DevExpress.XtraGrid.Columns.GridColumn colRpmDeviation;
private DevExpress.XtraGrid.Columns.GridColumn colTargetFlow1;
private DevExpress.XtraGrid.Columns.GridColumn colCalcFlow1;
private DevExpress.XtraGrid.Columns.GridColumn colFlowDeviation1;
private DevExpress.XtraGrid.Columns.GridColumn colPressureDeviation1;
private DevExpress.XtraGrid.Columns.GridColumn colTargetHead;
private DevExpress.XtraGrid.Columns.GridColumn colCalcHead;
private DevExpress.XtraGrid.Columns.GridColumn colTargetPressureDiff;
private DevExpress.XtraGrid.Columns.GridColumn colCalcPressureDiff;
private DevExpress.XtraGrid.Columns.GridColumn colTime;
}
}