bug
lu
2025-10-08 13dac95f9486c7e68788271f4ac89dfa77c28915
DevApp/Gs.DevApp/DevFrm/FQC/Frm_FqcDetect01.Designer.cs
@@ -222,6 +222,8 @@
            this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridView4 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.tips = new DevExpress.Utils.ToolTipController(this.components);
            this.txt_kbList2 = new DevExpress.XtraEditors.MemoEdit();
            this.layoutControlItem26 = new DevExpress.XtraLayout.LayoutControlItem();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
@@ -352,6 +354,8 @@
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_kbList2.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem26)).BeginInit();
            this.SuspendLayout();
            // 
            // repositoryItemComboBox1
@@ -866,6 +870,7 @@
            this.layoutMx1.Controls.Add(this.txt_lineId);
            this.layoutMx1.Controls.Add(this.txt_kbSl);
            this.layoutMx1.Controls.Add(this.txt_fmrmode);
            this.layoutMx1.Controls.Add(this.txt_kbList2);
            this.layoutMx1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutMx1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem17,
@@ -1353,7 +1358,8 @@
            this.layoutControlItem2,
            this.layoutControlItem16,
            this.layoutControlItem15,
            this.layoutControlItem14});
            this.layoutControlItem14,
            this.layoutControlItem26});
            this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
            this.Root.Name = "Root";
            columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
@@ -2439,6 +2445,27 @@
            // 
            this.gridView4.Name = "gridView4";
            // 
            // txt_kbList2
            //
            this.txt_kbList2.Location = new System.Drawing.Point(414, 212);
            this.txt_kbList2.Name = "txt_kbList2";
            this.txt_kbList2.Size = new System.Drawing.Size(584, 25);
            this.txt_kbList2.StyleController = this.layoutMx1;
            this.txt_kbList2.TabIndex = 841;
            this.txt_kbList2.Tag = "readonly";
            //
            // layoutControlItem26
            //
            this.layoutControlItem26.Control = this.txt_kbList2;
            this.layoutControlItem26.Location = new System.Drawing.Point(330, 200);
            this.layoutControlItem26.Name = "layoutControlItem26";
            this.layoutControlItem26.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem26.OptionsTableLayoutItem.ColumnSpan = 2;
            this.layoutControlItem26.OptionsTableLayoutItem.RowIndex = 7;
            this.layoutControlItem26.Size = new System.Drawing.Size(660, 29);
            this.layoutControlItem26.Text = "送检箱码";
            this.layoutControlItem26.TextSize = new System.Drawing.Size(60, 18);
            //
            // Frm_FqcDetect01
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
@@ -2579,6 +2606,8 @@
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_kbList2.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem26)).EndInit();
            this.ResumeLayout(false);
        }
@@ -2758,5 +2787,7 @@
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem14;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn11;
        private DevExpress.XtraEditors.MemoEdit txt_kbList2;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem26;
    }
}