cdk
2025-12-02 4b40e0d9657203dd45baa1e6358547f1080491cc
DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl.Designer.cs
@@ -222,6 +222,7 @@
            this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.picCheckBox = new System.Windows.Forms.PictureBox();
            this.tips = new DevExpress.Utils.ToolTipController(this.components);
            this.gridColumn27 = new DevExpress.XtraGrid.Columns.GridColumn();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
            this.xtraTabPage1.SuspendLayout();
@@ -769,6 +770,7 @@
            // ucBtnPrintAll1
            // 
            this.ucBtnPrintAll1.Location = new System.Drawing.Point(1050, 196);
            this.ucBtnPrintAll1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.ucBtnPrintAll1.mxList = null;
            this.ucBtnPrintAll1.Name = "ucBtnPrintAll1";
            this.ucBtnPrintAll1.rptType = null;
@@ -1877,7 +1879,8 @@
            this.gridColumn20,
            this.gridColumn22,
            this.gridColumn23,
            this.gridColumn26});
            this.gridColumn26,
            this.gridColumn27});
            this.gvMx1.GridControl = this.gcMx1;
            this.gvMx1.Name = "gvMx1";
            this.gvMx1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
@@ -2331,6 +2334,16 @@
            this.picCheckBox.TabStop = false;
            this.picCheckBox.Visible = false;
            // 
            // gridColumn27
            //
            this.gridColumn27.Caption = "排序";
            this.gridColumn27.FieldName = "tld016";
            this.gridColumn27.MinWidth = 25;
            this.gridColumn27.Name = "gridColumn27";
            this.gridColumn27.Visible = true;
            this.gridColumn27.VisibleIndex = 14;
            this.gridColumn27.Width = 60;
            //
            // Frm_MesItemTbl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
@@ -2623,5 +2636,6 @@
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn26;
        private UserControl.UcBtnPrintAll ucBtnPrintAll1;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem40;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn27;
    }
}