tx
9 天以前 e0b138b3e057de6f57021e6c8963868f5c5acc5a
TProduct.WinFrmUI/TProduct.WinFrmUI.TestBench/²âµã/MgrWorkBenchMonitorPointPanel.Designer.cs
@@ -29,13 +29,21 @@
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MgrWorkBenchMonitorPointPanel));
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
            this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
            this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.barBtnAdd = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnEdit = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnDel = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnView = new DevExpress.XtraBars.BarButtonItem();
            this.barButSetInstrument = new DevExpress.XtraBars.BarButtonItem();
            this.barButPoint = new DevExpress.XtraBars.BarButtonItem();
            this.barButSelect = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnCopy = new DevExpress.XtraBars.BarButtonItem();
            this.bbi导出EXCEL = new DevExpress.XtraBars.BarButtonItem();
            this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.gridControl1 = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colUseStatus = new DevExpress.XtraGrid.Columns.GridColumn();
@@ -47,31 +55,150 @@
            this.colValueCoefficient = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colValueAdditional = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colSourceType = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colPipeParasInfo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colPipeInfo4Disp = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colDataParasInfo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colEdit = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.MenuItem添加测点 = new System.Windows.Forms.ToolStripMenuItem();
            this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
            this.contextMenuStrip1.SuspendLayout();
            this.SuspendLayout();
            //
            // ribbonControl1
            //
            this.ribbonControl1.ExpandCollapseItem.Id = 0;
            this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbonControl1.ExpandCollapseItem,
            this.ribbonControl1.SearchEditItem,
            this.barBtnAdd,
            this.barBtnEdit,
            this.barBtnDel,
            this.barBtnView,
            this.barButSetInstrument,
            this.barButPoint,
            this.barButSelect,
            this.barBtnCopy,
            this.bbi导出EXCEL});
            this.ribbonControl1.Location = new System.Drawing.Point(0, 0);
            this.ribbonControl1.MaxItemId = 10;
            this.ribbonControl1.Name = "ribbonControl1";
            this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.ribbonPage1});
            this.ribbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
            this.ribbonControl1.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False;
            this.ribbonControl1.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False;
            this.ribbonControl1.ShowMoreCommandsButton = DevExpress.Utils.DefaultBoolean.False;
            this.ribbonControl1.ShowPageHeadersInFormCaption = DevExpress.Utils.DefaultBoolean.False;
            this.ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide;
            this.ribbonControl1.ShowQatLocationSelector = false;
            this.ribbonControl1.ShowToolbarCustomizeItem = false;
            this.ribbonControl1.Size = new System.Drawing.Size(1174, 128);
            this.ribbonControl1.Toolbar.ShowCustomizeItem = false;
            this.ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
            //
            // barBtnAdd
            //
            this.barBtnAdd.Caption = "添加";
            this.barBtnAdd.Id = 1;
            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 = 2;
            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);
            //
            // barBtnDel
            //
            this.barBtnDel.Caption = "删除";
            this.barBtnDel.Id = 3;
            this.barBtnDel.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnDel.ImageOptions.SvgImage")));
            this.barBtnDel.Name = "barBtnDel";
            this.barBtnDel.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnDel_ItemClick);
            //
            // barBtnView
            //
            this.barBtnView.Caption = "详情";
            this.barBtnView.Id = 4;
            this.barBtnView.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnView.ImageOptions.SvgImage")));
            this.barBtnView.Name = "barBtnView";
            this.barBtnView.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnView_ItemClick);
            //
            // barButSetInstrument
            //
            this.barButSetInstrument.Caption = "添加仪器";
            this.barButSetInstrument.Id = 5;
            this.barButSetInstrument.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButSetInstrument.ImageOptions.SvgImage")));
            this.barButSetInstrument.Name = "barButSetInstrument";
            //
            // barButPoint
            //
            this.barButPoint.Caption = "管理测点";
            this.barButPoint.Id = 6;
            this.barButPoint.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButPoint.ImageOptions.SvgImage")));
            this.barButPoint.Name = "barButPoint";
            //
            // barButSelect
            //
            this.barButSelect.Caption = "选择";
            this.barButSelect.Id = 7;
            this.barButSelect.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButSelect.ImageOptions.SvgImage")));
            this.barButSelect.Name = "barButSelect";
            //
            // barBtnCopy
            //
            this.barBtnCopy.Caption = "复制";
            this.barBtnCopy.Id = 8;
            this.barBtnCopy.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnCopy.ImageOptions.SvgImage")));
            this.barBtnCopy.Name = "barBtnCopy";
            this.barBtnCopy.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnCopy_ItemClick);
            //
            // bbi导出EXCEL
            //
            this.bbi导出EXCEL.Caption = "导出EXCEL";
            this.bbi导出EXCEL.Id = 9;
            this.bbi导出EXCEL.ImageOptions.Image = global::TProduct.WinFrmUI.TestBench.Properties.Resources.exporttoxls_16x16;
            this.bbi导出EXCEL.ImageOptions.LargeImage = global::TProduct.WinFrmUI.TestBench.Properties.Resources.exporttoxls_32x32;
            this.bbi导出EXCEL.Name = "bbi导出EXCEL";
            this.bbi导出EXCEL.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbi导出EXCEL_ItemClick);
            //
            // ribbonPage1
            //
            this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup1,
            this.ribbonPageGroup2});
            this.ribbonPage1.Name = "ribbonPage1";
            this.ribbonPage1.Text = "ribbonPage1";
            //
            // ribbonPageGroup1
            //
            this.ribbonPageGroup1.ItemLinks.Add(this.barBtnAdd);
            this.ribbonPageGroup1.ItemLinks.Add(this.barBtnEdit);
            this.ribbonPageGroup1.ItemLinks.Add(this.barBtnCopy);
            this.ribbonPageGroup1.ItemLinks.Add(this.barBtnDel);
            this.ribbonPageGroup1.ItemLinks.Add(this.barBtnView);
            this.ribbonPageGroup1.Name = "ribbonPageGroup1";
            this.ribbonPageGroup1.Text = "基础操作";
            //
            // ribbonPageGroup2
            //
            this.ribbonPageGroup2.ItemLinks.Add(this.bbi导出EXCEL);
            this.ribbonPageGroup2.Name = "ribbonPageGroup2";
            this.ribbonPageGroup2.Text = "导出";
            // 
            // gridControl1
            // 
            this.gridControl1.ContextMenuStrip = this.contextMenuStrip1;
            this.gridControl1.DataSource = this.bindingSource1;
            this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl1.Location = new System.Drawing.Point(0, 0);
            this.gridControl1.Location = new System.Drawing.Point(0, 128);
            this.gridControl1.MainView = this.gridView1;
            this.gridControl1.Name = "gridControl1";
            this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemButtonEdit1});
            this.gridControl1.Size = new System.Drawing.Size(895, 420);
            this.gridControl1.Size = new System.Drawing.Size(1174, 553);
            this.gridControl1.TabIndex = 4;
            this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
@@ -92,15 +219,14 @@
            this.colValueCoefficient,
            this.colValueAdditional,
            this.colSourceType,
            this.colPipeParasInfo,
            this.colPipeInfo4Disp,
            this.colDataParasInfo,
            this.colID,
            this.colEdit});
            this.gridColumn1});
            this.gridView1.GridControl = this.gridControl1;
            this.gridView1.Name = "gridView1";
            this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colSortCode, DevExpress.Data.ColumnSortOrder.Ascending)});
            this.gridView1.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gridView1_RowCellClick);
            // 
            // colUseStatus
            // 
@@ -114,7 +240,9 @@
            this.colCode.Caption = "编号";
            this.colCode.FieldName = "Code";
            this.colCode.Name = "colCode";
            this.colCode.Width = 112;
            this.colCode.Visible = true;
            this.colCode.VisibleIndex = 0;
            this.colCode.Width = 105;
            // 
            // colName
            // 
@@ -122,15 +250,17 @@
            this.colName.FieldName = "Name";
            this.colName.Name = "colName";
            this.colName.Visible = true;
            this.colName.VisibleIndex = 0;
            this.colName.Width = 140;
            this.colName.VisibleIndex = 1;
            this.colName.Width = 131;
            // 
            // colMonitorType
            // 
            this.colMonitorType.Caption = "测点类型";
            this.colMonitorType.FieldName = "MonitorType";
            this.colMonitorType.Name = "colMonitorType";
            this.colMonitorType.Width = 83;
            this.colMonitorType.Visible = true;
            this.colMonitorType.VisibleIndex = 2;
            this.colMonitorType.Width = 78;
            // 
            // colProperty
            // 
@@ -138,8 +268,8 @@
            this.colProperty.FieldName = "Property";
            this.colProperty.Name = "colProperty";
            this.colProperty.Visible = true;
            this.colProperty.VisibleIndex = 2;
            this.colProperty.Width = 77;
            this.colProperty.VisibleIndex = 4;
            this.colProperty.Width = 72;
            // 
            // colSortCode
            // 
@@ -147,7 +277,9 @@
            this.colSortCode.FieldName = "SortCode";
            this.colSortCode.MaxWidth = 50;
            this.colSortCode.Name = "colSortCode";
            this.colSortCode.Width = 50;
            this.colSortCode.Visible = true;
            this.colSortCode.VisibleIndex = 9;
            this.colSortCode.Width = 40;
            // 
            // colValueCoefficient
            // 
@@ -165,92 +297,80 @@
            // 
            // colSourceType
            // 
            this.colSourceType.Caption = "数据类型";
            this.colSourceType.Caption = "数据来源";
            this.colSourceType.FieldName = "colSourceType";
            this.colSourceType.Name = "colSourceType";
            this.colSourceType.UnboundDataType = typeof(string);
            this.colSourceType.Visible = true;
            this.colSourceType.VisibleIndex = 1;
            this.colSourceType.Width = 171;
            this.colSourceType.VisibleIndex = 3;
            this.colSourceType.Width = 271;
            // 
            // colPipeParasInfo
            // colPipeInfo4Disp
            // 
            this.colPipeParasInfo.Caption = "管路特性";
            this.colPipeParasInfo.FieldName = "PipeParasInfo";
            this.colPipeParasInfo.Name = "colPipeParasInfo";
            this.colPipeParasInfo.Visible = true;
            this.colPipeParasInfo.VisibleIndex = 3;
            this.colPipeParasInfo.Width = 158;
            this.colPipeInfo4Disp.Caption = "管路特性";
            this.colPipeInfo4Disp.FieldName = "PipeInfo4Disp";
            this.colPipeInfo4Disp.Name = "colPipeInfo4Disp";
            this.colPipeInfo4Disp.Visible = true;
            this.colPipeInfo4Disp.VisibleIndex = 5;
            this.colPipeInfo4Disp.Width = 147;
            // 
            // colDataParasInfo
            // 
            this.colDataParasInfo.Caption = "数据参数";
            this.colDataParasInfo.FieldName = "colDataParasInfo";
            this.colDataParasInfo.FieldName = "DataParasInfo4Disp";
            this.colDataParasInfo.Name = "colDataParasInfo";
            this.colDataParasInfo.UnboundDataType = typeof(string);
            this.colDataParasInfo.Visible = true;
            this.colDataParasInfo.VisibleIndex = 4;
            this.colDataParasInfo.Width = 195;
            this.colDataParasInfo.VisibleIndex = 6;
            this.colDataParasInfo.Width = 119;
            // 
            // colID
            // 
            this.colID.Caption = "ID";
            this.colID.FieldName = "ID";
            this.colID.Name = "colID";
            this.colID.Width = 111;
            this.colID.Visible = true;
            this.colID.VisibleIndex = 8;
            this.colID.Width = 82;
            // 
            // colEdit
            // gridColumn1
            // 
            this.colEdit.Caption = "编辑";
            this.colEdit.ColumnEdit = this.repositoryItemButtonEdit1;
            this.colEdit.MaxWidth = 40;
            this.colEdit.MinWidth = 30;
            this.colEdit.Name = "colEdit";
            this.colEdit.Visible = true;
            this.colEdit.VisibleIndex = 5;
            this.colEdit.Width = 40;
            this.gridColumn1.Caption = "外部标签";
            this.gridColumn1.FieldName = "IStationID";
            this.gridColumn1.Name = "gridColumn1";
            this.gridColumn1.Visible = true;
            this.gridColumn1.VisibleIndex = 7;
            this.gridColumn1.Width = 104;
            // 
            // repositoryItemButtonEdit1
            //
            this.repositoryItemButtonEdit1.AutoHeight = false;
            editorButtonImageOptions1.Image = ((System.Drawing.Image)(resources.GetObject("editorButtonImageOptions1.Image")));
            this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
            this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
            this.repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
            //
            // contextMenuStrip1
            //
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.MenuItem添加测点});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(181, 48);
            //
            // MenuItem添加测点
            //
            this.MenuItem添加测点.Name = "MenuItem添加测点";
            this.MenuItem添加测点.Size = new System.Drawing.Size(180, 22);
            this.MenuItem添加测点.Text = "添加测点";
            this.MenuItem添加测点.Click += new System.EventHandler(this.MenuItem添加测点_Click);
            //
            // MgrWorkBenchMonitorPointPanel
            // MgrWorkBenchMonitorPointDlg
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1174, 681);
            this.Controls.Add(this.gridControl1);
            this.Name = "MgrWorkBenchMonitorPointPanel";
            this.Size = new System.Drawing.Size(895, 420);
            this.Controls.Add(this.ribbonControl1);
            this.Name = "MgrWorkBenchMonitorPointDlg";
            this.Text = "测试台测点管理";
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
            this.contextMenuStrip1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        #endregion
        private System.Windows.Forms.BindingSource bindingSource1;
        private System.Windows.Forms.BindingSource bindingSource1;
        private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl1;
        private DevExpress.XtraBars.BarButtonItem barBtnAdd;
        private DevExpress.XtraBars.BarButtonItem barBtnEdit;
        private DevExpress.XtraBars.BarButtonItem barBtnDel;
        private DevExpress.XtraBars.BarButtonItem barBtnView;
        private DevExpress.XtraBars.BarButtonItem barButSetInstrument;
        private DevExpress.XtraBars.BarButtonItem barButPoint;
        private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1;
        private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1;
        private DevExpress.XtraGrid.GridControl gridControl1;
        private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
        private DevExpress.XtraGrid.Columns.GridColumn colUseStatus;
@@ -262,13 +382,14 @@
        private DevExpress.XtraGrid.Columns.GridColumn colValueCoefficient;
        private DevExpress.XtraGrid.Columns.GridColumn colValueAdditional;
 
        private DevExpress.XtraBars.BarButtonItem barButSelect;
        private DevExpress.XtraBars.BarButtonItem barBtnCopy;
        private DevExpress.XtraGrid.Columns.GridColumn colSourceType;
        private DevExpress.XtraGrid.Columns.GridColumn colPipeParasInfo;
        private DevExpress.XtraGrid.Columns.GridColumn colPipeInfo4Disp;
        private DevExpress.XtraGrid.Columns.GridColumn colDataParasInfo;
        private DevExpress.XtraGrid.Columns.GridColumn colID;
        private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
        private DevExpress.XtraGrid.Columns.GridColumn colEdit;
        private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
        private System.Windows.Forms.ToolStripMenuItem MenuItem添加测点;
        private DevExpress.XtraBars.BarButtonItem bbi导出EXCEL;
        private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup2;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
    }
}