using System.ComponentModel;
namespace IStation.WinFrmUI.Basic
{
partial class MonitorPointMgrPage
{
///
/// 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(MonitorPointMgrPage));
this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
this.barBtnAdd = new DevExpress.XtraBars.BarButtonItem();
this.barBtnEdit = new DevExpress.XtraBars.BarButtonItem();
this.barBtnRefresh = new DevExpress.XtraBars.BarButtonItem();
this.barBtnDelete = new DevExpress.XtraBars.BarButtonItem();
this.barBtnUpdateSortCode = new DevExpress.XtraBars.BarButtonItem();
this.barCekSearch = new DevExpress.XtraBars.BarCheckItem();
this.barBtnExportPumpInfoExcel = new DevExpress.XtraBars.BarButtonItem();
this.barBtnDetail = new DevExpress.XtraBars.BarButtonItem();
this.barBtnUpdateTagName = new DevExpress.XtraBars.BarButtonItem();
this.barBtnUpdateUseStatus = new DevExpress.XtraBars.BarButtonItem();
this.ribbonPageMonitorPoint = new DevExpress.XtraBars.Ribbon.RibbonPage();
this.ribbonPageGroupMonitorPoint = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.ribbonPageMonitorPointInfo = new DevExpress.XtraBars.Ribbon.RibbonPage();
this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
this.controlContainer1 = new DevExpress.XtraBars.Docking.ControlContainer();
this.monitorPointGroupListCtrl1 = new IStation.WinFrmUI.Basic.MonitorPointGroupListCtrl();
this.tabPane1 = new DevExpress.XtraBars.Navigation.TabPane();
this.tabNavigationPageMonitorPoint = new DevExpress.XtraBars.Navigation.TabNavigationPage();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.currentViewModelBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colFlagsDisplay = new DevExpress.XtraGrid.Columns.GridColumn();
this.colName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSignalType = new DevExpress.XtraGrid.Columns.GridColumn();
this.colUnit = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSourceType = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSerialNO = new DevExpress.XtraGrid.Columns.GridColumn();
this.colImportance = new DevExpress.XtraGrid.Columns.GridColumn();
this.colTagName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSortCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.colDescription = new DevExpress.XtraGrid.Columns.GridColumn();
this.colUseStatus = new DevExpress.XtraGrid.Columns.GridColumn();
this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
this.tabNavigationPageMonitorPointInfo = new DevExpress.XtraBars.Navigation.TabNavigationPage();
((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
this.dockPanel1.SuspendLayout();
this.controlContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tabPane1)).BeginInit();
this.tabPane1.SuspendLayout();
this.tabNavigationPageMonitorPoint.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.currentViewModelBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).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.barBtnAdd,
this.barBtnEdit,
this.barBtnRefresh,
this.barBtnDelete,
this.barBtnUpdateSortCode,
this.barCekSearch,
this.barBtnExportPumpInfoExcel,
this.barBtnDetail,
this.barBtnUpdateTagName,
this.barBtnUpdateUseStatus});
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.ribbonPageMonitorPoint,
this.ribbonPageMonitorPointInfo});
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;
//
// barBtnAdd
//
this.barBtnAdd.Caption = "添加";
this.barBtnAdd.Id = 16;
this.barBtnAdd.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnAdd.ImageOptions.SvgImage")));
this.barBtnAdd.Name = "barBtnAdd";
this.barBtnAdd.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnAdd_ItemClick);
//
// barBtnEdit
//
this.barBtnEdit.Caption = "编辑";
this.barBtnEdit.Id = 17;
this.barBtnEdit.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnEdit.ImageOptions.SvgImage")));
this.barBtnEdit.Name = "barBtnEdit";
this.barBtnEdit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnEdit_ItemClick);
//
// 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);
//
// barBtnDelete
//
this.barBtnDelete.Caption = "删除";
this.barBtnDelete.Id = 19;
this.barBtnDelete.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnDelete.ImageOptions.SvgImage")));
this.barBtnDelete.Name = "barBtnDelete";
this.barBtnDelete.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnDelete_ItemClick);
//
// barBtnUpdateSortCode
//
this.barBtnUpdateSortCode.Caption = "排序码";
this.barBtnUpdateSortCode.Id = 20;
this.barBtnUpdateSortCode.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnUpdateSortCode.ImageOptions.SvgImage")));
this.barBtnUpdateSortCode.Name = "barBtnUpdateSortCode";
this.barBtnUpdateSortCode.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnUpdateSortCode_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);
//
// barBtnExportPumpInfoExcel
//
this.barBtnExportPumpInfoExcel.Caption = "导出Excel";
this.barBtnExportPumpInfoExcel.Id = 27;
this.barBtnExportPumpInfoExcel.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnExportPumpInfoExcel.ImageOptions.SvgImage")));
this.barBtnExportPumpInfoExcel.Name = "barBtnExportPumpInfoExcel";
this.barBtnExportPumpInfoExcel.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnExportPumpInfoExcel_ItemClick);
//
// barBtnDetail
//
this.barBtnDetail.Caption = "详细信息";
this.barBtnDetail.Id = 29;
this.barBtnDetail.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnDetail.ImageOptions.SvgImage")));
this.barBtnDetail.Name = "barBtnDetail";
//
// barBtnUpdateTagName
//
this.barBtnUpdateTagName.Caption = "标签名称";
this.barBtnUpdateTagName.Id = 30;
this.barBtnUpdateTagName.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnUpdateTagName.ImageOptions.SvgImage")));
this.barBtnUpdateTagName.Name = "barBtnUpdateTagName";
this.barBtnUpdateTagName.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnUpdateTagName_ItemClick);
//
// barBtnUpdateUseStatus
//
this.barBtnUpdateUseStatus.Caption = "使用状态";
this.barBtnUpdateUseStatus.Id = 31;
this.barBtnUpdateUseStatus.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnUpdateUseStatus.ImageOptions.SvgImage")));
this.barBtnUpdateUseStatus.Name = "barBtnUpdateUseStatus";
this.barBtnUpdateUseStatus.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnUpdateUseStatus_ItemClick);
//
// ribbonPageMonitorPoint
//
this.ribbonPageMonitorPoint.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
this.ribbonPageGroupMonitorPoint});
this.ribbonPageMonitorPoint.Name = "ribbonPageMonitorPoint";
this.ribbonPageMonitorPoint.Text = "监测点";
//
// ribbonPageGroupMonitorPoint
//
this.ribbonPageGroupMonitorPoint.ItemLinks.Add(this.barBtnAdd);
this.ribbonPageGroupMonitorPoint.ItemLinks.Add(this.barBtnEdit);
this.ribbonPageGroupMonitorPoint.ItemLinks.Add(this.barBtnDelete);
this.ribbonPageGroupMonitorPoint.ItemLinks.Add(this.barBtnDetail);
this.ribbonPageGroupMonitorPoint.ItemLinks.Add(this.barBtnUpdateTagName, true);
this.ribbonPageGroupMonitorPoint.ItemLinks.Add(this.barBtnUpdateSortCode);
this.ribbonPageGroupMonitorPoint.ItemLinks.Add(this.barBtnUpdateUseStatus);
this.ribbonPageGroupMonitorPoint.ItemLinks.Add(this.barCekSearch);
this.ribbonPageGroupMonitorPoint.ItemLinks.Add(this.barBtnRefresh);
this.ribbonPageGroupMonitorPoint.Name = "ribbonPageGroupMonitorPoint";
this.ribbonPageGroupMonitorPoint.Text = "基础";
//
// ribbonPageMonitorPointInfo
//
this.ribbonPageMonitorPointInfo.Name = "ribbonPageMonitorPointInfo";
this.ribbonPageMonitorPointInfo.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.monitorPointGroupListCtrl1);
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;
//
// monitorPointGroupListCtrl1
//
this.monitorPointGroupListCtrl1.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.monitorPointGroupListCtrl1.Appearance.Options.UseBackColor = true;
this.monitorPointGroupListCtrl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.monitorPointGroupListCtrl1.Location = new System.Drawing.Point(0, 0);
this.monitorPointGroupListCtrl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.monitorPointGroupListCtrl1.Name = "monitorPointGroupListCtrl1";
this.monitorPointGroupListCtrl1.Size = new System.Drawing.Size(260, 882);
this.monitorPointGroupListCtrl1.TabIndex = 0;
//
// tabPane1
//
this.tabPane1.Controls.Add(this.tabNavigationPageMonitorPoint);
this.tabPane1.Controls.Add(this.tabNavigationPageMonitorPointInfo);
this.tabPane1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabPane1.Location = new System.Drawing.Point(261, 154);
this.tabPane1.Name = "tabPane1";
this.tabPane1.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] {
this.tabNavigationPageMonitorPoint,
this.tabNavigationPageMonitorPointInfo});
this.tabPane1.RegularSize = new System.Drawing.Size(908, 916);
this.tabPane1.SelectedPage = this.tabNavigationPageMonitorPoint;
this.tabPane1.Size = new System.Drawing.Size(908, 916);
this.tabPane1.TabIndex = 15;
this.tabPane1.Text = "tabPane1";
//
// tabNavigationPageMonitorPoint
//
this.tabNavigationPageMonitorPoint.Caption = "监测点";
this.tabNavigationPageMonitorPoint.Controls.Add(this.gridControl1);
this.tabNavigationPageMonitorPoint.Name = "tabNavigationPageMonitorPoint";
this.tabNavigationPageMonitorPoint.Size = new System.Drawing.Size(908, 867);
//
// gridControl1
//
this.gridControl1.DataSource = this.currentViewModelBindingSource;
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
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(908, 867);
this.gridControl1.TabIndex = 0;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// currentViewModelBindingSource
//
this.currentViewModelBindingSource.DataSource = typeof(IStation.WinFrmUI.Basic.MonitorPointMgrPage.CurrentViewModel);
//
// gridView1
//
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colFlagsDisplay,
this.colName,
this.colSignalType,
this.colUnit,
this.colSourceType,
this.colSerialNO,
this.colImportance,
this.colTagName,
this.colSortCode,
this.colDescription,
this.colUseStatus,
this.colID});
this.gridView1.GridControl = this.gridControl1;
this.gridView1.Name = "gridView1";
//
// colFlagsDisplay
//
this.colFlagsDisplay.Caption = "标签列表";
this.colFlagsDisplay.FieldName = "FlagsDisplay";
this.colFlagsDisplay.MinWidth = 30;
this.colFlagsDisplay.Name = "colFlagsDisplay";
this.colFlagsDisplay.Visible = true;
this.colFlagsDisplay.VisibleIndex = 6;
this.colFlagsDisplay.Width = 112;
//
// colName
//
this.colName.Caption = "名称";
this.colName.FieldName = "Name";
this.colName.MinWidth = 30;
this.colName.Name = "colName";
this.colName.Visible = true;
this.colName.VisibleIndex = 0;
this.colName.Width = 112;
//
// colSignalType
//
this.colSignalType.Caption = "信号类型";
this.colSignalType.FieldName = "SignalType";
this.colSignalType.MinWidth = 30;
this.colSignalType.Name = "colSignalType";
this.colSignalType.Visible = true;
this.colSignalType.VisibleIndex = 1;
this.colSignalType.Width = 112;
//
// colUnit
//
this.colUnit.Caption = "单位";
this.colUnit.FieldName = "Unit";
this.colUnit.MinWidth = 30;
this.colUnit.Name = "colUnit";
this.colUnit.Visible = true;
this.colUnit.VisibleIndex = 2;
this.colUnit.Width = 112;
//
// colSourceType
//
this.colSourceType.Caption = "来源类型";
this.colSourceType.FieldName = "SourceType";
this.colSourceType.MinWidth = 30;
this.colSourceType.Name = "colSourceType";
this.colSourceType.Visible = true;
this.colSourceType.VisibleIndex = 3;
this.colSourceType.Width = 112;
//
// colSerialNO
//
this.colSerialNO.Caption = "序列号";
this.colSerialNO.FieldName = "SerialNO";
this.colSerialNO.MinWidth = 30;
this.colSerialNO.Name = "colSerialNO";
this.colSerialNO.Visible = true;
this.colSerialNO.VisibleIndex = 4;
this.colSerialNO.Width = 112;
//
// colImportance
//
this.colImportance.Caption = "重要度";
this.colImportance.FieldName = "Importance";
this.colImportance.MinWidth = 30;
this.colImportance.Name = "colImportance";
this.colImportance.Visible = true;
this.colImportance.VisibleIndex = 5;
this.colImportance.Width = 112;
//
// colTagName
//
this.colTagName.Caption = "标签名称";
this.colTagName.FieldName = "TagName";
this.colTagName.MinWidth = 30;
this.colTagName.Name = "colTagName";
this.colTagName.Visible = true;
this.colTagName.VisibleIndex = 7;
this.colTagName.Width = 112;
//
// colSortCode
//
this.colSortCode.Caption = "排序码";
this.colSortCode.FieldName = "SortCode";
this.colSortCode.MinWidth = 30;
this.colSortCode.Name = "colSortCode";
this.colSortCode.Visible = true;
this.colSortCode.VisibleIndex = 8;
this.colSortCode.Width = 112;
//
// colDescription
//
this.colDescription.Caption = "说明";
this.colDescription.FieldName = "Description";
this.colDescription.MinWidth = 30;
this.colDescription.Name = "colDescription";
this.colDescription.Visible = true;
this.colDescription.VisibleIndex = 10;
this.colDescription.Width = 112;
//
// colUseStatus
//
this.colUseStatus.Caption = "使用状态";
this.colUseStatus.FieldName = "UseStatus";
this.colUseStatus.MinWidth = 30;
this.colUseStatus.Name = "colUseStatus";
this.colUseStatus.Visible = true;
this.colUseStatus.VisibleIndex = 9;
this.colUseStatus.Width = 112;
//
// colID
//
this.colID.FieldName = "ID";
this.colID.MinWidth = 30;
this.colID.Name = "colID";
this.colID.Width = 112;
//
// tabNavigationPageMonitorPointInfo
//
this.tabNavigationPageMonitorPointInfo.Caption = "待补充";
this.tabNavigationPageMonitorPointInfo.Name = "tabNavigationPageMonitorPointInfo";
this.tabNavigationPageMonitorPointInfo.Size = new System.Drawing.Size(908, 867);
//
// MonitorPointMgrPage
//
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.tabPane1);
this.Controls.Add(this.dockPanel1);
this.Controls.Add(this.ribbonControl1);
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Name = "MonitorPointMgrPage";
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.tabPane1)).EndInit();
this.tabPane1.ResumeLayout(false);
this.tabNavigationPageMonitorPoint.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.currentViewModelBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl1;
private DevExpress.XtraBars.BarButtonItem barBtnAdd;
private DevExpress.XtraBars.BarButtonItem barBtnEdit;
private DevExpress.XtraBars.BarButtonItem barBtnRefresh;
private DevExpress.XtraBars.BarButtonItem barBtnDelete;
private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPageMonitorPoint;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroupMonitorPoint;
private DevExpress.XtraBars.BarButtonItem barBtnUpdateSortCode;
private DevExpress.XtraBars.Docking.DockManager dockManager1;
private DevExpress.XtraBars.Docking.DockPanel dockPanel1;
private DevExpress.XtraBars.Docking.ControlContainer controlContainer1;
private DevExpress.XtraBars.Navigation.TabPane tabPane1;
private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPageMonitorPoint;
private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPageMonitorPointInfo;
private DevExpress.XtraBars.BarCheckItem barCekSearch;
private DevExpress.XtraBars.BarButtonItem barBtnExportPumpInfoExcel;
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private MonitorPointGroupListCtrl monitorPointGroupListCtrl1;
private System.Windows.Forms.BindingSource currentViewModelBindingSource;
private DevExpress.XtraGrid.Columns.GridColumn colFlagsDisplay;
private DevExpress.XtraGrid.Columns.GridColumn colName;
private DevExpress.XtraGrid.Columns.GridColumn colSourceType;
private DevExpress.XtraGrid.Columns.GridColumn colSerialNO;
private DevExpress.XtraGrid.Columns.GridColumn colImportance;
private DevExpress.XtraGrid.Columns.GridColumn colTagName;
private DevExpress.XtraGrid.Columns.GridColumn colSortCode;
private DevExpress.XtraGrid.Columns.GridColumn colDescription;
private DevExpress.XtraGrid.Columns.GridColumn colID;
private DevExpress.XtraGrid.Columns.GridColumn colUseStatus;
private DevExpress.XtraGrid.Columns.GridColumn colSignalType;
private DevExpress.XtraGrid.Columns.GridColumn colUnit;
private DevExpress.XtraBars.BarButtonItem barBtnDetail;
private DevExpress.XtraBars.BarButtonItem barBtnUpdateTagName;
private DevExpress.XtraBars.BarButtonItem barBtnUpdateUseStatus;
private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPageMonitorPointInfo;
}
}