bug
lu
8 天以前 d03323ba9592a0b83ac210faa148f0032155fa83
DevApp/Gs.DevApp/UserControl/SelectDeleteBar.Designer.cs
@@ -37,9 +37,11 @@
            this.gv_supplierItemName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gv_supplierItemCode = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colT1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colT2 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
            this.btnDelete = new DevExpress.XtraEditors.SimpleButton();
            this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
            this.btnDelete = new DevExpress.XtraEditors.SimpleButton();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
            this.panelControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit();
@@ -81,7 +83,9 @@
            this.gv_billNo,
            this.gv_supplierItemName,
            this.gridColumn3,
            this.gv_supplierItemCode});
            this.gv_supplierItemCode,
            this.colT1,
            this.colT2});
            this.gridView1.GridControl = this.gcMain;
            this.gridView1.IndicatorWidth = 50;
            this.gridView1.Name = "gridView1";
@@ -139,7 +143,7 @@
            this.gv_supplierItemName.OptionsColumn.ReadOnly = true;
            this.gv_supplierItemName.Tag = "query_a.SUPPLIER_ITEM_NAME";
            this.gv_supplierItemName.Visible = true;
            this.gv_supplierItemName.VisibleIndex = 4;
            this.gv_supplierItemName.VisibleIndex = 2;
            this.gv_supplierItemName.Width = 276;
            // 
            // gridColumn3
@@ -150,7 +154,7 @@
            this.gridColumn3.Name = "gridColumn3";
            this.gridColumn3.OptionsColumn.ReadOnly = true;
            this.gridColumn3.Visible = true;
            this.gridColumn3.VisibleIndex = 2;
            this.gridColumn3.VisibleIndex = 3;
            this.gridColumn3.Width = 275;
            // 
            // gv_supplierItemCode
@@ -164,8 +168,30 @@
            this.gv_supplierItemCode.OptionsColumn.ReadOnly = true;
            this.gv_supplierItemCode.Tag = "query_a.SUPPLIER_ITEM_CODE";
            this.gv_supplierItemCode.Visible = true;
            this.gv_supplierItemCode.VisibleIndex = 3;
            this.gv_supplierItemCode.VisibleIndex = 4;
            this.gv_supplierItemCode.Width = 275;
            //
            // colT1
            //
            this.colT1.Caption = "绑定托板码";
            this.colT1.FieldName = "t1";
            this.colT1.MinWidth = 25;
            this.colT1.Name = "colT1";
            this.colT1.Tag = "query_a.t1";
            this.colT1.Visible = true;
            this.colT1.VisibleIndex = 5;
            this.colT1.Width = 94;
            //
            // colT2
            //
            this.colT2.Caption = "绑定追溯码";
            this.colT2.FieldName = "t2";
            this.colT2.MinWidth = 25;
            this.colT2.Name = "colT2";
            this.colT2.Tag = "query_a.t2";
            this.colT2.Visible = true;
            this.colT2.VisibleIndex = 6;
            this.colT2.Width = 94;
            // 
            // panelControl3
            // 
@@ -177,17 +203,6 @@
            this.panelControl3.Size = new System.Drawing.Size(834, 38);
            this.panelControl3.TabIndex = 6;
            // 
            // btnDelete
            //
            this.btnDelete.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
            this.btnDelete.Appearance.Options.UseBackColor = true;
            this.btnDelete.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.removegroupfooter_16x16;
            this.btnDelete.Location = new System.Drawing.Point(701, -1);
            this.btnDelete.Name = "btnDelete";
            this.btnDelete.Size = new System.Drawing.Size(94, 39);
            this.btnDelete.TabIndex = 5;
            this.btnDelete.Text = "批量删除";
            //
            // btnPrint
            // 
            this.btnPrint.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Question;
@@ -198,6 +213,18 @@
            this.btnPrint.Size = new System.Drawing.Size(94, 29);
            this.btnPrint.TabIndex = 6;
            this.btnPrint.Text = "批量重打";
            //
            // btnDelete
            //
            this.btnDelete.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
            this.btnDelete.Appearance.Options.UseBackColor = true;
            this.btnDelete.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.removegroupfooter_16x16;
            this.btnDelete.Location = new System.Drawing.Point(701, -1);
            this.btnDelete.Name = "btnDelete";
            this.btnDelete.Size = new System.Drawing.Size(94, 39);
            this.btnDelete.TabIndex = 5;
            this.btnDelete.Text = "批量删除";
            this.btnDelete.Visible = false;
            // 
            // SelectDeleteBar
            // 
@@ -234,5 +261,7 @@
        private DevExpress.XtraGrid.Columns.GridColumn colChkInt;
        private DevExpress.XtraEditors.SimpleButton btnDelete;
        private DevExpress.XtraEditors.SimpleButton btnPrint;
        private DevExpress.XtraGrid.Columns.GridColumn colT1;
        private DevExpress.XtraGrid.Columns.GridColumn colT2;
    }
}