using DevExpress.Utils; using DevExpress.XtraGrid.Views.Grid; using System; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; namespace IStation.WinFrmUI.Monitor { partial class MonitorDataSourcesMgrPage { /// /// 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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MonitorDataSourcesMgrPage)); 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.barBtnSave = new DevExpress.XtraBars.BarButtonItem(); this.barBtnExpand = new DevExpress.XtraBars.BarButtonItem(); this.barBtnCollapse = new DevExpress.XtraBars.BarButtonItem(); this.barBtnImport = new DevExpress.XtraBars.BarButtonItem(); this.ribbonPageProduct = new DevExpress.XtraBars.Ribbon.RibbonPage(); this.ribbonPageGroupProduct = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components); this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel(); this.controlContainer1 = new DevExpress.XtraBars.Docking.ControlContainer(); this.monitorDataSourcesListCtrl1 = new IStation.WinFrmUI.Monitor.MonitorDataSourcesListCtrl(); this.currentViewModelBindingSource = new System.Windows.Forms.BindingSource(this.components); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colGroupID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colGroupName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colSysId = new DevExpress.XtraGrid.Columns.GridColumn(); this.colSignId = new DevExpress.XtraGrid.Columns.GridColumn(); this.colFormulaType = new DevExpress.XtraGrid.Columns.GridColumn(); this.colStationID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colStationName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colFormulaParas = new DevExpress.XtraGrid.Columns.GridColumn(); this.colMinTime = new DevExpress.XtraGrid.Columns.GridColumn(); this.colMaxTime = new DevExpress.XtraGrid.Columns.GridColumn(); this.colRecordCount = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemImgCmbFormula = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox(); this.repositoryItemImageComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox(); ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit(); this.dockPanel1.SuspendLayout(); this.controlContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.currentViewModelBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImgCmbFormula)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).BeginInit(); this.SuspendLayout(); // // 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.ribbonControl1.SearchEditItem, this.barBtnRefresh, this.barBtnExpandAll, this.barBtnCollapseAll, this.barCekSearch, this.barBtnSave, this.barBtnExpand, this.barBtnCollapse, this.barBtnImport}); this.ribbonControl1.Location = new System.Drawing.Point(0, 0); this.ribbonControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.ribbonControl1.MaxItemId = 32; this.ribbonControl1.Name = "ribbonControl1"; this.ribbonControl1.OptionsMenuMinWidth = 471; this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] { this.ribbonPageProduct}); 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, 154); 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); // // barBtnSave // this.barBtnSave.Caption = "保存"; this.barBtnSave.Id = 28; this.barBtnSave.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnSave.ImageOptions.SvgImage"))); this.barBtnSave.Name = "barBtnSave"; this.barBtnSave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnSave_ItemClick); // // barBtnExpand // this.barBtnExpand.Caption = "展开"; this.barBtnExpand.Id = 29; this.barBtnExpand.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnExpand.ImageOptions.SvgImage"))); this.barBtnExpand.Name = "barBtnExpand"; this.barBtnExpand.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnExpand_ItemClick); // // barBtnCollapse // this.barBtnCollapse.Caption = "折叠"; this.barBtnCollapse.Id = 30; this.barBtnCollapse.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnCollapse.ImageOptions.SvgImage"))); this.barBtnCollapse.Name = "barBtnCollapse"; this.barBtnCollapse.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnCollapse_ItemClick); // // barBtnImport // this.barBtnImport.Caption = "导入数据"; this.barBtnImport.Id = 31; this.barBtnImport.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnImport.ImageOptions.SvgImage"))); this.barBtnImport.Name = "barBtnImport"; this.barBtnImport.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnImport_ItemClick); // // 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.barBtnSave); this.ribbonPageGroupProduct.ItemLinks.Add(this.barBtnImport, true); this.ribbonPageGroupProduct.ItemLinks.Add(this.barBtnExpand, true); this.ribbonPageGroupProduct.ItemLinks.Add(this.barBtnCollapse); this.ribbonPageGroupProduct.ItemLinks.Add(this.barBtnExpandAll); this.ribbonPageGroupProduct.ItemLinks.Add(this.barBtnCollapseAll); this.ribbonPageGroupProduct.ItemLinks.Add(this.barCekSearch); this.ribbonPageGroupProduct.ItemLinks.Add(this.barBtnRefresh); this.ribbonPageGroupProduct.Name = "ribbonPageGroupProduct"; this.ribbonPageGroupProduct.Text = "基础"; // // dockManager1 // this.dockManager1.Form = this; this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] { this.dockPanel1}); 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"}); // // dockPanel1 // this.dockPanel1.Controls.Add(this.controlContainer1); this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left; this.dockPanel1.ID = new System.Guid("68bd2b78-0777-4ec7-991f-8289b41621a2"); this.dockPanel1.Location = new System.Drawing.Point(0, 154); this.dockPanel1.Name = "dockPanel1"; this.dockPanel1.Options.ShowCloseButton = false; this.dockPanel1.OriginalSize = new System.Drawing.Size(261, 200); this.dockPanel1.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Left; this.dockPanel1.SavedIndex = 0; this.dockPanel1.Size = new System.Drawing.Size(261, 916); this.dockPanel1.Text = "数据来源"; // // controlContainer1 // this.controlContainer1.Controls.Add(this.monitorDataSourcesListCtrl1); this.controlContainer1.Location = new System.Drawing.Point(0, 34); this.controlContainer1.Name = "controlContainer1"; this.controlContainer1.Size = new System.Drawing.Size(260, 882); this.controlContainer1.TabIndex = 0; // // monitorDataSourcesListCtrl1 // this.monitorDataSourcesListCtrl1.Appearance.BackColor = System.Drawing.SystemColors.Control; this.monitorDataSourcesListCtrl1.Appearance.Options.UseBackColor = true; this.monitorDataSourcesListCtrl1.Dock = System.Windows.Forms.DockStyle.Fill; this.monitorDataSourcesListCtrl1.Location = new System.Drawing.Point(0, 0); this.monitorDataSourcesListCtrl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.monitorDataSourcesListCtrl1.Name = "monitorDataSourcesListCtrl1"; this.monitorDataSourcesListCtrl1.Size = new System.Drawing.Size(260, 882); this.monitorDataSourcesListCtrl1.TabIndex = 0; // // gridControl1 // this.gridControl1.DataSource = this.currentViewModelBindingSource; this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControl1.Location = new System.Drawing.Point(261, 154); this.gridControl1.MainView = this.gridView1; this.gridControl1.Name = "gridControl1"; this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemImgCmbFormula, this.repositoryItemImageComboBox1}); this.gridControl1.Size = new System.Drawing.Size(908, 916); this.gridControl1.TabIndex = 8; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // gridView1 // this.gridView1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colGroupID, this.colGroupName, this.colName, this.colSysId, this.colSignId, this.colFormulaType, this.colStationID, this.colStationName, this.colFormulaParas, this.colMinTime, this.colMaxTime, this.colRecordCount}); this.gridView1.GridControl = this.gridControl1; this.gridView1.GroupCount = 2; this.gridView1.Name = "gridView1"; this.gridView1.OptionsDetail.EnableMasterViewMode = false; this.gridView1.OptionsSelection.CheckBoxSelectorColumnWidth = 30; this.gridView1.OptionsSelection.CheckBoxSelectorField = "CurveName"; this.gridView1.OptionsSelection.ShowCheckBoxSelectorInColumnHeader = DevExpress.Utils.DefaultBoolean.False; this.gridView1.OptionsSelection.ShowCheckBoxSelectorInGroupRow = DevExpress.Utils.DefaultBoolean.False; this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] { new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colStationID, DevExpress.Data.ColumnSortOrder.Ascending), new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colGroupID, DevExpress.Data.ColumnSortOrder.Ascending)}); this.gridView1.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gridView1_RowCellClick); this.gridView1.CustomDrawGroupRow += new DevExpress.XtraGrid.Views.Base.RowObjectCustomDrawEventHandler(this.gridView1_CustomDrawGroupRow); this.gridView1.CustomRowCellEdit += new DevExpress.XtraGrid.Views.Grid.CustomRowCellEditEventHandler(this.gridView1_CustomRowCellEdit); // // colGroupID // this.colGroupID.FieldName = "GroupID"; this.colGroupID.MinWidth = 30; this.colGroupID.Name = "colGroupID"; this.colGroupID.Width = 112; // // colGroupName // this.colGroupName.FieldName = "GroupName"; this.colGroupName.MinWidth = 30; this.colGroupName.Name = "colGroupName"; this.colGroupName.Width = 112; // // colName // this.colName.Caption = "名称"; this.colName.FieldName = "Name"; this.colName.MinWidth = 30; this.colName.Name = "colName"; this.colName.OptionsColumn.AllowEdit = false; this.colName.OptionsColumn.ReadOnly = true; this.colName.Visible = true; this.colName.VisibleIndex = 0; this.colName.Width = 112; // // colSysId // this.colSysId.Caption = "系统标识"; this.colSysId.FieldName = "SysId"; this.colSysId.MinWidth = 30; this.colSysId.Name = "colSysId"; this.colSysId.Width = 112; // // colSignId // this.colSignId.Caption = "外部标识"; this.colSignId.FieldName = "SignId"; this.colSignId.MinWidth = 30; this.colSignId.Name = "colSignId"; this.colSignId.Visible = true; this.colSignId.VisibleIndex = 1; this.colSignId.Width = 112; // // colFormulaType // this.colFormulaType.Caption = "公式"; this.colFormulaType.FieldName = "FormulaType"; this.colFormulaType.MinWidth = 30; this.colFormulaType.Name = "colFormulaType"; this.colFormulaType.Visible = true; this.colFormulaType.VisibleIndex = 2; this.colFormulaType.Width = 112; // // colStationID // this.colStationID.FieldName = "StationID"; this.colStationID.MinWidth = 30; this.colStationID.Name = "colStationID"; this.colStationID.Width = 112; // // colStationName // this.colStationName.FieldName = "StationName"; this.colStationName.MinWidth = 30; this.colStationName.Name = "colStationName"; this.colStationName.Width = 112; // // colFormulaParas // this.colFormulaParas.Caption = "公式参数"; this.colFormulaParas.FieldName = "FormulaParas"; this.colFormulaParas.MinWidth = 30; this.colFormulaParas.Name = "colFormulaParas"; this.colFormulaParas.OptionsColumn.AllowEdit = false; this.colFormulaParas.OptionsColumn.ReadOnly = true; this.colFormulaParas.Visible = true; this.colFormulaParas.VisibleIndex = 3; this.colFormulaParas.Width = 112; // // colMinTime // this.colMinTime.Caption = "开始时间"; this.colMinTime.DisplayFormat.FormatString = "G"; this.colMinTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.colMinTime.FieldName = "MinTime"; this.colMinTime.MinWidth = 30; this.colMinTime.Name = "colMinTime"; this.colMinTime.OptionsColumn.AllowEdit = false; this.colMinTime.OptionsColumn.ReadOnly = true; this.colMinTime.Visible = true; this.colMinTime.VisibleIndex = 4; this.colMinTime.Width = 112; // // colMaxTime // this.colMaxTime.Caption = "结束时间"; this.colMaxTime.DisplayFormat.FormatString = "G"; this.colMaxTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.colMaxTime.FieldName = "MaxTime"; this.colMaxTime.FilterMode = DevExpress.XtraGrid.ColumnFilterMode.DisplayText; this.colMaxTime.MinWidth = 30; this.colMaxTime.Name = "colMaxTime"; this.colMaxTime.OptionsColumn.AllowEdit = false; this.colMaxTime.OptionsColumn.ReadOnly = true; this.colMaxTime.Visible = true; this.colMaxTime.VisibleIndex = 5; this.colMaxTime.Width = 112; // // colRecordCount // this.colRecordCount.Caption = "数据量"; this.colRecordCount.FieldName = "RecordCount"; this.colRecordCount.MinWidth = 30; this.colRecordCount.Name = "colRecordCount"; this.colRecordCount.OptionsColumn.AllowEdit = false; this.colRecordCount.OptionsColumn.ReadOnly = true; this.colRecordCount.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "RecordCount", "总数据量={0:N0}")}); this.colRecordCount.Visible = true; this.colRecordCount.VisibleIndex = 6; this.colRecordCount.Width = 112; // // repositoryItemImgCmbFormula // this.repositoryItemImgCmbFormula.AutoHeight = false; this.repositoryItemImgCmbFormula.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemImgCmbFormula.Name = "repositoryItemImgCmbFormula"; // // repositoryItemImageComboBox1 // this.repositoryItemImageComboBox1.AutoHeight = false; this.repositoryItemImageComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemImageComboBox1.Name = "repositoryItemImageComboBox1"; // // MonitorDataSourcesMgrPage // 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.gridControl1); this.Controls.Add(this.dockPanel1); this.Controls.Add(this.ribbonControl1); this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "MonitorDataSourcesMgrPage"; this.Size = new System.Drawing.Size(1169, 1070); ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit(); this.dockPanel1.ResumeLayout(false); this.controlContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.currentViewModelBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImgCmbFormula)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).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 DevExpress.XtraBars.BarButtonItem barBtnSave; private MonitorDataSourcesListCtrl monitorDataSourcesListCtrl1; private BindingSource currentViewModelBindingSource; private DevExpress.XtraBars.BarButtonItem barBtnExpand; private DevExpress.XtraBars.BarButtonItem barBtnCollapse; private DevExpress.XtraBars.BarButtonItem barBtnImport; private DevExpress.XtraGrid.GridControl gridControl1; private GridView gridView1; private DevExpress.XtraGrid.Columns.GridColumn colGroupID; private DevExpress.XtraGrid.Columns.GridColumn colGroupName; private DevExpress.XtraGrid.Columns.GridColumn colName; private DevExpress.XtraGrid.Columns.GridColumn colSysId; private DevExpress.XtraGrid.Columns.GridColumn colSignId; private DevExpress.XtraGrid.Columns.GridColumn colFormulaType; private DevExpress.XtraGrid.Columns.GridColumn colStationID; private DevExpress.XtraGrid.Columns.GridColumn colStationName; private DevExpress.XtraGrid.Columns.GridColumn colFormulaParas; private DevExpress.XtraGrid.Columns.GridColumn colMinTime; private DevExpress.XtraGrid.Columns.GridColumn colMaxTime; private DevExpress.XtraGrid.Columns.GridColumn colRecordCount; private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox repositoryItemImgCmbFormula; private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox repositoryItemImageComboBox1; } }