namespace TProduct.WinFrmUI.Data4Owner
|
{
|
partial class ProductMotorAndPartMgrPage
|
{
|
/// <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()
|
{
|
this.components = new System.ComponentModel.Container();
|
DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProductMotorAndPartMgrPage));
|
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.components);
|
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.colPower = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colI = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colU = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colN = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colE_Self = 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.barbtnMotorTemplate = new DevExpress.XtraBars.BarSubItem();
|
this.barbtnViewMotorTemplate = new DevExpress.XtraBars.BarButtonItem();
|
this.barbtnImportMotorTemplate = 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.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
|
this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
|
this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
|
this.seriesListCtrl = new TProduct.WinFrmUI.Data4Owner.SelectSeriesList2Ctrl();
|
((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.MinWidth = 150;
|
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;
|
//
|
// 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";
|
//
|
// colMfName
|
//
|
this.colMfName.Caption = "设备生产商";
|
this.colMfName.FieldName = "MfName";
|
this.colMfName.Name = "colMfName";
|
this.colMfName.Visible = true;
|
this.colMfName.VisibleIndex = 1;
|
//
|
// colSdName
|
//
|
this.colSdName.Caption = "设备送检方";
|
this.colSdName.FieldName = "SdName";
|
this.colSdName.Name = "colSdName";
|
this.colSdName.Visible = true;
|
this.colSdName.VisibleIndex = 2;
|
//
|
// colUpdateTime
|
//
|
this.colUpdateTime.Caption = "更新时间";
|
this.colUpdateTime.FieldName = "UpdateTime";
|
this.colUpdateTime.Name = "colUpdateTime";
|
//
|
// colUpdateUserID
|
//
|
this.colUpdateUserID.Caption = "更新人";
|
this.colUpdateUserID.FieldName = "UpdateUserID";
|
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 = "CreateUserID";
|
this.colCreateUserID.Name = "colCreateUserID";
|
//
|
// colCreateTime
|
//
|
this.colCreateTime.Caption = "创建时间";
|
this.colCreateTime.FieldName = "CreateTime";
|
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, 101);
|
this.gridControl1.MainView = this.gridView1;
|
this.gridControl1.MenuManager = this.ribbonControl1;
|
this.gridControl1.Name = "gridControl1";
|
this.gridControl1.Size = new System.Drawing.Size(1039, 580);
|
this.gridControl1.TabIndex = 4;
|
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gridView1,
|
this.gridView2});
|
//
|
// currentViewModelBindingSource
|
//
|
this.currentViewModelBindingSource.DataSource = typeof( CurrentViewModel);
|
//
|
// gridView1
|
//
|
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
this.colID,
|
this.colName,
|
this.colCode,
|
this.colPower,
|
this.colI,
|
this.colU,
|
this.colN,
|
this.colE_Self,
|
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.ShowDetailButtons = 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 = 168;
|
//
|
// 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 = 155;
|
//
|
// colPower
|
//
|
this.colPower.AppearanceCell.Options.UseTextOptions = true;
|
this.colPower.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colPower.AppearanceHeader.Options.UseTextOptions = true;
|
this.colPower.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colPower.Caption = "功率(kw)";
|
this.colPower.FieldName = "RatedPower";
|
this.colPower.Name = "colPower";
|
this.colPower.Visible = true;
|
this.colPower.VisibleIndex = 2;
|
this.colPower.Width = 85;
|
//
|
// colI
|
//
|
this.colI.AppearanceCell.Options.UseTextOptions = true;
|
this.colI.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colI.AppearanceHeader.Options.UseTextOptions = true;
|
this.colI.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colI.Caption = "电流(A)";
|
this.colI.FieldName = "RatedI";
|
this.colI.Name = "colI";
|
this.colI.Visible = true;
|
this.colI.VisibleIndex = 3;
|
this.colI.Width = 85;
|
//
|
// colU
|
//
|
this.colU.AppearanceCell.Options.UseTextOptions = true;
|
this.colU.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colU.AppearanceHeader.Options.UseTextOptions = true;
|
this.colU.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colU.Caption = "电压(U)";
|
this.colU.FieldName = "RatedU";
|
this.colU.Name = "colU";
|
this.colU.Visible = true;
|
this.colU.VisibleIndex = 4;
|
this.colU.Width = 85;
|
//
|
// 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 = "Ratedn";
|
this.colN.Name = "colN";
|
this.colN.Visible = true;
|
this.colN.VisibleIndex = 5;
|
this.colN.Width = 85;
|
//
|
// colE_Self
|
//
|
this.colE_Self.AppearanceCell.Options.UseTextOptions = true;
|
this.colE_Self.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colE_Self.AppearanceHeader.Options.UseTextOptions = true;
|
this.colE_Self.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colE_Self.Caption = "电机效率(%)";
|
this.colE_Self.FieldName = "strE_Self";
|
this.colE_Self.Name = "colE_Self";
|
this.colE_Self.Visible = true;
|
this.colE_Self.VisibleIndex = 6;
|
//
|
// 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.Name = "colSortCode";
|
//
|
// 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.barbtnMotorTemplate,
|
this.barbtnViewMotorTemplate,
|
this.barbtnImportMotorTemplate});
|
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, 101);
|
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";
|
//
|
// 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);
|
//
|
// barbtnMotorTemplate
|
//
|
this.barbtnMotorTemplate.Caption = "电机导入";
|
this.barbtnMotorTemplate.Id = 55;
|
this.barbtnMotorTemplate.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barbtnMotorTemplate.ImageOptions.SvgImage")));
|
this.barbtnMotorTemplate.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
|
new DevExpress.XtraBars.LinkPersistInfo(this.barbtnViewMotorTemplate),
|
new DevExpress.XtraBars.LinkPersistInfo(this.barbtnImportMotorTemplate)});
|
this.barbtnMotorTemplate.Name = "barbtnMotorTemplate";
|
//
|
// barbtnViewMotorTemplate
|
//
|
this.barbtnViewMotorTemplate.Caption = "查看模板";
|
this.barbtnViewMotorTemplate.Id = 56;
|
this.barbtnViewMotorTemplate.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barbtnViewMotorTemplate.ImageOptions.SvgImage")));
|
this.barbtnViewMotorTemplate.Name = "barbtnViewMotorTemplate";
|
this.barbtnViewMotorTemplate.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barbtnViewMotorTemplate_ItemClick);
|
//
|
// barbtnImportMotorTemplate
|
//
|
this.barbtnImportMotorTemplate.Caption = "数据导入";
|
this.barbtnImportMotorTemplate.Id = 57;
|
this.barbtnImportMotorTemplate.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barbtnImportMotorTemplate.ImageOptions.SvgImage")));
|
this.barbtnImportMotorTemplate.Name = "barbtnImportMotorTemplate";
|
this.barbtnImportMotorTemplate.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barbtnImportMotorTemplate_ItemClick);
|
//
|
// ribbonPage1
|
//
|
this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
|
this.ribbonPageGroup1,
|
this.ribbonPageGroup4});
|
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.barbtnMotorTemplate);
|
this.ribbonPageGroup4.ItemLinks.Add(this.barBtnExcelDown);
|
this.ribbonPageGroup4.Name = "ribbonPageGroup4";
|
this.ribbonPageGroup4.Text = "Excel操作";
|
//
|
// 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, 101);
|
this.dockPanel1.Name = "dockPanel1";
|
this.dockPanel1.OriginalSize = new System.Drawing.Size(200, 200);
|
this.dockPanel1.Size = new System.Drawing.Size(200, 580);
|
this.dockPanel1.Text = "电机系列";
|
//
|
// dockPanel1_Container
|
//
|
this.dockPanel1_Container.Controls.Add(this.seriesListCtrl);
|
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, 551);
|
this.dockPanel1_Container.TabIndex = 0;
|
//
|
// seriesListCtrl
|
//
|
this.seriesListCtrl.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
this.seriesListCtrl.Appearance.Options.UseBackColor = true;
|
this.seriesListCtrl.Cursor = System.Windows.Forms.Cursors.Default;
|
this.seriesListCtrl.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.seriesListCtrl.Location = new System.Drawing.Point(0, 0);
|
this.seriesListCtrl.Name = "seriesListCtrl";
|
this.seriesListCtrl.Size = new System.Drawing.Size(193, 551);
|
this.seriesListCtrl.TabIndex = 7;
|
this.seriesListCtrl.FocusedDataChangedEvent += new System.Action<TProduct.Model.ProductSeries>(this.productTypeListCtr_FocusedDataChangedEvent);
|
//
|
// ProductMotorAndPartMgrPage
|
//
|
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 = "ProductMotorAndPartMgrPage";
|
this.Size = new System.Drawing.Size(1239, 681);
|
((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 seriesListCtrl;
|
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 colPower;
|
private DevExpress.XtraGrid.Columns.GridColumn colI;
|
private DevExpress.XtraGrid.Columns.GridColumn colU;
|
private DevExpress.XtraGrid.Columns.GridColumn colN;
|
private DevExpress.XtraGrid.Columns.GridColumn colE_Self;
|
private DevExpress.XtraBars.BarSubItem barbtnMotorTemplate;
|
private DevExpress.XtraBars.BarButtonItem barbtnViewMotorTemplate;
|
private DevExpress.XtraBars.BarButtonItem barbtnImportMotorTemplate;
|
private DevExpress.XtraGrid.Columns.GridColumn colSortCode;
|
}
|
}
|