bug
lu
8 天以前 ccbe3fad6c7ebb9c1e936163c7f04cb469ff32fc
DevApp/Gs.DevApp/UserControl/SelectDeleteBar.Designer.cs
@@ -37,9 +37,13 @@
            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.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn1 = 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();
@@ -55,7 +59,7 @@
            this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelControl2.Location = new System.Drawing.Point(0, 0);
            this.panelControl2.Name = "panelControl2";
            this.panelControl2.Size = new System.Drawing.Size(838, 545);
            this.panelControl2.Size = new System.Drawing.Size(1048, 545);
            this.panelControl2.TabIndex = 4;
            // 
            // gcMain
@@ -64,7 +68,7 @@
            this.gcMain.Location = new System.Drawing.Point(2, 40);
            this.gcMain.MainView = this.gridView1;
            this.gcMain.Name = "gcMain";
            this.gcMain.Size = new System.Drawing.Size(834, 503);
            this.gcMain.Size = new System.Drawing.Size(1044, 503);
            this.gcMain.TabIndex = 2;
            this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
@@ -81,7 +85,11 @@
            this.gv_billNo,
            this.gv_supplierItemName,
            this.gridColumn3,
            this.gv_supplierItemCode});
            this.gv_supplierItemCode,
            this.colT1,
            this.colT2,
            this.gridColumn2,
            this.gridColumn1});
            this.gridView1.GridControl = this.gcMain;
            this.gridView1.IndicatorWidth = 50;
            this.gridView1.Name = "gridView1";
@@ -139,7 +147,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 +158,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 +172,52 @@
            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;
            //
            // gridColumn2
            //
            this.gridColumn2.Caption = "打印次数";
            this.gridColumn2.FieldName = "printCount";
            this.gridColumn2.MinWidth = 25;
            this.gridColumn2.Name = "gridColumn2";
            this.gridColumn2.Tag = "query_a.printCount";
            this.gridColumn2.Visible = true;
            this.gridColumn2.VisibleIndex = 7;
            this.gridColumn2.Width = 94;
            //
            // gridColumn1
            //
            this.gridColumn1.Caption = "最后打印时间";
            this.gridColumn1.FieldName = "printDate";
            this.gridColumn1.MinWidth = 25;
            this.gridColumn1.Name = "gridColumn1";
            this.gridColumn1.Tag = "query_a.printDate";
            this.gridColumn1.Visible = true;
            this.gridColumn1.VisibleIndex = 8;
            this.gridColumn1.Width = 94;
            // 
            // panelControl3
            // 
@@ -174,19 +226,8 @@
            this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelControl3.Location = new System.Drawing.Point(2, 2);
            this.panelControl3.Name = "panelControl3";
            this.panelControl3.Size = new System.Drawing.Size(834, 38);
            this.panelControl3.Size = new System.Drawing.Size(1044, 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
            // 
@@ -199,11 +240,23 @@
            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
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(838, 545);
            this.ClientSize = new System.Drawing.Size(1048, 545);
            this.Controls.Add(this.panelControl2);
            this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black;
            this.MaximizeBox = false;
@@ -234,5 +287,9 @@
        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;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
    }
}