lu
2025-06-03 34e30e2261a057fc9f46f67a3d216e3d9a9e67be
DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.Designer.cs
@@ -49,6 +49,11 @@
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions3 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject9 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject10 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject11 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject12 = new DevExpress.Utils.SerializableAppearanceObject();
            this.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu();
            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
@@ -146,6 +151,9 @@
            this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.rptHistory = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
            this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.picCheckBox = new System.Windows.Forms.PictureBox();
            this.tips = new DevExpress.Utils.ToolTipController(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
@@ -204,6 +212,7 @@
            ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rptHistory)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).BeginInit();
            this.SuspendLayout();
            // 
@@ -985,7 +994,8 @@
            this.gcMx1.Name = "gcMx1";
            this.gcMx1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemButtonEdit1,
            this.repositoryItemButtonEdit2});
            this.repositoryItemButtonEdit2,
            this.rptHistory});
            this.gcMx1.Size = new System.Drawing.Size(1229, 351);
            this.gcMx1.TabIndex = 0;
            this.gcMx1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
@@ -1024,7 +1034,9 @@
            this.gridColumn14,
            this.gridColumn15,
            this.gridColumn16,
            this.gridColumn2});
            this.gridColumn2,
            this.gridColumn17,
            this.gridColumn18});
            this.gvMx1.GridControl = this.gcMx1;
            this.gvMx1.Name = "gvMx1";
            this.gvMx1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
@@ -1055,8 +1067,8 @@
            // gvMx1ebelnLine
            // 
            this.gvMx1ebelnLine.AppearanceCell.Options.UseFont = true;
            this.gvMx1ebelnLine.Caption = "ERP行ID";
            this.gvMx1ebelnLine.FieldName = "ebelnK3id";
            this.gvMx1ebelnLine.Caption = "Erp行Id";
            this.gvMx1ebelnLine.FieldName = "lineK3id";
            this.gvMx1ebelnLine.MinWidth = 90;
            this.gvMx1ebelnLine.Name = "gvMx1ebelnLine";
            this.gvMx1ebelnLine.OptionsColumn.ReadOnly = true;
@@ -1193,7 +1205,7 @@
            // gvMx1subQty
            // 
            this.gvMx1subQty.AppearanceCell.Options.UseFont = true;
            this.gvMx1subQty.Caption = "未收数量";
            this.gvMx1subQty.Caption = "累计未收量";
            this.gvMx1subQty.FieldName = "wssl";
            this.gvMx1subQty.MinWidth = 25;
            this.gvMx1subQty.Name = "gvMx1subQty";
@@ -1210,7 +1222,7 @@
            this.gvMx1quantity.AppearanceCell.Options.UseForeColor = true;
            this.gvMx1quantity.AppearanceHeader.ForeColor = System.Drawing.Color.Blue;
            this.gvMx1quantity.AppearanceHeader.Options.UseForeColor = true;
            this.gvMx1quantity.Caption = "收货数量";
            this.gvMx1quantity.Caption = "本次收量";
            this.gvMx1quantity.FieldName = "quantity";
            this.gvMx1quantity.MinWidth = 25;
            this.gvMx1quantity.Name = "gvMx1quantity";
@@ -1239,7 +1251,7 @@
            // gvMx1okRkqty
            // 
            this.gvMx1okRkqty.AppearanceCell.Options.UseFont = true;
            this.gvMx1okRkqty.Caption = "已收数量";
            this.gvMx1okRkqty.Caption = "累计实收";
            this.gvMx1okRkqty.FieldName = "yssl";
            this.gvMx1okRkqty.MinWidth = 25;
            this.gvMx1okRkqty.Name = "gvMx1okRkqty";
@@ -1412,6 +1424,35 @@
            this.gridColumn2.VisibleIndex = 17;
            this.gridColumn2.Width = 94;
            // 
            // gridColumn17
            //
            this.gridColumn17.Caption = "到货记录";
            this.gridColumn17.ColumnEdit = this.rptHistory;
            this.gridColumn17.MinWidth = 25;
            this.gridColumn17.Name = "gridColumn17";
            this.gridColumn17.Visible = true;
            this.gridColumn17.VisibleIndex = 23;
            this.gridColumn17.Width = 94;
            //
            // rptHistory
            //
            this.rptHistory.AutoHeight = false;
            editorButtonImageOptions3.Image = global::Gs.DevApp.Properties.Resources.historyitem_16x16;
            editorButtonImageOptions3.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
            this.rptHistory.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "记录", -1, true, true, false, editorButtonImageOptions3, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject9, serializableAppearanceObject10, serializableAppearanceObject11, serializableAppearanceObject12, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
            this.rptHistory.Name = "rptHistory";
            this.rptHistory.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
            this.rptHistory.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.rptHistory_ButtonClick);
            //
            // gridColumn18
            //
            this.gridColumn18.Caption = "ErpId";
            this.gridColumn18.FieldName = "ebelnK3id";
            this.gridColumn18.MinWidth = 25;
            this.gridColumn18.Name = "gridColumn18";
            this.gridColumn18.Width = 94;
            //
            // picCheckBox
            // 
            this.picCheckBox.Image = global::Gs.DevApp.Properties.Resources.ico_noCheck;
@@ -1489,6 +1530,7 @@
            ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rptHistory)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).EndInit();
            this.ResumeLayout(false);
@@ -1593,5 +1635,8 @@
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn15;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn16;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn17;
        private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit rptHistory;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn18;
    }
}