From 4744d777ca9c1f66a5725d57972b9c706c010b4c Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期一, 02 九月 2024 16:23:34 +0800
Subject: [PATCH] 1.物料管理
---
DevApp/Gs.DevApp/TestForm/TEST.Designer.cs | 651 ++++++++
DevApp/Gs.DevApp/TestForm/TEST.cs | 33
DevApp/Gs.DevApp/UserControl/ToolBarMenu.cs | 14
DevApp/Gs.DevApp/DevFrm/BasicData/FrmMesItems.cs | 178 ++
DevApp/Gs.DevApp/Entity/MesItems.cs | 270 +++
DevApp/Gs.DevApp/DevFrm/BasicData/FrmMesItems.resx | 120 +
DevApp/Gs.DevApp/Gs.DevApp.csproj | 26
DevApp/Gs.DevApp/DevFrm/BasicData/FrmMesItems.Designer.cs | 2970 +++++++++++++++++++++++++++++++++++++++
DevApp/Gs.DevApp/TestForm/TEST.resx | 120 +
DevApp/Gs.DevApp/Models/PageQueryModel.cs | 3
DevApp/Gs.DevApp/UserControl/ToolBarMenu.resx | 58
DevApp/Gs.DevApp/UserControl/ToolBarMenu.Designer.cs | 41
DevApp/Gs.DevApp/Query/MesItemQuery.cs | 15
DevApp/Gs.DevApp/Service/MesItemServices.cs | 36
DevApp/Gs.DevApp/Program.cs | 3
DevApp/Gs.DevApp/Properties/licenses.licx | 12
16 files changed, 4,536 insertions(+), 14 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/BasicData/FrmMesItems.Designer.cs b/DevApp/Gs.DevApp/DevFrm/BasicData/FrmMesItems.Designer.cs
new file mode 100644
index 0000000..71208af
--- /dev/null
+++ b/DevApp/Gs.DevApp/DevFrm/BasicData/FrmMesItems.Designer.cs
@@ -0,0 +1,2970 @@
+锘�
+namespace Gs.DevApp.DevFrm.BasicData
+{
+ partial class FrmMesItems
+ {
+ /// <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 Windows Form 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.XtraLayout.ColumnDefinition columnDefinition21 = new DevExpress.XtraLayout.ColumnDefinition();
+ DevExpress.XtraLayout.ColumnDefinition columnDefinition22 = new DevExpress.XtraLayout.ColumnDefinition();
+ DevExpress.XtraLayout.ColumnDefinition columnDefinition23 = new DevExpress.XtraLayout.ColumnDefinition();
+ DevExpress.XtraLayout.ColumnDefinition columnDefinition24 = new DevExpress.XtraLayout.ColumnDefinition();
+ DevExpress.XtraLayout.RowDefinition rowDefinition66 = new DevExpress.XtraLayout.RowDefinition();
+ DevExpress.XtraLayout.RowDefinition rowDefinition67 = new DevExpress.XtraLayout.RowDefinition();
+ DevExpress.XtraLayout.RowDefinition rowDefinition68 = new DevExpress.XtraLayout.RowDefinition();
+ DevExpress.XtraLayout.RowDefinition rowDefinition69 = new DevExpress.XtraLayout.RowDefinition();
+ DevExpress.XtraLayout.RowDefinition rowDefinition70 = new DevExpress.XtraLayout.RowDefinition();
+ DevExpress.XtraLayout.RowDefinition rowDefinition71 = new DevExpress.XtraLayout.RowDefinition();
+ DevExpress.XtraLayout.RowDefinition rowDefinition72 = new DevExpress.XtraLayout.RowDefinition();
+ DevExpress.XtraLayout.RowDefinition rowDefinition73 = new DevExpress.XtraLayout.RowDefinition();
+ DevExpress.XtraLayout.RowDefinition rowDefinition74 = new DevExpress.XtraLayout.RowDefinition();
+ DevExpress.XtraLayout.RowDefinition rowDefinition75 = new DevExpress.XtraLayout.RowDefinition();
+ DevExpress.XtraLayout.RowDefinition rowDefinition76 = new DevExpress.XtraLayout.RowDefinition();
+ DevExpress.XtraLayout.RowDefinition rowDefinition77 = new DevExpress.XtraLayout.RowDefinition();
+ DevExpress.XtraLayout.RowDefinition rowDefinition78 = new DevExpress.XtraLayout.RowDefinition();
+ this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
+ this.toolBarMenu1 = new Gs.DevApp.UserControl.ToolBarMenu();
+ this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
+ this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
+ this.gcSummary = new DevExpress.XtraGrid.GridControl();
+ this.gvSummary = new DevExpress.XtraGrid.Views.Grid.GridView();
+ this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colFACTORY = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colCOMPANY = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colITEM_NO = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colITEM_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colITEM_SNAME = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colITEM_MODEL = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colITEM_DESCRIPTION = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colITEM_UNIT = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colITEM_TYPE = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colITEM_VERSION = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colCUST_NO = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colCREATE_BY = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colCREATE_DATE = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colLASTUPDATE_BY = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colLASTUPDATE_DATE = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colLOWLIMIT = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colHIGHLIMIT = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colPRD_PACK = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colORDERUNIT = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colSALEUNIT = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colSTOREUNIT = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colPRODUCTUNIT = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colE_ITEM_ID = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colERP_ITEM_NO = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colDEPOT_CODE = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colPPBOM00019124 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colREMARKS = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colFPURCHASERID = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colFFORBIDSTATUS = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colFMATERIALGROUP = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colFFINISHRECEIPTOVERRATE = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colFISSUETYPE = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colFISBATCHMANAGE = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.repM_FISBATCHMANAGE = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
+ this.colFPURCHASEUNITID = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colREMARK1 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colREMARK2 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colREMARK3 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colREMARK4 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colREMARK5 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colPRODUCTION_WORKSHOP = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colMATERIAL_PROPERTI = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colPRODUCE_UNIT = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colSUBCON_UNIT = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colBZ06 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colBZ07 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colBZ08 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colBZ09 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colBZ10 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colQC_TEAMID = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colITEM_ID = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.pageBar1 = new UserControls.Data.PageBar();
+ this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
+ this.splitContainerEditorAndDetailGrid = new DevExpress.XtraEditors.SplitContainerControl();
+ this.pcDetailEditor = new DevExpress.XtraLayout.LayoutControl();
+ this.txtID = new DevExpress.XtraEditors.TextEdit();
+ this.txtFACTORY = new DevExpress.XtraEditors.TextEdit();
+ this.txtCOMPANY = new DevExpress.XtraEditors.TextEdit();
+ this.txtitemNo = new DevExpress.XtraEditors.TextEdit();
+ this.txtITEM_NAME = new DevExpress.XtraEditors.TextEdit();
+ this.txtITEM_SNAME = new DevExpress.XtraEditors.TextEdit();
+ this.txtITEM_MODEL = new DevExpress.XtraEditors.TextEdit();
+ this.txtITEM_DESCRIPTION = new DevExpress.XtraEditors.TextEdit();
+ this.txtITEM_UNIT = new DevExpress.XtraEditors.TextEdit();
+ this.txtITEM_TYPE = new DevExpress.XtraEditors.TextEdit();
+ this.txtITEM_VERSION = new DevExpress.XtraEditors.TextEdit();
+ this.txtCUST_NO = new DevExpress.XtraEditors.TextEdit();
+ this.txtCREATE_BY = new DevExpress.XtraEditors.TextEdit();
+ this.txtCREATE_DATE = new DevExpress.XtraEditors.DateEdit();
+ this.txtLASTUPDATE_BY = new DevExpress.XtraEditors.TextEdit();
+ this.txtLASTUPDATE_DATE = new DevExpress.XtraEditors.DateEdit();
+ this.txtLOWLIMIT = new DevExpress.XtraEditors.TextEdit();
+ this.txtHIGHLIMIT = new DevExpress.XtraEditors.TextEdit();
+ this.txtPRD_PACK = new DevExpress.XtraEditors.TextEdit();
+ this.txtORDERUNIT = new DevExpress.XtraEditors.TextEdit();
+ this.txtSALEUNIT = new DevExpress.XtraEditors.TextEdit();
+ this.txtSTOREUNIT = new DevExpress.XtraEditors.TextEdit();
+ this.txtPRODUCTUNIT = new DevExpress.XtraEditors.TextEdit();
+ this.txtE_ITEM_ID = new DevExpress.XtraEditors.TextEdit();
+ this.txtERP_ITEM_NO = new DevExpress.XtraEditors.TextEdit();
+ this.txtDEPOT_CODE = new DevExpress.XtraEditors.TextEdit();
+ this.txtPPBOM00019124 = new DevExpress.XtraEditors.TextEdit();
+ this.txtREMARKS = new DevExpress.XtraEditors.TextEdit();
+ this.txtFPURCHASERID = new DevExpress.XtraEditors.TextEdit();
+ this.txtFFORBIDSTATUS = new DevExpress.XtraEditors.TextEdit();
+ this.txtFMATERIALGROUP = new DevExpress.XtraEditors.TextEdit();
+ this.txtFFINISHRECEIPTOVERRATE = new DevExpress.XtraEditors.TextEdit();
+ this.txtFISSUETYPE = new DevExpress.XtraEditors.TextEdit();
+ this.txtFISBATCHMANAGE = new DevExpress.XtraEditors.CheckEdit();
+ this.txtFPURCHASEUNITID = new DevExpress.XtraEditors.TextEdit();
+ this.txtREMARK1 = new DevExpress.XtraEditors.TextEdit();
+ this.txtREMARK2 = new DevExpress.XtraEditors.TextEdit();
+ this.txtREMARK3 = new DevExpress.XtraEditors.TextEdit();
+ this.txtREMARK4 = new DevExpress.XtraEditors.TextEdit();
+ this.txtREMARK5 = new DevExpress.XtraEditors.TextEdit();
+ this.txtPRODUCTION_WORKSHOP = new DevExpress.XtraEditors.TextEdit();
+ this.txtMATERIAL_PROPERTI = new DevExpress.XtraEditors.TextEdit();
+ this.txtPRODUCE_UNIT = new DevExpress.XtraEditors.TextEdit();
+ this.txtSUBCON_UNIT = new DevExpress.XtraEditors.TextEdit();
+ this.txtBZ06 = new DevExpress.XtraEditors.TextEdit();
+ this.txtBZ07 = new DevExpress.XtraEditors.TextEdit();
+ this.txtBZ08 = new DevExpress.XtraEditors.TextEdit();
+ this.txtBZ09 = new DevExpress.XtraEditors.TextEdit();
+ this.txtBZ10 = new DevExpress.XtraEditors.TextEdit();
+ this.txtQC_TEAMID = new DevExpress.XtraEditors.TextEdit();
+ this.txtITEM_ID = new DevExpress.XtraEditors.TextEdit();
+ this.layoutGroup = new DevExpress.XtraLayout.LayoutControlGroup();
+ this.layoutItemID = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemFACTORY = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemCOMPANY = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemITEM_NO = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemITEM_NAME = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemITEM_SNAME = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemITEM_MODEL = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemITEM_DESCRIPTION = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemITEM_UNIT = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemITEM_TYPE = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemITEM_VERSION = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemCUST_NO = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemCREATE_BY = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemCREATE_DATE = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemLASTUPDATE_BY = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemLASTUPDATE_DATE = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemLOWLIMIT = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemHIGHLIMIT = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemPRD_PACK = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemORDERUNIT = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemSALEUNIT = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemSTOREUNIT = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemPRODUCTUNIT = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemE_ITEM_ID = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemERP_ITEM_NO = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemDEPOT_CODE = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemPPBOM00019124 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemREMARKS = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemFPURCHASERID = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemFFORBIDSTATUS = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemFMATERIALGROUP = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemFFINISHRECEIPTOVERRATE = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemFISSUETYPE = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemFISBATCHMANAGE = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemFPURCHASEUNITID = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemREMARK1 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemREMARK2 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemREMARK3 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemREMARK4 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemREMARK5 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemPRODUCTION_WORKSHOP = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemMATERIAL_PROPERTI = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemPRODUCE_UNIT = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemSUBCON_UNIT = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemBZ06 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemBZ07 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemBZ08 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemBZ09 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemBZ10 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemQC_TEAMID = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutItemITEM_ID = new DevExpress.XtraLayout.LayoutControlItem();
+ this.tableLayoutPanel1.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
+ this.xtraTabControl1.SuspendLayout();
+ this.xtraTabPage1.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.gcSummary)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.gvSummary)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.repM_FISBATCHMANAGE)).BeginInit();
+ this.xtraTabPage2.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.splitContainerEditorAndDetailGrid)).BeginInit();
+ this.splitContainerEditorAndDetailGrid.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.pcDetailEditor)).BeginInit();
+ this.pcDetailEditor.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.txtID.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtFACTORY.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtCOMPANY.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtitemNo.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtITEM_NAME.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtITEM_SNAME.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtITEM_MODEL.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtITEM_DESCRIPTION.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtITEM_UNIT.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtITEM_TYPE.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtITEM_VERSION.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtCUST_NO.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtCREATE_BY.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtCREATE_DATE.Properties.CalendarTimeProperties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtCREATE_DATE.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLASTUPDATE_BY.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLASTUPDATE_DATE.Properties.CalendarTimeProperties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLASTUPDATE_DATE.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLOWLIMIT.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtHIGHLIMIT.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtPRD_PACK.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtORDERUNIT.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtSALEUNIT.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtSTOREUNIT.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtPRODUCTUNIT.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtE_ITEM_ID.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtERP_ITEM_NO.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtDEPOT_CODE.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtPPBOM00019124.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtREMARKS.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtFPURCHASERID.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtFFORBIDSTATUS.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtFMATERIALGROUP.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtFFINISHRECEIPTOVERRATE.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtFISSUETYPE.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtFISBATCHMANAGE.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtFPURCHASEUNITID.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtREMARK1.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtREMARK2.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtREMARK3.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtREMARK4.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtREMARK5.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtPRODUCTION_WORKSHOP.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtMATERIAL_PROPERTI.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtPRODUCE_UNIT.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtSUBCON_UNIT.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtBZ06.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtBZ07.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtBZ08.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtBZ09.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtBZ10.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtQC_TEAMID.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtITEM_ID.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutGroup)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemID)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemFACTORY)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemCOMPANY)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemITEM_NO)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemITEM_NAME)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemITEM_SNAME)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemITEM_MODEL)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemITEM_DESCRIPTION)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemITEM_UNIT)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemITEM_TYPE)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemITEM_VERSION)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemCUST_NO)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemCREATE_BY)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemCREATE_DATE)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemLASTUPDATE_BY)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemLASTUPDATE_DATE)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemLOWLIMIT)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemHIGHLIMIT)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemPRD_PACK)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemORDERUNIT)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemSALEUNIT)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemSTOREUNIT)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemPRODUCTUNIT)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemE_ITEM_ID)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemERP_ITEM_NO)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemDEPOT_CODE)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemPPBOM00019124)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemREMARKS)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemFPURCHASERID)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemFFORBIDSTATUS)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemFMATERIALGROUP)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemFFINISHRECEIPTOVERRATE)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemFISSUETYPE)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemFISBATCHMANAGE)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemFPURCHASEUNITID)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemREMARK1)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemREMARK2)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemREMARK3)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemREMARK4)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemREMARK5)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemPRODUCTION_WORKSHOP)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemMATERIAL_PROPERTI)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemPRODUCE_UNIT)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemSUBCON_UNIT)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemBZ06)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemBZ07)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemBZ08)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemBZ09)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemBZ10)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemQC_TEAMID)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemITEM_ID)).BeginInit();
+ this.SuspendLayout();
+ //
+ // tableLayoutPanel1
+ //
+ this.tableLayoutPanel1.ColumnCount = 1;
+ this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
+ this.tableLayoutPanel1.Controls.Add(this.toolBarMenu1, 0, 0);
+ this.tableLayoutPanel1.Controls.Add(this.xtraTabControl1, 0, 1);
+ this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
+ this.tableLayoutPanel1.Name = "tableLayoutPanel1";
+ this.tableLayoutPanel1.RowCount = 2;
+ this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.28332F));
+ this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 89.71668F));
+ this.tableLayoutPanel1.Size = new System.Drawing.Size(1772, 779);
+ this.tableLayoutPanel1.TabIndex = 0;
+ //
+ // toolBarMenu1
+ //
+ this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.toolBarMenu1.Location = new System.Drawing.Point(4, 4);
+ this.toolBarMenu1.Margin = new System.Windows.Forms.Padding(4);
+ this.toolBarMenu1.Name = "toolBarMenu1";
+ this.toolBarMenu1.Size = new System.Drawing.Size(1764, 72);
+ this.toolBarMenu1.TabIndex = 0;
+ //
+ // xtraTabControl1
+ //
+ this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.xtraTabControl1.Location = new System.Drawing.Point(3, 83);
+ this.xtraTabControl1.Name = "xtraTabControl1";
+ this.xtraTabControl1.SelectedTabPage = this.xtraTabPage2;
+ this.xtraTabControl1.Size = new System.Drawing.Size(1766, 693);
+ this.xtraTabControl1.TabIndex = 1;
+ this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
+ this.xtraTabPage1,
+ this.xtraTabPage2});
+ //
+ // xtraTabPage1
+ //
+ this.xtraTabPage1.Controls.Add(this.gcSummary);
+ this.xtraTabPage1.Controls.Add(this.pageBar1);
+ this.xtraTabPage1.Name = "xtraTabPage1";
+ this.xtraTabPage1.Size = new System.Drawing.Size(1764, 655);
+ this.xtraTabPage1.Text = "鏁版嵁鏌ヨ";
+ //
+ // gcSummary
+ //
+ this.gcSummary.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.gcSummary.EmbeddedNavigator.Buttons.Append.Visible = false;
+ this.gcSummary.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
+ this.gcSummary.EmbeddedNavigator.Buttons.Edit.Visible = false;
+ this.gcSummary.EmbeddedNavigator.Buttons.EndEdit.Visible = false;
+ this.gcSummary.EmbeddedNavigator.Buttons.NextPage.Visible = false;
+ this.gcSummary.EmbeddedNavigator.Buttons.PrevPage.Visible = false;
+ this.gcSummary.EmbeddedNavigator.Buttons.Remove.Visible = false;
+ this.gcSummary.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+ this.gcSummary.Location = new System.Drawing.Point(0, 0);
+ this.gcSummary.MainView = this.gvSummary;
+ this.gcSummary.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+ this.gcSummary.Name = "gcSummary";
+ this.gcSummary.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
+ this.repM_FISBATCHMANAGE});
+ this.gcSummary.RightToLeft = System.Windows.Forms.RightToLeft.No;
+ this.gcSummary.Size = new System.Drawing.Size(1764, 607);
+ this.gcSummary.TabIndex = 11;
+ this.gcSummary.UseEmbeddedNavigator = true;
+ this.gcSummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
+ this.gvSummary});
+ //
+ // gvSummary
+ //
+ this.gvSummary.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
+ this.colID,
+ this.colFACTORY,
+ this.colCOMPANY,
+ this.colITEM_NO,
+ this.colITEM_NAME,
+ this.colITEM_SNAME,
+ this.colITEM_MODEL,
+ this.colITEM_DESCRIPTION,
+ this.colITEM_UNIT,
+ this.colITEM_TYPE,
+ this.colITEM_VERSION,
+ this.colCUST_NO,
+ this.colCREATE_BY,
+ this.colCREATE_DATE,
+ this.colLASTUPDATE_BY,
+ this.colLASTUPDATE_DATE,
+ this.colLOWLIMIT,
+ this.colHIGHLIMIT,
+ this.colPRD_PACK,
+ this.colORDERUNIT,
+ this.colSALEUNIT,
+ this.colSTOREUNIT,
+ this.colPRODUCTUNIT,
+ this.colE_ITEM_ID,
+ this.colERP_ITEM_NO,
+ this.colDEPOT_CODE,
+ this.colPPBOM00019124,
+ this.colREMARKS,
+ this.colFPURCHASERID,
+ this.colFFORBIDSTATUS,
+ this.colFMATERIALGROUP,
+ this.colFFINISHRECEIPTOVERRATE,
+ this.colFISSUETYPE,
+ this.colFISBATCHMANAGE,
+ this.colFPURCHASEUNITID,
+ this.colREMARK1,
+ this.colREMARK2,
+ this.colREMARK3,
+ this.colREMARK4,
+ this.colREMARK5,
+ this.colPRODUCTION_WORKSHOP,
+ this.colMATERIAL_PROPERTI,
+ this.colPRODUCE_UNIT,
+ this.colSUBCON_UNIT,
+ this.colBZ06,
+ this.colBZ07,
+ this.colBZ08,
+ this.colBZ09,
+ this.colBZ10,
+ this.colQC_TEAMID,
+ this.colITEM_ID});
+ this.gvSummary.DetailHeight = 550;
+ this.gvSummary.FixedLineWidth = 3;
+ this.gvSummary.GridControl = this.gcSummary;
+ this.gvSummary.Name = "gvSummary";
+ this.gvSummary.OptionsView.ColumnAutoWidth = false;
+ this.gvSummary.OptionsView.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
+ this.gvSummary.OptionsView.ShowFooter = true;
+ this.gvSummary.OptionsView.ShowGroupPanel = false;
+ this.gvSummary.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gvSummary_RowClick);
+ //
+ // colID
+ //
+ this.colID.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colID.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colID.AppearanceCell.Options.UseBackColor = true;
+ this.colID.AppearanceCell.Options.UseForeColor = true;
+ this.colID.Caption = "鐗╂枡ID";
+ this.colID.FieldName = "id";
+ this.colID.MinWidth = 29;
+ this.colID.Name = "colID";
+ this.colID.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
+ new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "ID", "鏉℃暟:{0}")});
+ this.colID.Visible = true;
+ this.colID.VisibleIndex = 0;
+ this.colID.Width = 143;
+ //
+ // colFACTORY
+ //
+ this.colFACTORY.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colFACTORY.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colFACTORY.AppearanceCell.Options.UseBackColor = true;
+ this.colFACTORY.AppearanceCell.Options.UseForeColor = true;
+ this.colFACTORY.Caption = "宸ュ巶";
+ this.colFACTORY.FieldName = "factory";
+ this.colFACTORY.MinWidth = 29;
+ this.colFACTORY.Name = "colFACTORY";
+ this.colFACTORY.Visible = true;
+ this.colFACTORY.VisibleIndex = 1;
+ this.colFACTORY.Width = 143;
+ //
+ // colCOMPANY
+ //
+ this.colCOMPANY.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colCOMPANY.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colCOMPANY.AppearanceCell.Options.UseBackColor = true;
+ this.colCOMPANY.AppearanceCell.Options.UseForeColor = true;
+ this.colCOMPANY.Caption = "鍏徃缂栧彿";
+ this.colCOMPANY.FieldName = "COMPANY";
+ this.colCOMPANY.MinWidth = 29;
+ this.colCOMPANY.Name = "colCOMPANY";
+ this.colCOMPANY.Visible = true;
+ this.colCOMPANY.VisibleIndex = 2;
+ this.colCOMPANY.Width = 143;
+ //
+ // colITEM_NO
+ //
+ this.colITEM_NO.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colITEM_NO.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colITEM_NO.AppearanceCell.Options.UseBackColor = true;
+ this.colITEM_NO.AppearanceCell.Options.UseForeColor = true;
+ this.colITEM_NO.Caption = "鐗╂枡缂栧彿";
+ this.colITEM_NO.FieldName = "itemNo";
+ this.colITEM_NO.MinWidth = 29;
+ this.colITEM_NO.Name = "colITEM_NO";
+ this.colITEM_NO.Visible = true;
+ this.colITEM_NO.VisibleIndex = 3;
+ this.colITEM_NO.Width = 143;
+ //
+ // colITEM_NAME
+ //
+ this.colITEM_NAME.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colITEM_NAME.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colITEM_NAME.AppearanceCell.Options.UseBackColor = true;
+ this.colITEM_NAME.AppearanceCell.Options.UseForeColor = true;
+ this.colITEM_NAME.Caption = "鐗╂枡鍚嶇О";
+ this.colITEM_NAME.FieldName = "ITEM_NAME";
+ this.colITEM_NAME.MinWidth = 29;
+ this.colITEM_NAME.Name = "colITEM_NAME";
+ this.colITEM_NAME.Visible = true;
+ this.colITEM_NAME.VisibleIndex = 4;
+ this.colITEM_NAME.Width = 143;
+ //
+ // colITEM_SNAME
+ //
+ this.colITEM_SNAME.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colITEM_SNAME.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colITEM_SNAME.AppearanceCell.Options.UseBackColor = true;
+ this.colITEM_SNAME.AppearanceCell.Options.UseForeColor = true;
+ this.colITEM_SNAME.Caption = "鐗╂枡绠�绉�";
+ this.colITEM_SNAME.FieldName = "ITEM_SNAME";
+ this.colITEM_SNAME.MinWidth = 29;
+ this.colITEM_SNAME.Name = "colITEM_SNAME";
+ this.colITEM_SNAME.Visible = true;
+ this.colITEM_SNAME.VisibleIndex = 5;
+ this.colITEM_SNAME.Width = 143;
+ //
+ // colITEM_MODEL
+ //
+ this.colITEM_MODEL.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colITEM_MODEL.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colITEM_MODEL.AppearanceCell.Options.UseBackColor = true;
+ this.colITEM_MODEL.AppearanceCell.Options.UseForeColor = true;
+ this.colITEM_MODEL.Caption = "鐗╂枡瑙勬牸";
+ this.colITEM_MODEL.FieldName = "ITEM_MODEL";
+ this.colITEM_MODEL.MinWidth = 29;
+ this.colITEM_MODEL.Name = "colITEM_MODEL";
+ this.colITEM_MODEL.Visible = true;
+ this.colITEM_MODEL.VisibleIndex = 6;
+ this.colITEM_MODEL.Width = 143;
+ //
+ // colITEM_DESCRIPTION
+ //
+ this.colITEM_DESCRIPTION.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colITEM_DESCRIPTION.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colITEM_DESCRIPTION.AppearanceCell.Options.UseBackColor = true;
+ this.colITEM_DESCRIPTION.AppearanceCell.Options.UseForeColor = true;
+ this.colITEM_DESCRIPTION.Caption = "鐗╂枡鎻忚堪";
+ this.colITEM_DESCRIPTION.FieldName = "ITEM_DESCRIPTION";
+ this.colITEM_DESCRIPTION.MinWidth = 29;
+ this.colITEM_DESCRIPTION.Name = "colITEM_DESCRIPTION";
+ this.colITEM_DESCRIPTION.Visible = true;
+ this.colITEM_DESCRIPTION.VisibleIndex = 7;
+ this.colITEM_DESCRIPTION.Width = 143;
+ //
+ // colITEM_UNIT
+ //
+ this.colITEM_UNIT.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colITEM_UNIT.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colITEM_UNIT.AppearanceCell.Options.UseBackColor = true;
+ this.colITEM_UNIT.AppearanceCell.Options.UseForeColor = true;
+ this.colITEM_UNIT.Caption = "鐗╂枡鍗曚綅";
+ this.colITEM_UNIT.FieldName = "ITEM_UNIT";
+ this.colITEM_UNIT.MinWidth = 29;
+ this.colITEM_UNIT.Name = "colITEM_UNIT";
+ this.colITEM_UNIT.Visible = true;
+ this.colITEM_UNIT.VisibleIndex = 8;
+ this.colITEM_UNIT.Width = 143;
+ //
+ // colITEM_TYPE
+ //
+ this.colITEM_TYPE.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colITEM_TYPE.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colITEM_TYPE.AppearanceCell.Options.UseBackColor = true;
+ this.colITEM_TYPE.AppearanceCell.Options.UseForeColor = true;
+ this.colITEM_TYPE.Caption = "鐗╂枡绫诲瀷";
+ this.colITEM_TYPE.FieldName = "ITEM_TYPE";
+ this.colITEM_TYPE.MinWidth = 29;
+ this.colITEM_TYPE.Name = "colITEM_TYPE";
+ this.colITEM_TYPE.Visible = true;
+ this.colITEM_TYPE.VisibleIndex = 9;
+ this.colITEM_TYPE.Width = 143;
+ //
+ // colITEM_VERSION
+ //
+ this.colITEM_VERSION.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colITEM_VERSION.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colITEM_VERSION.AppearanceCell.Options.UseBackColor = true;
+ this.colITEM_VERSION.AppearanceCell.Options.UseForeColor = true;
+ this.colITEM_VERSION.Caption = "浜у搧鐗堟湰";
+ this.colITEM_VERSION.FieldName = "ITEM_VERSION";
+ this.colITEM_VERSION.MinWidth = 29;
+ this.colITEM_VERSION.Name = "colITEM_VERSION";
+ this.colITEM_VERSION.Visible = true;
+ this.colITEM_VERSION.VisibleIndex = 10;
+ this.colITEM_VERSION.Width = 143;
+ //
+ // colCUST_NO
+ //
+ this.colCUST_NO.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colCUST_NO.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colCUST_NO.AppearanceCell.Options.UseBackColor = true;
+ this.colCUST_NO.AppearanceCell.Options.UseForeColor = true;
+ this.colCUST_NO.Caption = "瀹㈡埛缂栧彿";
+ this.colCUST_NO.FieldName = "CUST_NO";
+ this.colCUST_NO.MinWidth = 29;
+ this.colCUST_NO.Name = "colCUST_NO";
+ this.colCUST_NO.Visible = true;
+ this.colCUST_NO.VisibleIndex = 11;
+ this.colCUST_NO.Width = 143;
+ //
+ // colCREATE_BY
+ //
+ this.colCREATE_BY.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colCREATE_BY.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colCREATE_BY.AppearanceCell.Options.UseBackColor = true;
+ this.colCREATE_BY.AppearanceCell.Options.UseForeColor = true;
+ this.colCREATE_BY.Caption = "鍒涘缓浜�";
+ this.colCREATE_BY.FieldName = "CREATE_BY";
+ this.colCREATE_BY.MinWidth = 29;
+ this.colCREATE_BY.Name = "colCREATE_BY";
+ this.colCREATE_BY.Visible = true;
+ this.colCREATE_BY.VisibleIndex = 12;
+ this.colCREATE_BY.Width = 143;
+ //
+ // colCREATE_DATE
+ //
+ this.colCREATE_DATE.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colCREATE_DATE.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colCREATE_DATE.AppearanceCell.Options.UseBackColor = true;
+ this.colCREATE_DATE.AppearanceCell.Options.UseForeColor = true;
+ this.colCREATE_DATE.Caption = "鍒涘缓鏃堕棿";
+ this.colCREATE_DATE.FieldName = "CREATE_DATE";
+ this.colCREATE_DATE.MinWidth = 29;
+ this.colCREATE_DATE.Name = "colCREATE_DATE";
+ this.colCREATE_DATE.Visible = true;
+ this.colCREATE_DATE.VisibleIndex = 13;
+ this.colCREATE_DATE.Width = 143;
+ //
+ // colLASTUPDATE_BY
+ //
+ this.colLASTUPDATE_BY.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colLASTUPDATE_BY.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colLASTUPDATE_BY.AppearanceCell.Options.UseBackColor = true;
+ this.colLASTUPDATE_BY.AppearanceCell.Options.UseForeColor = true;
+ this.colLASTUPDATE_BY.Caption = "鏈�鍚庢洿鏂颁汉";
+ this.colLASTUPDATE_BY.FieldName = "LASTUPDATE_BY";
+ this.colLASTUPDATE_BY.MinWidth = 29;
+ this.colLASTUPDATE_BY.Name = "colLASTUPDATE_BY";
+ this.colLASTUPDATE_BY.Visible = true;
+ this.colLASTUPDATE_BY.VisibleIndex = 14;
+ this.colLASTUPDATE_BY.Width = 143;
+ //
+ // colLASTUPDATE_DATE
+ //
+ this.colLASTUPDATE_DATE.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colLASTUPDATE_DATE.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colLASTUPDATE_DATE.AppearanceCell.Options.UseBackColor = true;
+ this.colLASTUPDATE_DATE.AppearanceCell.Options.UseForeColor = true;
+ this.colLASTUPDATE_DATE.Caption = "鏈�鍚庢洿鏂版椂闂�";
+ this.colLASTUPDATE_DATE.FieldName = "LASTUPDATE_DATE";
+ this.colLASTUPDATE_DATE.MinWidth = 29;
+ this.colLASTUPDATE_DATE.Name = "colLASTUPDATE_DATE";
+ this.colLASTUPDATE_DATE.Visible = true;
+ this.colLASTUPDATE_DATE.VisibleIndex = 15;
+ this.colLASTUPDATE_DATE.Width = 143;
+ //
+ // colLOWLIMIT
+ //
+ this.colLOWLIMIT.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colLOWLIMIT.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colLOWLIMIT.AppearanceCell.Options.UseBackColor = true;
+ this.colLOWLIMIT.AppearanceCell.Options.UseForeColor = true;
+ this.colLOWLIMIT.Caption = "鏈�浣庡簱瀛�";
+ this.colLOWLIMIT.FieldName = "LOWLIMIT";
+ this.colLOWLIMIT.MinWidth = 29;
+ this.colLOWLIMIT.Name = "colLOWLIMIT";
+ this.colLOWLIMIT.Visible = true;
+ this.colLOWLIMIT.VisibleIndex = 16;
+ this.colLOWLIMIT.Width = 143;
+ //
+ // colHIGHLIMIT
+ //
+ this.colHIGHLIMIT.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colHIGHLIMIT.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colHIGHLIMIT.AppearanceCell.Options.UseBackColor = true;
+ this.colHIGHLIMIT.AppearanceCell.Options.UseForeColor = true;
+ this.colHIGHLIMIT.Caption = "鏈�澶у簱瀛�";
+ this.colHIGHLIMIT.FieldName = "HIGHLIMIT";
+ this.colHIGHLIMIT.MinWidth = 29;
+ this.colHIGHLIMIT.Name = "colHIGHLIMIT";
+ this.colHIGHLIMIT.Visible = true;
+ this.colHIGHLIMIT.VisibleIndex = 17;
+ this.colHIGHLIMIT.Width = 143;
+ //
+ // colPRD_PACK
+ //
+ this.colPRD_PACK.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colPRD_PACK.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colPRD_PACK.AppearanceCell.Options.UseBackColor = true;
+ this.colPRD_PACK.AppearanceCell.Options.UseForeColor = true;
+ this.colPRD_PACK.Caption = "鏈�灏忓寘瑁呮暟";
+ this.colPRD_PACK.FieldName = "PRD_PACK";
+ this.colPRD_PACK.MinWidth = 29;
+ this.colPRD_PACK.Name = "colPRD_PACK";
+ this.colPRD_PACK.Visible = true;
+ this.colPRD_PACK.VisibleIndex = 18;
+ this.colPRD_PACK.Width = 143;
+ //
+ // colORDERUNIT
+ //
+ this.colORDERUNIT.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colORDERUNIT.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colORDERUNIT.AppearanceCell.Options.UseBackColor = true;
+ this.colORDERUNIT.AppearanceCell.Options.UseForeColor = true;
+ this.colORDERUNIT.Caption = "璁㈠崟鍗曚綅";
+ this.colORDERUNIT.FieldName = "ORDERUNIT";
+ this.colORDERUNIT.MinWidth = 29;
+ this.colORDERUNIT.Name = "colORDERUNIT";
+ this.colORDERUNIT.Visible = true;
+ this.colORDERUNIT.VisibleIndex = 19;
+ this.colORDERUNIT.Width = 143;
+ //
+ // colSALEUNIT
+ //
+ this.colSALEUNIT.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colSALEUNIT.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colSALEUNIT.AppearanceCell.Options.UseBackColor = true;
+ this.colSALEUNIT.AppearanceCell.Options.UseForeColor = true;
+ this.colSALEUNIT.Caption = "閿�鍞崟浣�";
+ this.colSALEUNIT.FieldName = "SALEUNIT";
+ this.colSALEUNIT.MinWidth = 29;
+ this.colSALEUNIT.Name = "colSALEUNIT";
+ this.colSALEUNIT.Visible = true;
+ this.colSALEUNIT.VisibleIndex = 20;
+ this.colSALEUNIT.Width = 143;
+ //
+ // colSTOREUNIT
+ //
+ this.colSTOREUNIT.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colSTOREUNIT.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colSTOREUNIT.AppearanceCell.Options.UseBackColor = true;
+ this.colSTOREUNIT.AppearanceCell.Options.UseForeColor = true;
+ this.colSTOREUNIT.Caption = "搴撴埧鍗曚綅";
+ this.colSTOREUNIT.FieldName = "STOREUNIT";
+ this.colSTOREUNIT.MinWidth = 29;
+ this.colSTOREUNIT.Name = "colSTOREUNIT";
+ this.colSTOREUNIT.Visible = true;
+ this.colSTOREUNIT.VisibleIndex = 21;
+ this.colSTOREUNIT.Width = 143;
+ //
+ // colPRODUCTUNIT
+ //
+ this.colPRODUCTUNIT.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colPRODUCTUNIT.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colPRODUCTUNIT.AppearanceCell.Options.UseBackColor = true;
+ this.colPRODUCTUNIT.AppearanceCell.Options.UseForeColor = true;
+ this.colPRODUCTUNIT.Caption = "鐢熶骇鍗曚綅";
+ this.colPRODUCTUNIT.FieldName = "PRODUCTUNIT";
+ this.colPRODUCTUNIT.MinWidth = 29;
+ this.colPRODUCTUNIT.Name = "colPRODUCTUNIT";
+ this.colPRODUCTUNIT.Visible = true;
+ this.colPRODUCTUNIT.VisibleIndex = 22;
+ this.colPRODUCTUNIT.Width = 143;
+ //
+ // colE_ITEM_ID
+ //
+ this.colE_ITEM_ID.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colE_ITEM_ID.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colE_ITEM_ID.AppearanceCell.Options.UseBackColor = true;
+ this.colE_ITEM_ID.AppearanceCell.Options.UseForeColor = true;
+ this.colE_ITEM_ID.Caption = "鐗╂枡ID";
+ this.colE_ITEM_ID.FieldName = "E_ITEM_ID";
+ this.colE_ITEM_ID.MinWidth = 29;
+ this.colE_ITEM_ID.Name = "colE_ITEM_ID";
+ this.colE_ITEM_ID.Visible = true;
+ this.colE_ITEM_ID.VisibleIndex = 23;
+ this.colE_ITEM_ID.Width = 143;
+ //
+ // colERP_ITEM_NO
+ //
+ this.colERP_ITEM_NO.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colERP_ITEM_NO.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colERP_ITEM_NO.AppearanceCell.Options.UseBackColor = true;
+ this.colERP_ITEM_NO.AppearanceCell.Options.UseForeColor = true;
+ this.colERP_ITEM_NO.Caption = "ERP鏂欏彿";
+ this.colERP_ITEM_NO.FieldName = "ERP_ITEM_NO";
+ this.colERP_ITEM_NO.MinWidth = 29;
+ this.colERP_ITEM_NO.Name = "colERP_ITEM_NO";
+ this.colERP_ITEM_NO.Visible = true;
+ this.colERP_ITEM_NO.VisibleIndex = 24;
+ this.colERP_ITEM_NO.Width = 143;
+ //
+ // colDEPOT_CODE
+ //
+ this.colDEPOT_CODE.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colDEPOT_CODE.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colDEPOT_CODE.AppearanceCell.Options.UseBackColor = true;
+ this.colDEPOT_CODE.AppearanceCell.Options.UseForeColor = true;
+ this.colDEPOT_CODE.Caption = "榛樿浠撳簱";
+ this.colDEPOT_CODE.FieldName = "DEPOT_CODE";
+ this.colDEPOT_CODE.MinWidth = 29;
+ this.colDEPOT_CODE.Name = "colDEPOT_CODE";
+ this.colDEPOT_CODE.Visible = true;
+ this.colDEPOT_CODE.VisibleIndex = 25;
+ this.colDEPOT_CODE.Width = 143;
+ //
+ // colPPBOM00019124
+ //
+ this.colPPBOM00019124.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colPPBOM00019124.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colPPBOM00019124.AppearanceCell.Options.UseBackColor = true;
+ this.colPPBOM00019124.AppearanceCell.Options.UseForeColor = true;
+ this.colPPBOM00019124.Caption = "鐗╂枡鍒嗙被缂栫爜";
+ this.colPPBOM00019124.FieldName = "PPBOM00019124";
+ this.colPPBOM00019124.MinWidth = 29;
+ this.colPPBOM00019124.Name = "colPPBOM00019124";
+ this.colPPBOM00019124.Visible = true;
+ this.colPPBOM00019124.VisibleIndex = 26;
+ this.colPPBOM00019124.Width = 143;
+ //
+ // colREMARKS
+ //
+ this.colREMARKS.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colREMARKS.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colREMARKS.AppearanceCell.Options.UseBackColor = true;
+ this.colREMARKS.AppearanceCell.Options.UseForeColor = true;
+ this.colREMARKS.Caption = "鐗╂枡鍒嗙粍";
+ this.colREMARKS.FieldName = "REMARKS";
+ this.colREMARKS.MinWidth = 29;
+ this.colREMARKS.Name = "colREMARKS";
+ this.colREMARKS.Visible = true;
+ this.colREMARKS.VisibleIndex = 27;
+ this.colREMARKS.Width = 143;
+ //
+ // colFPURCHASERID
+ //
+ this.colFPURCHASERID.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colFPURCHASERID.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colFPURCHASERID.AppearanceCell.Options.UseBackColor = true;
+ this.colFPURCHASERID.AppearanceCell.Options.UseForeColor = true;
+ this.colFPURCHASERID.Caption = "閲囪喘鍛�";
+ this.colFPURCHASERID.FieldName = "FPURCHASERID";
+ this.colFPURCHASERID.MinWidth = 29;
+ this.colFPURCHASERID.Name = "colFPURCHASERID";
+ this.colFPURCHASERID.Visible = true;
+ this.colFPURCHASERID.VisibleIndex = 28;
+ this.colFPURCHASERID.Width = 143;
+ //
+ // colFFORBIDSTATUS
+ //
+ this.colFFORBIDSTATUS.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colFFORBIDSTATUS.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colFFORBIDSTATUS.AppearanceCell.Options.UseBackColor = true;
+ this.colFFORBIDSTATUS.AppearanceCell.Options.UseForeColor = true;
+ this.colFFORBIDSTATUS.Caption = "绂佺敤鐘舵��";
+ this.colFFORBIDSTATUS.FieldName = "FFORBIDSTATUS";
+ this.colFFORBIDSTATUS.MinWidth = 29;
+ this.colFFORBIDSTATUS.Name = "colFFORBIDSTATUS";
+ this.colFFORBIDSTATUS.Visible = true;
+ this.colFFORBIDSTATUS.VisibleIndex = 29;
+ this.colFFORBIDSTATUS.Width = 143;
+ //
+ // colFMATERIALGROUP
+ //
+ this.colFMATERIALGROUP.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colFMATERIALGROUP.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colFMATERIALGROUP.AppearanceCell.Options.UseBackColor = true;
+ this.colFMATERIALGROUP.AppearanceCell.Options.UseForeColor = true;
+ this.colFMATERIALGROUP.Caption = "鐗╂枡鍒嗙粍";
+ this.colFMATERIALGROUP.FieldName = "FMATERIALGROUP";
+ this.colFMATERIALGROUP.MinWidth = 29;
+ this.colFMATERIALGROUP.Name = "colFMATERIALGROUP";
+ this.colFMATERIALGROUP.Visible = true;
+ this.colFMATERIALGROUP.VisibleIndex = 30;
+ this.colFMATERIALGROUP.Width = 143;
+ //
+ // colFFINISHRECEIPTOVERRATE
+ //
+ this.colFFINISHRECEIPTOVERRATE.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colFFINISHRECEIPTOVERRATE.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colFFINISHRECEIPTOVERRATE.AppearanceCell.Options.UseBackColor = true;
+ this.colFFINISHRECEIPTOVERRATE.AppearanceCell.Options.UseForeColor = true;
+ this.colFFINISHRECEIPTOVERRATE.Caption = "瀹屽伐瓒呮敹姣斾緥";
+ this.colFFINISHRECEIPTOVERRATE.FieldName = "FFINISHRECEIPTOVERRATE";
+ this.colFFINISHRECEIPTOVERRATE.MinWidth = 29;
+ this.colFFINISHRECEIPTOVERRATE.Name = "colFFINISHRECEIPTOVERRATE";
+ this.colFFINISHRECEIPTOVERRATE.Visible = true;
+ this.colFFINISHRECEIPTOVERRATE.VisibleIndex = 31;
+ this.colFFINISHRECEIPTOVERRATE.Width = 143;
+ //
+ // colFISSUETYPE
+ //
+ this.colFISSUETYPE.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colFISSUETYPE.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colFISSUETYPE.AppearanceCell.Options.UseBackColor = true;
+ this.colFISSUETYPE.AppearanceCell.Options.UseForeColor = true;
+ this.colFISSUETYPE.Caption = "鍙戞枡鏂瑰紡";
+ this.colFISSUETYPE.FieldName = "FISSUETYPE";
+ this.colFISSUETYPE.MinWidth = 29;
+ this.colFISSUETYPE.Name = "colFISSUETYPE";
+ this.colFISSUETYPE.Visible = true;
+ this.colFISSUETYPE.VisibleIndex = 32;
+ this.colFISSUETYPE.Width = 143;
+ //
+ // colFISBATCHMANAGE
+ //
+ this.colFISBATCHMANAGE.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colFISBATCHMANAGE.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colFISBATCHMANAGE.AppearanceCell.Options.UseBackColor = true;
+ this.colFISBATCHMANAGE.AppearanceCell.Options.UseForeColor = true;
+ this.colFISBATCHMANAGE.Caption = "鍚敤鎵瑰彿绠$悊";
+ this.colFISBATCHMANAGE.ColumnEdit = this.repM_FISBATCHMANAGE;
+ this.colFISBATCHMANAGE.FieldName = "FISBATCHMANAGE";
+ this.colFISBATCHMANAGE.MinWidth = 29;
+ this.colFISBATCHMANAGE.Name = "colFISBATCHMANAGE";
+ this.colFISBATCHMANAGE.Visible = true;
+ this.colFISBATCHMANAGE.VisibleIndex = 33;
+ this.colFISBATCHMANAGE.Width = 143;
+ //
+ // repM_FISBATCHMANAGE
+ //
+ this.repM_FISBATCHMANAGE.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.repM_FISBATCHMANAGE.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.repM_FISBATCHMANAGE.Appearance.Options.UseBackColor = true;
+ this.repM_FISBATCHMANAGE.Appearance.Options.UseForeColor = true;
+ this.repM_FISBATCHMANAGE.AutoHeight = false;
+ this.repM_FISBATCHMANAGE.Caption = "Check";
+ this.repM_FISBATCHMANAGE.Name = "repM_FISBATCHMANAGE";
+ this.repM_FISBATCHMANAGE.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
+ //
+ // colFPURCHASEUNITID
+ //
+ this.colFPURCHASEUNITID.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colFPURCHASEUNITID.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colFPURCHASEUNITID.AppearanceCell.Options.UseBackColor = true;
+ this.colFPURCHASEUNITID.AppearanceCell.Options.UseForeColor = true;
+ this.colFPURCHASEUNITID.Caption = "閲囪喘鍗曚綅";
+ this.colFPURCHASEUNITID.FieldName = "FPURCHASEUNITID";
+ this.colFPURCHASEUNITID.MinWidth = 29;
+ this.colFPURCHASEUNITID.Name = "colFPURCHASEUNITID";
+ this.colFPURCHASEUNITID.Visible = true;
+ this.colFPURCHASEUNITID.VisibleIndex = 34;
+ this.colFPURCHASEUNITID.Width = 143;
+ //
+ // colREMARK1
+ //
+ this.colREMARK1.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colREMARK1.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colREMARK1.AppearanceCell.Options.UseBackColor = true;
+ this.colREMARK1.AppearanceCell.Options.UseForeColor = true;
+ this.colREMARK1.Caption = "鑷畾涔夊瓧娈�1";
+ this.colREMARK1.FieldName = "REMARK1";
+ this.colREMARK1.MinWidth = 29;
+ this.colREMARK1.Name = "colREMARK1";
+ this.colREMARK1.Visible = true;
+ this.colREMARK1.VisibleIndex = 35;
+ this.colREMARK1.Width = 143;
+ //
+ // colREMARK2
+ //
+ this.colREMARK2.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colREMARK2.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colREMARK2.AppearanceCell.Options.UseBackColor = true;
+ this.colREMARK2.AppearanceCell.Options.UseForeColor = true;
+ this.colREMARK2.Caption = "鑷畾涔夊瓧娈�2";
+ this.colREMARK2.FieldName = "REMARK2";
+ this.colREMARK2.MinWidth = 29;
+ this.colREMARK2.Name = "colREMARK2";
+ this.colREMARK2.Visible = true;
+ this.colREMARK2.VisibleIndex = 36;
+ this.colREMARK2.Width = 143;
+ //
+ // colREMARK3
+ //
+ this.colREMARK3.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colREMARK3.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colREMARK3.AppearanceCell.Options.UseBackColor = true;
+ this.colREMARK3.AppearanceCell.Options.UseForeColor = true;
+ this.colREMARK3.Caption = "鑷畾涔夊瓧娈�3";
+ this.colREMARK3.FieldName = "REMARK3";
+ this.colREMARK3.MinWidth = 29;
+ this.colREMARK3.Name = "colREMARK3";
+ this.colREMARK3.Visible = true;
+ this.colREMARK3.VisibleIndex = 37;
+ this.colREMARK3.Width = 143;
+ //
+ // colREMARK4
+ //
+ this.colREMARK4.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colREMARK4.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colREMARK4.AppearanceCell.Options.UseBackColor = true;
+ this.colREMARK4.AppearanceCell.Options.UseForeColor = true;
+ this.colREMARK4.Caption = "鑷畾涔夊瓧娈�4";
+ this.colREMARK4.FieldName = "REMARK4";
+ this.colREMARK4.MinWidth = 29;
+ this.colREMARK4.Name = "colREMARK4";
+ this.colREMARK4.Visible = true;
+ this.colREMARK4.VisibleIndex = 38;
+ this.colREMARK4.Width = 143;
+ //
+ // colREMARK5
+ //
+ this.colREMARK5.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colREMARK5.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colREMARK5.AppearanceCell.Options.UseBackColor = true;
+ this.colREMARK5.AppearanceCell.Options.UseForeColor = true;
+ this.colREMARK5.Caption = "鑷畾涔夊瓧娈�5";
+ this.colREMARK5.FieldName = "REMARK5";
+ this.colREMARK5.MinWidth = 29;
+ this.colREMARK5.Name = "colREMARK5";
+ this.colREMARK5.Visible = true;
+ this.colREMARK5.VisibleIndex = 39;
+ this.colREMARK5.Width = 143;
+ //
+ // colPRODUCTION_WORKSHOP
+ //
+ this.colPRODUCTION_WORKSHOP.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colPRODUCTION_WORKSHOP.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colPRODUCTION_WORKSHOP.AppearanceCell.Options.UseBackColor = true;
+ this.colPRODUCTION_WORKSHOP.AppearanceCell.Options.UseForeColor = true;
+ this.colPRODUCTION_WORKSHOP.Caption = "鐢熶骇杞﹂棿";
+ this.colPRODUCTION_WORKSHOP.FieldName = "PRODUCTION_WORKSHOP";
+ this.colPRODUCTION_WORKSHOP.MinWidth = 29;
+ this.colPRODUCTION_WORKSHOP.Name = "colPRODUCTION_WORKSHOP";
+ this.colPRODUCTION_WORKSHOP.Visible = true;
+ this.colPRODUCTION_WORKSHOP.VisibleIndex = 40;
+ this.colPRODUCTION_WORKSHOP.Width = 143;
+ //
+ // colMATERIAL_PROPERTI
+ //
+ this.colMATERIAL_PROPERTI.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colMATERIAL_PROPERTI.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colMATERIAL_PROPERTI.AppearanceCell.Options.UseBackColor = true;
+ this.colMATERIAL_PROPERTI.AppearanceCell.Options.UseForeColor = true;
+ this.colMATERIAL_PROPERTI.Caption = "鐗╂枡灞炴��";
+ this.colMATERIAL_PROPERTI.FieldName = "MATERIAL_PROPERTI";
+ this.colMATERIAL_PROPERTI.MinWidth = 29;
+ this.colMATERIAL_PROPERTI.Name = "colMATERIAL_PROPERTI";
+ this.colMATERIAL_PROPERTI.Visible = true;
+ this.colMATERIAL_PROPERTI.VisibleIndex = 41;
+ this.colMATERIAL_PROPERTI.Width = 143;
+ //
+ // colPRODUCE_UNIT
+ //
+ this.colPRODUCE_UNIT.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colPRODUCE_UNIT.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colPRODUCE_UNIT.AppearanceCell.Options.UseBackColor = true;
+ this.colPRODUCE_UNIT.AppearanceCell.Options.UseForeColor = true;
+ this.colPRODUCE_UNIT.Caption = "鐢熶骇鍗曚綅";
+ this.colPRODUCE_UNIT.FieldName = "PRODUCE_UNIT";
+ this.colPRODUCE_UNIT.MinWidth = 29;
+ this.colPRODUCE_UNIT.Name = "colPRODUCE_UNIT";
+ this.colPRODUCE_UNIT.Visible = true;
+ this.colPRODUCE_UNIT.VisibleIndex = 42;
+ this.colPRODUCE_UNIT.Width = 143;
+ //
+ // colSUBCON_UNIT
+ //
+ this.colSUBCON_UNIT.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colSUBCON_UNIT.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colSUBCON_UNIT.AppearanceCell.Options.UseBackColor = true;
+ this.colSUBCON_UNIT.AppearanceCell.Options.UseForeColor = true;
+ this.colSUBCON_UNIT.Caption = "濮斿鍗曚綅";
+ this.colSUBCON_UNIT.FieldName = "SUBCON_UNIT";
+ this.colSUBCON_UNIT.MinWidth = 29;
+ this.colSUBCON_UNIT.Name = "colSUBCON_UNIT";
+ this.colSUBCON_UNIT.Visible = true;
+ this.colSUBCON_UNIT.VisibleIndex = 43;
+ this.colSUBCON_UNIT.Width = 143;
+ //
+ // colBZ06
+ //
+ this.colBZ06.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colBZ06.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colBZ06.AppearanceCell.Options.UseBackColor = true;
+ this.colBZ06.AppearanceCell.Options.UseForeColor = true;
+ this.colBZ06.Caption = "鍥剧墖1";
+ this.colBZ06.FieldName = "BZ06";
+ this.colBZ06.MinWidth = 29;
+ this.colBZ06.Name = "colBZ06";
+ this.colBZ06.Visible = true;
+ this.colBZ06.VisibleIndex = 44;
+ this.colBZ06.Width = 143;
+ //
+ // colBZ07
+ //
+ this.colBZ07.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colBZ07.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colBZ07.AppearanceCell.Options.UseBackColor = true;
+ this.colBZ07.AppearanceCell.Options.UseForeColor = true;
+ this.colBZ07.Caption = "鍥剧墖2";
+ this.colBZ07.FieldName = "BZ07";
+ this.colBZ07.MinWidth = 29;
+ this.colBZ07.Name = "colBZ07";
+ this.colBZ07.Visible = true;
+ this.colBZ07.VisibleIndex = 45;
+ this.colBZ07.Width = 143;
+ //
+ // colBZ08
+ //
+ this.colBZ08.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colBZ08.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colBZ08.AppearanceCell.Options.UseBackColor = true;
+ this.colBZ08.AppearanceCell.Options.UseForeColor = true;
+ this.colBZ08.Caption = "鍥剧墖3";
+ this.colBZ08.FieldName = "BZ08";
+ this.colBZ08.MinWidth = 29;
+ this.colBZ08.Name = "colBZ08";
+ this.colBZ08.Visible = true;
+ this.colBZ08.VisibleIndex = 46;
+ this.colBZ08.Width = 143;
+ //
+ // colBZ09
+ //
+ this.colBZ09.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colBZ09.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colBZ09.AppearanceCell.Options.UseBackColor = true;
+ this.colBZ09.AppearanceCell.Options.UseForeColor = true;
+ this.colBZ09.Caption = "鍥剧墖4";
+ this.colBZ09.FieldName = "BZ09";
+ this.colBZ09.MinWidth = 29;
+ this.colBZ09.Name = "colBZ09";
+ this.colBZ09.Visible = true;
+ this.colBZ09.VisibleIndex = 47;
+ this.colBZ09.Width = 143;
+ //
+ // colBZ10
+ //
+ this.colBZ10.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colBZ10.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colBZ10.AppearanceCell.Options.UseBackColor = true;
+ this.colBZ10.AppearanceCell.Options.UseForeColor = true;
+ this.colBZ10.Caption = "鍥剧墖5";
+ this.colBZ10.FieldName = "BZ10";
+ this.colBZ10.MinWidth = 29;
+ this.colBZ10.Name = "colBZ10";
+ this.colBZ10.Visible = true;
+ this.colBZ10.VisibleIndex = 48;
+ this.colBZ10.Width = 143;
+ //
+ // colQC_TEAMID
+ //
+ this.colQC_TEAMID.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colQC_TEAMID.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colQC_TEAMID.AppearanceCell.Options.UseBackColor = true;
+ this.colQC_TEAMID.AppearanceCell.Options.UseForeColor = true;
+ this.colQC_TEAMID.Caption = "QC鍒嗙粍ID";
+ this.colQC_TEAMID.FieldName = "QC_TEAMID";
+ this.colQC_TEAMID.MinWidth = 29;
+ this.colQC_TEAMID.Name = "colQC_TEAMID";
+ this.colQC_TEAMID.Visible = true;
+ this.colQC_TEAMID.VisibleIndex = 49;
+ this.colQC_TEAMID.Width = 143;
+ //
+ // colITEM_ID
+ //
+ this.colITEM_ID.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colITEM_ID.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colITEM_ID.AppearanceCell.Options.UseBackColor = true;
+ this.colITEM_ID.AppearanceCell.Options.UseForeColor = true;
+ this.colITEM_ID.Caption = "鐗╂枡ID";
+ this.colITEM_ID.FieldName = "ITEM_ID";
+ this.colITEM_ID.MinWidth = 29;
+ this.colITEM_ID.Name = "colITEM_ID";
+ this.colITEM_ID.Visible = true;
+ this.colITEM_ID.VisibleIndex = 50;
+ this.colITEM_ID.Width = 143;
+ //
+ // pageBar1
+ //
+ this.pageBar1.CurrentPage = 0;
+ this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
+ this.pageBar1.Location = new System.Drawing.Point(0, 607);
+ this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
+ this.pageBar1.Name = "pageBar1";
+ this.pageBar1.RecordCount = 0;
+ this.pageBar1.RowsCount = 0;
+ this.pageBar1.Size = new System.Drawing.Size(1764, 48);
+ this.pageBar1.TabIndex = 0;
+ this.pageBar1.TotalPages = 0;
+ //
+ // xtraTabPage2
+ //
+ this.xtraTabPage2.Controls.Add(this.splitContainerEditorAndDetailGrid);
+ this.xtraTabPage2.Name = "xtraTabPage2";
+ this.xtraTabPage2.Size = new System.Drawing.Size(1764, 830);
+ this.xtraTabPage2.Text = "鏁版嵁缂栬緫";
+ //
+ // splitContainerEditorAndDetailGrid
+ //
+ this.splitContainerEditorAndDetailGrid.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.splitContainerEditorAndDetailGrid.Horizontal = false;
+ this.splitContainerEditorAndDetailGrid.Location = new System.Drawing.Point(0, 0);
+ this.splitContainerEditorAndDetailGrid.Name = "splitContainerEditorAndDetailGrid";
+ this.splitContainerEditorAndDetailGrid.Panel1.Controls.Add(this.pcDetailEditor);
+ this.splitContainerEditorAndDetailGrid.Size = new System.Drawing.Size(1764, 830);
+ this.splitContainerEditorAndDetailGrid.SplitterPosition = 649;
+ this.splitContainerEditorAndDetailGrid.TabIndex = 5;
+ //
+ // pcDetailEditor
+ //
+ this.pcDetailEditor.Controls.Add(this.txtID);
+ this.pcDetailEditor.Controls.Add(this.txtFACTORY);
+ this.pcDetailEditor.Controls.Add(this.txtCOMPANY);
+ this.pcDetailEditor.Controls.Add(this.txtitemNo);
+ this.pcDetailEditor.Controls.Add(this.txtITEM_NAME);
+ this.pcDetailEditor.Controls.Add(this.txtITEM_SNAME);
+ this.pcDetailEditor.Controls.Add(this.txtITEM_MODEL);
+ this.pcDetailEditor.Controls.Add(this.txtITEM_DESCRIPTION);
+ this.pcDetailEditor.Controls.Add(this.txtITEM_UNIT);
+ this.pcDetailEditor.Controls.Add(this.txtITEM_TYPE);
+ this.pcDetailEditor.Controls.Add(this.txtITEM_VERSION);
+ this.pcDetailEditor.Controls.Add(this.txtCUST_NO);
+ this.pcDetailEditor.Controls.Add(this.txtCREATE_BY);
+ this.pcDetailEditor.Controls.Add(this.txtCREATE_DATE);
+ this.pcDetailEditor.Controls.Add(this.txtLASTUPDATE_BY);
+ this.pcDetailEditor.Controls.Add(this.txtLASTUPDATE_DATE);
+ this.pcDetailEditor.Controls.Add(this.txtLOWLIMIT);
+ this.pcDetailEditor.Controls.Add(this.txtHIGHLIMIT);
+ this.pcDetailEditor.Controls.Add(this.txtPRD_PACK);
+ this.pcDetailEditor.Controls.Add(this.txtORDERUNIT);
+ this.pcDetailEditor.Controls.Add(this.txtSALEUNIT);
+ this.pcDetailEditor.Controls.Add(this.txtSTOREUNIT);
+ this.pcDetailEditor.Controls.Add(this.txtPRODUCTUNIT);
+ this.pcDetailEditor.Controls.Add(this.txtE_ITEM_ID);
+ this.pcDetailEditor.Controls.Add(this.txtERP_ITEM_NO);
+ this.pcDetailEditor.Controls.Add(this.txtDEPOT_CODE);
+ this.pcDetailEditor.Controls.Add(this.txtPPBOM00019124);
+ this.pcDetailEditor.Controls.Add(this.txtREMARKS);
+ this.pcDetailEditor.Controls.Add(this.txtFPURCHASERID);
+ this.pcDetailEditor.Controls.Add(this.txtFFORBIDSTATUS);
+ this.pcDetailEditor.Controls.Add(this.txtFMATERIALGROUP);
+ this.pcDetailEditor.Controls.Add(this.txtFFINISHRECEIPTOVERRATE);
+ this.pcDetailEditor.Controls.Add(this.txtFISSUETYPE);
+ this.pcDetailEditor.Controls.Add(this.txtFISBATCHMANAGE);
+ this.pcDetailEditor.Controls.Add(this.txtFPURCHASEUNITID);
+ this.pcDetailEditor.Controls.Add(this.txtREMARK1);
+ this.pcDetailEditor.Controls.Add(this.txtREMARK2);
+ this.pcDetailEditor.Controls.Add(this.txtREMARK3);
+ this.pcDetailEditor.Controls.Add(this.txtREMARK4);
+ this.pcDetailEditor.Controls.Add(this.txtREMARK5);
+ this.pcDetailEditor.Controls.Add(this.txtPRODUCTION_WORKSHOP);
+ this.pcDetailEditor.Controls.Add(this.txtMATERIAL_PROPERTI);
+ this.pcDetailEditor.Controls.Add(this.txtPRODUCE_UNIT);
+ this.pcDetailEditor.Controls.Add(this.txtSUBCON_UNIT);
+ this.pcDetailEditor.Controls.Add(this.txtBZ06);
+ this.pcDetailEditor.Controls.Add(this.txtBZ07);
+ this.pcDetailEditor.Controls.Add(this.txtBZ08);
+ this.pcDetailEditor.Controls.Add(this.txtBZ09);
+ this.pcDetailEditor.Controls.Add(this.txtBZ10);
+ this.pcDetailEditor.Controls.Add(this.txtQC_TEAMID);
+ this.pcDetailEditor.Controls.Add(this.txtITEM_ID);
+ this.pcDetailEditor.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.pcDetailEditor.Location = new System.Drawing.Point(0, 0);
+ this.pcDetailEditor.Name = "pcDetailEditor";
+ this.pcDetailEditor.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1088, 207, 650, 400);
+ this.pcDetailEditor.Root = this.layoutGroup;
+ this.pcDetailEditor.Size = new System.Drawing.Size(1764, 649);
+ this.pcDetailEditor.TabIndex = 1;
+ this.pcDetailEditor.Text = "pcDetailEditor";
+ //
+ // txtID
+ //
+ this.txtID.Location = new System.Drawing.Point(85, 7);
+ this.txtID.Name = "txtID";
+ this.txtID.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtID.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtID.Properties.Appearance.Options.UseBackColor = true;
+ this.txtID.Properties.Appearance.Options.UseForeColor = true;
+ this.txtID.Size = new System.Drawing.Size(356, 28);
+ this.txtID.StyleController = this.pcDetailEditor;
+ this.txtID.TabIndex = 0;
+ //
+ // txtFACTORY
+ //
+ this.txtFACTORY.Location = new System.Drawing.Point(504, 7);
+ this.txtFACTORY.Name = "txtFACTORY";
+ this.txtFACTORY.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtFACTORY.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtFACTORY.Properties.Appearance.Options.UseBackColor = true;
+ this.txtFACTORY.Properties.Appearance.Options.UseForeColor = true;
+ this.txtFACTORY.Size = new System.Drawing.Size(375, 28);
+ this.txtFACTORY.StyleController = this.pcDetailEditor;
+ this.txtFACTORY.TabIndex = 0;
+ //
+ // txtCOMPANY
+ //
+ this.txtCOMPANY.Location = new System.Drawing.Point(978, 7);
+ this.txtCOMPANY.Name = "txtCOMPANY";
+ this.txtCOMPANY.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtCOMPANY.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtCOMPANY.Properties.Appearance.Options.UseBackColor = true;
+ this.txtCOMPANY.Properties.Appearance.Options.UseForeColor = true;
+ this.txtCOMPANY.Size = new System.Drawing.Size(339, 28);
+ this.txtCOMPANY.StyleController = this.pcDetailEditor;
+ this.txtCOMPANY.TabIndex = 0;
+ //
+ // txtitemNo
+ //
+ this.txtitemNo.Location = new System.Drawing.Point(1416, 7);
+ this.txtitemNo.Name = "txtitemNo";
+ this.txtitemNo.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtitemNo.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtitemNo.Properties.Appearance.Options.UseBackColor = true;
+ this.txtitemNo.Properties.Appearance.Options.UseForeColor = true;
+ this.txtitemNo.Size = new System.Drawing.Size(341, 28);
+ this.txtitemNo.StyleController = this.pcDetailEditor;
+ this.txtitemNo.TabIndex = 0;
+ //
+ // txtITEM_NAME
+ //
+ this.txtITEM_NAME.Location = new System.Drawing.Point(102, 39);
+ this.txtITEM_NAME.Name = "txtITEM_NAME";
+ this.txtITEM_NAME.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtITEM_NAME.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtITEM_NAME.Properties.Appearance.Options.UseBackColor = true;
+ this.txtITEM_NAME.Properties.Appearance.Options.UseForeColor = true;
+ this.txtITEM_NAME.Size = new System.Drawing.Size(339, 28);
+ this.txtITEM_NAME.StyleController = this.pcDetailEditor;
+ this.txtITEM_NAME.TabIndex = 0;
+ //
+ // txtITEM_SNAME
+ //
+ this.txtITEM_SNAME.Location = new System.Drawing.Point(540, 39);
+ this.txtITEM_SNAME.Name = "txtITEM_SNAME";
+ this.txtITEM_SNAME.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtITEM_SNAME.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtITEM_SNAME.Properties.Appearance.Options.UseBackColor = true;
+ this.txtITEM_SNAME.Properties.Appearance.Options.UseForeColor = true;
+ this.txtITEM_SNAME.Size = new System.Drawing.Size(339, 28);
+ this.txtITEM_SNAME.StyleController = this.pcDetailEditor;
+ this.txtITEM_SNAME.TabIndex = 0;
+ //
+ // txtITEM_MODEL
+ //
+ this.txtITEM_MODEL.Location = new System.Drawing.Point(978, 39);
+ this.txtITEM_MODEL.Name = "txtITEM_MODEL";
+ this.txtITEM_MODEL.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtITEM_MODEL.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtITEM_MODEL.Properties.Appearance.Options.UseBackColor = true;
+ this.txtITEM_MODEL.Properties.Appearance.Options.UseForeColor = true;
+ this.txtITEM_MODEL.Size = new System.Drawing.Size(339, 28);
+ this.txtITEM_MODEL.StyleController = this.pcDetailEditor;
+ this.txtITEM_MODEL.TabIndex = 0;
+ //
+ // txtITEM_DESCRIPTION
+ //
+ this.txtITEM_DESCRIPTION.Location = new System.Drawing.Point(1416, 39);
+ this.txtITEM_DESCRIPTION.Name = "txtITEM_DESCRIPTION";
+ this.txtITEM_DESCRIPTION.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtITEM_DESCRIPTION.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtITEM_DESCRIPTION.Properties.Appearance.Options.UseBackColor = true;
+ this.txtITEM_DESCRIPTION.Properties.Appearance.Options.UseForeColor = true;
+ this.txtITEM_DESCRIPTION.Size = new System.Drawing.Size(341, 28);
+ this.txtITEM_DESCRIPTION.StyleController = this.pcDetailEditor;
+ this.txtITEM_DESCRIPTION.TabIndex = 0;
+ //
+ // txtITEM_UNIT
+ //
+ this.txtITEM_UNIT.Location = new System.Drawing.Point(102, 71);
+ this.txtITEM_UNIT.Name = "txtITEM_UNIT";
+ this.txtITEM_UNIT.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtITEM_UNIT.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtITEM_UNIT.Properties.Appearance.Options.UseBackColor = true;
+ this.txtITEM_UNIT.Properties.Appearance.Options.UseForeColor = true;
+ this.txtITEM_UNIT.Size = new System.Drawing.Size(339, 28);
+ this.txtITEM_UNIT.StyleController = this.pcDetailEditor;
+ this.txtITEM_UNIT.TabIndex = 0;
+ //
+ // txtITEM_TYPE
+ //
+ this.txtITEM_TYPE.Location = new System.Drawing.Point(540, 71);
+ this.txtITEM_TYPE.Name = "txtITEM_TYPE";
+ this.txtITEM_TYPE.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtITEM_TYPE.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtITEM_TYPE.Properties.Appearance.Options.UseBackColor = true;
+ this.txtITEM_TYPE.Properties.Appearance.Options.UseForeColor = true;
+ this.txtITEM_TYPE.Size = new System.Drawing.Size(339, 28);
+ this.txtITEM_TYPE.StyleController = this.pcDetailEditor;
+ this.txtITEM_TYPE.TabIndex = 0;
+ //
+ // txtITEM_VERSION
+ //
+ this.txtITEM_VERSION.Location = new System.Drawing.Point(978, 71);
+ this.txtITEM_VERSION.Name = "txtITEM_VERSION";
+ this.txtITEM_VERSION.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtITEM_VERSION.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtITEM_VERSION.Properties.Appearance.Options.UseBackColor = true;
+ this.txtITEM_VERSION.Properties.Appearance.Options.UseForeColor = true;
+ this.txtITEM_VERSION.Size = new System.Drawing.Size(339, 28);
+ this.txtITEM_VERSION.StyleController = this.pcDetailEditor;
+ this.txtITEM_VERSION.TabIndex = 0;
+ //
+ // txtCUST_NO
+ //
+ this.txtCUST_NO.Location = new System.Drawing.Point(1416, 71);
+ this.txtCUST_NO.Name = "txtCUST_NO";
+ this.txtCUST_NO.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtCUST_NO.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtCUST_NO.Properties.Appearance.Options.UseBackColor = true;
+ this.txtCUST_NO.Properties.Appearance.Options.UseForeColor = true;
+ this.txtCUST_NO.Size = new System.Drawing.Size(341, 28);
+ this.txtCUST_NO.StyleController = this.pcDetailEditor;
+ this.txtCUST_NO.TabIndex = 0;
+ //
+ // txtCREATE_BY
+ //
+ this.txtCREATE_BY.Location = new System.Drawing.Point(84, 103);
+ this.txtCREATE_BY.Name = "txtCREATE_BY";
+ this.txtCREATE_BY.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtCREATE_BY.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtCREATE_BY.Properties.Appearance.Options.UseBackColor = true;
+ this.txtCREATE_BY.Properties.Appearance.Options.UseForeColor = true;
+ this.txtCREATE_BY.Size = new System.Drawing.Size(357, 28);
+ this.txtCREATE_BY.StyleController = this.pcDetailEditor;
+ this.txtCREATE_BY.TabIndex = 0;
+ //
+ // txtCREATE_DATE
+ //
+ this.txtCREATE_DATE.EditValue = null;
+ this.txtCREATE_DATE.Location = new System.Drawing.Point(540, 103);
+ this.txtCREATE_DATE.Name = "txtCREATE_DATE";
+ this.txtCREATE_DATE.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtCREATE_DATE.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtCREATE_DATE.Properties.Appearance.Options.UseBackColor = true;
+ this.txtCREATE_DATE.Properties.Appearance.Options.UseForeColor = true;
+ this.txtCREATE_DATE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
+ new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
+ this.txtCREATE_DATE.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
+ new DevExpress.XtraEditors.Controls.EditorButton()});
+ this.txtCREATE_DATE.Size = new System.Drawing.Size(339, 28);
+ this.txtCREATE_DATE.StyleController = this.pcDetailEditor;
+ this.txtCREATE_DATE.TabIndex = 4;
+ //
+ // txtLASTUPDATE_BY
+ //
+ this.txtLASTUPDATE_BY.Location = new System.Drawing.Point(996, 103);
+ this.txtLASTUPDATE_BY.Name = "txtLASTUPDATE_BY";
+ this.txtLASTUPDATE_BY.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtLASTUPDATE_BY.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtLASTUPDATE_BY.Properties.Appearance.Options.UseBackColor = true;
+ this.txtLASTUPDATE_BY.Properties.Appearance.Options.UseForeColor = true;
+ this.txtLASTUPDATE_BY.Size = new System.Drawing.Size(321, 28);
+ this.txtLASTUPDATE_BY.StyleController = this.pcDetailEditor;
+ this.txtLASTUPDATE_BY.TabIndex = 0;
+ //
+ // txtLASTUPDATE_DATE
+ //
+ this.txtLASTUPDATE_DATE.EditValue = null;
+ this.txtLASTUPDATE_DATE.Location = new System.Drawing.Point(1452, 103);
+ this.txtLASTUPDATE_DATE.Name = "txtLASTUPDATE_DATE";
+ this.txtLASTUPDATE_DATE.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtLASTUPDATE_DATE.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtLASTUPDATE_DATE.Properties.Appearance.Options.UseBackColor = true;
+ this.txtLASTUPDATE_DATE.Properties.Appearance.Options.UseForeColor = true;
+ this.txtLASTUPDATE_DATE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
+ new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
+ this.txtLASTUPDATE_DATE.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
+ new DevExpress.XtraEditors.Controls.EditorButton()});
+ this.txtLASTUPDATE_DATE.Size = new System.Drawing.Size(305, 28);
+ this.txtLASTUPDATE_DATE.StyleController = this.pcDetailEditor;
+ this.txtLASTUPDATE_DATE.TabIndex = 5;
+ //
+ // txtLOWLIMIT
+ //
+ this.txtLOWLIMIT.Location = new System.Drawing.Point(102, 135);
+ this.txtLOWLIMIT.Name = "txtLOWLIMIT";
+ this.txtLOWLIMIT.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtLOWLIMIT.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtLOWLIMIT.Properties.Appearance.Options.UseBackColor = true;
+ this.txtLOWLIMIT.Properties.Appearance.Options.UseForeColor = true;
+ this.txtLOWLIMIT.Size = new System.Drawing.Size(339, 28);
+ this.txtLOWLIMIT.StyleController = this.pcDetailEditor;
+ this.txtLOWLIMIT.TabIndex = 0;
+ //
+ // txtHIGHLIMIT
+ //
+ this.txtHIGHLIMIT.Location = new System.Drawing.Point(540, 135);
+ this.txtHIGHLIMIT.Name = "txtHIGHLIMIT";
+ this.txtHIGHLIMIT.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtHIGHLIMIT.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtHIGHLIMIT.Properties.Appearance.Options.UseBackColor = true;
+ this.txtHIGHLIMIT.Properties.Appearance.Options.UseForeColor = true;
+ this.txtHIGHLIMIT.Size = new System.Drawing.Size(339, 28);
+ this.txtHIGHLIMIT.StyleController = this.pcDetailEditor;
+ this.txtHIGHLIMIT.TabIndex = 0;
+ //
+ // txtPRD_PACK
+ //
+ this.txtPRD_PACK.Location = new System.Drawing.Point(996, 135);
+ this.txtPRD_PACK.Name = "txtPRD_PACK";
+ this.txtPRD_PACK.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtPRD_PACK.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtPRD_PACK.Properties.Appearance.Options.UseBackColor = true;
+ this.txtPRD_PACK.Properties.Appearance.Options.UseForeColor = true;
+ this.txtPRD_PACK.Size = new System.Drawing.Size(321, 28);
+ this.txtPRD_PACK.StyleController = this.pcDetailEditor;
+ this.txtPRD_PACK.TabIndex = 0;
+ //
+ // txtORDERUNIT
+ //
+ this.txtORDERUNIT.Location = new System.Drawing.Point(1416, 135);
+ this.txtORDERUNIT.Name = "txtORDERUNIT";
+ this.txtORDERUNIT.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtORDERUNIT.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtORDERUNIT.Properties.Appearance.Options.UseBackColor = true;
+ this.txtORDERUNIT.Properties.Appearance.Options.UseForeColor = true;
+ this.txtORDERUNIT.Size = new System.Drawing.Size(341, 28);
+ this.txtORDERUNIT.StyleController = this.pcDetailEditor;
+ this.txtORDERUNIT.TabIndex = 0;
+ //
+ // txtSALEUNIT
+ //
+ this.txtSALEUNIT.Location = new System.Drawing.Point(102, 167);
+ this.txtSALEUNIT.Name = "txtSALEUNIT";
+ this.txtSALEUNIT.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtSALEUNIT.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtSALEUNIT.Properties.Appearance.Options.UseBackColor = true;
+ this.txtSALEUNIT.Properties.Appearance.Options.UseForeColor = true;
+ this.txtSALEUNIT.Size = new System.Drawing.Size(339, 28);
+ this.txtSALEUNIT.StyleController = this.pcDetailEditor;
+ this.txtSALEUNIT.TabIndex = 0;
+ //
+ // txtSTOREUNIT
+ //
+ this.txtSTOREUNIT.Location = new System.Drawing.Point(540, 167);
+ this.txtSTOREUNIT.Name = "txtSTOREUNIT";
+ this.txtSTOREUNIT.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtSTOREUNIT.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtSTOREUNIT.Properties.Appearance.Options.UseBackColor = true;
+ this.txtSTOREUNIT.Properties.Appearance.Options.UseForeColor = true;
+ this.txtSTOREUNIT.Size = new System.Drawing.Size(339, 28);
+ this.txtSTOREUNIT.StyleController = this.pcDetailEditor;
+ this.txtSTOREUNIT.TabIndex = 0;
+ //
+ // txtPRODUCTUNIT
+ //
+ this.txtPRODUCTUNIT.Location = new System.Drawing.Point(978, 167);
+ this.txtPRODUCTUNIT.Name = "txtPRODUCTUNIT";
+ this.txtPRODUCTUNIT.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtPRODUCTUNIT.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtPRODUCTUNIT.Properties.Appearance.Options.UseBackColor = true;
+ this.txtPRODUCTUNIT.Properties.Appearance.Options.UseForeColor = true;
+ this.txtPRODUCTUNIT.Size = new System.Drawing.Size(339, 28);
+ this.txtPRODUCTUNIT.StyleController = this.pcDetailEditor;
+ this.txtPRODUCTUNIT.TabIndex = 0;
+ //
+ // txtE_ITEM_ID
+ //
+ this.txtE_ITEM_ID.Location = new System.Drawing.Point(1399, 167);
+ this.txtE_ITEM_ID.Name = "txtE_ITEM_ID";
+ this.txtE_ITEM_ID.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtE_ITEM_ID.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtE_ITEM_ID.Properties.Appearance.Options.UseBackColor = true;
+ this.txtE_ITEM_ID.Properties.Appearance.Options.UseForeColor = true;
+ this.txtE_ITEM_ID.Size = new System.Drawing.Size(358, 28);
+ this.txtE_ITEM_ID.StyleController = this.pcDetailEditor;
+ this.txtE_ITEM_ID.TabIndex = 0;
+ //
+ // txtERP_ITEM_NO
+ //
+ this.txtERP_ITEM_NO.Location = new System.Drawing.Point(97, 199);
+ this.txtERP_ITEM_NO.Name = "txtERP_ITEM_NO";
+ this.txtERP_ITEM_NO.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtERP_ITEM_NO.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtERP_ITEM_NO.Properties.Appearance.Options.UseBackColor = true;
+ this.txtERP_ITEM_NO.Properties.Appearance.Options.UseForeColor = true;
+ this.txtERP_ITEM_NO.Size = new System.Drawing.Size(344, 28);
+ this.txtERP_ITEM_NO.StyleController = this.pcDetailEditor;
+ this.txtERP_ITEM_NO.TabIndex = 0;
+ //
+ // txtDEPOT_CODE
+ //
+ this.txtDEPOT_CODE.Location = new System.Drawing.Point(540, 199);
+ this.txtDEPOT_CODE.Name = "txtDEPOT_CODE";
+ this.txtDEPOT_CODE.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtDEPOT_CODE.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtDEPOT_CODE.Properties.Appearance.Options.UseBackColor = true;
+ this.txtDEPOT_CODE.Properties.Appearance.Options.UseForeColor = true;
+ this.txtDEPOT_CODE.Size = new System.Drawing.Size(339, 28);
+ this.txtDEPOT_CODE.StyleController = this.pcDetailEditor;
+ this.txtDEPOT_CODE.TabIndex = 0;
+ //
+ // txtPPBOM00019124
+ //
+ this.txtPPBOM00019124.Location = new System.Drawing.Point(1014, 199);
+ this.txtPPBOM00019124.Name = "txtPPBOM00019124";
+ this.txtPPBOM00019124.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtPPBOM00019124.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtPPBOM00019124.Properties.Appearance.Options.UseBackColor = true;
+ this.txtPPBOM00019124.Properties.Appearance.Options.UseForeColor = true;
+ this.txtPPBOM00019124.Size = new System.Drawing.Size(303, 28);
+ this.txtPPBOM00019124.StyleController = this.pcDetailEditor;
+ this.txtPPBOM00019124.TabIndex = 0;
+ //
+ // txtREMARKS
+ //
+ this.txtREMARKS.Location = new System.Drawing.Point(1416, 199);
+ this.txtREMARKS.Name = "txtREMARKS";
+ this.txtREMARKS.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtREMARKS.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtREMARKS.Properties.Appearance.Options.UseBackColor = true;
+ this.txtREMARKS.Properties.Appearance.Options.UseForeColor = true;
+ this.txtREMARKS.Size = new System.Drawing.Size(341, 28);
+ this.txtREMARKS.StyleController = this.pcDetailEditor;
+ this.txtREMARKS.TabIndex = 0;
+ //
+ // txtFPURCHASERID
+ //
+ this.txtFPURCHASERID.Location = new System.Drawing.Point(84, 231);
+ this.txtFPURCHASERID.Name = "txtFPURCHASERID";
+ this.txtFPURCHASERID.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtFPURCHASERID.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtFPURCHASERID.Properties.Appearance.Options.UseBackColor = true;
+ this.txtFPURCHASERID.Properties.Appearance.Options.UseForeColor = true;
+ this.txtFPURCHASERID.Size = new System.Drawing.Size(357, 28);
+ this.txtFPURCHASERID.StyleController = this.pcDetailEditor;
+ this.txtFPURCHASERID.TabIndex = 0;
+ //
+ // txtFFORBIDSTATUS
+ //
+ this.txtFFORBIDSTATUS.Location = new System.Drawing.Point(540, 231);
+ this.txtFFORBIDSTATUS.Name = "txtFFORBIDSTATUS";
+ this.txtFFORBIDSTATUS.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtFFORBIDSTATUS.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtFFORBIDSTATUS.Properties.Appearance.Options.UseBackColor = true;
+ this.txtFFORBIDSTATUS.Properties.Appearance.Options.UseForeColor = true;
+ this.txtFFORBIDSTATUS.Size = new System.Drawing.Size(339, 28);
+ this.txtFFORBIDSTATUS.StyleController = this.pcDetailEditor;
+ this.txtFFORBIDSTATUS.TabIndex = 0;
+ //
+ // txtFMATERIALGROUP
+ //
+ this.txtFMATERIALGROUP.Location = new System.Drawing.Point(978, 231);
+ this.txtFMATERIALGROUP.Name = "txtFMATERIALGROUP";
+ this.txtFMATERIALGROUP.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtFMATERIALGROUP.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtFMATERIALGROUP.Properties.Appearance.Options.UseBackColor = true;
+ this.txtFMATERIALGROUP.Properties.Appearance.Options.UseForeColor = true;
+ this.txtFMATERIALGROUP.Size = new System.Drawing.Size(339, 28);
+ this.txtFMATERIALGROUP.StyleController = this.pcDetailEditor;
+ this.txtFMATERIALGROUP.TabIndex = 0;
+ //
+ // txtFFINISHRECEIPTOVERRATE
+ //
+ this.txtFFINISHRECEIPTOVERRATE.Location = new System.Drawing.Point(1452, 231);
+ this.txtFFINISHRECEIPTOVERRATE.Name = "txtFFINISHRECEIPTOVERRATE";
+ this.txtFFINISHRECEIPTOVERRATE.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtFFINISHRECEIPTOVERRATE.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtFFINISHRECEIPTOVERRATE.Properties.Appearance.Options.UseBackColor = true;
+ this.txtFFINISHRECEIPTOVERRATE.Properties.Appearance.Options.UseForeColor = true;
+ this.txtFFINISHRECEIPTOVERRATE.Size = new System.Drawing.Size(305, 28);
+ this.txtFFINISHRECEIPTOVERRATE.StyleController = this.pcDetailEditor;
+ this.txtFFINISHRECEIPTOVERRATE.TabIndex = 0;
+ //
+ // txtFISSUETYPE
+ //
+ this.txtFISSUETYPE.Location = new System.Drawing.Point(102, 263);
+ this.txtFISSUETYPE.Name = "txtFISSUETYPE";
+ this.txtFISSUETYPE.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtFISSUETYPE.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtFISSUETYPE.Properties.Appearance.Options.UseBackColor = true;
+ this.txtFISSUETYPE.Properties.Appearance.Options.UseForeColor = true;
+ this.txtFISSUETYPE.Size = new System.Drawing.Size(339, 28);
+ this.txtFISSUETYPE.StyleController = this.pcDetailEditor;
+ this.txtFISSUETYPE.TabIndex = 0;
+ //
+ // txtFISBATCHMANAGE
+ //
+ this.txtFISBATCHMANAGE.EditValue = true;
+ this.txtFISBATCHMANAGE.Location = new System.Drawing.Point(445, 263);
+ this.txtFISBATCHMANAGE.Name = "txtFISBATCHMANAGE";
+ this.txtFISBATCHMANAGE.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtFISBATCHMANAGE.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtFISBATCHMANAGE.Properties.Appearance.Options.UseBackColor = true;
+ this.txtFISBATCHMANAGE.Properties.Appearance.Options.UseForeColor = true;
+ this.txtFISBATCHMANAGE.Properties.Caption = "鍚敤鎵瑰彿绠$悊";
+ this.txtFISBATCHMANAGE.Properties.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
+ this.txtFISBATCHMANAGE.Size = new System.Drawing.Size(434, 27);
+ this.txtFISBATCHMANAGE.StyleController = this.pcDetailEditor;
+ this.txtFISBATCHMANAGE.TabIndex = 0;
+ //
+ // txtFPURCHASEUNITID
+ //
+ this.txtFPURCHASEUNITID.Location = new System.Drawing.Point(978, 263);
+ this.txtFPURCHASEUNITID.Name = "txtFPURCHASEUNITID";
+ this.txtFPURCHASEUNITID.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtFPURCHASEUNITID.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtFPURCHASEUNITID.Properties.Appearance.Options.UseBackColor = true;
+ this.txtFPURCHASEUNITID.Properties.Appearance.Options.UseForeColor = true;
+ this.txtFPURCHASEUNITID.Size = new System.Drawing.Size(339, 28);
+ this.txtFPURCHASEUNITID.StyleController = this.pcDetailEditor;
+ this.txtFPURCHASEUNITID.TabIndex = 0;
+ //
+ // txtREMARK1
+ //
+ this.txtREMARK1.Location = new System.Drawing.Point(1444, 263);
+ this.txtREMARK1.Name = "txtREMARK1";
+ this.txtREMARK1.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtREMARK1.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtREMARK1.Properties.Appearance.Options.UseBackColor = true;
+ this.txtREMARK1.Properties.Appearance.Options.UseForeColor = true;
+ this.txtREMARK1.Size = new System.Drawing.Size(313, 28);
+ this.txtREMARK1.StyleController = this.pcDetailEditor;
+ this.txtREMARK1.TabIndex = 0;
+ //
+ // txtREMARK2
+ //
+ this.txtREMARK2.Location = new System.Drawing.Point(130, 295);
+ this.txtREMARK2.Name = "txtREMARK2";
+ this.txtREMARK2.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtREMARK2.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtREMARK2.Properties.Appearance.Options.UseBackColor = true;
+ this.txtREMARK2.Properties.Appearance.Options.UseForeColor = true;
+ this.txtREMARK2.Size = new System.Drawing.Size(311, 28);
+ this.txtREMARK2.StyleController = this.pcDetailEditor;
+ this.txtREMARK2.TabIndex = 0;
+ //
+ // txtREMARK3
+ //
+ this.txtREMARK3.Location = new System.Drawing.Point(568, 295);
+ this.txtREMARK3.Name = "txtREMARK3";
+ this.txtREMARK3.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtREMARK3.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtREMARK3.Properties.Appearance.Options.UseBackColor = true;
+ this.txtREMARK3.Properties.Appearance.Options.UseForeColor = true;
+ this.txtREMARK3.Size = new System.Drawing.Size(311, 28);
+ this.txtREMARK3.StyleController = this.pcDetailEditor;
+ this.txtREMARK3.TabIndex = 0;
+ //
+ // txtREMARK4
+ //
+ this.txtREMARK4.Location = new System.Drawing.Point(1006, 295);
+ this.txtREMARK4.Name = "txtREMARK4";
+ this.txtREMARK4.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtREMARK4.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtREMARK4.Properties.Appearance.Options.UseBackColor = true;
+ this.txtREMARK4.Properties.Appearance.Options.UseForeColor = true;
+ this.txtREMARK4.Size = new System.Drawing.Size(311, 28);
+ this.txtREMARK4.StyleController = this.pcDetailEditor;
+ this.txtREMARK4.TabIndex = 0;
+ //
+ // txtREMARK5
+ //
+ this.txtREMARK5.Location = new System.Drawing.Point(1444, 295);
+ this.txtREMARK5.Name = "txtREMARK5";
+ this.txtREMARK5.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtREMARK5.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtREMARK5.Properties.Appearance.Options.UseBackColor = true;
+ this.txtREMARK5.Properties.Appearance.Options.UseForeColor = true;
+ this.txtREMARK5.Size = new System.Drawing.Size(313, 28);
+ this.txtREMARK5.StyleController = this.pcDetailEditor;
+ this.txtREMARK5.TabIndex = 0;
+ //
+ // txtPRODUCTION_WORKSHOP
+ //
+ this.txtPRODUCTION_WORKSHOP.Location = new System.Drawing.Point(102, 327);
+ this.txtPRODUCTION_WORKSHOP.Name = "txtPRODUCTION_WORKSHOP";
+ this.txtPRODUCTION_WORKSHOP.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtPRODUCTION_WORKSHOP.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtPRODUCTION_WORKSHOP.Properties.Appearance.Options.UseBackColor = true;
+ this.txtPRODUCTION_WORKSHOP.Properties.Appearance.Options.UseForeColor = true;
+ this.txtPRODUCTION_WORKSHOP.Size = new System.Drawing.Size(339, 28);
+ this.txtPRODUCTION_WORKSHOP.StyleController = this.pcDetailEditor;
+ this.txtPRODUCTION_WORKSHOP.TabIndex = 0;
+ //
+ // txtMATERIAL_PROPERTI
+ //
+ this.txtMATERIAL_PROPERTI.Location = new System.Drawing.Point(540, 327);
+ this.txtMATERIAL_PROPERTI.Name = "txtMATERIAL_PROPERTI";
+ this.txtMATERIAL_PROPERTI.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtMATERIAL_PROPERTI.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtMATERIAL_PROPERTI.Properties.Appearance.Options.UseBackColor = true;
+ this.txtMATERIAL_PROPERTI.Properties.Appearance.Options.UseForeColor = true;
+ this.txtMATERIAL_PROPERTI.Size = new System.Drawing.Size(339, 28);
+ this.txtMATERIAL_PROPERTI.StyleController = this.pcDetailEditor;
+ this.txtMATERIAL_PROPERTI.TabIndex = 0;
+ //
+ // txtPRODUCE_UNIT
+ //
+ this.txtPRODUCE_UNIT.Location = new System.Drawing.Point(978, 327);
+ this.txtPRODUCE_UNIT.Name = "txtPRODUCE_UNIT";
+ this.txtPRODUCE_UNIT.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtPRODUCE_UNIT.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtPRODUCE_UNIT.Properties.Appearance.Options.UseBackColor = true;
+ this.txtPRODUCE_UNIT.Properties.Appearance.Options.UseForeColor = true;
+ this.txtPRODUCE_UNIT.Size = new System.Drawing.Size(339, 28);
+ this.txtPRODUCE_UNIT.StyleController = this.pcDetailEditor;
+ this.txtPRODUCE_UNIT.TabIndex = 0;
+ //
+ // txtSUBCON_UNIT
+ //
+ this.txtSUBCON_UNIT.Location = new System.Drawing.Point(1416, 327);
+ this.txtSUBCON_UNIT.Name = "txtSUBCON_UNIT";
+ this.txtSUBCON_UNIT.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtSUBCON_UNIT.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtSUBCON_UNIT.Properties.Appearance.Options.UseBackColor = true;
+ this.txtSUBCON_UNIT.Properties.Appearance.Options.UseForeColor = true;
+ this.txtSUBCON_UNIT.Size = new System.Drawing.Size(341, 28);
+ this.txtSUBCON_UNIT.StyleController = this.pcDetailEditor;
+ this.txtSUBCON_UNIT.TabIndex = 0;
+ //
+ // txtBZ06
+ //
+ this.txtBZ06.Location = new System.Drawing.Point(76, 359);
+ this.txtBZ06.Name = "txtBZ06";
+ this.txtBZ06.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtBZ06.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtBZ06.Properties.Appearance.Options.UseBackColor = true;
+ this.txtBZ06.Properties.Appearance.Options.UseForeColor = true;
+ this.txtBZ06.Size = new System.Drawing.Size(365, 28);
+ this.txtBZ06.StyleController = this.pcDetailEditor;
+ this.txtBZ06.TabIndex = 0;
+ //
+ // txtBZ07
+ //
+ this.txtBZ07.Location = new System.Drawing.Point(514, 359);
+ this.txtBZ07.Name = "txtBZ07";
+ this.txtBZ07.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtBZ07.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtBZ07.Properties.Appearance.Options.UseBackColor = true;
+ this.txtBZ07.Properties.Appearance.Options.UseForeColor = true;
+ this.txtBZ07.Size = new System.Drawing.Size(365, 28);
+ this.txtBZ07.StyleController = this.pcDetailEditor;
+ this.txtBZ07.TabIndex = 0;
+ //
+ // txtBZ08
+ //
+ this.txtBZ08.Location = new System.Drawing.Point(952, 359);
+ this.txtBZ08.Name = "txtBZ08";
+ this.txtBZ08.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtBZ08.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtBZ08.Properties.Appearance.Options.UseBackColor = true;
+ this.txtBZ08.Properties.Appearance.Options.UseForeColor = true;
+ this.txtBZ08.Size = new System.Drawing.Size(365, 28);
+ this.txtBZ08.StyleController = this.pcDetailEditor;
+ this.txtBZ08.TabIndex = 0;
+ //
+ // txtBZ09
+ //
+ this.txtBZ09.Location = new System.Drawing.Point(1390, 359);
+ this.txtBZ09.Name = "txtBZ09";
+ this.txtBZ09.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtBZ09.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtBZ09.Properties.Appearance.Options.UseBackColor = true;
+ this.txtBZ09.Properties.Appearance.Options.UseForeColor = true;
+ this.txtBZ09.Size = new System.Drawing.Size(367, 28);
+ this.txtBZ09.StyleController = this.pcDetailEditor;
+ this.txtBZ09.TabIndex = 0;
+ //
+ // txtBZ10
+ //
+ this.txtBZ10.Location = new System.Drawing.Point(76, 391);
+ this.txtBZ10.Name = "txtBZ10";
+ this.txtBZ10.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtBZ10.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtBZ10.Properties.Appearance.Options.UseBackColor = true;
+ this.txtBZ10.Properties.Appearance.Options.UseForeColor = true;
+ this.txtBZ10.Size = new System.Drawing.Size(365, 28);
+ this.txtBZ10.StyleController = this.pcDetailEditor;
+ this.txtBZ10.TabIndex = 0;
+ //
+ // txtQC_TEAMID
+ //
+ this.txtQC_TEAMID.Location = new System.Drawing.Point(547, 391);
+ this.txtQC_TEAMID.Name = "txtQC_TEAMID";
+ this.txtQC_TEAMID.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtQC_TEAMID.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtQC_TEAMID.Properties.Appearance.Options.UseBackColor = true;
+ this.txtQC_TEAMID.Properties.Appearance.Options.UseForeColor = true;
+ this.txtQC_TEAMID.Size = new System.Drawing.Size(332, 28);
+ this.txtQC_TEAMID.StyleController = this.pcDetailEditor;
+ this.txtQC_TEAMID.TabIndex = 0;
+ //
+ // txtITEM_ID
+ //
+ this.txtITEM_ID.Location = new System.Drawing.Point(961, 391);
+ this.txtITEM_ID.Name = "txtITEM_ID";
+ this.txtITEM_ID.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.txtITEM_ID.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.txtITEM_ID.Properties.Appearance.Options.UseBackColor = true;
+ this.txtITEM_ID.Properties.Appearance.Options.UseForeColor = true;
+ this.txtITEM_ID.Size = new System.Drawing.Size(356, 28);
+ this.txtITEM_ID.StyleController = this.pcDetailEditor;
+ this.txtITEM_ID.TabIndex = 0;
+ //
+ // layoutGroup
+ //
+ this.layoutGroup.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
+ this.layoutGroup.GroupBordersVisible = false;
+ this.layoutGroup.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
+ this.layoutItemID,
+ this.layoutItemFACTORY,
+ this.layoutItemCOMPANY,
+ this.layoutItemITEM_NO,
+ this.layoutItemITEM_NAME,
+ this.layoutItemITEM_SNAME,
+ this.layoutItemITEM_MODEL,
+ this.layoutItemITEM_DESCRIPTION,
+ this.layoutItemITEM_UNIT,
+ this.layoutItemITEM_TYPE,
+ this.layoutItemITEM_VERSION,
+ this.layoutItemCUST_NO,
+ this.layoutItemCREATE_BY,
+ this.layoutItemCREATE_DATE,
+ this.layoutItemLASTUPDATE_BY,
+ this.layoutItemLASTUPDATE_DATE,
+ this.layoutItemLOWLIMIT,
+ this.layoutItemHIGHLIMIT,
+ this.layoutItemPRD_PACK,
+ this.layoutItemORDERUNIT,
+ this.layoutItemSALEUNIT,
+ this.layoutItemSTOREUNIT,
+ this.layoutItemPRODUCTUNIT,
+ this.layoutItemE_ITEM_ID,
+ this.layoutItemERP_ITEM_NO,
+ this.layoutItemDEPOT_CODE,
+ this.layoutItemPPBOM00019124,
+ this.layoutItemREMARKS,
+ this.layoutItemFPURCHASERID,
+ this.layoutItemFFORBIDSTATUS,
+ this.layoutItemFMATERIALGROUP,
+ this.layoutItemFFINISHRECEIPTOVERRATE,
+ this.layoutItemFISSUETYPE,
+ this.layoutItemFISBATCHMANAGE,
+ this.layoutItemFPURCHASEUNITID,
+ this.layoutItemREMARK1,
+ this.layoutItemREMARK2,
+ this.layoutItemREMARK3,
+ this.layoutItemREMARK4,
+ this.layoutItemREMARK5,
+ this.layoutItemPRODUCTION_WORKSHOP,
+ this.layoutItemMATERIAL_PROPERTI,
+ this.layoutItemPRODUCE_UNIT,
+ this.layoutItemSUBCON_UNIT,
+ this.layoutItemBZ06,
+ this.layoutItemBZ07,
+ this.layoutItemBZ08,
+ this.layoutItemBZ09,
+ this.layoutItemBZ10,
+ this.layoutItemQC_TEAMID,
+ this.layoutItemITEM_ID});
+ this.layoutGroup.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
+ this.layoutGroup.Name = "Root";
+ columnDefinition21.SizeType = System.Windows.Forms.SizeType.Percent;
+ columnDefinition21.Width = 25D;
+ columnDefinition22.SizeType = System.Windows.Forms.SizeType.Percent;
+ columnDefinition22.Width = 25D;
+ columnDefinition23.SizeType = System.Windows.Forms.SizeType.Percent;
+ columnDefinition23.Width = 25D;
+ columnDefinition24.SizeType = System.Windows.Forms.SizeType.Percent;
+ columnDefinition24.Width = 25D;
+ this.layoutGroup.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
+ columnDefinition21,
+ columnDefinition22,
+ columnDefinition23,
+ columnDefinition24});
+ rowDefinition66.Height = 32D;
+ rowDefinition66.SizeType = System.Windows.Forms.SizeType.AutoSize;
+ rowDefinition67.Height = 32D;
+ rowDefinition67.SizeType = System.Windows.Forms.SizeType.AutoSize;
+ rowDefinition68.Height = 32D;
+ rowDefinition68.SizeType = System.Windows.Forms.SizeType.AutoSize;
+ rowDefinition69.Height = 32D;
+ rowDefinition69.SizeType = System.Windows.Forms.SizeType.AutoSize;
+ rowDefinition70.Height = 32D;
+ rowDefinition70.SizeType = System.Windows.Forms.SizeType.AutoSize;
+ rowDefinition71.Height = 32D;
+ rowDefinition71.SizeType = System.Windows.Forms.SizeType.AutoSize;
+ rowDefinition72.Height = 32D;
+ rowDefinition72.SizeType = System.Windows.Forms.SizeType.AutoSize;
+ rowDefinition73.Height = 32D;
+ rowDefinition73.SizeType = System.Windows.Forms.SizeType.AutoSize;
+ rowDefinition74.Height = 32D;
+ rowDefinition74.SizeType = System.Windows.Forms.SizeType.AutoSize;
+ rowDefinition75.Height = 32D;
+ rowDefinition75.SizeType = System.Windows.Forms.SizeType.AutoSize;
+ rowDefinition76.Height = 32D;
+ rowDefinition76.SizeType = System.Windows.Forms.SizeType.AutoSize;
+ rowDefinition77.Height = 32D;
+ rowDefinition77.SizeType = System.Windows.Forms.SizeType.AutoSize;
+ rowDefinition78.Height = 255D;
+ rowDefinition78.SizeType = System.Windows.Forms.SizeType.AutoSize;
+ this.layoutGroup.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
+ rowDefinition66,
+ rowDefinition67,
+ rowDefinition68,
+ rowDefinition69,
+ rowDefinition70,
+ rowDefinition71,
+ rowDefinition72,
+ rowDefinition73,
+ rowDefinition74,
+ rowDefinition75,
+ rowDefinition76,
+ rowDefinition77,
+ rowDefinition78});
+ this.layoutGroup.Padding = new DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5);
+ this.layoutGroup.Size = new System.Drawing.Size(1764, 649);
+ this.layoutGroup.TextVisible = false;
+ //
+ // layoutItemID
+ //
+ this.layoutItemID.Control = this.txtID;
+ this.layoutItemID.Location = new System.Drawing.Point(0, 0);
+ this.layoutItemID.Name = "layoutItemID";
+ this.layoutItemID.Size = new System.Drawing.Size(438, 32);
+ this.layoutItemID.Text = "鐗╂枡ID锛�";
+ this.layoutItemID.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemID.TextSize = new System.Drawing.Size(73, 22);
+ this.layoutItemID.TextToControlDistance = 5;
+ //
+ // layoutItemFACTORY
+ //
+ this.layoutItemFACTORY.Control = this.txtFACTORY;
+ this.layoutItemFACTORY.Location = new System.Drawing.Point(438, 0);
+ this.layoutItemFACTORY.Name = "layoutItemFACTORY";
+ this.layoutItemFACTORY.OptionsTableLayoutItem.ColumnIndex = 1;
+ this.layoutItemFACTORY.Size = new System.Drawing.Size(438, 32);
+ this.layoutItemFACTORY.Text = "宸ュ巶锛�";
+ this.layoutItemFACTORY.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemFACTORY.TextSize = new System.Drawing.Size(54, 22);
+ this.layoutItemFACTORY.TextToControlDistance = 5;
+ //
+ // layoutItemCOMPANY
+ //
+ this.layoutItemCOMPANY.Control = this.txtCOMPANY;
+ this.layoutItemCOMPANY.Location = new System.Drawing.Point(876, 0);
+ this.layoutItemCOMPANY.Name = "layoutItemCOMPANY";
+ this.layoutItemCOMPANY.OptionsTableLayoutItem.ColumnIndex = 2;
+ this.layoutItemCOMPANY.Size = new System.Drawing.Size(438, 32);
+ this.layoutItemCOMPANY.Text = "鍏徃缂栧彿锛�";
+ this.layoutItemCOMPANY.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemCOMPANY.TextSize = new System.Drawing.Size(90, 22);
+ this.layoutItemCOMPANY.TextToControlDistance = 5;
+ //
+ // layoutItemITEM_NO
+ //
+ this.layoutItemITEM_NO.Control = this.txtitemNo;
+ this.layoutItemITEM_NO.Location = new System.Drawing.Point(1314, 0);
+ this.layoutItemITEM_NO.Name = "layoutItemITEM_NO";
+ this.layoutItemITEM_NO.OptionsTableLayoutItem.ColumnIndex = 3;
+ this.layoutItemITEM_NO.Size = new System.Drawing.Size(440, 32);
+ this.layoutItemITEM_NO.Text = "鐗╂枡缂栧彿锛�";
+ this.layoutItemITEM_NO.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemITEM_NO.TextSize = new System.Drawing.Size(90, 22);
+ this.layoutItemITEM_NO.TextToControlDistance = 5;
+ //
+ // layoutItemITEM_NAME
+ //
+ this.layoutItemITEM_NAME.Control = this.txtITEM_NAME;
+ this.layoutItemITEM_NAME.Location = new System.Drawing.Point(0, 32);
+ this.layoutItemITEM_NAME.Name = "layoutItemITEM_NAME";
+ this.layoutItemITEM_NAME.OptionsTableLayoutItem.RowIndex = 1;
+ this.layoutItemITEM_NAME.Size = new System.Drawing.Size(438, 32);
+ this.layoutItemITEM_NAME.Text = "鐗╂枡鍚嶇О锛�";
+ this.layoutItemITEM_NAME.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemITEM_NAME.TextSize = new System.Drawing.Size(90, 22);
+ this.layoutItemITEM_NAME.TextToControlDistance = 5;
+ //
+ // layoutItemITEM_SNAME
+ //
+ this.layoutItemITEM_SNAME.Control = this.txtITEM_SNAME;
+ this.layoutItemITEM_SNAME.Location = new System.Drawing.Point(438, 32);
+ this.layoutItemITEM_SNAME.Name = "layoutItemITEM_SNAME";
+ this.layoutItemITEM_SNAME.OptionsTableLayoutItem.ColumnIndex = 1;
+ this.layoutItemITEM_SNAME.OptionsTableLayoutItem.RowIndex = 1;
+ this.layoutItemITEM_SNAME.Size = new System.Drawing.Size(438, 32);
+ this.layoutItemITEM_SNAME.Text = "鐗╂枡绠�绉帮細";
+ this.layoutItemITEM_SNAME.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemITEM_SNAME.TextSize = new System.Drawing.Size(90, 22);
+ this.layoutItemITEM_SNAME.TextToControlDistance = 5;
+ //
+ // layoutItemITEM_MODEL
+ //
+ this.layoutItemITEM_MODEL.Control = this.txtITEM_MODEL;
+ this.layoutItemITEM_MODEL.Location = new System.Drawing.Point(876, 32);
+ this.layoutItemITEM_MODEL.Name = "layoutItemITEM_MODEL";
+ this.layoutItemITEM_MODEL.OptionsTableLayoutItem.ColumnIndex = 2;
+ this.layoutItemITEM_MODEL.OptionsTableLayoutItem.RowIndex = 1;
+ this.layoutItemITEM_MODEL.Size = new System.Drawing.Size(438, 32);
+ this.layoutItemITEM_MODEL.Text = "鐗╂枡瑙勬牸锛�";
+ this.layoutItemITEM_MODEL.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemITEM_MODEL.TextSize = new System.Drawing.Size(90, 22);
+ this.layoutItemITEM_MODEL.TextToControlDistance = 5;
+ //
+ // layoutItemITEM_DESCRIPTION
+ //
+ this.layoutItemITEM_DESCRIPTION.Control = this.txtITEM_DESCRIPTION;
+ this.layoutItemITEM_DESCRIPTION.Location = new System.Drawing.Point(1314, 32);
+ this.layoutItemITEM_DESCRIPTION.Name = "layoutItemITEM_DESCRIPTION";
+ this.layoutItemITEM_DESCRIPTION.OptionsTableLayoutItem.ColumnIndex = 3;
+ this.layoutItemITEM_DESCRIPTION.OptionsTableLayoutItem.RowIndex = 1;
+ this.layoutItemITEM_DESCRIPTION.Size = new System.Drawing.Size(440, 32);
+ this.layoutItemITEM_DESCRIPTION.Text = "鐗╂枡鎻忚堪锛�";
+ this.layoutItemITEM_DESCRIPTION.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemITEM_DESCRIPTION.TextSize = new System.Drawing.Size(90, 22);
+ this.layoutItemITEM_DESCRIPTION.TextToControlDistance = 5;
+ //
+ // layoutItemITEM_UNIT
+ //
+ this.layoutItemITEM_UNIT.Control = this.txtITEM_UNIT;
+ this.layoutItemITEM_UNIT.Location = new System.Drawing.Point(0, 64);
+ this.layoutItemITEM_UNIT.Name = "layoutItemITEM_UNIT";
+ this.layoutItemITEM_UNIT.OptionsTableLayoutItem.RowIndex = 2;
+ this.layoutItemITEM_UNIT.Size = new System.Drawing.Size(438, 32);
+ this.layoutItemITEM_UNIT.Text = "鐗╂枡鍗曚綅锛�";
+ this.layoutItemITEM_UNIT.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemITEM_UNIT.TextSize = new System.Drawing.Size(90, 22);
+ this.layoutItemITEM_UNIT.TextToControlDistance = 5;
+ //
+ // layoutItemITEM_TYPE
+ //
+ this.layoutItemITEM_TYPE.Control = this.txtITEM_TYPE;
+ this.layoutItemITEM_TYPE.Location = new System.Drawing.Point(438, 64);
+ this.layoutItemITEM_TYPE.Name = "layoutItemITEM_TYPE";
+ this.layoutItemITEM_TYPE.OptionsTableLayoutItem.ColumnIndex = 1;
+ this.layoutItemITEM_TYPE.OptionsTableLayoutItem.RowIndex = 2;
+ this.layoutItemITEM_TYPE.Size = new System.Drawing.Size(438, 32);
+ this.layoutItemITEM_TYPE.Text = "鐗╂枡绫诲瀷锛�";
+ this.layoutItemITEM_TYPE.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemITEM_TYPE.TextSize = new System.Drawing.Size(90, 22);
+ this.layoutItemITEM_TYPE.TextToControlDistance = 5;
+ //
+ // layoutItemITEM_VERSION
+ //
+ this.layoutItemITEM_VERSION.Control = this.txtITEM_VERSION;
+ this.layoutItemITEM_VERSION.Location = new System.Drawing.Point(876, 64);
+ this.layoutItemITEM_VERSION.Name = "layoutItemITEM_VERSION";
+ this.layoutItemITEM_VERSION.OptionsTableLayoutItem.ColumnIndex = 2;
+ this.layoutItemITEM_VERSION.OptionsTableLayoutItem.RowIndex = 2;
+ this.layoutItemITEM_VERSION.Size = new System.Drawing.Size(438, 32);
+ this.layoutItemITEM_VERSION.Text = "浜у搧鐗堟湰锛�";
+ this.layoutItemITEM_VERSION.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemITEM_VERSION.TextSize = new System.Drawing.Size(90, 22);
+ this.layoutItemITEM_VERSION.TextToControlDistance = 5;
+ //
+ // layoutItemCUST_NO
+ //
+ this.layoutItemCUST_NO.Control = this.txtCUST_NO;
+ this.layoutItemCUST_NO.Location = new System.Drawing.Point(1314, 64);
+ this.layoutItemCUST_NO.Name = "layoutItemCUST_NO";
+ this.layoutItemCUST_NO.OptionsTableLayoutItem.ColumnIndex = 3;
+ this.layoutItemCUST_NO.OptionsTableLayoutItem.RowIndex = 2;
+ this.layoutItemCUST_NO.Size = new System.Drawing.Size(440, 32);
+ this.layoutItemCUST_NO.Text = "瀹㈡埛缂栧彿锛�";
+ this.layoutItemCUST_NO.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemCUST_NO.TextSize = new System.Drawing.Size(90, 22);
+ this.layoutItemCUST_NO.TextToControlDistance = 5;
+ //
+ // layoutItemCREATE_BY
+ //
+ this.layoutItemCREATE_BY.Control = this.txtCREATE_BY;
+ this.layoutItemCREATE_BY.Location = new System.Drawing.Point(0, 96);
+ this.layoutItemCREATE_BY.Name = "layoutItemCREATE_BY";
+ this.layoutItemCREATE_BY.OptionsTableLayoutItem.RowIndex = 3;
+ this.layoutItemCREATE_BY.Size = new System.Drawing.Size(438, 32);
+ this.layoutItemCREATE_BY.Text = "鍒涘缓浜猴細";
+ this.layoutItemCREATE_BY.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemCREATE_BY.TextSize = new System.Drawing.Size(72, 22);
+ this.layoutItemCREATE_BY.TextToControlDistance = 5;
+ //
+ // layoutItemCREATE_DATE
+ //
+ this.layoutItemCREATE_DATE.Control = this.txtCREATE_DATE;
+ this.layoutItemCREATE_DATE.Location = new System.Drawing.Point(438, 96);
+ this.layoutItemCREATE_DATE.Name = "layoutItemCREATE_DATE";
+ this.layoutItemCREATE_DATE.OptionsTableLayoutItem.ColumnIndex = 1;
+ this.layoutItemCREATE_DATE.OptionsTableLayoutItem.RowIndex = 3;
+ this.layoutItemCREATE_DATE.Size = new System.Drawing.Size(438, 32);
+ this.layoutItemCREATE_DATE.Text = "鍒涘缓鏃堕棿锛�";
+ this.layoutItemCREATE_DATE.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemCREATE_DATE.TextSize = new System.Drawing.Size(90, 22);
+ this.layoutItemCREATE_DATE.TextToControlDistance = 5;
+ //
+ // layoutItemLASTUPDATE_BY
+ //
+ this.layoutItemLASTUPDATE_BY.Control = this.txtLASTUPDATE_BY;
+ this.layoutItemLASTUPDATE_BY.Location = new System.Drawing.Point(876, 96);
+ this.layoutItemLASTUPDATE_BY.Name = "layoutItemLASTUPDATE_BY";
+ this.layoutItemLASTUPDATE_BY.OptionsTableLayoutItem.ColumnIndex = 2;
+ this.layoutItemLASTUPDATE_BY.OptionsTableLayoutItem.RowIndex = 3;
+ this.layoutItemLASTUPDATE_BY.Size = new System.Drawing.Size(438, 32);
+ this.layoutItemLASTUPDATE_BY.Text = "鏈�鍚庢洿鏂颁汉锛�";
+ this.layoutItemLASTUPDATE_BY.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemLASTUPDATE_BY.TextSize = new System.Drawing.Size(108, 22);
+ this.layoutItemLASTUPDATE_BY.TextToControlDistance = 5;
+ //
+ // layoutItemLASTUPDATE_DATE
+ //
+ this.layoutItemLASTUPDATE_DATE.Control = this.txtLASTUPDATE_DATE;
+ this.layoutItemLASTUPDATE_DATE.Location = new System.Drawing.Point(1314, 96);
+ this.layoutItemLASTUPDATE_DATE.Name = "layoutItemLASTUPDATE_DATE";
+ this.layoutItemLASTUPDATE_DATE.OptionsTableLayoutItem.ColumnIndex = 3;
+ this.layoutItemLASTUPDATE_DATE.OptionsTableLayoutItem.RowIndex = 3;
+ this.layoutItemLASTUPDATE_DATE.Size = new System.Drawing.Size(440, 32);
+ this.layoutItemLASTUPDATE_DATE.Text = "鏈�鍚庢洿鏂版椂闂达細";
+ this.layoutItemLASTUPDATE_DATE.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemLASTUPDATE_DATE.TextSize = new System.Drawing.Size(126, 22);
+ this.layoutItemLASTUPDATE_DATE.TextToControlDistance = 5;
+ //
+ // layoutItemLOWLIMIT
+ //
+ this.layoutItemLOWLIMIT.Control = this.txtLOWLIMIT;
+ this.layoutItemLOWLIMIT.Location = new System.Drawing.Point(0, 128);
+ this.layoutItemLOWLIMIT.Name = "layoutItemLOWLIMIT";
+ this.layoutItemLOWLIMIT.OptionsTableLayoutItem.RowIndex = 4;
+ this.layoutItemLOWLIMIT.Size = new System.Drawing.Size(438, 32);
+ this.layoutItemLOWLIMIT.Text = "鏈�浣庡簱瀛橈細";
+ this.layoutItemLOWLIMIT.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemLOWLIMIT.TextSize = new System.Drawing.Size(90, 22);
+ this.layoutItemLOWLIMIT.TextToControlDistance = 5;
+ //
+ // layoutItemHIGHLIMIT
+ //
+ this.layoutItemHIGHLIMIT.Control = this.txtHIGHLIMIT;
+ this.layoutItemHIGHLIMIT.Location = new System.Drawing.Point(438, 128);
+ this.layoutItemHIGHLIMIT.Name = "layoutItemHIGHLIMIT";
+ this.layoutItemHIGHLIMIT.OptionsTableLayoutItem.ColumnIndex = 1;
+ this.layoutItemHIGHLIMIT.OptionsTableLayoutItem.RowIndex = 4;
+ this.layoutItemHIGHLIMIT.Size = new System.Drawing.Size(438, 32);
+ this.layoutItemHIGHLIMIT.Text = "鏈�澶у簱瀛橈細";
+ this.layoutItemHIGHLIMIT.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemHIGHLIMIT.TextSize = new System.Drawing.Size(90, 22);
+ this.layoutItemHIGHLIMIT.TextToControlDistance = 5;
+ //
+ // layoutItemPRD_PACK
+ //
+ this.layoutItemPRD_PACK.Control = this.txtPRD_PACK;
+ this.layoutItemPRD_PACK.Location = new System.Drawing.Point(876, 128);
+ this.layoutItemPRD_PACK.Name = "layoutItemPRD_PACK";
+ this.layoutItemPRD_PACK.OptionsTableLayoutItem.ColumnIndex = 2;
+ this.layoutItemPRD_PACK.OptionsTableLayoutItem.RowIndex = 4;
+ this.layoutItemPRD_PACK.Size = new System.Drawing.Size(438, 32);
+ this.layoutItemPRD_PACK.Text = "鏈�灏忓寘瑁呮暟锛�";
+ this.layoutItemPRD_PACK.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemPRD_PACK.TextSize = new System.Drawing.Size(108, 22);
+ this.layoutItemPRD_PACK.TextToControlDistance = 5;
+ //
+ // layoutItemORDERUNIT
+ //
+ this.layoutItemORDERUNIT.Control = this.txtORDERUNIT;
+ this.layoutItemORDERUNIT.Location = new System.Drawing.Point(1314, 128);
+ this.layoutItemORDERUNIT.Name = "layoutItemORDERUNIT";
+ this.layoutItemORDERUNIT.OptionsTableLayoutItem.ColumnIndex = 3;
+ this.layoutItemORDERUNIT.OptionsTableLayoutItem.RowIndex = 4;
+ this.layoutItemORDERUNIT.Size = new System.Drawing.Size(440, 32);
+ this.layoutItemORDERUNIT.Text = "璁㈠崟鍗曚綅锛�";
+ this.layoutItemORDERUNIT.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemORDERUNIT.TextSize = new System.Drawing.Size(90, 22);
+ this.layoutItemORDERUNIT.TextToControlDistance = 5;
+ //
+ // layoutItemSALEUNIT
+ //
+ this.layoutItemSALEUNIT.Control = this.txtSALEUNIT;
+ this.layoutItemSALEUNIT.Location = new System.Drawing.Point(0, 160);
+ this.layoutItemSALEUNIT.Name = "layoutItemSALEUNIT";
+ this.layoutItemSALEUNIT.OptionsTableLayoutItem.RowIndex = 5;
+ this.layoutItemSALEUNIT.Size = new System.Drawing.Size(438, 32);
+ this.layoutItemSALEUNIT.Text = "閿�鍞崟浣嶏細";
+ this.layoutItemSALEUNIT.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemSALEUNIT.TextSize = new System.Drawing.Size(90, 22);
+ this.layoutItemSALEUNIT.TextToControlDistance = 5;
+ //
+ // layoutItemSTOREUNIT
+ //
+ this.layoutItemSTOREUNIT.Control = this.txtSTOREUNIT;
+ this.layoutItemSTOREUNIT.Location = new System.Drawing.Point(438, 160);
+ this.layoutItemSTOREUNIT.Name = "layoutItemSTOREUNIT";
+ this.layoutItemSTOREUNIT.OptionsTableLayoutItem.ColumnIndex = 1;
+ this.layoutItemSTOREUNIT.OptionsTableLayoutItem.RowIndex = 5;
+ this.layoutItemSTOREUNIT.Size = new System.Drawing.Size(438, 32);
+ this.layoutItemSTOREUNIT.Text = "搴撴埧鍗曚綅锛�";
+ this.layoutItemSTOREUNIT.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemSTOREUNIT.TextSize = new System.Drawing.Size(90, 22);
+ this.layoutItemSTOREUNIT.TextToControlDistance = 5;
+ //
+ // layoutItemPRODUCTUNIT
+ //
+ this.layoutItemPRODUCTUNIT.Control = this.txtPRODUCTUNIT;
+ this.layoutItemPRODUCTUNIT.Location = new System.Drawing.Point(876, 160);
+ this.layoutItemPRODUCTUNIT.Name = "layoutItemPRODUCTUNIT";
+ this.layoutItemPRODUCTUNIT.OptionsTableLayoutItem.ColumnIndex = 2;
+ this.layoutItemPRODUCTUNIT.OptionsTableLayoutItem.RowIndex = 5;
+ this.layoutItemPRODUCTUNIT.Size = new System.Drawing.Size(438, 32);
+ this.layoutItemPRODUCTUNIT.Text = "鐢熶骇鍗曚綅锛�";
+ this.layoutItemPRODUCTUNIT.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemPRODUCTUNIT.TextSize = new System.Drawing.Size(90, 22);
+ this.layoutItemPRODUCTUNIT.TextToControlDistance = 5;
+ //
+ // layoutItemE_ITEM_ID
+ //
+ this.layoutItemE_ITEM_ID.Control = this.txtE_ITEM_ID;
+ this.layoutItemE_ITEM_ID.Location = new System.Drawing.Point(1314, 160);
+ this.layoutItemE_ITEM_ID.Name = "layoutItemE_ITEM_ID";
+ this.layoutItemE_ITEM_ID.OptionsTableLayoutItem.ColumnIndex = 3;
+ this.layoutItemE_ITEM_ID.OptionsTableLayoutItem.RowIndex = 5;
+ this.layoutItemE_ITEM_ID.Size = new System.Drawing.Size(440, 32);
+ this.layoutItemE_ITEM_ID.Text = "鐗╂枡ID锛�";
+ this.layoutItemE_ITEM_ID.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemE_ITEM_ID.TextSize = new System.Drawing.Size(73, 22);
+ this.layoutItemE_ITEM_ID.TextToControlDistance = 5;
+ //
+ // layoutItemERP_ITEM_NO
+ //
+ this.layoutItemERP_ITEM_NO.Control = this.txtERP_ITEM_NO;
+ this.layoutItemERP_ITEM_NO.Location = new System.Drawing.Point(0, 192);
+ this.layoutItemERP_ITEM_NO.Name = "layoutItemERP_ITEM_NO";
+ this.layoutItemERP_ITEM_NO.OptionsTableLayoutItem.RowIndex = 6;
+ this.layoutItemERP_ITEM_NO.Size = new System.Drawing.Size(438, 32);
+ this.layoutItemERP_ITEM_NO.Text = "ERP鏂欏彿锛�";
+ this.layoutItemERP_ITEM_NO.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemERP_ITEM_NO.TextSize = new System.Drawing.Size(85, 22);
+ this.layoutItemERP_ITEM_NO.TextToControlDistance = 5;
+ //
+ // layoutItemDEPOT_CODE
+ //
+ this.layoutItemDEPOT_CODE.Control = this.txtDEPOT_CODE;
+ this.layoutItemDEPOT_CODE.Location = new System.Drawing.Point(438, 192);
+ this.layoutItemDEPOT_CODE.Name = "layoutItemDEPOT_CODE";
+ this.layoutItemDEPOT_CODE.OptionsTableLayoutItem.ColumnIndex = 1;
+ this.layoutItemDEPOT_CODE.OptionsTableLayoutItem.RowIndex = 6;
+ this.layoutItemDEPOT_CODE.Size = new System.Drawing.Size(438, 32);
+ this.layoutItemDEPOT_CODE.Text = "榛樿浠撳簱锛�";
+ this.layoutItemDEPOT_CODE.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemDEPOT_CODE.TextSize = new System.Drawing.Size(90, 22);
+ this.layoutItemDEPOT_CODE.TextToControlDistance = 5;
+ //
+ // layoutItemPPBOM00019124
+ //
+ this.layoutItemPPBOM00019124.Control = this.txtPPBOM00019124;
+ this.layoutItemPPBOM00019124.Location = new System.Drawing.Point(876, 192);
+ this.layoutItemPPBOM00019124.Name = "layoutItemPPBOM00019124";
+ this.layoutItemPPBOM00019124.OptionsTableLayoutItem.ColumnIndex = 2;
+ this.layoutItemPPBOM00019124.OptionsTableLayoutItem.RowIndex = 6;
+ this.layoutItemPPBOM00019124.Size = new System.Drawing.Size(438, 32);
+ this.layoutItemPPBOM00019124.Text = "鐗╂枡鍒嗙被缂栫爜锛�";
+ this.layoutItemPPBOM00019124.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemPPBOM00019124.TextSize = new System.Drawing.Size(126, 22);
+ this.layoutItemPPBOM00019124.TextToControlDistance = 5;
+ //
+ // layoutItemREMARKS
+ //
+ this.layoutItemREMARKS.Control = this.txtREMARKS;
+ this.layoutItemREMARKS.Location = new System.Drawing.Point(1314, 192);
+ this.layoutItemREMARKS.Name = "layoutItemREMARKS";
+ this.layoutItemREMARKS.OptionsTableLayoutItem.ColumnIndex = 3;
+ this.layoutItemREMARKS.OptionsTableLayoutItem.RowIndex = 6;
+ this.layoutItemREMARKS.Size = new System.Drawing.Size(440, 32);
+ this.layoutItemREMARKS.Text = "鐗╂枡鍒嗙粍锛�";
+ this.layoutItemREMARKS.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemREMARKS.TextSize = new System.Drawing.Size(90, 22);
+ this.layoutItemREMARKS.TextToControlDistance = 5;
+ //
+ // layoutItemFPURCHASERID
+ //
+ this.layoutItemFPURCHASERID.Control = this.txtFPURCHASERID;
+ this.layoutItemFPURCHASERID.Location = new System.Drawing.Point(0, 224);
+ this.layoutItemFPURCHASERID.Name = "layoutItemFPURCHASERID";
+ this.layoutItemFPURCHASERID.OptionsTableLayoutItem.RowIndex = 7;
+ this.layoutItemFPURCHASERID.Size = new System.Drawing.Size(438, 32);
+ this.layoutItemFPURCHASERID.Text = "閲囪喘鍛橈細";
+ this.layoutItemFPURCHASERID.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemFPURCHASERID.TextSize = new System.Drawing.Size(72, 22);
+ this.layoutItemFPURCHASERID.TextToControlDistance = 5;
+ //
+ // layoutItemFFORBIDSTATUS
+ //
+ this.layoutItemFFORBIDSTATUS.Control = this.txtFFORBIDSTATUS;
+ this.layoutItemFFORBIDSTATUS.Location = new System.Drawing.Point(438, 224);
+ this.layoutItemFFORBIDSTATUS.Name = "layoutItemFFORBIDSTATUS";
+ this.layoutItemFFORBIDSTATUS.OptionsTableLayoutItem.ColumnIndex = 1;
+ this.layoutItemFFORBIDSTATUS.OptionsTableLayoutItem.RowIndex = 7;
+ this.layoutItemFFORBIDSTATUS.Size = new System.Drawing.Size(438, 32);
+ this.layoutItemFFORBIDSTATUS.Text = "绂佺敤鐘舵�侊細";
+ this.layoutItemFFORBIDSTATUS.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemFFORBIDSTATUS.TextSize = new System.Drawing.Size(90, 22);
+ this.layoutItemFFORBIDSTATUS.TextToControlDistance = 5;
+ //
+ // layoutItemFMATERIALGROUP
+ //
+ this.layoutItemFMATERIALGROUP.Control = this.txtFMATERIALGROUP;
+ this.layoutItemFMATERIALGROUP.Location = new System.Drawing.Point(876, 224);
+ this.layoutItemFMATERIALGROUP.Name = "layoutItemFMATERIALGROUP";
+ this.layoutItemFMATERIALGROUP.OptionsTableLayoutItem.ColumnIndex = 2;
+ this.layoutItemFMATERIALGROUP.OptionsTableLayoutItem.RowIndex = 7;
+ this.layoutItemFMATERIALGROUP.Size = new System.Drawing.Size(438, 32);
+ this.layoutItemFMATERIALGROUP.Text = "鐗╂枡鍒嗙粍锛�";
+ this.layoutItemFMATERIALGROUP.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemFMATERIALGROUP.TextSize = new System.Drawing.Size(90, 22);
+ this.layoutItemFMATERIALGROUP.TextToControlDistance = 5;
+ //
+ // layoutItemFFINISHRECEIPTOVERRATE
+ //
+ this.layoutItemFFINISHRECEIPTOVERRATE.Control = this.txtFFINISHRECEIPTOVERRATE;
+ this.layoutItemFFINISHRECEIPTOVERRATE.Location = new System.Drawing.Point(1314, 224);
+ this.layoutItemFFINISHRECEIPTOVERRATE.Name = "layoutItemFFINISHRECEIPTOVERRATE";
+ this.layoutItemFFINISHRECEIPTOVERRATE.OptionsTableLayoutItem.ColumnIndex = 3;
+ this.layoutItemFFINISHRECEIPTOVERRATE.OptionsTableLayoutItem.RowIndex = 7;
+ this.layoutItemFFINISHRECEIPTOVERRATE.Size = new System.Drawing.Size(440, 32);
+ this.layoutItemFFINISHRECEIPTOVERRATE.Text = "瀹屽伐瓒呮敹姣斾緥锛�";
+ this.layoutItemFFINISHRECEIPTOVERRATE.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemFFINISHRECEIPTOVERRATE.TextSize = new System.Drawing.Size(126, 22);
+ this.layoutItemFFINISHRECEIPTOVERRATE.TextToControlDistance = 5;
+ //
+ // layoutItemFISSUETYPE
+ //
+ this.layoutItemFISSUETYPE.Control = this.txtFISSUETYPE;
+ this.layoutItemFISSUETYPE.Location = new System.Drawing.Point(0, 256);
+ this.layoutItemFISSUETYPE.Name = "layoutItemFISSUETYPE";
+ this.layoutItemFISSUETYPE.OptionsTableLayoutItem.RowIndex = 8;
+ this.layoutItemFISSUETYPE.Size = new System.Drawing.Size(438, 32);
+ this.layoutItemFISSUETYPE.Text = "鍙戞枡鏂瑰紡锛�";
+ this.layoutItemFISSUETYPE.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemFISSUETYPE.TextSize = new System.Drawing.Size(90, 22);
+ this.layoutItemFISSUETYPE.TextToControlDistance = 5;
+ //
+ // layoutItemFISBATCHMANAGE
+ //
+ this.layoutItemFISBATCHMANAGE.Control = this.txtFISBATCHMANAGE;
+ this.layoutItemFISBATCHMANAGE.Location = new System.Drawing.Point(438, 256);
+ this.layoutItemFISBATCHMANAGE.Name = "layoutItemFISBATCHMANAGE";
+ this.layoutItemFISBATCHMANAGE.OptionsTableLayoutItem.ColumnIndex = 1;
+ this.layoutItemFISBATCHMANAGE.OptionsTableLayoutItem.RowIndex = 8;
+ this.layoutItemFISBATCHMANAGE.Size = new System.Drawing.Size(438, 32);
+ this.layoutItemFISBATCHMANAGE.Text = "鍚敤鎵瑰彿绠$悊锛�";
+ this.layoutItemFISBATCHMANAGE.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemFISBATCHMANAGE.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutItemFISBATCHMANAGE.TextToControlDistance = 0;
+ this.layoutItemFISBATCHMANAGE.TextVisible = false;
+ //
+ // layoutItemFPURCHASEUNITID
+ //
+ this.layoutItemFPURCHASEUNITID.Control = this.txtFPURCHASEUNITID;
+ this.layoutItemFPURCHASEUNITID.Location = new System.Drawing.Point(876, 256);
+ this.layoutItemFPURCHASEUNITID.Name = "layoutItemFPURCHASEUNITID";
+ this.layoutItemFPURCHASEUNITID.OptionsTableLayoutItem.ColumnIndex = 2;
+ this.layoutItemFPURCHASEUNITID.OptionsTableLayoutItem.RowIndex = 8;
+ this.layoutItemFPURCHASEUNITID.Size = new System.Drawing.Size(438, 32);
+ this.layoutItemFPURCHASEUNITID.Text = "閲囪喘鍗曚綅锛�";
+ this.layoutItemFPURCHASEUNITID.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemFPURCHASEUNITID.TextSize = new System.Drawing.Size(90, 22);
+ this.layoutItemFPURCHASEUNITID.TextToControlDistance = 5;
+ //
+ // layoutItemREMARK1
+ //
+ this.layoutItemREMARK1.Control = this.txtREMARK1;
+ this.layoutItemREMARK1.Location = new System.Drawing.Point(1314, 256);
+ this.layoutItemREMARK1.Name = "layoutItemREMARK1";
+ this.layoutItemREMARK1.OptionsTableLayoutItem.ColumnIndex = 3;
+ this.layoutItemREMARK1.OptionsTableLayoutItem.RowIndex = 8;
+ this.layoutItemREMARK1.Size = new System.Drawing.Size(440, 32);
+ this.layoutItemREMARK1.Text = "鑷畾涔夊瓧娈�1锛�";
+ this.layoutItemREMARK1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemREMARK1.TextSize = new System.Drawing.Size(118, 22);
+ this.layoutItemREMARK1.TextToControlDistance = 5;
+ //
+ // layoutItemREMARK2
+ //
+ this.layoutItemREMARK2.Control = this.txtREMARK2;
+ this.layoutItemREMARK2.Location = new System.Drawing.Point(0, 288);
+ this.layoutItemREMARK2.Name = "layoutItemREMARK2";
+ this.layoutItemREMARK2.OptionsTableLayoutItem.RowIndex = 9;
+ this.layoutItemREMARK2.Size = new System.Drawing.Size(438, 32);
+ this.layoutItemREMARK2.Text = "鑷畾涔夊瓧娈�2锛�";
+ this.layoutItemREMARK2.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemREMARK2.TextSize = new System.Drawing.Size(118, 22);
+ this.layoutItemREMARK2.TextToControlDistance = 5;
+ //
+ // layoutItemREMARK3
+ //
+ this.layoutItemREMARK3.Control = this.txtREMARK3;
+ this.layoutItemREMARK3.Location = new System.Drawing.Point(438, 288);
+ this.layoutItemREMARK3.Name = "layoutItemREMARK3";
+ this.layoutItemREMARK3.OptionsTableLayoutItem.ColumnIndex = 1;
+ this.layoutItemREMARK3.OptionsTableLayoutItem.RowIndex = 9;
+ this.layoutItemREMARK3.Size = new System.Drawing.Size(438, 32);
+ this.layoutItemREMARK3.Text = "鑷畾涔夊瓧娈�3锛�";
+ this.layoutItemREMARK3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemREMARK3.TextSize = new System.Drawing.Size(118, 22);
+ this.layoutItemREMARK3.TextToControlDistance = 5;
+ //
+ // layoutItemREMARK4
+ //
+ this.layoutItemREMARK4.Control = this.txtREMARK4;
+ this.layoutItemREMARK4.Location = new System.Drawing.Point(876, 288);
+ this.layoutItemREMARK4.Name = "layoutItemREMARK4";
+ this.layoutItemREMARK4.OptionsTableLayoutItem.ColumnIndex = 2;
+ this.layoutItemREMARK4.OptionsTableLayoutItem.RowIndex = 9;
+ this.layoutItemREMARK4.Size = new System.Drawing.Size(438, 32);
+ this.layoutItemREMARK4.Text = "鑷畾涔夊瓧娈�4锛�";
+ this.layoutItemREMARK4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemREMARK4.TextSize = new System.Drawing.Size(118, 22);
+ this.layoutItemREMARK4.TextToControlDistance = 5;
+ //
+ // layoutItemREMARK5
+ //
+ this.layoutItemREMARK5.Control = this.txtREMARK5;
+ this.layoutItemREMARK5.Location = new System.Drawing.Point(1314, 288);
+ this.layoutItemREMARK5.Name = "layoutItemREMARK5";
+ this.layoutItemREMARK5.OptionsTableLayoutItem.ColumnIndex = 3;
+ this.layoutItemREMARK5.OptionsTableLayoutItem.RowIndex = 9;
+ this.layoutItemREMARK5.Size = new System.Drawing.Size(440, 32);
+ this.layoutItemREMARK5.Text = "鑷畾涔夊瓧娈�5锛�";
+ this.layoutItemREMARK5.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemREMARK5.TextSize = new System.Drawing.Size(118, 22);
+ this.layoutItemREMARK5.TextToControlDistance = 5;
+ //
+ // layoutItemPRODUCTION_WORKSHOP
+ //
+ this.layoutItemPRODUCTION_WORKSHOP.Control = this.txtPRODUCTION_WORKSHOP;
+ this.layoutItemPRODUCTION_WORKSHOP.Location = new System.Drawing.Point(0, 320);
+ this.layoutItemPRODUCTION_WORKSHOP.Name = "layoutItemPRODUCTION_WORKSHOP";
+ this.layoutItemPRODUCTION_WORKSHOP.OptionsTableLayoutItem.RowIndex = 10;
+ this.layoutItemPRODUCTION_WORKSHOP.Size = new System.Drawing.Size(438, 32);
+ this.layoutItemPRODUCTION_WORKSHOP.Text = "鐢熶骇杞﹂棿锛�";
+ this.layoutItemPRODUCTION_WORKSHOP.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemPRODUCTION_WORKSHOP.TextSize = new System.Drawing.Size(90, 22);
+ this.layoutItemPRODUCTION_WORKSHOP.TextToControlDistance = 5;
+ //
+ // layoutItemMATERIAL_PROPERTI
+ //
+ this.layoutItemMATERIAL_PROPERTI.Control = this.txtMATERIAL_PROPERTI;
+ this.layoutItemMATERIAL_PROPERTI.Location = new System.Drawing.Point(438, 320);
+ this.layoutItemMATERIAL_PROPERTI.Name = "layoutItemMATERIAL_PROPERTI";
+ this.layoutItemMATERIAL_PROPERTI.OptionsTableLayoutItem.ColumnIndex = 1;
+ this.layoutItemMATERIAL_PROPERTI.OptionsTableLayoutItem.RowIndex = 10;
+ this.layoutItemMATERIAL_PROPERTI.Size = new System.Drawing.Size(438, 32);
+ this.layoutItemMATERIAL_PROPERTI.Text = "鐗╂枡灞炴�э細";
+ this.layoutItemMATERIAL_PROPERTI.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemMATERIAL_PROPERTI.TextSize = new System.Drawing.Size(90, 22);
+ this.layoutItemMATERIAL_PROPERTI.TextToControlDistance = 5;
+ //
+ // layoutItemPRODUCE_UNIT
+ //
+ this.layoutItemPRODUCE_UNIT.Control = this.txtPRODUCE_UNIT;
+ this.layoutItemPRODUCE_UNIT.Location = new System.Drawing.Point(876, 320);
+ this.layoutItemPRODUCE_UNIT.Name = "layoutItemPRODUCE_UNIT";
+ this.layoutItemPRODUCE_UNIT.OptionsTableLayoutItem.ColumnIndex = 2;
+ this.layoutItemPRODUCE_UNIT.OptionsTableLayoutItem.RowIndex = 10;
+ this.layoutItemPRODUCE_UNIT.Size = new System.Drawing.Size(438, 32);
+ this.layoutItemPRODUCE_UNIT.Text = "鐢熶骇鍗曚綅锛�";
+ this.layoutItemPRODUCE_UNIT.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemPRODUCE_UNIT.TextSize = new System.Drawing.Size(90, 22);
+ this.layoutItemPRODUCE_UNIT.TextToControlDistance = 5;
+ //
+ // layoutItemSUBCON_UNIT
+ //
+ this.layoutItemSUBCON_UNIT.Control = this.txtSUBCON_UNIT;
+ this.layoutItemSUBCON_UNIT.Location = new System.Drawing.Point(1314, 320);
+ this.layoutItemSUBCON_UNIT.Name = "layoutItemSUBCON_UNIT";
+ this.layoutItemSUBCON_UNIT.OptionsTableLayoutItem.ColumnIndex = 3;
+ this.layoutItemSUBCON_UNIT.OptionsTableLayoutItem.RowIndex = 10;
+ this.layoutItemSUBCON_UNIT.Size = new System.Drawing.Size(440, 32);
+ this.layoutItemSUBCON_UNIT.Text = "濮斿鍗曚綅锛�";
+ this.layoutItemSUBCON_UNIT.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemSUBCON_UNIT.TextSize = new System.Drawing.Size(90, 22);
+ this.layoutItemSUBCON_UNIT.TextToControlDistance = 5;
+ //
+ // layoutItemBZ06
+ //
+ this.layoutItemBZ06.Control = this.txtBZ06;
+ this.layoutItemBZ06.Location = new System.Drawing.Point(0, 352);
+ this.layoutItemBZ06.Name = "layoutItemBZ06";
+ this.layoutItemBZ06.OptionsTableLayoutItem.RowIndex = 11;
+ this.layoutItemBZ06.Size = new System.Drawing.Size(438, 32);
+ this.layoutItemBZ06.Text = "鍥剧墖1锛�";
+ this.layoutItemBZ06.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemBZ06.TextSize = new System.Drawing.Size(64, 22);
+ this.layoutItemBZ06.TextToControlDistance = 5;
+ //
+ // layoutItemBZ07
+ //
+ this.layoutItemBZ07.Control = this.txtBZ07;
+ this.layoutItemBZ07.Location = new System.Drawing.Point(438, 352);
+ this.layoutItemBZ07.Name = "layoutItemBZ07";
+ this.layoutItemBZ07.OptionsTableLayoutItem.ColumnIndex = 1;
+ this.layoutItemBZ07.OptionsTableLayoutItem.RowIndex = 11;
+ this.layoutItemBZ07.Size = new System.Drawing.Size(438, 32);
+ this.layoutItemBZ07.Text = "鍥剧墖2锛�";
+ this.layoutItemBZ07.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemBZ07.TextSize = new System.Drawing.Size(64, 22);
+ this.layoutItemBZ07.TextToControlDistance = 5;
+ //
+ // layoutItemBZ08
+ //
+ this.layoutItemBZ08.Control = this.txtBZ08;
+ this.layoutItemBZ08.Location = new System.Drawing.Point(876, 352);
+ this.layoutItemBZ08.Name = "layoutItemBZ08";
+ this.layoutItemBZ08.OptionsTableLayoutItem.ColumnIndex = 2;
+ this.layoutItemBZ08.OptionsTableLayoutItem.RowIndex = 11;
+ this.layoutItemBZ08.Size = new System.Drawing.Size(438, 32);
+ this.layoutItemBZ08.Text = "鍥剧墖3锛�";
+ this.layoutItemBZ08.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemBZ08.TextSize = new System.Drawing.Size(64, 22);
+ this.layoutItemBZ08.TextToControlDistance = 5;
+ //
+ // layoutItemBZ09
+ //
+ this.layoutItemBZ09.Control = this.txtBZ09;
+ this.layoutItemBZ09.Location = new System.Drawing.Point(1314, 352);
+ this.layoutItemBZ09.Name = "layoutItemBZ09";
+ this.layoutItemBZ09.OptionsTableLayoutItem.ColumnIndex = 3;
+ this.layoutItemBZ09.OptionsTableLayoutItem.RowIndex = 11;
+ this.layoutItemBZ09.Size = new System.Drawing.Size(440, 32);
+ this.layoutItemBZ09.Text = "鍥剧墖4锛�";
+ this.layoutItemBZ09.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemBZ09.TextSize = new System.Drawing.Size(64, 22);
+ this.layoutItemBZ09.TextToControlDistance = 5;
+ //
+ // layoutItemBZ10
+ //
+ this.layoutItemBZ10.Control = this.txtBZ10;
+ this.layoutItemBZ10.Location = new System.Drawing.Point(0, 384);
+ this.layoutItemBZ10.Name = "layoutItemBZ10";
+ this.layoutItemBZ10.OptionsTableLayoutItem.RowIndex = 12;
+ this.layoutItemBZ10.Size = new System.Drawing.Size(438, 255);
+ this.layoutItemBZ10.Text = "鍥剧墖5锛�";
+ this.layoutItemBZ10.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemBZ10.TextSize = new System.Drawing.Size(64, 22);
+ this.layoutItemBZ10.TextToControlDistance = 5;
+ //
+ // layoutItemQC_TEAMID
+ //
+ this.layoutItemQC_TEAMID.Control = this.txtQC_TEAMID;
+ this.layoutItemQC_TEAMID.Location = new System.Drawing.Point(438, 384);
+ this.layoutItemQC_TEAMID.Name = "layoutItemQC_TEAMID";
+ this.layoutItemQC_TEAMID.OptionsTableLayoutItem.ColumnIndex = 1;
+ this.layoutItemQC_TEAMID.OptionsTableLayoutItem.RowIndex = 12;
+ this.layoutItemQC_TEAMID.Size = new System.Drawing.Size(438, 255);
+ this.layoutItemQC_TEAMID.Text = "QC鍒嗙粍ID锛�";
+ this.layoutItemQC_TEAMID.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemQC_TEAMID.TextSize = new System.Drawing.Size(97, 22);
+ this.layoutItemQC_TEAMID.TextToControlDistance = 5;
+ //
+ // layoutItemITEM_ID
+ //
+ this.layoutItemITEM_ID.Control = this.txtITEM_ID;
+ this.layoutItemITEM_ID.Location = new System.Drawing.Point(876, 384);
+ this.layoutItemITEM_ID.Name = "layoutItemITEM_ID";
+ this.layoutItemITEM_ID.OptionsTableLayoutItem.ColumnIndex = 2;
+ this.layoutItemITEM_ID.OptionsTableLayoutItem.RowIndex = 12;
+ this.layoutItemITEM_ID.Size = new System.Drawing.Size(438, 255);
+ this.layoutItemITEM_ID.Text = "鐗╂枡ID锛�";
+ this.layoutItemITEM_ID.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutItemITEM_ID.TextSize = new System.Drawing.Size(73, 22);
+ this.layoutItemITEM_ID.TextToControlDistance = 5;
+ //
+ // FrmMesItems
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(1772, 779);
+ this.Controls.Add(this.tableLayoutPanel1);
+ this.Name = "FrmMesItems";
+ this.Text = "FrmMesItem";
+ this.tableLayoutPanel1.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
+ this.xtraTabControl1.ResumeLayout(false);
+ this.xtraTabPage1.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.gcSummary)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.gvSummary)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.repM_FISBATCHMANAGE)).EndInit();
+ this.xtraTabPage2.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.splitContainerEditorAndDetailGrid)).EndInit();
+ this.splitContainerEditorAndDetailGrid.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.pcDetailEditor)).EndInit();
+ this.pcDetailEditor.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.txtID.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtFACTORY.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtCOMPANY.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtitemNo.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtITEM_NAME.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtITEM_SNAME.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtITEM_MODEL.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtITEM_DESCRIPTION.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtITEM_UNIT.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtITEM_TYPE.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtITEM_VERSION.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtCUST_NO.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtCREATE_BY.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtCREATE_DATE.Properties.CalendarTimeProperties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtCREATE_DATE.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLASTUPDATE_BY.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLASTUPDATE_DATE.Properties.CalendarTimeProperties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLASTUPDATE_DATE.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLOWLIMIT.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtHIGHLIMIT.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtPRD_PACK.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtORDERUNIT.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtSALEUNIT.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtSTOREUNIT.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtPRODUCTUNIT.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtE_ITEM_ID.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtERP_ITEM_NO.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtDEPOT_CODE.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtPPBOM00019124.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtREMARKS.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtFPURCHASERID.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtFFORBIDSTATUS.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtFMATERIALGROUP.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtFFINISHRECEIPTOVERRATE.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtFISSUETYPE.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtFISBATCHMANAGE.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtFPURCHASEUNITID.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtREMARK1.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtREMARK2.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtREMARK3.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtREMARK4.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtREMARK5.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtPRODUCTION_WORKSHOP.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtMATERIAL_PROPERTI.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtPRODUCE_UNIT.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtSUBCON_UNIT.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtBZ06.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtBZ07.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtBZ08.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtBZ09.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtBZ10.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtQC_TEAMID.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtITEM_ID.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutGroup)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemID)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemFACTORY)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemCOMPANY)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemITEM_NO)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemITEM_NAME)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemITEM_SNAME)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemITEM_MODEL)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemITEM_DESCRIPTION)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemITEM_UNIT)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemITEM_TYPE)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemITEM_VERSION)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemCUST_NO)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemCREATE_BY)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemCREATE_DATE)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemLASTUPDATE_BY)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemLASTUPDATE_DATE)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemLOWLIMIT)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemHIGHLIMIT)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemPRD_PACK)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemORDERUNIT)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemSALEUNIT)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemSTOREUNIT)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemPRODUCTUNIT)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemE_ITEM_ID)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemERP_ITEM_NO)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemDEPOT_CODE)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemPPBOM00019124)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemREMARKS)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemFPURCHASERID)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemFFORBIDSTATUS)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemFMATERIALGROUP)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemFFINISHRECEIPTOVERRATE)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemFISSUETYPE)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemFISBATCHMANAGE)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemFPURCHASEUNITID)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemREMARK1)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemREMARK2)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemREMARK3)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemREMARK4)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemREMARK5)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemPRODUCTION_WORKSHOP)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemMATERIAL_PROPERTI)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemPRODUCE_UNIT)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemSUBCON_UNIT)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemBZ06)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemBZ07)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemBZ08)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemBZ09)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemBZ10)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemQC_TEAMID)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutItemITEM_ID)).EndInit();
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
+ private UserControl.ToolBarMenu toolBarMenu1;
+ private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
+ private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
+ private UserControls.Data.PageBar pageBar1;
+ private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
+ private DevExpress.XtraGrid.GridControl gcSummary;
+ private DevExpress.XtraGrid.Views.Grid.GridView gvSummary;
+ private DevExpress.XtraGrid.Columns.GridColumn colID;
+ private DevExpress.XtraGrid.Columns.GridColumn colFACTORY;
+ private DevExpress.XtraGrid.Columns.GridColumn colCOMPANY;
+ private DevExpress.XtraGrid.Columns.GridColumn colITEM_NO;
+ private DevExpress.XtraGrid.Columns.GridColumn colITEM_NAME;
+ private DevExpress.XtraGrid.Columns.GridColumn colITEM_SNAME;
+ private DevExpress.XtraGrid.Columns.GridColumn colITEM_MODEL;
+ private DevExpress.XtraGrid.Columns.GridColumn colITEM_DESCRIPTION;
+ private DevExpress.XtraGrid.Columns.GridColumn colITEM_UNIT;
+ private DevExpress.XtraGrid.Columns.GridColumn colITEM_TYPE;
+ private DevExpress.XtraGrid.Columns.GridColumn colITEM_VERSION;
+ private DevExpress.XtraGrid.Columns.GridColumn colCUST_NO;
+ private DevExpress.XtraGrid.Columns.GridColumn colCREATE_BY;
+ private DevExpress.XtraGrid.Columns.GridColumn colCREATE_DATE;
+ private DevExpress.XtraGrid.Columns.GridColumn colLASTUPDATE_BY;
+ private DevExpress.XtraGrid.Columns.GridColumn colLASTUPDATE_DATE;
+ private DevExpress.XtraGrid.Columns.GridColumn colLOWLIMIT;
+ private DevExpress.XtraGrid.Columns.GridColumn colHIGHLIMIT;
+ private DevExpress.XtraGrid.Columns.GridColumn colPRD_PACK;
+ private DevExpress.XtraGrid.Columns.GridColumn colORDERUNIT;
+ private DevExpress.XtraGrid.Columns.GridColumn colSALEUNIT;
+ private DevExpress.XtraGrid.Columns.GridColumn colSTOREUNIT;
+ private DevExpress.XtraGrid.Columns.GridColumn colPRODUCTUNIT;
+ private DevExpress.XtraGrid.Columns.GridColumn colE_ITEM_ID;
+ private DevExpress.XtraGrid.Columns.GridColumn colERP_ITEM_NO;
+ private DevExpress.XtraGrid.Columns.GridColumn colDEPOT_CODE;
+ private DevExpress.XtraGrid.Columns.GridColumn colPPBOM00019124;
+ private DevExpress.XtraGrid.Columns.GridColumn colREMARKS;
+ private DevExpress.XtraGrid.Columns.GridColumn colFPURCHASERID;
+ private DevExpress.XtraGrid.Columns.GridColumn colFFORBIDSTATUS;
+ private DevExpress.XtraGrid.Columns.GridColumn colFMATERIALGROUP;
+ private DevExpress.XtraGrid.Columns.GridColumn colFFINISHRECEIPTOVERRATE;
+ private DevExpress.XtraGrid.Columns.GridColumn colFISSUETYPE;
+ private DevExpress.XtraGrid.Columns.GridColumn colFISBATCHMANAGE;
+ private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repM_FISBATCHMANAGE;
+ private DevExpress.XtraGrid.Columns.GridColumn colFPURCHASEUNITID;
+ private DevExpress.XtraGrid.Columns.GridColumn colREMARK1;
+ private DevExpress.XtraGrid.Columns.GridColumn colREMARK2;
+ private DevExpress.XtraGrid.Columns.GridColumn colREMARK3;
+ private DevExpress.XtraGrid.Columns.GridColumn colREMARK4;
+ private DevExpress.XtraGrid.Columns.GridColumn colREMARK5;
+ private DevExpress.XtraGrid.Columns.GridColumn colPRODUCTION_WORKSHOP;
+ private DevExpress.XtraGrid.Columns.GridColumn colMATERIAL_PROPERTI;
+ private DevExpress.XtraGrid.Columns.GridColumn colPRODUCE_UNIT;
+ private DevExpress.XtraGrid.Columns.GridColumn colSUBCON_UNIT;
+ private DevExpress.XtraGrid.Columns.GridColumn colBZ06;
+ private DevExpress.XtraGrid.Columns.GridColumn colBZ07;
+ private DevExpress.XtraGrid.Columns.GridColumn colBZ08;
+ private DevExpress.XtraGrid.Columns.GridColumn colBZ09;
+ private DevExpress.XtraGrid.Columns.GridColumn colBZ10;
+ private DevExpress.XtraGrid.Columns.GridColumn colQC_TEAMID;
+ private DevExpress.XtraGrid.Columns.GridColumn colITEM_ID;
+ private DevExpress.XtraEditors.SplitContainerControl splitContainerEditorAndDetailGrid;
+ private DevExpress.XtraLayout.LayoutControl pcDetailEditor;
+ private DevExpress.XtraEditors.TextEdit txtID;
+ private DevExpress.XtraEditors.TextEdit txtFACTORY;
+ private DevExpress.XtraEditors.TextEdit txtCOMPANY;
+ private DevExpress.XtraEditors.TextEdit txtitemNo;
+ private DevExpress.XtraEditors.TextEdit txtITEM_NAME;
+ private DevExpress.XtraEditors.TextEdit txtITEM_SNAME;
+ private DevExpress.XtraEditors.TextEdit txtITEM_MODEL;
+ private DevExpress.XtraEditors.TextEdit txtITEM_DESCRIPTION;
+ private DevExpress.XtraEditors.TextEdit txtITEM_UNIT;
+ private DevExpress.XtraEditors.TextEdit txtITEM_TYPE;
+ private DevExpress.XtraEditors.TextEdit txtITEM_VERSION;
+ private DevExpress.XtraEditors.TextEdit txtCUST_NO;
+ private DevExpress.XtraEditors.TextEdit txtCREATE_BY;
+ private DevExpress.XtraEditors.DateEdit txtCREATE_DATE;
+ private DevExpress.XtraEditors.TextEdit txtLASTUPDATE_BY;
+ private DevExpress.XtraEditors.DateEdit txtLASTUPDATE_DATE;
+ private DevExpress.XtraEditors.TextEdit txtLOWLIMIT;
+ private DevExpress.XtraEditors.TextEdit txtHIGHLIMIT;
+ private DevExpress.XtraEditors.TextEdit txtPRD_PACK;
+ private DevExpress.XtraEditors.TextEdit txtORDERUNIT;
+ private DevExpress.XtraEditors.TextEdit txtSALEUNIT;
+ private DevExpress.XtraEditors.TextEdit txtSTOREUNIT;
+ private DevExpress.XtraEditors.TextEdit txtPRODUCTUNIT;
+ private DevExpress.XtraEditors.TextEdit txtE_ITEM_ID;
+ private DevExpress.XtraEditors.TextEdit txtERP_ITEM_NO;
+ private DevExpress.XtraEditors.TextEdit txtDEPOT_CODE;
+ private DevExpress.XtraEditors.TextEdit txtPPBOM00019124;
+ private DevExpress.XtraEditors.TextEdit txtREMARKS;
+ private DevExpress.XtraEditors.TextEdit txtFPURCHASERID;
+ private DevExpress.XtraEditors.TextEdit txtFFORBIDSTATUS;
+ private DevExpress.XtraEditors.TextEdit txtFMATERIALGROUP;
+ private DevExpress.XtraEditors.TextEdit txtFFINISHRECEIPTOVERRATE;
+ private DevExpress.XtraEditors.TextEdit txtFISSUETYPE;
+ private DevExpress.XtraEditors.CheckEdit txtFISBATCHMANAGE;
+ private DevExpress.XtraEditors.TextEdit txtFPURCHASEUNITID;
+ private DevExpress.XtraEditors.TextEdit txtREMARK1;
+ private DevExpress.XtraEditors.TextEdit txtREMARK2;
+ private DevExpress.XtraEditors.TextEdit txtREMARK3;
+ private DevExpress.XtraEditors.TextEdit txtREMARK4;
+ private DevExpress.XtraEditors.TextEdit txtREMARK5;
+ private DevExpress.XtraEditors.TextEdit txtPRODUCTION_WORKSHOP;
+ private DevExpress.XtraEditors.TextEdit txtMATERIAL_PROPERTI;
+ private DevExpress.XtraEditors.TextEdit txtPRODUCE_UNIT;
+ private DevExpress.XtraEditors.TextEdit txtSUBCON_UNIT;
+ private DevExpress.XtraEditors.TextEdit txtBZ06;
+ private DevExpress.XtraEditors.TextEdit txtBZ07;
+ private DevExpress.XtraEditors.TextEdit txtBZ08;
+ private DevExpress.XtraEditors.TextEdit txtBZ09;
+ private DevExpress.XtraEditors.TextEdit txtBZ10;
+ private DevExpress.XtraEditors.TextEdit txtQC_TEAMID;
+ private DevExpress.XtraEditors.TextEdit txtITEM_ID;
+ private DevExpress.XtraLayout.LayoutControlGroup layoutGroup;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemID;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemFACTORY;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemCOMPANY;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemITEM_NO;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemITEM_NAME;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemITEM_SNAME;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemITEM_MODEL;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemITEM_DESCRIPTION;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemITEM_UNIT;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemITEM_TYPE;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemITEM_VERSION;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemCUST_NO;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemCREATE_BY;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemCREATE_DATE;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemLASTUPDATE_BY;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemLASTUPDATE_DATE;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemLOWLIMIT;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemHIGHLIMIT;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemPRD_PACK;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemORDERUNIT;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemSALEUNIT;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemSTOREUNIT;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemPRODUCTUNIT;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemE_ITEM_ID;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemERP_ITEM_NO;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemDEPOT_CODE;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemPPBOM00019124;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemREMARKS;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemFPURCHASERID;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemFFORBIDSTATUS;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemFMATERIALGROUP;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemFFINISHRECEIPTOVERRATE;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemFISSUETYPE;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemFISBATCHMANAGE;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemFPURCHASEUNITID;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemREMARK1;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemREMARK2;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemREMARK3;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemREMARK4;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemREMARK5;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemPRODUCTION_WORKSHOP;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemMATERIAL_PROPERTI;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemPRODUCE_UNIT;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemSUBCON_UNIT;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemBZ06;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemBZ07;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemBZ08;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemBZ09;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemBZ10;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemQC_TEAMID;
+ private DevExpress.XtraLayout.LayoutControlItem layoutItemITEM_ID;
+ }
+}
\ No newline at end of file
diff --git a/DevApp/Gs.DevApp/DevFrm/BasicData/FrmMesItems.cs b/DevApp/Gs.DevApp/DevFrm/BasicData/FrmMesItems.cs
new file mode 100644
index 0000000..c3e15aa
--- /dev/null
+++ b/DevApp/Gs.DevApp/DevFrm/BasicData/FrmMesItems.cs
@@ -0,0 +1,178 @@
+锘縰sing DevExpress.XtraEditors;
+using DevExpress.XtraTab;
+using Gs.DevApp.Models;
+using Gs.DevApp.Query;
+using Gs.DevApp.Service;
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace Gs.DevApp.DevFrm.BasicData
+{
+ public partial class FrmMesItems : DevExpress.XtraEditors.XtraForm
+ {
+ DataTable MesItemsDT = new DataTable();
+ MesItemServices mesItemServices = new MesItemServices();
+
+ public FrmMesItems()
+ {
+ InitializeComponent();
+ toolBarMenu1.btnLoadClick += ToolBarMenu1_btnLoadClick;
+ pageBar1.williamPagerEvent += PageBar1_williamPagerEvent;
+ gcSummary.DataSource = MesItemsDT;
+ }
+
+ private void PageBar1_williamPagerEvent(int curPage, int pageSize)
+ {
+ GetPageList(curPage, pageSize);
+ }
+
+ /// <summary>
+ ///
+ /// </summary>
+ /// <param name="sender"></param>
+ /// <param name="e"></param>
+ private void ToolBarMenu1_btnLoadClick(object sender, EventArgs e)
+ {
+ GetPageList(1, 10);
+ }
+
+ private void GetPageList(int v1, int v2)
+ {
+ MesItemQuery pgq = new MesItemQuery();
+ pgq.currentPage = v1;
+ pgq.everyPageSize = v2;
+ ReturnModel<PageListModel> dd = mesItemServices.GetPageList(pgq);
+ MesItemsDT = dd.rtnData.list;
+ gcSummary.BindingContext = new BindingContext();
+ gcSummary.DataSource = MesItemsDT;
+ gcSummary.ForceInitialize();
+ int dddd = dd.rtnData.pages;//鎬婚〉
+ pageBar1.TotalPages = dddd;
+ pageBar1.RecordCount = dd.rtnData.total;//璁板綍鎬绘暟
+ pageBar1.CurrentPage = v1;//褰撳墠椤�
+ pageBar1.RowsCount = v2;//姣忛〉鏄剧ず
+ pageBar1.setTxt();
+ }
+
+ public static void BindingEditorPanel(Control editorPanel, DataTable dataSource)
+ {
+ var fieldName = "";
+
+ try
+ {
+ for (var i = 0; i <= editorPanel.Controls.Count - 1; i++)
+ {
+ if (editorPanel.Controls[i] is BaseEdit)
+ {
+ var edit = editorPanel.Controls[i] as BaseEdit;
+ if (edit.Name.Substring(0, 3) == "txt")
+ {
+ fieldName = edit.Name.Substring(3, edit.Name.Length - 3);
+ BindingTextEditBase(edit, dataSource, fieldName);
+ }
+ }
+
+ if (editorPanel.Controls[i] is CheckEdit)
+ {
+ var edit = editorPanel.Controls[i] as CheckEdit;
+ if (edit.Name.Substring(0, 3) == "chk")
+ {
+ fieldName = edit.Name.Substring(3, edit.Name.Length - 3);
+ BindingCheckEdit(edit, dataSource, fieldName);
+ }
+ }
+ }
+ }
+ catch (Exception ex)
+ {
+ ToolBox.MsgHelper.Warning("鎻愮ず锛�" + "瀛楁:" + fieldName + "\r\n" + ex.Message);
+ }
+ }
+
+ /// <summary>
+ /// 缁戝畾杈撳叆鎺т欢鐨勬暟鎹簮
+ /// </summary>
+ /// <param name="edit">鎺т欢妗�</param>
+ /// <param name="dataSource">鏁版嵁婧�</param>
+ /// <param name="bindField">鍙栧�煎瓧娈�</param>
+ public static void BindingTextEditBase(BaseEdit edit, object dataSource, string bindField)
+ {
+ try
+ {
+ edit.DataBindings.Clear();
+ var b = new Binding("EditValue", dataSource, bindField);
+ edit.DataBindings.Add(b);
+ b.ReadValue();
+ }
+ catch (Exception ex)
+ {
+ throw ex;
+ }
+ }
+
+ /// <summary>
+ /// 缁戝畾CheckEdit鐨勬暟鎹簮
+ /// </summary>
+ /// <param name="edit">CheckEdit</param>
+ /// <param name="dataSource">鏁版嵁婧�</param>
+ /// <param name="bindField">鍙栧�煎瓧娈�</param>
+ public static void BindingCheckEdit(CheckEdit edit, object dataSource, string bindField)
+ {
+ try
+ {
+ edit.DataBindings.Clear();
+ var b = new Binding("EditValue", dataSource, bindField);
+ b.NullValue = "N";
+ edit.DataBindings.Add(b);
+ }
+ catch (Exception ex)
+ {
+ throw ex;
+ }
+ }
+
+
+
+ /// <summary>
+ /// 璺宠浆鍒版寚瀹歯ame鐨則ab
+ /// </summary>
+ /// <param name="tabName"></param>
+ private void JumpToTabByName(string tabName)
+ {
+ foreach (XtraTabPage page in xtraTabControl1.TabPages)
+ {
+ if (page.Name == tabName)
+ {
+ xtraTabControl1.SelectedTabPage = page;
+ break;
+ }
+ }
+ }
+
+ private void gvSummary_RowClick(object sender, DevExpress.XtraGrid.Views.Grid.RowClickEventArgs e)
+ {
+ // 鑾峰彇褰撳墠琛岀殑鏁版嵁鐨処D
+ int rowHandle = gvSummary.FocusedRowHandle;
+ int rowId = Convert.ToInt32( gvSummary.GetRowCellValue(rowHandle, "id"));
+
+ MesItemQuery pgq = new MesItemQuery();
+ pgq.id = rowId;
+ pgq.currentPage = 1;
+ pgq.everyPageSize = 1;
+ ReturnModel<PageListModel> dd = mesItemServices.GetPageList(pgq);
+ DataTable rowDatable = dd.rtnData.list;
+
+ BindingEditorPanel(pcDetailEditor, rowDatable);
+
+ // 璺宠浆鍒版寚瀹氱殑XtraTabPage
+ JumpToTabByName("xtraTabPage2");
+ }
+ }
+}
\ No newline at end of file
diff --git a/DevApp/Gs.DevApp/DevFrm/BasicData/FrmMesItems.resx b/DevApp/Gs.DevApp/DevFrm/BasicData/FrmMesItems.resx
new file mode 100644
index 0000000..1af7de1
--- /dev/null
+++ b/DevApp/Gs.DevApp/DevFrm/BasicData/FrmMesItems.resx
@@ -0,0 +1,120 @@
+锘�<?xml version="1.0" encoding="utf-8"?>
+<root>
+ <!--
+ Microsoft ResX Schema
+
+ Version 2.0
+
+ The primary goals of this format is to allow a simple XML format
+ that is mostly human readable. The generation and parsing of the
+ various data types are done through the TypeConverter classes
+ associated with the data types.
+
+ Example:
+
+ ... ado.net/XML headers & schema ...
+ <resheader name="resmimetype">text/microsoft-resx</resheader>
+ <resheader name="version">2.0</resheader>
+ <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
+ <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
+ <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
+ <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
+ <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
+ <value>[base64 mime encoded serialized .NET Framework object]</value>
+ </data>
+ <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
+ <comment>This is a comment</comment>
+ </data>
+
+ There are any number of "resheader" rows that contain simple
+ name/value pairs.
+
+ Each data row contains a name, and value. The row also contains a
+ type or mimetype. Type corresponds to a .NET class that support
+ text/value conversion through the TypeConverter architecture.
+ Classes that don't support this are serialized and stored with the
+ mimetype set.
+
+ The mimetype is used for serialized objects, and tells the
+ ResXResourceReader how to depersist the object. This is currently not
+ extensible. For a given mimetype the value must be set accordingly:
+
+ Note - application/x-microsoft.net.object.binary.base64 is the format
+ that the ResXResourceWriter will generate, however the reader can
+ read any of the formats listed below.
+
+ mimetype: application/x-microsoft.net.object.binary.base64
+ value : The object must be serialized with
+ : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
+ : and then encoded with base64 encoding.
+
+ mimetype: application/x-microsoft.net.object.soap.base64
+ value : The object must be serialized with
+ : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
+ : and then encoded with base64 encoding.
+
+ mimetype: application/x-microsoft.net.object.bytearray.base64
+ value : The object must be serialized into a byte array
+ : using a System.ComponentModel.TypeConverter
+ : and then encoded with base64 encoding.
+ -->
+ <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
+ <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
+ <xsd:element name="root" msdata:IsDataSet="true">
+ <xsd:complexType>
+ <xsd:choice maxOccurs="unbounded">
+ <xsd:element name="metadata">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="value" type="xsd:string" minOccurs="0" />
+ </xsd:sequence>
+ <xsd:attribute name="name" use="required" type="xsd:string" />
+ <xsd:attribute name="type" type="xsd:string" />
+ <xsd:attribute name="mimetype" type="xsd:string" />
+ <xsd:attribute ref="xml:space" />
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="assembly">
+ <xsd:complexType>
+ <xsd:attribute name="alias" type="xsd:string" />
+ <xsd:attribute name="name" type="xsd:string" />
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="data">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+ <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
+ </xsd:sequence>
+ <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
+ <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
+ <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
+ <xsd:attribute ref="xml:space" />
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="resheader">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+ </xsd:sequence>
+ <xsd:attribute name="name" type="xsd:string" use="required" />
+ </xsd:complexType>
+ </xsd:element>
+ </xsd:choice>
+ </xsd:complexType>
+ </xsd:element>
+ </xsd:schema>
+ <resheader name="resmimetype">
+ <value>text/microsoft-resx</value>
+ </resheader>
+ <resheader name="version">
+ <value>2.0</value>
+ </resheader>
+ <resheader name="reader">
+ <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ </resheader>
+ <resheader name="writer">
+ <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ </resheader>
+</root>
\ No newline at end of file
diff --git a/DevApp/Gs.DevApp/Entity/MesItems.cs b/DevApp/Gs.DevApp/Entity/MesItems.cs
new file mode 100644
index 0000000..35e6076
--- /dev/null
+++ b/DevApp/Gs.DevApp/Entity/MesItems.cs
@@ -0,0 +1,270 @@
+锘�
+
+using System;
+
+namespace Gs.DevApp.Entity
+{
+
+/// <summary>
+/// 鐗╂枡淇℃伅
+/// </summary>
+
+public class MesItems
+{
+ /// <summary>
+ /// 鐗╂枡ID
+ /// </summary>
+ public long Id { get; set; }
+
+ /// <summary>
+ /// 宸ュ巶
+ /// </summary>
+ public string Factory { get; set; }
+
+ /// <summary>
+ /// 鍏徃缂栧彿
+ /// </summary>
+ public string Company { get; set; }
+
+ /// <summary>
+ /// 鐗╂枡缂栫爜 = ERP鐗╂枡缂栧彿||棰滆壊缂栧彿
+ /// </summary>
+ public string ItemNo { get; set; }
+
+ /// <summary>
+ /// 鐗╂枡鍚嶇О
+ /// </summary>
+ public string ItemName { get; set; }
+
+ /// <summary>
+ /// 鐗╂枡绠�绉�
+ /// </summary>
+ public string ItemSname { get; set; }
+
+ /// <summary>
+ /// 瑙勬牸鍨嬪彿
+ /// </summary>
+ public string ItemModel { get; set; }
+
+ /// <summary>
+ /// 鐗╂枡鎻忚堪
+ /// </summary>
+ public string ItemDescription { get; set; }
+
+ /// <summary>
+ /// 鐗╂枡鍗曚綅
+ /// </summary>
+ public string ItemUnit { get; set; }
+
+ /// <summary>
+ /// 鐗╂枡绫诲瀷
+ /// </summary>
+ public string ItemType { get; set; }
+
+ /// <summary>
+ /// 浜у搧鐗堟湰
+ /// </summary>
+ public string ItemVersion { get; set; }
+
+ /// <summary>
+ /// 瀹㈡埛缂栧彿
+ /// </summary>
+ public string CustNo { get; set; }
+
+ /// <summary>
+ /// 鍒涘缓浜�
+ /// </summary>
+ public string CreateBy { get; set; }
+
+ /// <summary>
+ /// 鍒涘缓鏃堕棿
+ /// </summary>
+ public DateTime CreateDate { get; set; }
+
+ /// <summary>
+ /// 鏈�鍚庢洿鏂颁汉
+ /// </summary>
+ public string LastupdateBy { get; set; }
+
+ /// <summary>
+ /// 鏈�鍚庢洿鏂版椂闂�
+ /// </summary>
+ public DateTime LastupdateDate { get; set; }
+
+ /// <summary>
+ /// 鏈�浣庡簱瀛�
+ /// </summary>
+ public decimal Lowlimit { get; set; }
+
+ /// <summary>
+ /// 鏈�澶у簱瀛�
+ /// </summary>
+ public decimal Highlimit { get; set; }
+
+ /// <summary>
+ /// 鏈�灏忓寘瑁呮暟
+ /// </summary>
+ public decimal PrdPack { get; set; }
+
+ /// <summary>
+ /// 璁㈠崟鍗曚綅
+ /// </summary>
+ public string Orderunit { get; set; }
+
+ /// <summary>
+ /// 閿�鍞崟浣�
+ /// </summary>
+ public string Saleunit { get; set; }
+
+ /// <summary>
+ /// 搴撴埧鍗曚綅
+ /// </summary>
+ public string Storeunit { get; set; }
+
+ /// <summary>
+ /// 鐢熶骇鍗曚綅
+ /// </summary>
+ public string Productunit { get; set; }
+
+ /// <summary>
+ /// 鐗╂枡ID
+ /// </summary>
+ public long EItemId { get; set; }
+
+ /// <summary>
+ /// ERP鏂欏彿
+ /// </summary>
+ public string ErpItemNo { get; set; }
+
+ /// <summary>
+ /// 榛樿浠撳簱
+ /// </summary>
+ public string DepotCode { get; set; }
+
+ /// <summary>
+ /// 鐗╂枡鍒嗙被缂栧彿
+ /// </summary>
+ public string Ppbom00019124 { get; set; }
+
+ /// <summary>
+ /// 鐗╂枡鍒嗙粍
+ /// </summary>
+ public string Remarks { get; set; }
+
+ /// <summary>
+ /// 閲囪喘鍛�
+ /// </summary>
+ public string Fpurchaserid { get; set; }
+
+ /// <summary>
+ /// 绂佺敤鐘舵��
+ /// </summary>
+ public string Fforbidstatus { get; set; }
+
+ /// <summary>
+ /// 鐗╂枡鍒嗙粍
+ /// </summary>
+ public string Fmaterialgroup { get; set; }
+
+ /// <summary>
+ /// 瀹屽伐瓒呮敹姣斾緥
+ /// </summary>
+ public decimal Ffinishreceiptoverrate { get; set; }
+
+ /// <summary>
+ /// 鍙戞枡鏂瑰紡
+ /// </summary>
+ public string Fissuetype { get; set; }
+
+ /// <summary>
+ /// 鍚敤鎵瑰彿绠$悊
+ /// </summary>
+ public bool Fisbatchmanage { get; set; }
+
+ /// <summary>
+ /// 閲囪喘鍗曚綅
+ /// </summary>
+ public string Fpurchaseunitid { get; set; }
+
+ /// <summary>
+ /// 鑷畾涔夊瓧娈�1
+ /// </summary>
+ public string Remark1 { get; set; }
+
+ /// <summary>
+ /// 鑷畾涔夊瓧娈�2
+ /// </summary>
+ public string Remark2 { get; set; }
+
+ /// <summary>
+ /// 鑷畾涔夊瓧娈�3
+ /// </summary>
+ public string Remark3 { get; set; }
+
+ /// <summary>
+ /// 鑷畾涔夊瓧娈�4
+ /// </summary>
+ public string Remark4 { get; set; }
+
+ /// <summary>
+ /// 鑷畾涔夊瓧娈�5
+ /// </summary>
+ public string Remark5 { get; set; }
+
+ /// <summary>
+ /// 鐢熶骇杞﹂棿
+ /// </summary>
+ public string ProductionWorkshop { get; set; }
+
+ /// <summary>
+ /// 鐗╂枡灞炴��
+ /// </summary>
+ public string MaterialProperti { get; set; }
+
+ /// <summary>
+ /// 鐢熶骇鍗曚綅
+ /// </summary>
+ public string ProduceUnit { get; set; }
+
+ /// <summary>
+ /// 濮斿鍗曚綅
+ /// </summary>
+ public string SubconUnit { get; set; }
+
+ /// <summary>
+ /// 鍥剧墖1
+ /// </summary>
+ public string Bz06 { get; set; }
+
+ /// <summary>
+ /// 鍥剧墖2
+ /// </summary>
+ public string Bz07 { get; set; }
+
+ /// <summary>
+ /// 鍥剧墖3
+ /// </summary>
+ public string Bz08 { get; set; }
+
+ /// <summary>
+ /// 鍥剧墖4
+ /// </summary>
+ public string Bz09 { get; set; }
+
+ /// <summary>
+ /// 鍥剧墖5
+ /// </summary>
+ public string Bz10 { get; set; }
+
+ /// <summary>
+ /// QC鍒嗙粍ID
+ /// </summary>
+
+ public string QcTeamid { get; set; }
+
+ /// <summary>
+ /// 鐗╂枡ID
+ /// </summary>
+ public long ItemId { get; set; }
+}
+}
\ No newline at end of file
diff --git a/DevApp/Gs.DevApp/Gs.DevApp.csproj b/DevApp/Gs.DevApp/Gs.DevApp.csproj
index 83b7f0b..31f42f1 100644
--- a/DevApp/Gs.DevApp/Gs.DevApp.csproj
+++ b/DevApp/Gs.DevApp/Gs.DevApp.csproj
@@ -58,6 +58,12 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
+ <Compile Include="DevFrm\BasicData\FrmMesItems.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="DevFrm\BasicData\FrmMesItems.Designer.cs">
+ <DependentUpon>FrmMesItems.cs</DependentUpon>
+ </Compile>
<Compile Include="DevFrm\FrmLogin.cs">
<SubType>Form</SubType>
</Compile>
@@ -118,6 +124,7 @@
<Compile Include="DevFrm\User\UserAdd.Designer.cs">
<DependentUpon>UserAdd.cs</DependentUpon>
</Compile>
+ <Compile Include="Entity\MesItems.cs" />
<Compile Include="Models\LoginInfoModel.cs" />
<Compile Include="Models\PageQueryModel.cs" />
<Compile Include="Models\ReturnModel.cs" />
@@ -127,6 +134,14 @@
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
+ </Compile>
+ <Compile Include="Query\MesItemQuery.cs" />
+ <Compile Include="Service\MesItemServices.cs" />
+ <Compile Include="TestForm\TEST.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="TestForm\TEST.Designer.cs">
+ <DependentUpon>TEST.cs</DependentUpon>
</Compile>
<Compile Include="TestForm\XtraForm1.cs">
<SubType>Form</SubType>
@@ -156,6 +171,9 @@
<Compile Include="UserControl\ToolBarMenu.Designer.cs">
<DependentUpon>ToolBarMenu.cs</DependentUpon>
</Compile>
+ <EmbeddedResource Include="DevFrm\BasicData\FrmMesItems.resx">
+ <DependentUpon>FrmMesItems.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="DevFrm\FrmLogin.resx">
<DependentUpon>FrmLogin.cs</DependentUpon>
</EmbeddedResource>
@@ -186,9 +204,13 @@
<EmbeddedResource Include="DevFrm\User\UserAdd.resx">
<DependentUpon>UserAdd.cs</DependentUpon>
</EmbeddedResource>
+ <None Include="Properties\licenses.licx" />
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources1.Designer.cs</LastGenOutput>
+ </EmbeddedResource>
+ <EmbeddedResource Include="TestForm\TEST.resx">
+ <DependentUpon>TEST.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TestForm\XtraForm1.resx">
<DependentUpon>XtraForm1.cs</DependentUpon>
@@ -268,7 +290,9 @@
<None Include="Resources\salesperiodlifetime_16x16.png" />
<Content Include="Resources\user_16x16.png" />
</ItemGroup>
- <ItemGroup />
+ <ItemGroup>
+ <Folder Include="DevFrm\Warehouse\" />
+ </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
diff --git a/DevApp/Gs.DevApp/Models/PageQueryModel.cs b/DevApp/Gs.DevApp/Models/PageQueryModel.cs
index 90c17d4..7a39e7f 100644
--- a/DevApp/Gs.DevApp/Models/PageQueryModel.cs
+++ b/DevApp/Gs.DevApp/Models/PageQueryModel.cs
@@ -27,6 +27,9 @@
this.keyWhere = _keyWhere;
}
+ public PageQueryModel() { }
+
+
/// <summary>
/// 褰撳墠椤�
/// </summary>
diff --git a/DevApp/Gs.DevApp/Program.cs b/DevApp/Gs.DevApp/Program.cs
index 789fe92..33fe5ca 100644
--- a/DevApp/Gs.DevApp/Program.cs
+++ b/DevApp/Gs.DevApp/Program.cs
@@ -18,7 +18,8 @@
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
- // Application.Run(new Gs.DevApp.TestForm.FluentDesignForm1());
+ //Application.Run(new Gs.DevApp.TestForm.FluentDesignForm1());
+ //Application.Run(new Gs.DevApp.DevFrm.BasicData.FrmMesItems());
DevFrm.FrmLogin fmLogin = new DevFrm.FrmLogin();
fmLogin.ShowDialog();
if (fmLogin.DialogResult == DialogResult.OK)
diff --git a/DevApp/Gs.DevApp/Properties/licenses.licx b/DevApp/Gs.DevApp/Properties/licenses.licx
new file mode 100644
index 0000000..1db7b3c
--- /dev/null
+++ b/DevApp/Gs.DevApp/Properties/licenses.licx
@@ -0,0 +1,12 @@
+DevExpress.Patch.InMemoryPatch, DevExpress.Patch.Common, Version=6.2.0.0, Culture=neutral, PublicKeyToken=87f9927a37ac6066
+DevExpress.XtraEditors.DateEdit, DevExpress.XtraEditors.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+DevExpress.XtraTreeList.TreeList, DevExpress.XtraTreeList.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+DevExpress.XtraBars.BarManager, DevExpress.XtraBars.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit, DevExpress.XtraEditors.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+DevExpress.XtraEditors.CheckEdit, DevExpress.XtraEditors.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+DevExpress.XtraEditors.ComboBoxEdit, DevExpress.XtraEditors.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+DevExpress.XtraEditors.TreeListLookUpEdit, DevExpress.XtraTreeList.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit, DevExpress.XtraEditors.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+DevExpress.XtraLayout.LayoutControl, DevExpress.XtraLayout.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
+DevExpress.XtraEditors.TextEdit, DevExpress.XtraEditors.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
diff --git a/DevApp/Gs.DevApp/Query/MesItemQuery.cs b/DevApp/Gs.DevApp/Query/MesItemQuery.cs
new file mode 100644
index 0000000..eae41aa
--- /dev/null
+++ b/DevApp/Gs.DevApp/Query/MesItemQuery.cs
@@ -0,0 +1,15 @@
+锘�
+using Gs.DevApp.Models;
+
+namespace Gs.DevApp.Query
+{
+
+ public class MesItemQuery : PageQueryModel
+ {
+ public string itemNo { get; set; }
+
+ public string itemName { get; set; }
+
+ public int id { get; set; }
+ }
+}
\ No newline at end of file
diff --git a/DevApp/Gs.DevApp/Service/MesItemServices.cs b/DevApp/Gs.DevApp/Service/MesItemServices.cs
new file mode 100644
index 0000000..0ac10f3
--- /dev/null
+++ b/DevApp/Gs.DevApp/Service/MesItemServices.cs
@@ -0,0 +1,36 @@
+锘縰sing Gs.DevApp.Models;
+using Gs.DevApp.Query;
+using Gs.DevApp.ToolBox;
+using Newtonsoft.Json;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace Gs.DevApp.Service
+{
+ class MesItemServices
+ {
+
+
+ public ReturnModel<PageListModel> GetPageList(MesItemQuery query)
+ {
+ string json = JsonConvert.SerializeObject(query);
+
+ string strReturn = "";
+ try
+ {
+ strReturn = UtilityHelper.HttpPost("", "MesItemsManager/GetListPage", json);
+ ReturnModel<PageListModel> dd = UtilityHelper.GetTableByJson(strReturn);
+ return dd;
+ }
+ catch (Exception ex)
+ {
+ ToolBox.MsgHelper.Warning("鎻愮ず锛�" + ex.Message);
+ }
+
+ return null;
+ }
+ }
+}
diff --git a/DevApp/Gs.DevApp/TestForm/TEST.Designer.cs b/DevApp/Gs.DevApp/TestForm/TEST.Designer.cs
new file mode 100644
index 0000000..a63c108
--- /dev/null
+++ b/DevApp/Gs.DevApp/TestForm/TEST.Designer.cs
@@ -0,0 +1,651 @@
+锘�
+namespace Gs.DevApp.TestForm
+{
+ partial class TEST
+ {
+ /// <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 Windows Form 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.pageBar1 = new UserControls.Data.PageBar();
+ this.toolBarMenu1 = new Gs.DevApp.UserControl.ToolBarMenu();
+ this.gcSummary = new DevExpress.XtraGrid.GridControl();
+ this.gvSummary = new DevExpress.XtraGrid.Views.Grid.GridView();
+ this.colflagApp = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colappUser = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colappDate = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colAppNAME = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colPID = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colCREATE_BY = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colCREATE_DATE = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colCGA001 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colCGA002 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colCGA003 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colCGA004 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colCGA005 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colCGA006 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colCGA007 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colCGA008 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colCGA009 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colCGA010 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colCGA011 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colCGA012 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colCGA013 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colCGA014 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colCGA015 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colCGA016 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colCGA017 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colCGA018 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colCGA019 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colCGA020 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colCGA021 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colCGA022 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colCGA023 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colCGA024 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colCGA025 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.colCGA026 = new DevExpress.XtraGrid.Columns.GridColumn();
+ ((System.ComponentModel.ISupportInitialize)(this.gcSummary)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.gvSummary)).BeginInit();
+ this.SuspendLayout();
+ //
+ // pageBar1
+ //
+ this.pageBar1.CurrentPage = 0;
+ this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
+ this.pageBar1.Location = new System.Drawing.Point(0, 636);
+ this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
+ this.pageBar1.Name = "pageBar1";
+ this.pageBar1.RecordCount = 0;
+ this.pageBar1.RowsCount = 0;
+ this.pageBar1.Size = new System.Drawing.Size(1287, 48);
+ this.pageBar1.TabIndex = 0;
+ this.pageBar1.TotalPages = 0;
+ //
+ // toolBarMenu1
+ //
+ this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top;
+ this.toolBarMenu1.Location = new System.Drawing.Point(0, 0);
+ this.toolBarMenu1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+ this.toolBarMenu1.Name = "toolBarMenu1";
+ this.toolBarMenu1.Size = new System.Drawing.Size(1287, 88);
+ this.toolBarMenu1.TabIndex = 1;
+ //
+ // gcSummary
+ //
+ this.gcSummary.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.gcSummary.EmbeddedNavigator.Buttons.Append.Visible = false;
+ this.gcSummary.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
+ this.gcSummary.EmbeddedNavigator.Buttons.Edit.Visible = false;
+ this.gcSummary.EmbeddedNavigator.Buttons.EndEdit.Visible = false;
+ this.gcSummary.EmbeddedNavigator.Buttons.NextPage.Visible = false;
+ this.gcSummary.EmbeddedNavigator.Buttons.PrevPage.Visible = false;
+ this.gcSummary.EmbeddedNavigator.Buttons.Remove.Visible = false;
+ this.gcSummary.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+ this.gcSummary.Location = new System.Drawing.Point(0, 88);
+ this.gcSummary.MainView = this.gvSummary;
+ this.gcSummary.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+ this.gcSummary.Name = "gcSummary";
+ this.gcSummary.RightToLeft = System.Windows.Forms.RightToLeft.No;
+ this.gcSummary.Size = new System.Drawing.Size(1287, 548);
+ this.gcSummary.TabIndex = 11;
+ this.gcSummary.UseEmbeddedNavigator = true;
+ this.gcSummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
+ this.gvSummary});
+ //
+ // gvSummary
+ //
+ this.gvSummary.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
+ this.colflagApp,
+ this.colappUser,
+ this.colappDate,
+ this.colAppNAME,
+ this.colID,
+ this.colPID,
+ this.colCREATE_BY,
+ this.colCREATE_DATE,
+ this.colCGA001,
+ this.colCGA002,
+ this.colCGA003,
+ this.colCGA004,
+ this.colCGA005,
+ this.colCGA006,
+ this.colCGA007,
+ this.colCGA008,
+ this.colCGA009,
+ this.colCGA010,
+ this.colCGA011,
+ this.colCGA012,
+ this.colCGA013,
+ this.colCGA014,
+ this.colCGA015,
+ this.colCGA016,
+ this.colCGA017,
+ this.colCGA018,
+ this.colCGA019,
+ this.colCGA020,
+ this.colCGA021,
+ this.colCGA022,
+ this.colCGA023,
+ this.colCGA024,
+ this.colCGA025,
+ this.colCGA026});
+ this.gvSummary.DetailHeight = 550;
+ this.gvSummary.FixedLineWidth = 4;
+ this.gvSummary.GridControl = this.gcSummary;
+ this.gvSummary.Name = "gvSummary";
+ this.gvSummary.OptionsView.ColumnAutoWidth = false;
+ this.gvSummary.OptionsView.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
+ this.gvSummary.OptionsView.ShowFooter = true;
+ this.gvSummary.OptionsView.ShowGroupPanel = false;
+ //
+ // colflagApp
+ //
+ this.colflagApp.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colflagApp.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colflagApp.AppearanceCell.Options.UseBackColor = true;
+ this.colflagApp.AppearanceCell.Options.UseForeColor = true;
+ this.colflagApp.Caption = "flagApp";
+ this.colflagApp.FieldName = "flagApp";
+ this.colflagApp.MinWidth = 29;
+ this.colflagApp.Name = "colflagApp";
+ this.colflagApp.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
+ new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "flagApp", "鏉℃暟:{0}")});
+ this.colflagApp.Width = 142;
+ //
+ // colappUser
+ //
+ this.colappUser.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colappUser.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colappUser.AppearanceCell.Options.UseBackColor = true;
+ this.colappUser.AppearanceCell.Options.UseForeColor = true;
+ this.colappUser.Caption = "appUser";
+ this.colappUser.FieldName = "appUser";
+ this.colappUser.MinWidth = 29;
+ this.colappUser.Name = "colappUser";
+ this.colappUser.Width = 142;
+ //
+ // colappDate
+ //
+ this.colappDate.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colappDate.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colappDate.AppearanceCell.Options.UseBackColor = true;
+ this.colappDate.AppearanceCell.Options.UseForeColor = true;
+ this.colappDate.Caption = "appDate";
+ this.colappDate.FieldName = "appDate";
+ this.colappDate.MinWidth = 29;
+ this.colappDate.Name = "colappDate";
+ this.colappDate.Width = 142;
+ //
+ // colAppNAME
+ //
+ this.colAppNAME.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colAppNAME.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colAppNAME.AppearanceCell.Options.UseBackColor = true;
+ this.colAppNAME.AppearanceCell.Options.UseForeColor = true;
+ this.colAppNAME.Caption = "AppNAME";
+ this.colAppNAME.FieldName = "AppNAME";
+ this.colAppNAME.MinWidth = 29;
+ this.colAppNAME.Name = "colAppNAME";
+ this.colAppNAME.Width = 142;
+ //
+ // colID
+ //
+ this.colID.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colID.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colID.AppearanceCell.Options.UseBackColor = true;
+ this.colID.AppearanceCell.Options.UseForeColor = true;
+ this.colID.Caption = "ID";
+ this.colID.FieldName = "ID";
+ this.colID.MinWidth = 29;
+ this.colID.Name = "colID";
+ this.colID.Width = 142;
+ //
+ // colPID
+ //
+ this.colPID.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colPID.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colPID.AppearanceCell.Options.UseBackColor = true;
+ this.colPID.AppearanceCell.Options.UseForeColor = true;
+ this.colPID.Caption = "PID";
+ this.colPID.FieldName = "PID";
+ this.colPID.MinWidth = 29;
+ this.colPID.Name = "colPID";
+ this.colPID.Width = 142;
+ //
+ // colCREATE_BY
+ //
+ this.colCREATE_BY.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colCREATE_BY.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colCREATE_BY.AppearanceCell.Options.UseBackColor = true;
+ this.colCREATE_BY.AppearanceCell.Options.UseForeColor = true;
+ this.colCREATE_BY.Caption = "CREATE_BY";
+ this.colCREATE_BY.FieldName = "CREATE_BY";
+ this.colCREATE_BY.MinWidth = 29;
+ this.colCREATE_BY.Name = "colCREATE_BY";
+ this.colCREATE_BY.Width = 142;
+ //
+ // colCREATE_DATE
+ //
+ this.colCREATE_DATE.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colCREATE_DATE.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colCREATE_DATE.AppearanceCell.Options.UseBackColor = true;
+ this.colCREATE_DATE.AppearanceCell.Options.UseForeColor = true;
+ this.colCREATE_DATE.Caption = "CREATE_DATE";
+ this.colCREATE_DATE.FieldName = "CREATE_DATE";
+ this.colCREATE_DATE.MinWidth = 29;
+ this.colCREATE_DATE.Name = "colCREATE_DATE";
+ this.colCREATE_DATE.Width = 142;
+ //
+ // colCGA001
+ //
+ this.colCGA001.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colCGA001.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colCGA001.AppearanceCell.Options.UseBackColor = true;
+ this.colCGA001.AppearanceCell.Options.UseForeColor = true;
+ this.colCGA001.Caption = "閲囪喘鍗曞彿";
+ this.colCGA001.FieldName = "CGA001";
+ this.colCGA001.MinWidth = 29;
+ this.colCGA001.Name = "colCGA001";
+ this.colCGA001.Visible = true;
+ this.colCGA001.VisibleIndex = 0;
+ this.colCGA001.Width = 142;
+ //
+ // colCGA002
+ //
+ this.colCGA002.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colCGA002.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colCGA002.AppearanceCell.Options.UseBackColor = true;
+ this.colCGA002.AppearanceCell.Options.UseForeColor = true;
+ this.colCGA002.Caption = "CGA002";
+ this.colCGA002.FieldName = "CGA002";
+ this.colCGA002.MinWidth = 29;
+ this.colCGA002.Name = "colCGA002";
+ this.colCGA002.Width = 142;
+ //
+ // colCGA003
+ //
+ this.colCGA003.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colCGA003.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colCGA003.AppearanceCell.Options.UseBackColor = true;
+ this.colCGA003.AppearanceCell.Options.UseForeColor = true;
+ this.colCGA003.Caption = "閲囪喘鏃ユ湡";
+ this.colCGA003.FieldName = "CGA003";
+ this.colCGA003.MinWidth = 29;
+ this.colCGA003.Name = "colCGA003";
+ this.colCGA003.Visible = true;
+ this.colCGA003.VisibleIndex = 1;
+ this.colCGA003.Width = 142;
+ //
+ // colCGA004
+ //
+ this.colCGA004.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colCGA004.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colCGA004.AppearanceCell.Options.UseBackColor = true;
+ this.colCGA004.AppearanceCell.Options.UseForeColor = true;
+ this.colCGA004.Caption = "鍗曟嵁鏃ユ湡";
+ this.colCGA004.FieldName = "CGA004";
+ this.colCGA004.MinWidth = 29;
+ this.colCGA004.Name = "colCGA004";
+ this.colCGA004.Visible = true;
+ this.colCGA004.VisibleIndex = 2;
+ this.colCGA004.Width = 142;
+ //
+ // colCGA005
+ //
+ this.colCGA005.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colCGA005.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colCGA005.AppearanceCell.Options.UseBackColor = true;
+ this.colCGA005.AppearanceCell.Options.UseForeColor = true;
+ this.colCGA005.Caption = "鍗曟嵁绫诲瀷";
+ this.colCGA005.FieldName = "CGA005";
+ this.colCGA005.MinWidth = 29;
+ this.colCGA005.Name = "colCGA005";
+ this.colCGA005.Visible = true;
+ this.colCGA005.VisibleIndex = 3;
+ this.colCGA005.Width = 142;
+ //
+ // colCGA006
+ //
+ this.colCGA006.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colCGA006.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colCGA006.AppearanceCell.Options.UseBackColor = true;
+ this.colCGA006.AppearanceCell.Options.UseForeColor = true;
+ this.colCGA006.Caption = "渚涘簲鍟�";
+ this.colCGA006.FieldName = "CGA006";
+ this.colCGA006.MinWidth = 29;
+ this.colCGA006.Name = "colCGA006";
+ this.colCGA006.Visible = true;
+ this.colCGA006.VisibleIndex = 4;
+ this.colCGA006.Width = 142;
+ //
+ // colCGA007
+ //
+ this.colCGA007.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colCGA007.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colCGA007.AppearanceCell.Options.UseBackColor = true;
+ this.colCGA007.AppearanceCell.Options.UseForeColor = true;
+ this.colCGA007.Caption = "CGA007";
+ this.colCGA007.FieldName = "CGA007";
+ this.colCGA007.MinWidth = 29;
+ this.colCGA007.Name = "colCGA007";
+ this.colCGA007.Width = 142;
+ //
+ // colCGA008
+ //
+ this.colCGA008.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colCGA008.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colCGA008.AppearanceCell.Options.UseBackColor = true;
+ this.colCGA008.AppearanceCell.Options.UseForeColor = true;
+ this.colCGA008.Caption = "鍏抽棴鐘舵��";
+ this.colCGA008.FieldName = "CGA008";
+ this.colCGA008.MinWidth = 29;
+ this.colCGA008.Name = "colCGA008";
+ this.colCGA008.Visible = true;
+ this.colCGA008.VisibleIndex = 9;
+ this.colCGA008.Width = 142;
+ //
+ // colCGA009
+ //
+ this.colCGA009.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colCGA009.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colCGA009.AppearanceCell.Options.UseBackColor = true;
+ this.colCGA009.AppearanceCell.Options.UseForeColor = true;
+ this.colCGA009.Caption = "CGA009";
+ this.colCGA009.FieldName = "CGA009";
+ this.colCGA009.MinWidth = 29;
+ this.colCGA009.Name = "colCGA009";
+ this.colCGA009.Width = 142;
+ //
+ // colCGA010
+ //
+ this.colCGA010.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colCGA010.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colCGA010.AppearanceCell.Options.UseBackColor = true;
+ this.colCGA010.AppearanceCell.Options.UseForeColor = true;
+ this.colCGA010.Caption = "CGA010";
+ this.colCGA010.FieldName = "CGA010";
+ this.colCGA010.MinWidth = 29;
+ this.colCGA010.Name = "colCGA010";
+ this.colCGA010.Width = 142;
+ //
+ // colCGA011
+ //
+ this.colCGA011.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colCGA011.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colCGA011.AppearanceCell.Options.UseBackColor = true;
+ this.colCGA011.AppearanceCell.Options.UseForeColor = true;
+ this.colCGA011.Caption = "浜ゆ槗甯佺";
+ this.colCGA011.FieldName = "CGA011";
+ this.colCGA011.MinWidth = 29;
+ this.colCGA011.Name = "colCGA011";
+ this.colCGA011.Visible = true;
+ this.colCGA011.VisibleIndex = 5;
+ this.colCGA011.Width = 142;
+ //
+ // colCGA012
+ //
+ this.colCGA012.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colCGA012.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colCGA012.AppearanceCell.Options.UseBackColor = true;
+ this.colCGA012.AppearanceCell.Options.UseForeColor = true;
+ this.colCGA012.Caption = "钀ヤ笟";
+ this.colCGA012.FieldName = "CGA012";
+ this.colCGA012.MinWidth = 29;
+ this.colCGA012.Name = "colCGA012";
+ this.colCGA012.Width = 142;
+ //
+ // colCGA013
+ //
+ this.colCGA013.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colCGA013.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colCGA013.AppearanceCell.Options.UseBackColor = true;
+ this.colCGA013.AppearanceCell.Options.UseForeColor = true;
+ this.colCGA013.Caption = "CGA013";
+ this.colCGA013.FieldName = "CGA013";
+ this.colCGA013.MinWidth = 29;
+ this.colCGA013.Name = "colCGA013";
+ this.colCGA013.Width = 142;
+ //
+ // colCGA014
+ //
+ this.colCGA014.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colCGA014.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colCGA014.AppearanceCell.Options.UseBackColor = true;
+ this.colCGA014.AppearanceCell.Options.UseForeColor = true;
+ this.colCGA014.Caption = "CGA014";
+ this.colCGA014.FieldName = "CGA014";
+ this.colCGA014.MinWidth = 29;
+ this.colCGA014.Name = "colCGA014";
+ this.colCGA014.Width = 142;
+ //
+ // colCGA015
+ //
+ this.colCGA015.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colCGA015.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colCGA015.AppearanceCell.Options.UseBackColor = true;
+ this.colCGA015.AppearanceCell.Options.UseForeColor = true;
+ this.colCGA015.Caption = "瀹℃牳鑰�";
+ this.colCGA015.FieldName = "CGA015";
+ this.colCGA015.MinWidth = 29;
+ this.colCGA015.Name = "colCGA015";
+ this.colCGA015.Visible = true;
+ this.colCGA015.VisibleIndex = 6;
+ this.colCGA015.Width = 142;
+ //
+ // colCGA016
+ //
+ this.colCGA016.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colCGA016.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colCGA016.AppearanceCell.Options.UseBackColor = true;
+ this.colCGA016.AppearanceCell.Options.UseForeColor = true;
+ this.colCGA016.Caption = "瀹℃牳鏃ユ湡";
+ this.colCGA016.FieldName = "CGA016";
+ this.colCGA016.MinWidth = 29;
+ this.colCGA016.Name = "colCGA016";
+ this.colCGA016.Visible = true;
+ this.colCGA016.VisibleIndex = 7;
+ this.colCGA016.Width = 142;
+ //
+ // colCGA017
+ //
+ this.colCGA017.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colCGA017.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colCGA017.AppearanceCell.Options.UseBackColor = true;
+ this.colCGA017.AppearanceCell.Options.UseForeColor = true;
+ this.colCGA017.Caption = "澶囨敞";
+ this.colCGA017.FieldName = "CGA017";
+ this.colCGA017.MinWidth = 29;
+ this.colCGA017.Name = "colCGA017";
+ this.colCGA017.Visible = true;
+ this.colCGA017.VisibleIndex = 8;
+ this.colCGA017.Width = 142;
+ //
+ // colCGA018
+ //
+ this.colCGA018.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colCGA018.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colCGA018.AppearanceCell.Options.UseBackColor = true;
+ this.colCGA018.AppearanceCell.Options.UseForeColor = true;
+ this.colCGA018.Caption = "CGA018";
+ this.colCGA018.FieldName = "CGA018";
+ this.colCGA018.MinWidth = 29;
+ this.colCGA018.Name = "colCGA018";
+ this.colCGA018.Width = 142;
+ //
+ // colCGA019
+ //
+ this.colCGA019.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colCGA019.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colCGA019.AppearanceCell.Options.UseBackColor = true;
+ this.colCGA019.AppearanceCell.Options.UseForeColor = true;
+ this.colCGA019.Caption = "CGA019";
+ this.colCGA019.FieldName = "CGA019";
+ this.colCGA019.MinWidth = 29;
+ this.colCGA019.Name = "colCGA019";
+ this.colCGA019.Width = 142;
+ //
+ // colCGA020
+ //
+ this.colCGA020.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colCGA020.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colCGA020.AppearanceCell.Options.UseBackColor = true;
+ this.colCGA020.AppearanceCell.Options.UseForeColor = true;
+ this.colCGA020.Caption = "CGA020";
+ this.colCGA020.FieldName = "CGA020";
+ this.colCGA020.MinWidth = 29;
+ this.colCGA020.Name = "colCGA020";
+ this.colCGA020.Width = 142;
+ //
+ // colCGA021
+ //
+ this.colCGA021.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colCGA021.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colCGA021.AppearanceCell.Options.UseBackColor = true;
+ this.colCGA021.AppearanceCell.Options.UseForeColor = true;
+ this.colCGA021.Caption = "CGA021";
+ this.colCGA021.FieldName = "CGA021";
+ this.colCGA021.MinWidth = 29;
+ this.colCGA021.Name = "colCGA021";
+ this.colCGA021.Width = 142;
+ //
+ // colCGA022
+ //
+ this.colCGA022.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colCGA022.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colCGA022.AppearanceCell.Options.UseBackColor = true;
+ this.colCGA022.AppearanceCell.Options.UseForeColor = true;
+ this.colCGA022.Caption = "CGA022";
+ this.colCGA022.FieldName = "CGA022";
+ this.colCGA022.MinWidth = 29;
+ this.colCGA022.Name = "colCGA022";
+ this.colCGA022.Width = 142;
+ //
+ // colCGA023
+ //
+ this.colCGA023.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colCGA023.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colCGA023.AppearanceCell.Options.UseBackColor = true;
+ this.colCGA023.AppearanceCell.Options.UseForeColor = true;
+ this.colCGA023.Caption = "CGA023";
+ this.colCGA023.FieldName = "CGA023";
+ this.colCGA023.MinWidth = 29;
+ this.colCGA023.Name = "colCGA023";
+ this.colCGA023.Width = 142;
+ //
+ // colCGA024
+ //
+ this.colCGA024.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colCGA024.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colCGA024.AppearanceCell.Options.UseBackColor = true;
+ this.colCGA024.AppearanceCell.Options.UseForeColor = true;
+ this.colCGA024.Caption = "CGA024";
+ this.colCGA024.FieldName = "CGA024";
+ this.colCGA024.MinWidth = 29;
+ this.colCGA024.Name = "colCGA024";
+ this.colCGA024.Width = 142;
+ //
+ // colCGA025
+ //
+ this.colCGA025.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colCGA025.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colCGA025.AppearanceCell.Options.UseBackColor = true;
+ this.colCGA025.AppearanceCell.Options.UseForeColor = true;
+ this.colCGA025.Caption = "CGA025";
+ this.colCGA025.FieldName = "CGA025";
+ this.colCGA025.MinWidth = 29;
+ this.colCGA025.Name = "colCGA025";
+ this.colCGA025.Width = 142;
+ //
+ // colCGA026
+ //
+ this.colCGA026.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.colCGA026.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ this.colCGA026.AppearanceCell.Options.UseBackColor = true;
+ this.colCGA026.AppearanceCell.Options.UseForeColor = true;
+ this.colCGA026.Caption = "CGA026";
+ this.colCGA026.FieldName = "CGA026";
+ this.colCGA026.MinWidth = 29;
+ this.colCGA026.Name = "colCGA026";
+ this.colCGA026.Width = 142;
+ //
+ // TEST
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(1287, 684);
+ this.Controls.Add(this.gcSummary);
+ this.Controls.Add(this.toolBarMenu1);
+ this.Controls.Add(this.pageBar1);
+ this.Name = "TEST";
+ this.Text = "TEST";
+ ((System.ComponentModel.ISupportInitialize)(this.gcSummary)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.gvSummary)).EndInit();
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ private UserControls.Data.PageBar pageBar1;
+ private UserControl.ToolBarMenu toolBarMenu1;
+ private DevExpress.XtraGrid.GridControl gcSummary;
+ private DevExpress.XtraGrid.Views.Grid.GridView gvSummary;
+ private DevExpress.XtraGrid.Columns.GridColumn colflagApp;
+ private DevExpress.XtraGrid.Columns.GridColumn colappUser;
+ private DevExpress.XtraGrid.Columns.GridColumn colappDate;
+ private DevExpress.XtraGrid.Columns.GridColumn colAppNAME;
+ private DevExpress.XtraGrid.Columns.GridColumn colID;
+ private DevExpress.XtraGrid.Columns.GridColumn colPID;
+ private DevExpress.XtraGrid.Columns.GridColumn colCREATE_BY;
+ private DevExpress.XtraGrid.Columns.GridColumn colCREATE_DATE;
+ private DevExpress.XtraGrid.Columns.GridColumn colCGA001;
+ private DevExpress.XtraGrid.Columns.GridColumn colCGA002;
+ private DevExpress.XtraGrid.Columns.GridColumn colCGA003;
+ private DevExpress.XtraGrid.Columns.GridColumn colCGA004;
+ private DevExpress.XtraGrid.Columns.GridColumn colCGA005;
+ private DevExpress.XtraGrid.Columns.GridColumn colCGA006;
+ private DevExpress.XtraGrid.Columns.GridColumn colCGA007;
+ private DevExpress.XtraGrid.Columns.GridColumn colCGA008;
+ private DevExpress.XtraGrid.Columns.GridColumn colCGA009;
+ private DevExpress.XtraGrid.Columns.GridColumn colCGA010;
+ private DevExpress.XtraGrid.Columns.GridColumn colCGA011;
+ private DevExpress.XtraGrid.Columns.GridColumn colCGA012;
+ private DevExpress.XtraGrid.Columns.GridColumn colCGA013;
+ private DevExpress.XtraGrid.Columns.GridColumn colCGA014;
+ private DevExpress.XtraGrid.Columns.GridColumn colCGA015;
+ private DevExpress.XtraGrid.Columns.GridColumn colCGA016;
+ private DevExpress.XtraGrid.Columns.GridColumn colCGA017;
+ private DevExpress.XtraGrid.Columns.GridColumn colCGA018;
+ private DevExpress.XtraGrid.Columns.GridColumn colCGA019;
+ private DevExpress.XtraGrid.Columns.GridColumn colCGA020;
+ private DevExpress.XtraGrid.Columns.GridColumn colCGA021;
+ private DevExpress.XtraGrid.Columns.GridColumn colCGA022;
+ private DevExpress.XtraGrid.Columns.GridColumn colCGA023;
+ private DevExpress.XtraGrid.Columns.GridColumn colCGA024;
+ private DevExpress.XtraGrid.Columns.GridColumn colCGA025;
+ private DevExpress.XtraGrid.Columns.GridColumn colCGA026;
+ }
+}
\ No newline at end of file
diff --git a/DevApp/Gs.DevApp/TestForm/TEST.cs b/DevApp/Gs.DevApp/TestForm/TEST.cs
new file mode 100644
index 0000000..cd5f495
--- /dev/null
+++ b/DevApp/Gs.DevApp/TestForm/TEST.cs
@@ -0,0 +1,33 @@
+锘縰sing DevExpress.XtraEditors;
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace Gs.DevApp.TestForm
+{
+ public partial class TEST : DevExpress.XtraEditors.XtraForm
+ {
+ public TEST()
+ {
+ InitializeComponent();
+ toolBarMenu1.btnAddClick += ToolBarMenu1_btnAddClick;
+ toolBarMenu1.btnKGClick += ToolBarMenu1_btnKGClick;
+ }
+
+ private void ToolBarMenu1_btnKGClick(object sender, EventArgs e)
+ {
+ MessageBox.Show("寮�宸�");
+ }
+
+ private void ToolBarMenu1_btnAddClick(object sender, EventArgs e)
+ {
+ MessageBox.Show("111");
+ }
+ }
+}
\ No newline at end of file
diff --git a/DevApp/Gs.DevApp/TestForm/TEST.resx b/DevApp/Gs.DevApp/TestForm/TEST.resx
new file mode 100644
index 0000000..1af7de1
--- /dev/null
+++ b/DevApp/Gs.DevApp/TestForm/TEST.resx
@@ -0,0 +1,120 @@
+锘�<?xml version="1.0" encoding="utf-8"?>
+<root>
+ <!--
+ Microsoft ResX Schema
+
+ Version 2.0
+
+ The primary goals of this format is to allow a simple XML format
+ that is mostly human readable. The generation and parsing of the
+ various data types are done through the TypeConverter classes
+ associated with the data types.
+
+ Example:
+
+ ... ado.net/XML headers & schema ...
+ <resheader name="resmimetype">text/microsoft-resx</resheader>
+ <resheader name="version">2.0</resheader>
+ <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
+ <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
+ <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
+ <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
+ <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
+ <value>[base64 mime encoded serialized .NET Framework object]</value>
+ </data>
+ <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
+ <comment>This is a comment</comment>
+ </data>
+
+ There are any number of "resheader" rows that contain simple
+ name/value pairs.
+
+ Each data row contains a name, and value. The row also contains a
+ type or mimetype. Type corresponds to a .NET class that support
+ text/value conversion through the TypeConverter architecture.
+ Classes that don't support this are serialized and stored with the
+ mimetype set.
+
+ The mimetype is used for serialized objects, and tells the
+ ResXResourceReader how to depersist the object. This is currently not
+ extensible. For a given mimetype the value must be set accordingly:
+
+ Note - application/x-microsoft.net.object.binary.base64 is the format
+ that the ResXResourceWriter will generate, however the reader can
+ read any of the formats listed below.
+
+ mimetype: application/x-microsoft.net.object.binary.base64
+ value : The object must be serialized with
+ : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
+ : and then encoded with base64 encoding.
+
+ mimetype: application/x-microsoft.net.object.soap.base64
+ value : The object must be serialized with
+ : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
+ : and then encoded with base64 encoding.
+
+ mimetype: application/x-microsoft.net.object.bytearray.base64
+ value : The object must be serialized into a byte array
+ : using a System.ComponentModel.TypeConverter
+ : and then encoded with base64 encoding.
+ -->
+ <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
+ <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
+ <xsd:element name="root" msdata:IsDataSet="true">
+ <xsd:complexType>
+ <xsd:choice maxOccurs="unbounded">
+ <xsd:element name="metadata">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="value" type="xsd:string" minOccurs="0" />
+ </xsd:sequence>
+ <xsd:attribute name="name" use="required" type="xsd:string" />
+ <xsd:attribute name="type" type="xsd:string" />
+ <xsd:attribute name="mimetype" type="xsd:string" />
+ <xsd:attribute ref="xml:space" />
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="assembly">
+ <xsd:complexType>
+ <xsd:attribute name="alias" type="xsd:string" />
+ <xsd:attribute name="name" type="xsd:string" />
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="data">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+ <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
+ </xsd:sequence>
+ <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
+ <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
+ <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
+ <xsd:attribute ref="xml:space" />
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="resheader">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+ </xsd:sequence>
+ <xsd:attribute name="name" type="xsd:string" use="required" />
+ </xsd:complexType>
+ </xsd:element>
+ </xsd:choice>
+ </xsd:complexType>
+ </xsd:element>
+ </xsd:schema>
+ <resheader name="resmimetype">
+ <value>text/microsoft-resx</value>
+ </resheader>
+ <resheader name="version">
+ <value>2.0</value>
+ </resheader>
+ <resheader name="reader">
+ <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ </resheader>
+ <resheader name="writer">
+ <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ </resheader>
+</root>
\ No newline at end of file
diff --git a/DevApp/Gs.DevApp/UserControl/ToolBarMenu.Designer.cs b/DevApp/Gs.DevApp/UserControl/ToolBarMenu.Designer.cs
index 5cd8409..5b85ff5 100644
--- a/DevApp/Gs.DevApp/UserControl/ToolBarMenu.Designer.cs
+++ b/DevApp/Gs.DevApp/UserControl/ToolBarMenu.Designer.cs
@@ -56,6 +56,7 @@
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
this.bar3 = new DevExpress.XtraBars.Bar();
+ this.btnKG = new DevExpress.XtraBars.BarLargeButtonItem();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
this.SuspendLayout();
//
@@ -90,9 +91,10 @@
//
this.barDockControlLeft.CausesValidation = false;
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
- this.barDockControlLeft.Location = new System.Drawing.Point(0, 74);
+ this.barDockControlLeft.Location = new System.Drawing.Point(0, 85);
this.barDockControlLeft.Manager = this.barManager1;
- this.barDockControlLeft.Size = new System.Drawing.Size(0, 0);
+ this.barDockControlLeft.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+ this.barDockControlLeft.Size = new System.Drawing.Size(0, 3);
//
// barManager1
//
@@ -119,9 +121,10 @@
this.barLargeButtonItem1,
this.barLargeButtonItem2,
this.barLargeButtonItem3,
- this.barLargeButtonItem4});
+ this.barLargeButtonItem4,
+ this.btnKG});
this.barManager1.MainMenu = this.bar2;
- this.barManager1.MaxItemId = 19;
+ this.barManager1.MaxItemId = 20;
//
// bar2
//
@@ -143,7 +146,8 @@
new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem2),
new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem8),
new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem3),
- new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem4)});
+ new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem4),
+ new DevExpress.XtraBars.LinkPersistInfo(this.btnKG)});
this.bar2.OptionsBar.MultiLine = true;
this.bar2.OptionsBar.UseWholeRow = true;
this.bar2.Text = "Main menu";
@@ -295,23 +299,26 @@
this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
this.barDockControlTop.Manager = this.barManager1;
- this.barDockControlTop.Size = new System.Drawing.Size(1119, 74);
+ this.barDockControlTop.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+ this.barDockControlTop.Size = new System.Drawing.Size(1399, 85);
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.barDockControlBottom.Location = new System.Drawing.Point(0, 72);
+ this.barDockControlBottom.Location = new System.Drawing.Point(0, 88);
this.barDockControlBottom.Manager = this.barManager1;
- this.barDockControlBottom.Size = new System.Drawing.Size(1119, 0);
+ this.barDockControlBottom.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+ this.barDockControlBottom.Size = new System.Drawing.Size(1399, 0);
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
- this.barDockControlRight.Location = new System.Drawing.Point(1119, 74);
+ this.barDockControlRight.Location = new System.Drawing.Point(1399, 85);
this.barDockControlRight.Manager = this.barManager1;
- this.barDockControlRight.Size = new System.Drawing.Size(0, 0);
+ this.barDockControlRight.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
+ this.barDockControlRight.Size = new System.Drawing.Size(0, 3);
//
// bar3
//
@@ -325,16 +332,25 @@
this.bar3.OptionsBar.UseWholeRow = true;
this.bar3.Text = "Status bar";
//
+ // btnKG
+ //
+ this.btnKG.Caption = "寮�宸�";
+ this.btnKG.Id = 19;
+ this.btnKG.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem5.ImageOptions.Image")));
+ this.btnKG.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem5.ImageOptions.LargeImage")));
+ this.btnKG.Name = "btnKG";
+ //
// ToolBarMenu
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
+ this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.barDockControlLeft);
this.Controls.Add(this.barDockControlRight);
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
+ this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "ToolBarMenu";
- this.Size = new System.Drawing.Size(1119, 72);
+ this.Size = new System.Drawing.Size(1399, 88);
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
@@ -368,5 +384,6 @@
private DevExpress.XtraBars.BarLargeButtonItem barLargeButtonItem2;
private DevExpress.XtraBars.BarLargeButtonItem barLargeButtonItem3;
private DevExpress.XtraBars.BarLargeButtonItem barLargeButtonItem4;
+ private DevExpress.XtraBars.BarLargeButtonItem btnKG;
}
}
diff --git a/DevApp/Gs.DevApp/UserControl/ToolBarMenu.cs b/DevApp/Gs.DevApp/UserControl/ToolBarMenu.cs
index 2bdca7d..0ad94a6 100644
--- a/DevApp/Gs.DevApp/UserControl/ToolBarMenu.cs
+++ b/DevApp/Gs.DevApp/UserControl/ToolBarMenu.cs
@@ -32,6 +32,11 @@
/// </summary>
public event EventHandler btnSaveClick;
+ /// <summary>
+ /// 寮�宸�
+ /// </summary>
+ public event EventHandler btnKGClick;
+
public ToolBarMenu()
{
@@ -41,6 +46,15 @@
this.btnEdit.ItemClick += BtnEdit_ItemClick;
this.btnLoad.ItemClick += BtnLoad_ItemClick;
this.btnSave.ItemClick += BtnSave_ItemClick;
+ this.btnKG.ItemClick += BtnKG_ItemClick;
+ }
+
+ private void BtnKG_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
+ {
+ if (btnKGClick != null)
+ {
+ btnKGClick(this, e);
+ }
}
private void BtnSave_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
diff --git a/DevApp/Gs.DevApp/UserControl/ToolBarMenu.resx b/DevApp/Gs.DevApp/UserControl/ToolBarMenu.resx
index f2f7c7c..3eb7efa 100644
--- a/DevApp/Gs.DevApp/UserControl/ToolBarMenu.resx
+++ b/DevApp/Gs.DevApp/UserControl/ToolBarMenu.resx
@@ -427,4 +427,62 @@
gCow0mM+bAAAAABJRU5ErkJggg==
</value>
</data>
+ <data name="barLargeButtonItem5.ImageOptions.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <value>
+ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
+ YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAEXRFWHRUaXRsZQBEb3duO0Fy
+ cm93O738glgAAALASURBVDhPdZJZT1NBGIYnMSYKrv9IjZcmhmjihd4IxYWtUFnKIigte9QYYyCyU1TW
+ QAHZSoxIJFEDXahSBSNLy+nC6WkLpS2Jvn4zLcTEePHk65l35jnvaYZpu23vil/ZUfTSjsJuOwoMS9B0
+ LSGvwwZ1hxXqdguyWy3IarEgo9mCO81m3H5hRtrzj+8ZY0cZPzyzGiQCmFmJY6Lfpu+KYJqY4jgUTH5T
+ ME7T+MWP9KZFkOAY05JgfNmPGtMGqqc3UDVF8Enop9bjTK5Dd8DEGvosPqjiguOsiGo3GB24Z7BBY7BS
+ fStyO4kOi6if025GdtsislrNyGxZRAZR9noJqsaEoOaZCbt7+/ApEfj8hBKFV97DljcElycoJn8WeWJP
+ aGcf9xvecEES0z+dwk6YC+hgYhM/VNj2+RCXmyS07hUviCC4u4/SulEuSGaVTyYRIoEICT5dUgA39NOY
+ 9f7G5aIRbEqKWD+QBHZiKK4e4YITrOLROEJk5IGHqro8IfxY9+BaxQQe23/hUr4RKz/dcEpBkfN9SiiG
+ Qv1wXFBWP0aVYiKQfLvQtc3jatkYrpSOoda8jxTtqGhR3jQn5J6EIL9yiAtOspLaEQRIwAPJF4bV4cTF
+ 9A4Uv1VQ+SkGrUnGhbR22JY3xQv4Pn8wCs2DQS44xYqqjOKbPHIEbsLl3UHP6ALO5wygZD6Cc5m96B9f
+ gNMdFDn/DDkYg7q8Py4o0A2JSu7tPRFKNNdcMnJ0g0ip/4CCumGsOWWxzvdwZGqQXdbHBaeZ5uEgCaJk
+ p5C3oA1bVPXryhZSS3rgWJXoOQyJ5wnBdiCKzNJeLjjD8soHxDfJtLhNk4ccjxwW94FPfkcOLxInEEFG
+ cU+8Qaq6dfZWfjfSE6juGaDSGJCm6RKk5iXI7cTNv7h+t3GOBEkE3Wf+Z/A6/3L2P/AsmTF25A/+peGl
+ WYwXFAAAAABJRU5ErkJggg==
+</value>
+ </data>
+ <data name="barLargeButtonItem5.ImageOptions.LargeImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <value>
+ iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
+ YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAEXRFWHRUaXRsZQBEb3duO0Fy
+ cm93O738glgAAAd8SURBVFhHtZfZcxTXFcblOI4XbGPjbH9OHlJJXpylyktiE1IqiCFKYdCGcLABITAB
+ pJEQGIuRhEFIGm2AkYMkJCG0odUsYpOsdbSMZtXMaEYLyA9fzne770wPJI5fMlW/Ord7uu/33XNP39ud
+ JL9nhB8IPxR+9B94/nvywveEfVKLmur37PbC1l9mlPQPZpYOQpOhGDAoGUB6jH6kFQ8IjAap9kR2ktN9
+ MXZY+PDznpHkw1/+WnRpgoNPeu6vBd0ee8cs6u4uoG4ogFqTmjtP4kc1ueVH1W0TaTus3PSj4qYvgXLh
+ /KBB/tUpvHPwmld0mTWVhee3FNxQwv+4PImPviQTZkw83n1pIkbWpXGDi9IWdjFeMNsXxmNkWsioG0dZ
+ vxdv51yD6L6kDbywOb9bjY5CuynEaBEzBNk5RbVgXMTaptAuEVKidWMxMkzOioG3DrTSwDrhWWUg2dal
+ Uvm0IGPiKONiE4liAkeo2rVaUM7VEmlLTJd4pteDP2S3JBr4S16Xmr+YaAwRoKgSjKMFMykQwxAxxOKC
+ 6TUGadJOqxlFSY8Hv9vXTAMvawMvbsrtRH7zFLJqRrCrWqgZlihUDSOTOIaRITHD8VCRXvkQaZUPkFZB
+ HiJVYmr5A+wk5xnvY8d5oczgw3P3sV1xD7kN4/jt3icMlFT1Y3n1WywsPhIem+g2o8b4LxBahT+8ioDg
+ 122JAbkmEJb/w4xP4xciy2soKu+hgVe0gZeKHX1YWjEN8OKEaJgIUFiEfMEVeBeEwBI8FrwLy/DRhCmm
+ BbXJQEjaAg18fv5GogF7JQ2sGWK6A45WReOYnXiDyzh+6b4sPn1Is/chVRaW1NO92FnUC9uFIXj8S4YY
+ rzehqD/GKiJLa/jsXDcNvKoNrLNX9GJp+duYWMyEBd7s9keRUtCJaTHnFKYsfJDXjnlfRJm0Cir0VJkG
+ Tp6NGeBqmLSOcxKV1DwtKlF3FlwVgUVstbVjOPgIl0ZDuEi+CWLAvYTNR9vg8oTVVKjRK0HzXrPtkz4W
+ xcCJL7poYL028DLnxDBAt6aoNqGQ9Mu8u7xhbMm9jnv+FdQNy7It1Aq9riUkH27FrDsIDw2IoE+ZFlHV
+ Zu0YhJceo/BMZ6KBU2WmAS2sXBMzdXLOK8U35wkh+cg1DHmXUf0ggKr7ATiErtkoNh1qwYxrQaZpWV2r
+ BJ8QVwaij1FQ2kEDr2kDr7AoWJ2GmJku04BXbmJa3b4opkVgk4z0lqS84q5sNEN+lA/50O5cxPsHrmJy
+ xg+X1IEnYDHB+81IQmIgv6Q90cCJs12mAcuoTed8xDi3ThEfnXJj48FmDMxFce62V3H2lgctE2H8cX8T
+ RsbmxIRPpiIk9RIV43FhNRAhHHkMm/06DbyuDbxaKEURia6pdLHY1E1ihiOZ80awMadZjfC9bIOemQhK
+ v3ajdNCNEqFRivGdTxrwtvDWx+QKZsSEm5kQE1qchMRA3mllYIM2sP54aad6PIzUm6MX1Ly7F5Fd3IlT
+ TcPomgpj0BVF59Qi7P3zKOojLtRLIbaMh9EyuoDci3eQntugsqAMKGEuXhIFGjhWpLZjGnhOGSgo6ZDq
+ XIOXoqYJ4lGVH8G9URc27a9HcccUjrZOwtY+jRPdczjZM4fCrjkca5vGp1cnZT8Zw+/TK3FneFYKdlEy
+ aK6apjj7C0Ue4cgpZeANbeA1W3G7qk4fHxszVTpyFBxNU/cw3tt3GfYbczjQOIb9V8aFMez7l7SFwnYn
+ 3sysQn3bXUzPB6UYuTybwioDK2JgFUFZ7P75mXofiBvIO91mGogLK0zXLm9UVfjRM9ex41Q7bG1O7P1q
+ LMaxFic25zYjp6gJE9NShJ5IfP7NPijOyH3l05PqfeDH2sDruUWGAauwmjd1LDezGKUWRibc+POeauTU
+ 3UFO4zg+rh9Fjmyveypv4t2MMjwcncPMvDH3hijvtUADst8cKlTbcdzAUZkTFgcvMIR5scW5GHHLRuN0
+ BdE9OIpfpXwBW/MEPrk8hiONo/jFFjs6BkZknWDqo2JgBW65lzFmgscCM5Bz/CoN/EQb2MA5CSoDFNXC
+ Zgb0ORkVO5+Q57y0tgtvZjgk9ZP4zc5yFFd3YNzpU48sV0KroO5LHct5bnjZ+U2JBg7LnASlOpXoEyYM
+ mAGjg1mZim8m5vH3A9XYWtCKbfsd6njWHY5dQwMqA8o4z8n97IcG5CnLtjXSwE+1gTcOnWhWc5MozJss
+ ZtiJdDAvU8EqvyeP2sasMtwdnoFTjnmec6+FdD+8R5kxTXDD25fXoA3wKylpw0GZE86NIahvNtqqQw0N
+ iMi8PGIz88byPC1Fp8R16k2UMNvsg20zcpHbe+xKQgbWZ9saQn23p8Wd8RakXsG4K6ponuOxiX7B4OsZ
+ l25i7KDG+e+i56YTew7XhzhwbeDFbekn/5SSVelL+agKKbuJA2z/TdoGjnjMirPNEuNUYtuuSmxV0SFR
+ YOQ54YPMisXk7bb3RZffBerLiBsCP5O4O/HZZHUyPd/Fz/4HP/8v8D+ugHwlp676OLV+njMl1k/z/wfU
+ 4Muo6CY982/fXTK7nE+aKgAAAABJRU5ErkJggg==
+</value>
+ </data>
</root>
\ No newline at end of file
--
Gitblit v1.9.3