kyy
2025-09-01 fdc017bffe579b0855743b68c58e3ba7571b8ad1
DevApp/Gs.DevApp/DevFrm/QC/JyxmShowCopy.Designer.cs
@@ -92,6 +92,7 @@
            this.rptBtnDel = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
            this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.completionWizardPage1 = new DevExpress.XtraWizard.CompletionWizardPage();
            this.gv_materialProperti = new DevExpress.XtraGrid.Columns.GridColumn();
            ((System.ComponentModel.ISupportInitialize)(this.wizardControl1)).BeginInit();
            this.wizardControl1.SuspendLayout();
            this.welcomeWizardPage1.SuspendLayout();
@@ -507,6 +508,7 @@
            this.gv_salesOrderId,
            this.gv_orderLineId,
            this.gv_itemId,
            this.gv_materialProperti,
            this.gv_tcode,
            this.gv_tname});
            this.gvMain.DetailHeight = 272;
@@ -802,6 +804,15 @@
            this.completionWizardPage1.Size = new System.Drawing.Size(789, 426);
            this.completionWizardPage1.Text = "保存信息";
            // 
            // gv_materialProperti
            //
            this.gv_materialProperti.Caption = "物料属性";
            this.gv_materialProperti.FieldName = "materialProperti";
            this.gv_materialProperti.Name = "gv_materialProperti";
            this.gv_materialProperti.Tag = "a.material_properti";
            this.gv_materialProperti.Visible = true;
            this.gv_materialProperti.VisibleIndex = 7;
            //
            // JyxmShowCopy
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
@@ -907,5 +918,6 @@
        private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
        private DevExpress.XtraGrid.Columns.GridColumn gv_tcode;
        private DevExpress.XtraGrid.Columns.GridColumn gv_tname;
        private DevExpress.XtraGrid.Columns.GridColumn gv_materialProperti;
    }
}