namespace TProduct.WinFrmUI.TestBench
{
partial class MgrWorkBenchMainPumpPage
{
///
/// 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(MgrWorkBenchMainPumpPage));
this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
this.barBtnEdit = new DevExpress.XtraBars.BarButtonItem();
this.barBtnDel = new DevExpress.XtraBars.BarButtonItem();
this.barBtnCopy = new DevExpress.XtraBars.BarButtonItem();
this.barButSetInstrument = new DevExpress.XtraBars.BarButtonItem();
this.barButPoint = new DevExpress.XtraBars.BarButtonItem();
this.barButReset = new DevExpress.XtraBars.BarButtonItem();
this.barSubItemAdd = new DevExpress.XtraBars.BarButtonItem();
this.bbi进出口测点配置列表 = 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.ribbonPageGroup3 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.ribbonPageGroup5 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.ribbonPageGroup4 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.gridViewMain = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.colName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colProductStyleID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLastUseTime = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLastUseUser = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLinkType = new DevExpress.XtraGrid.Columns.GridColumn();
this.colUseStatus = new DevExpress.XtraGrid.Columns.GridColumn();
this.colTestTypeName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colInletDia = new DevExpress.XtraGrid.Columns.GridColumn();
this.colOutletDia = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
this.barButSetModel3d = new DevExpress.XtraBars.BarButtonItem();
((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
this.layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridViewMain)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
this.SuspendLayout();
//
// ribbonControl1
//
this.ribbonControl1.ExpandCollapseItem.Id = 0;
this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.ribbonControl1.ExpandCollapseItem,
this.ribbonControl1.SearchEditItem,
this.barBtnEdit,
this.barBtnDel,
this.barBtnCopy,
this.barButSetInstrument,
this.barButPoint,
this.barButReset,
this.barSubItemAdd,
this.bbi进出口测点配置列表,
this.barButSetModel3d});
this.ribbonControl1.Location = new System.Drawing.Point(0, 0);
this.ribbonControl1.MaxItemId = 15;
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(1201, 128);
this.ribbonControl1.Toolbar.ShowCustomizeItem = false;
this.ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
//
// 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);
//
// barBtnCopy
//
this.barBtnCopy.Caption = "复制";
this.barBtnCopy.Id = 4;
this.barBtnCopy.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barBtnCopy.ImageOptions.Image")));
this.barBtnCopy.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barBtnCopy.ImageOptions.LargeImage")));
this.barBtnCopy.Name = "barBtnCopy";
this.barBtnCopy.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnCopy_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";
this.barButSetInstrument.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButSetInstrument_ItemClick);
//
// 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";
this.barButPoint.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButPoint_ItemClick);
//
// barButReset
//
this.barButReset.Caption = "刷新";
this.barButReset.Id = 8;
this.barButReset.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButReset.ImageOptions.SvgImage")));
this.barButReset.Name = "barButReset";
this.barButReset.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButReset_ItemClick);
//
// barSubItemAdd
//
this.barSubItemAdd.Caption = "添加";
this.barSubItemAdd.Id = 10;
this.barSubItemAdd.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barSubItemAdd.ImageOptions.SvgImage")));
this.barSubItemAdd.Name = "barSubItemAdd";
this.barSubItemAdd.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barSubItemAdd_ItemClick);
//
// bbi进出口测点配置列表
//
this.bbi进出口测点配置列表.Caption = "进出口测点\r\n配置列表";
this.bbi进出口测点配置列表.Id = 13;
this.bbi进出口测点配置列表.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("bbi进出口测点配置列表.ImageOptions.Image")));
this.bbi进出口测点配置列表.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("bbi进出口测点配置列表.ImageOptions.LargeImage")));
this.bbi进出口测点配置列表.Name = "bbi进出口测点配置列表";
this.bbi进出口测点配置列表.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbi进出口测点配置列表_ItemClick);
//
// ribbonPage1
//
this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
this.ribbonPageGroup1,
this.ribbonPageGroup2,
this.ribbonPageGroup3,
this.ribbonPageGroup5,
this.ribbonPageGroup4});
this.ribbonPage1.Name = "ribbonPage1";
this.ribbonPage1.Text = "ribbonPage1";
//
// ribbonPageGroup1
//
this.ribbonPageGroup1.ItemLinks.Add(this.barSubItemAdd);
this.ribbonPageGroup1.ItemLinks.Add(this.barBtnCopy);
this.ribbonPageGroup1.Name = "ribbonPageGroup1";
this.ribbonPageGroup1.Text = "基础操作";
//
// ribbonPageGroup2
//
this.ribbonPageGroup2.ItemLinks.Add(this.barBtnEdit);
this.ribbonPageGroup2.ItemLinks.Add(this.barButPoint);
this.ribbonPageGroup2.ItemLinks.Add(this.barButSetInstrument);
this.ribbonPageGroup2.ItemLinks.Add(this.barButSetModel3d);
this.ribbonPageGroup2.Name = "ribbonPageGroup2";
this.ribbonPageGroup2.Text = "编辑";
//
// ribbonPageGroup3
//
this.ribbonPageGroup3.ItemLinks.Add(this.barBtnDel);
this.ribbonPageGroup3.Name = "ribbonPageGroup3";
this.ribbonPageGroup3.Text = "删除";
//
// ribbonPageGroup5
//
this.ribbonPageGroup5.ItemLinks.Add(this.barButReset);
this.ribbonPageGroup5.Name = "ribbonPageGroup5";
this.ribbonPageGroup5.Text = "刷新";
//
// ribbonPageGroup4
//
this.ribbonPageGroup4.ItemLinks.Add(this.bbi进出口测点配置列表);
this.ribbonPageGroup4.Name = "ribbonPageGroup4";
this.ribbonPageGroup4.Text = "查看(所有)";
//
// layoutControl1
//
this.layoutControl1.Controls.Add(this.gridControl1);
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.layoutControl1.Location = new System.Drawing.Point(0, 128);
this.layoutControl1.Name = "layoutControl1";
this.layoutControl1.Root = this.Root;
this.layoutControl1.Size = new System.Drawing.Size(1201, 408);
this.layoutControl1.TabIndex = 2;
this.layoutControl1.Text = "layoutControl1";
//
// gridControl1
//
this.gridControl1.DataSource = this.bindingSource1;
this.gridControl1.Location = new System.Drawing.Point(2, 2);
this.gridControl1.MainView = this.gridViewMain;
this.gridControl1.MenuManager = this.ribbonControl1;
this.gridControl1.Name = "gridControl1";
this.gridControl1.Size = new System.Drawing.Size(1197, 404);
this.gridControl1.TabIndex = 4;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridViewMain});
//
// bindingSource1
//
this.bindingSource1.DataSource = typeof(TProduct.Model.WorkBenchBase);
//
// gridViewMain
//
this.gridViewMain.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colCode,
this.colName,
this.colProductStyleID,
this.colLastUseTime,
this.colLastUseUser,
this.colLinkType,
this.colUseStatus,
this.colTestTypeName,
this.colInletDia,
this.colOutletDia,
this.gridColumn1});
this.gridViewMain.GridControl = this.gridControl1;
this.gridViewMain.Name = "gridViewMain";
this.gridViewMain.OptionsView.ShowDetailButtons = false;
this.gridViewMain.OptionsView.ShowGroupPanel = false;
this.gridViewMain.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colCode, DevExpress.Data.ColumnSortOrder.Ascending)});
//
// colCode
//
this.colCode.AppearanceCell.Options.UseTextOptions = true;
this.colCode.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colCode.AppearanceHeader.Options.UseTextOptions = true;
this.colCode.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colCode.FieldName = "Code";
this.colCode.Name = "colCode";
this.colCode.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
this.colCode.Visible = true;
this.colCode.VisibleIndex = 0;
this.colCode.Width = 159;
//
// colName
//
this.colName.AppearanceCell.Options.UseTextOptions = true;
this.colName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colName.AppearanceHeader.Options.UseTextOptions = true;
this.colName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colName.FieldName = "Name";
this.colName.Name = "colName";
this.colName.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
this.colName.Visible = true;
this.colName.VisibleIndex = 1;
this.colName.Width = 206;
//
// colProductStyleID
//
this.colProductStyleID.AppearanceCell.Options.UseTextOptions = true;
this.colProductStyleID.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colProductStyleID.AppearanceHeader.Options.UseTextOptions = true;
this.colProductStyleID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colProductStyleID.Caption = "设备分类";
this.colProductStyleID.FieldName = "ProductStyleName";
this.colProductStyleID.Name = "colProductStyleID";
this.colProductStyleID.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
this.colProductStyleID.Visible = true;
this.colProductStyleID.VisibleIndex = 6;
this.colProductStyleID.Width = 132;
//
// colLastUseTime
//
this.colLastUseTime.AppearanceCell.Options.UseTextOptions = true;
this.colLastUseTime.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colLastUseTime.AppearanceHeader.Options.UseTextOptions = true;
this.colLastUseTime.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colLastUseTime.FieldName = "LastUseTime";
this.colLastUseTime.MinWidth = 80;
this.colLastUseTime.Name = "colLastUseTime";
this.colLastUseTime.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
this.colLastUseTime.Visible = true;
this.colLastUseTime.VisibleIndex = 7;
this.colLastUseTime.Width = 113;
//
// colLastUseUser
//
this.colLastUseUser.AppearanceCell.Options.UseTextOptions = true;
this.colLastUseUser.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colLastUseUser.AppearanceHeader.Options.UseTextOptions = true;
this.colLastUseUser.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colLastUseUser.Caption = "最后测试人";
this.colLastUseUser.FieldName = "LastUseUserName";
this.colLastUseUser.MinWidth = 70;
this.colLastUseUser.Name = "colLastUseUser";
this.colLastUseUser.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
this.colLastUseUser.Visible = true;
this.colLastUseUser.VisibleIndex = 8;
this.colLastUseUser.Width = 141;
//
// colLinkType
//
this.colLinkType.AppearanceCell.Options.UseTextOptions = true;
this.colLinkType.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colLinkType.AppearanceHeader.Options.UseTextOptions = true;
this.colLinkType.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colLinkType.Caption = "通讯类型";
this.colLinkType.FieldName = "LinkTypeName";
this.colLinkType.Name = "colLinkType";
this.colLinkType.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
this.colLinkType.Visible = true;
this.colLinkType.VisibleIndex = 2;
this.colLinkType.Width = 143;
//
// colUseStatus
//
this.colUseStatus.AppearanceCell.Options.UseTextOptions = true;
this.colUseStatus.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colUseStatus.AppearanceHeader.Options.UseTextOptions = true;
this.colUseStatus.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colUseStatus.FieldName = "UseStatus";
this.colUseStatus.MinWidth = 60;
this.colUseStatus.Name = "colUseStatus";
this.colUseStatus.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
this.colUseStatus.Width = 80;
//
// colTestTypeName
//
this.colTestTypeName.AppearanceCell.Options.UseTextOptions = true;
this.colTestTypeName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colTestTypeName.AppearanceHeader.Options.UseTextOptions = true;
this.colTestTypeName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colTestTypeName.Caption = "测试类型";
this.colTestTypeName.FieldName = "TestTypeName";
this.colTestTypeName.Name = "colTestTypeName";
this.colTestTypeName.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
this.colTestTypeName.Visible = true;
this.colTestTypeName.VisibleIndex = 5;
this.colTestTypeName.Width = 108;
//
// colInletDia
//
this.colInletDia.AppearanceCell.Options.UseTextOptions = true;
this.colInletDia.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colInletDia.AppearanceHeader.Options.UseTextOptions = true;
this.colInletDia.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colInletDia.Caption = "进口口径";
this.colInletDia.FieldName = "InletDia";
this.colInletDia.MinWidth = 70;
this.colInletDia.Name = "colInletDia";
this.colInletDia.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
this.colInletDia.Visible = true;
this.colInletDia.VisibleIndex = 3;
this.colInletDia.Width = 85;
//
// colOutletDia
//
this.colOutletDia.AppearanceCell.Options.UseTextOptions = true;
this.colOutletDia.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colOutletDia.AppearanceHeader.Options.UseTextOptions = true;
this.colOutletDia.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colOutletDia.Caption = "出口口径";
this.colOutletDia.FieldName = "OutletDia";
this.colOutletDia.MinWidth = 70;
this.colOutletDia.Name = "colOutletDia";
this.colOutletDia.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
this.colOutletDia.Visible = true;
this.colOutletDia.VisibleIndex = 4;
this.colOutletDia.Width = 85;
//
// gridColumn1
//
this.gridColumn1.Caption = "ID";
this.gridColumn1.FieldName = "ID";
this.gridColumn1.Name = "gridColumn1";
//
// Root
//
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.Root.GroupBordersVisible = false;
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem1});
this.Root.Name = "Root";
this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
this.Root.Size = new System.Drawing.Size(1201, 408);
this.Root.TextVisible = false;
//
// layoutControlItem1
//
this.layoutControlItem1.Control = this.gridControl1;
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.Size = new System.Drawing.Size(1201, 408);
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem1.TextVisible = false;
//
// barButSetModel3d
//
this.barButSetModel3d.Caption = "三维模型";
this.barButSetModel3d.Id = 14;
this.barButSetModel3d.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.ImageOptions.Image")));
this.barButSetModel3d.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.ImageOptions.LargeImage")));
this.barButSetModel3d.Name = "barButSetModel3d";
this.barButSetModel3d.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButSetModel3d_ItemClick);
//
// MgrWorkBenchMainPumpPage
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Options.UseBackColor = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.layoutControl1);
this.Controls.Add(this.ribbonControl1);
this.Name = "MgrWorkBenchMainPumpPage";
this.Size = new System.Drawing.Size(1201, 536);
((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
this.layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridViewMain)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl1;
private DevExpress.XtraBars.BarButtonItem barBtnEdit;
private DevExpress.XtraBars.BarButtonItem barBtnDel;
private DevExpress.XtraBars.BarButtonItem barBtnCopy;
private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1;
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridViewMain;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private System.Windows.Forms.BindingSource bindingSource1;
private DevExpress.XtraGrid.Columns.GridColumn colCode;
private DevExpress.XtraGrid.Columns.GridColumn colName;
private DevExpress.XtraGrid.Columns.GridColumn colProductStyleID;
private DevExpress.XtraGrid.Columns.GridColumn colLastUseTime;
private DevExpress.XtraGrid.Columns.GridColumn colLastUseUser;
private DevExpress.XtraGrid.Columns.GridColumn colLinkType;
private DevExpress.XtraGrid.Columns.GridColumn colUseStatus;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup2;
private DevExpress.XtraBars.BarButtonItem barButSetInstrument;
private DevExpress.XtraBars.BarButtonItem barButPoint;
private DevExpress.XtraBars.BarButtonItem barButReset;
private DevExpress.XtraGrid.Columns.GridColumn colTestTypeName;
private DevExpress.XtraGrid.Columns.GridColumn colInletDia;
private DevExpress.XtraGrid.Columns.GridColumn colOutletDia;
private DevExpress.XtraBars.BarButtonItem barSubItemAdd;
private DevExpress.XtraBars.BarButtonItem bbi进出口测点配置列表;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup4;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup3;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup5;
private DevExpress.XtraBars.BarButtonItem barButSetModel3d;
}
}