namespace TProduct.WinFrmUI.TestBench { partial class MgrWorkBenchMonitorPointDlg { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 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(MgrWorkBenchMonitorPointDlg)); 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(); this.colCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.colName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colMonitorType = new DevExpress.XtraGrid.Columns.GridColumn(); this.colProperty = new DevExpress.XtraGrid.Columns.GridColumn(); this.colSortCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.colValueCoefficient = new DevExpress.XtraGrid.Columns.GridColumn(); this.colValueAdditional = new DevExpress.XtraGrid.Columns.GridColumn(); this.colSourceType = 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.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(); 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.DataSource = this.bindingSource1; this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControl1.Location = new System.Drawing.Point(0, 128); this.gridControl1.MainView = this.gridView1; this.gridControl1.Name = "gridControl1"; 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}); // // gridView1 // this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true; this.gridView1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridView1.Appearance.Row.Options.UseTextOptions = true; this.gridView1.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colUseStatus, this.colCode, this.colName, this.colMonitorType, this.colProperty, this.colSortCode, this.colValueCoefficient, this.colValueAdditional, this.colSourceType, this.colPipeInfo4Disp, this.colDataParasInfo, this.colID, 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)}); // // colUseStatus // this.colUseStatus.Caption = "状态"; this.colUseStatus.FieldName = "UseStatus"; this.colUseStatus.Name = "colUseStatus"; this.colUseStatus.Width = 58; // // colCode // this.colCode.Caption = "编号"; this.colCode.FieldName = "Code"; this.colCode.Name = "colCode"; this.colCode.Visible = true; this.colCode.VisibleIndex = 0; this.colCode.Width = 105; // // colName // this.colName.Caption = "测点名称"; this.colName.FieldName = "Name"; this.colName.Name = "colName"; this.colName.Visible = true; this.colName.VisibleIndex = 1; this.colName.Width = 131; // // colMonitorType // this.colMonitorType.Caption = "测点类型"; this.colMonitorType.FieldName = "MonitorType"; this.colMonitorType.Name = "colMonitorType"; this.colMonitorType.Visible = true; this.colMonitorType.VisibleIndex = 2; this.colMonitorType.Width = 78; // // colProperty // this.colProperty.Caption = "特性"; this.colProperty.FieldName = "Property"; this.colProperty.Name = "colProperty"; this.colProperty.Visible = true; this.colProperty.VisibleIndex = 4; this.colProperty.Width = 72; // // colSortCode // this.colSortCode.Caption = "排序号"; this.colSortCode.FieldName = "SortCode"; this.colSortCode.MaxWidth = 50; this.colSortCode.Name = "colSortCode"; this.colSortCode.Visible = true; this.colSortCode.VisibleIndex = 9; this.colSortCode.Width = 40; // // colValueCoefficient // this.colValueCoefficient.Caption = "相乘系数"; this.colValueCoefficient.FieldName = "ValueCoefficient"; this.colValueCoefficient.Name = "colValueCoefficient"; this.colValueCoefficient.Width = 67; // // colValueAdditional // this.colValueAdditional.Caption = "相加系数"; this.colValueAdditional.FieldName = "ValueAdditional"; this.colValueAdditional.Name = "colValueAdditional"; this.colValueAdditional.Width = 56; // // colSourceType // this.colSourceType.Caption = "数据来源"; this.colSourceType.FieldName = "colSourceType"; this.colSourceType.Name = "colSourceType"; this.colSourceType.UnboundDataType = typeof(string); this.colSourceType.Visible = true; this.colSourceType.VisibleIndex = 3; this.colSourceType.Width = 271; // // colPipeInfo4Disp // 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 = "DataParasInfo4Disp"; this.colDataParasInfo.Name = "colDataParasInfo"; this.colDataParasInfo.Visible = true; this.colDataParasInfo.VisibleIndex = 6; this.colDataParasInfo.Width = 119; // // colID // this.colID.Caption = "ID"; this.colID.FieldName = "ID"; this.colID.Name = "colID"; this.colID.Visible = true; this.colID.VisibleIndex = 8; this.colID.Width = 82; // // gridColumn1 // this.gridColumn1.Caption = "外部标签"; this.gridColumn1.FieldName = "IStationID"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 7; this.gridColumn1.Width = 104; // // 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.Controls.Add(this.ribbonControl1); this.Name = "MgrWorkBenchMonitorPointDlg"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "测试台测点管理"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion 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; private DevExpress.XtraGrid.Columns.GridColumn colCode; private DevExpress.XtraGrid.Columns.GridColumn colName; private DevExpress.XtraGrid.Columns.GridColumn colMonitorType; private DevExpress.XtraGrid.Columns.GridColumn colProperty; private DevExpress.XtraGrid.Columns.GridColumn colSortCode; 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 colPipeInfo4Disp; private DevExpress.XtraGrid.Columns.GridColumn colDataParasInfo; private DevExpress.XtraGrid.Columns.GridColumn colID; private DevExpress.XtraBars.BarButtonItem bbi导出EXCEL; private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup2; private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; } }