namespace TProduct.WinFrmUI.Data4Factory
|
{
|
partial class ProductPumpAndPartMgrPage
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Component Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProductPumpAndPartMgrPage));
|
this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
this.colPartID = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colNote = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colPartName = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colSenderID = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colManufacturerID = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colPartCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colMfName = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colSdName = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colUpdateTime = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colUpdateUserID = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colLastTestTime = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colLastTestUserID = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colCreateUserID = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colCreateTime = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
|
this.currentViewModelBindingSource = new System.Windows.Forms.BindingSource();
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colName = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colMotorName = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colCreateName = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colUpdateName = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colN = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colMainCreateTime = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colMianUpdateTime = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colQ = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colH = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colSortCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
|
this.barBtnEdit = new DevExpress.XtraBars.BarButtonItem();
|
this.barBtnExcelDown = new DevExpress.XtraBars.BarButtonItem();
|
this.barBtnAdd = new DevExpress.XtraBars.BarButtonItem();
|
this.barBtnDictTypeView = new DevExpress.XtraBars.BarButtonItem();
|
this.barBtnDictTypeDel = new DevExpress.XtraBars.BarButtonItem();
|
this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
|
this.bbiImport样本曲线_EXCEL = new DevExpress.XtraBars.BarButtonItem();
|
this.bbiImport样本曲线_IMAGE = new DevExpress.XtraBars.BarButtonItem();
|
this.bbiViewSampleCurve = new DevExpress.XtraBars.BarButtonItem();
|
this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
|
this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
|
this.ribbonPageGroup4 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
|
this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
|
this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager();
|
this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
|
this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
|
this.productTypeListCtr = new TProduct.WinFrmUI.Data4Factory.SelectSeriesList2Ctrl();
|
this.ribbonPageGroup3 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
|
((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.currentViewModelBindingSource)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
|
this.dockPanel1.SuspendLayout();
|
this.dockPanel1_Container.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// gridView2
|
//
|
this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
this.colPartID,
|
this.colNote,
|
this.colPartName,
|
this.colSenderID,
|
this.colManufacturerID,
|
this.colPartCode,
|
this.colMfName,
|
this.colSdName,
|
this.colUpdateTime,
|
this.colUpdateUserID,
|
this.colLastTestTime,
|
this.colLastTestUserID,
|
this.colCreateUserID,
|
this.colCreateTime});
|
this.gridView2.GridControl = this.gridControl1;
|
this.gridView2.GroupRowHeight = 25;
|
this.gridView2.Name = "gridView2";
|
this.gridView2.OptionsDetail.EnableMasterViewMode = false;
|
this.gridView2.OptionsView.ShowGroupPanel = false;
|
this.gridView2.RowHeight = 25;
|
//
|
// colPartID
|
//
|
this.colPartID.FieldName = "ID";
|
this.colPartID.Name = "colPartID";
|
//
|
// colNote
|
//
|
this.colNote.Caption = "备注";
|
this.colNote.FieldName = "Note";
|
this.colNote.Name = "colNote";
|
this.colNote.Visible = true;
|
this.colNote.VisibleIndex = 5;
|
this.colNote.Width = 150;
|
//
|
// colPartName
|
//
|
this.colPartName.Caption = "产品别名";
|
this.colPartName.FieldName = "Name";
|
this.colPartName.Name = "colPartName";
|
this.colPartName.Visible = true;
|
this.colPartName.VisibleIndex = 0;
|
this.colPartName.Width = 100;
|
//
|
// colSenderID
|
//
|
this.colSenderID.Caption = "送检方ID";
|
this.colSenderID.FieldName = "SenderID";
|
this.colSenderID.Name = "colSenderID";
|
//
|
// colManufacturerID
|
//
|
this.colManufacturerID.Caption = "生产商ID";
|
this.colManufacturerID.FieldName = "ManufacturerID";
|
this.colManufacturerID.Name = "colManufacturerID";
|
//
|
// colPartCode
|
//
|
this.colPartCode.Caption = "编号";
|
this.colPartCode.FieldName = "Code";
|
this.colPartCode.Name = "colPartCode";
|
this.colPartCode.Visible = true;
|
this.colPartCode.VisibleIndex = 6;
|
//
|
// colMfName
|
//
|
this.colMfName.Caption = "设备生产商";
|
this.colMfName.FieldName = "MfName";
|
this.colMfName.Name = "colMfName";
|
this.colMfName.Visible = true;
|
this.colMfName.VisibleIndex = 1;
|
this.colMfName.Width = 100;
|
//
|
// colSdName
|
//
|
this.colSdName.Caption = "设备送检方";
|
this.colSdName.FieldName = "SdName";
|
this.colSdName.Name = "colSdName";
|
this.colSdName.Visible = true;
|
this.colSdName.VisibleIndex = 2;
|
this.colSdName.Width = 100;
|
//
|
// colUpdateTime
|
//
|
this.colUpdateTime.Caption = "更新时间";
|
this.colUpdateTime.FieldName = "PartUpdateTime";
|
this.colUpdateTime.Name = "colUpdateTime";
|
//
|
// colUpdateUserID
|
//
|
this.colUpdateUserID.Caption = "更新人";
|
this.colUpdateUserID.FieldName = "UpadteName";
|
this.colUpdateUserID.Name = "colUpdateUserID";
|
//
|
// colLastTestTime
|
//
|
this.colLastTestTime.Caption = "最后测试时间";
|
this.colLastTestTime.FieldName = "strLastTestTime";
|
this.colLastTestTime.Name = "colLastTestTime";
|
this.colLastTestTime.Visible = true;
|
this.colLastTestTime.VisibleIndex = 3;
|
//
|
// colLastTestUserID
|
//
|
this.colLastTestUserID.Caption = "最后测试人";
|
this.colLastTestUserID.FieldName = "LastRealName";
|
this.colLastTestUserID.Name = "colLastTestUserID";
|
this.colLastTestUserID.Visible = true;
|
this.colLastTestUserID.VisibleIndex = 4;
|
//
|
// colCreateUserID
|
//
|
this.colCreateUserID.Caption = "创建人";
|
this.colCreateUserID.FieldName = "CreateName";
|
this.colCreateUserID.Name = "colCreateUserID";
|
//
|
// colCreateTime
|
//
|
this.colCreateTime.Caption = "创建时间";
|
this.colCreateTime.FieldName = "PartCreateTime";
|
this.colCreateTime.Name = "colCreateTime";
|
//
|
// gridControl1
|
//
|
this.gridControl1.DataSource = this.currentViewModelBindingSource;
|
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
gridLevelNode1.LevelTemplate = this.gridView2;
|
gridLevelNode1.RelationName = "CurrentViewModelSubList";
|
this.gridControl1.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
|
gridLevelNode1});
|
this.gridControl1.Location = new System.Drawing.Point(200, 128);
|
this.gridControl1.MainView = this.gridView1;
|
this.gridControl1.MenuManager = this.ribbonControl1;
|
this.gridControl1.Name = "gridControl1";
|
this.gridControl1.Size = new System.Drawing.Size(1039, 553);
|
this.gridControl1.TabIndex = 4;
|
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gridView1,
|
this.gridView2});
|
//
|
// currentViewModelBindingSource
|
//
|
this.currentViewModelBindingSource.DataSource = typeof(TProduct.WinFrmUI.Data4Factory.ProductPumpAndPartMgrPage.CurrentViewModel);
|
//
|
// gridView1
|
//
|
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
this.colID,
|
this.colName,
|
this.colCode,
|
this.colMotorName,
|
this.colCreateName,
|
this.colUpdateName,
|
this.colN,
|
this.colMainCreateTime,
|
this.colMianUpdateTime,
|
this.colQ,
|
this.colH,
|
this.colSortCode});
|
this.gridView1.GridControl = this.gridControl1;
|
this.gridView1.Name = "gridView1";
|
this.gridView1.OptionsDetail.DetailMode = DevExpress.XtraGrid.Views.Grid.DetailMode.Embedded;
|
this.gridView1.OptionsDetail.ShowDetailTabs = false;
|
this.gridView1.OptionsView.ShowGroupPanel = false;
|
this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
|
new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colSortCode, DevExpress.Data.ColumnSortOrder.Ascending)});
|
this.gridView1.MasterRowExpanded += new DevExpress.XtraGrid.Views.Grid.CustomMasterRowEventHandler(this.gridView1_MasterRowExpanded);
|
//
|
// colID
|
//
|
this.colID.Caption = "ID";
|
this.colID.FieldName = "ID";
|
this.colID.MinWidth = 150;
|
this.colID.Name = "colID";
|
this.colID.Width = 173;
|
//
|
// 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.Caption = "型号";
|
this.colName.FieldName = "Name";
|
this.colName.Name = "colName";
|
this.colName.Visible = true;
|
this.colName.VisibleIndex = 0;
|
this.colName.Width = 190;
|
//
|
// 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.Caption = "编码";
|
this.colCode.FieldName = "Code";
|
this.colCode.Name = "colCode";
|
this.colCode.Visible = true;
|
this.colCode.VisibleIndex = 1;
|
this.colCode.Width = 169;
|
//
|
// colMotorName
|
//
|
this.colMotorName.AppearanceCell.Options.UseTextOptions = true;
|
this.colMotorName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colMotorName.AppearanceHeader.Options.UseTextOptions = true;
|
this.colMotorName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colMotorName.Caption = "电机";
|
this.colMotorName.FieldName = "MotorName";
|
this.colMotorName.Name = "colMotorName";
|
this.colMotorName.Visible = true;
|
this.colMotorName.VisibleIndex = 5;
|
this.colMotorName.Width = 294;
|
//
|
// colCreateName
|
//
|
this.colCreateName.Caption = "创建人";
|
this.colCreateName.FieldName = "CreateName";
|
this.colCreateName.Name = "colCreateName";
|
this.colCreateName.Width = 87;
|
//
|
// colUpdateName
|
//
|
this.colUpdateName.Caption = "更新人";
|
this.colUpdateName.FieldName = "UpadteName";
|
this.colUpdateName.Name = "colUpdateName";
|
this.colUpdateName.Width = 78;
|
//
|
// colN
|
//
|
this.colN.AppearanceCell.Options.UseTextOptions = true;
|
this.colN.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colN.AppearanceHeader.Options.UseTextOptions = true;
|
this.colN.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colN.Caption = "转速(rpm)";
|
this.colN.FieldName = "strN";
|
this.colN.Name = "colN";
|
this.colN.Visible = true;
|
this.colN.VisibleIndex = 4;
|
this.colN.Width = 139;
|
//
|
// colMainCreateTime
|
//
|
this.colMainCreateTime.Caption = "创建时间";
|
this.colMainCreateTime.FieldName = "MainCreateTime";
|
this.colMainCreateTime.Name = "colMainCreateTime";
|
this.colMainCreateTime.Width = 118;
|
//
|
// colMianUpdateTime
|
//
|
this.colMianUpdateTime.Caption = "更新时间";
|
this.colMianUpdateTime.FieldName = "MianUpdateTime";
|
this.colMianUpdateTime.Name = "colMianUpdateTime";
|
this.colMianUpdateTime.Width = 148;
|
//
|
// colQ
|
//
|
this.colQ.AppearanceCell.Options.UseTextOptions = true;
|
this.colQ.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colQ.AppearanceHeader.Options.UseTextOptions = true;
|
this.colQ.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colQ.Caption = "流量(m³/h)";
|
this.colQ.FieldName = "strQ";
|
this.colQ.Name = "colQ";
|
this.colQ.Visible = true;
|
this.colQ.VisibleIndex = 2;
|
this.colQ.Width = 109;
|
//
|
// colH
|
//
|
this.colH.AppearanceCell.Options.UseTextOptions = true;
|
this.colH.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colH.AppearanceHeader.Options.UseTextOptions = true;
|
this.colH.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colH.Caption = "扬程(m)";
|
this.colH.FieldName = "strH";
|
this.colH.Name = "colH";
|
this.colH.Visible = true;
|
this.colH.VisibleIndex = 3;
|
this.colH.Width = 113;
|
//
|
// colSortCode
|
//
|
this.colSortCode.AppearanceCell.Options.UseTextOptions = true;
|
this.colSortCode.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colSortCode.AppearanceHeader.Options.UseTextOptions = true;
|
this.colSortCode.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colSortCode.Caption = "排序码";
|
this.colSortCode.FieldName = "SortCode";
|
this.colSortCode.MaxWidth = 70;
|
this.colSortCode.Name = "colSortCode";
|
this.colSortCode.Width = 59;
|
//
|
// ribbonControl1
|
//
|
this.ribbonControl1.ExpandCollapseItem.Id = 0;
|
this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
|
this.ribbonControl1.ExpandCollapseItem,
|
this.ribbonControl1.SearchEditItem,
|
this.barBtnEdit,
|
this.barBtnExcelDown,
|
this.barBtnAdd,
|
this.barBtnDictTypeView,
|
this.barBtnDictTypeDel,
|
this.barButtonItem1,
|
this.bbiImport样本曲线_EXCEL,
|
this.bbiImport样本曲线_IMAGE,
|
this.bbiViewSampleCurve});
|
this.ribbonControl1.Location = new System.Drawing.Point(0, 0);
|
this.ribbonControl1.MaxItemId = 58;
|
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(1239, 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);
|
//
|
// barBtnExcelDown
|
//
|
this.barBtnExcelDown.Caption = "导出Excel";
|
this.barBtnExcelDown.Id = 45;
|
this.barBtnExcelDown.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnExcelDown.ImageOptions.SvgImage")));
|
this.barBtnExcelDown.Name = "barBtnExcelDown";
|
this.barBtnExcelDown.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnExcelDown_ItemClick);
|
//
|
// barBtnAdd
|
//
|
this.barBtnAdd.Caption = "添加";
|
this.barBtnAdd.Id = 46;
|
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);
|
//
|
// barBtnDictTypeView
|
//
|
this.barBtnDictTypeView.Caption = "详情";
|
this.barBtnDictTypeView.Id = 47;
|
this.barBtnDictTypeView.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnDictTypeView.ImageOptions.SvgImage")));
|
this.barBtnDictTypeView.Name = "barBtnDictTypeView";
|
this.barBtnDictTypeView.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnDictTypeView_ItemClick);
|
//
|
// barBtnDictTypeDel
|
//
|
this.barBtnDictTypeDel.Caption = "删除";
|
this.barBtnDictTypeDel.Id = 52;
|
this.barBtnDictTypeDel.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnDictTypeDel.ImageOptions.SvgImage")));
|
this.barBtnDictTypeDel.Name = "barBtnDictTypeDel";
|
this.barBtnDictTypeDel.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnDictTypeDel_ItemClick);
|
//
|
// barButtonItem1
|
//
|
this.barButtonItem1.Caption = "barButtonItem1";
|
this.barButtonItem1.Id = 54;
|
this.barButtonItem1.Name = "barButtonItem1";
|
//
|
// bbiImport样本曲线_EXCEL
|
//
|
this.bbiImport样本曲线_EXCEL.Caption = "通过EXCEL\r\n 导入";
|
this.bbiImport样本曲线_EXCEL.Id = 55;
|
this.bbiImport样本曲线_EXCEL.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("bbiImport样本曲线_EXCEL.ImageOptions.SvgImage")));
|
this.bbiImport样本曲线_EXCEL.Name = "bbiImport样本曲线_EXCEL";
|
this.bbiImport样本曲线_EXCEL.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiImport样本曲线_EXCEL_ItemClick);
|
//
|
// bbiImport样本曲线_IMAGE
|
//
|
this.bbiImport样本曲线_IMAGE.Caption = "通过图片\r\n 导入";
|
this.bbiImport样本曲线_IMAGE.Id = 56;
|
this.bbiImport样本曲线_IMAGE.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("bbiImport样本曲线_IMAGE.ImageOptions.SvgImage")));
|
this.bbiImport样本曲线_IMAGE.Name = "bbiImport样本曲线_IMAGE";
|
this.bbiImport样本曲线_IMAGE.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiImport样本曲线_IMAGE_ItemClick);
|
//
|
// bbiViewSampleCurve
|
//
|
this.bbiViewSampleCurve.Caption = "查看样本曲线";
|
this.bbiViewSampleCurve.Id = 57;
|
this.bbiViewSampleCurve.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("bbiViewSampleCurve.ImageOptions.SvgImage")));
|
this.bbiViewSampleCurve.Name = "bbiViewSampleCurve";
|
this.bbiViewSampleCurve.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiViewSampleCurve_ItemClick);
|
//
|
// ribbonPage1
|
//
|
this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
|
this.ribbonPageGroup1,
|
this.ribbonPageGroup4,
|
this.ribbonPageGroup2});
|
this.ribbonPage1.Name = "ribbonPage1";
|
this.ribbonPage1.Text = "记录类型管理";
|
//
|
// ribbonPageGroup1
|
//
|
this.ribbonPageGroup1.ItemLinks.Add(this.barBtnAdd);
|
this.ribbonPageGroup1.ItemLinks.Add(this.barBtnEdit);
|
this.ribbonPageGroup1.ItemLinks.Add(this.barBtnDictTypeDel);
|
this.ribbonPageGroup1.ItemLinks.Add(this.barBtnDictTypeView);
|
this.ribbonPageGroup1.Name = "ribbonPageGroup1";
|
this.ribbonPageGroup1.Text = "基础操作";
|
//
|
// ribbonPageGroup4
|
//
|
this.ribbonPageGroup4.ItemLinks.Add(this.barBtnExcelDown);
|
this.ribbonPageGroup4.Name = "ribbonPageGroup4";
|
this.ribbonPageGroup4.Text = "导出";
|
//
|
// ribbonPageGroup2
|
//
|
this.ribbonPageGroup2.ItemLinks.Add(this.bbiImport样本曲线_EXCEL);
|
this.ribbonPageGroup2.ItemLinks.Add(this.bbiImport样本曲线_IMAGE);
|
this.ribbonPageGroup2.ItemLinks.Add(this.bbiViewSampleCurve);
|
this.ribbonPageGroup2.Name = "ribbonPageGroup2";
|
this.ribbonPageGroup2.Text = "样本曲线";
|
//
|
// dockManager1
|
//
|
this.dockManager1.Form = this;
|
this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
|
this.dockPanel1});
|
this.dockManager1.TopZIndexControls.AddRange(new string[] {
|
"DevExpress.XtraBars.BarDockControl",
|
"DevExpress.XtraBars.StandaloneBarDockControl",
|
"System.Windows.Forms.StatusBar",
|
"System.Windows.Forms.MenuStrip",
|
"System.Windows.Forms.StatusStrip",
|
"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.dockPanel1_Container);
|
this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
|
this.dockPanel1.ID = new System.Guid("c9de2628-4927-4916-8779-d3f3f2ef0a3e");
|
this.dockPanel1.Location = new System.Drawing.Point(0, 128);
|
this.dockPanel1.Name = "dockPanel1";
|
this.dockPanel1.OriginalSize = new System.Drawing.Size(200, 200);
|
this.dockPanel1.Size = new System.Drawing.Size(200, 553);
|
this.dockPanel1.Text = "泵系列";
|
//
|
// dockPanel1_Container
|
//
|
this.dockPanel1_Container.Controls.Add(this.productTypeListCtr);
|
this.dockPanel1_Container.Location = new System.Drawing.Point(3, 26);
|
this.dockPanel1_Container.Name = "dockPanel1_Container";
|
this.dockPanel1_Container.Size = new System.Drawing.Size(193, 524);
|
this.dockPanel1_Container.TabIndex = 0;
|
//
|
// productTypeListCtr
|
//
|
this.productTypeListCtr.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
this.productTypeListCtr.Appearance.Options.UseBackColor = true;
|
this.productTypeListCtr.Cursor = System.Windows.Forms.Cursors.Default;
|
this.productTypeListCtr.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.productTypeListCtr.Location = new System.Drawing.Point(0, 0);
|
this.productTypeListCtr.Name = "productTypeListCtr";
|
this.productTypeListCtr.Size = new System.Drawing.Size(193, 524);
|
this.productTypeListCtr.TabIndex = 7;
|
this.productTypeListCtr.FocusedDataChangedEvent += new System.Action<TProduct.Model.ProductSeries>(this.seriesListCtrl_FocusedDataChangedEvent);
|
//
|
// ribbonPageGroup3
|
//
|
this.ribbonPageGroup3.Name = "ribbonPageGroup3";
|
this.ribbonPageGroup3.Text = "样本曲线";
|
//
|
// ProductPumpAndPartMgrPage
|
//
|
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.gridControl1);
|
this.Controls.Add(this.dockPanel1);
|
this.Controls.Add(this.ribbonControl1);
|
this.Name = "ProductPumpAndPartMgrPage";
|
this.Size = new System.Drawing.Size(1239, 681);
|
this.Load += new System.EventHandler(this.ProductPumpAndPartMgrPage_Load);
|
((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.currentViewModelBindingSource)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
|
this.dockPanel1.ResumeLayout(false);
|
this.dockPanel1_Container.ResumeLayout(false);
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl1;
|
private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1;
|
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1;
|
private DevExpress.XtraBars.BarButtonItem barBtnEdit;
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
private DevExpress.XtraBars.Docking.DockManager dockManager1;
|
private DevExpress.XtraBars.BarButtonItem barBtnExcelDown;
|
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup4;
|
private DevExpress.XtraBars.BarButtonItem barBtnAdd;
|
private DevExpress.XtraGrid.Columns.GridColumn colPartID;
|
private System.Windows.Forms.BindingSource currentViewModelBindingSource;
|
private DevExpress.XtraGrid.Columns.GridColumn colID;
|
private DevExpress.XtraGrid.Columns.GridColumn colName;
|
private DevExpress.XtraGrid.Columns.GridColumn colCode;
|
private DevExpress.XtraBars.BarButtonItem barBtnDictTypeView;
|
private DevExpress.XtraBars.BarButtonItem barBtnDictTypeDel;
|
private DevExpress.XtraBars.Docking.DockPanel dockPanel1;
|
private DevExpress.XtraBars.Docking.ControlContainer dockPanel1_Container;
|
private SelectSeriesList2Ctrl productTypeListCtr;
|
private DevExpress.XtraGrid.Columns.GridColumn colNote;
|
private DevExpress.XtraGrid.Columns.GridColumn colPartName;
|
private DevExpress.XtraGrid.Columns.GridColumn colSenderID;
|
private DevExpress.XtraGrid.Columns.GridColumn colManufacturerID;
|
private DevExpress.XtraGrid.Columns.GridColumn colPartCode;
|
private DevExpress.XtraGrid.Columns.GridColumn colMfName;
|
private DevExpress.XtraGrid.Columns.GridColumn colSdName;
|
private DevExpress.XtraGrid.Columns.GridColumn colUpdateTime;
|
private DevExpress.XtraGrid.Columns.GridColumn colUpdateUserID;
|
private DevExpress.XtraGrid.Columns.GridColumn colLastTestTime;
|
private DevExpress.XtraGrid.Columns.GridColumn colLastTestUserID;
|
private DevExpress.XtraGrid.Columns.GridColumn colCreateUserID;
|
private DevExpress.XtraGrid.Columns.GridColumn colCreateTime;
|
private DevExpress.XtraGrid.Columns.GridColumn colMotorName;
|
private DevExpress.XtraGrid.Columns.GridColumn colCreateName;
|
private DevExpress.XtraGrid.Columns.GridColumn colUpdateName;
|
private DevExpress.XtraGrid.Columns.GridColumn colN;
|
private DevExpress.XtraGrid.Columns.GridColumn colMainCreateTime;
|
private DevExpress.XtraGrid.Columns.GridColumn colMianUpdateTime;
|
private DevExpress.XtraGrid.Columns.GridColumn colQ;
|
private DevExpress.XtraGrid.Columns.GridColumn colH;
|
private DevExpress.XtraGrid.Columns.GridColumn colSortCode;
|
private DevExpress.XtraBars.BarButtonItem barButtonItem1;
|
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup2;
|
private DevExpress.XtraBars.BarButtonItem bbiImport样本曲线_EXCEL;
|
private DevExpress.XtraBars.BarButtonItem bbiImport样本曲线_IMAGE;
|
private DevExpress.XtraBars.BarButtonItem bbiViewSampleCurve;
|
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup3;
|
}
|
}
|