From 714cba76f99b7a6959b8420cd5a6c54396e0d111 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期三, 18 六月 2025 15:24:11 +0800
Subject: [PATCH] bug
---
DevApp/Gs.DevApp/UserControl/SelectDeleteBar.Designer.cs | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++-------
1 files changed, 50 insertions(+), 7 deletions(-)
diff --git a/DevApp/Gs.DevApp/UserControl/SelectDeleteBar.Designer.cs b/DevApp/Gs.DevApp/UserControl/SelectDeleteBar.Designer.cs
index a8d2fbd..3acf403 100644
--- a/DevApp/Gs.DevApp/UserControl/SelectDeleteBar.Designer.cs
+++ b/DevApp/Gs.DevApp/UserControl/SelectDeleteBar.Designer.cs
@@ -37,7 +37,10 @@
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.btnPrint = new DevExpress.XtraEditors.SimpleButton();
this.btnDelete = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
@@ -80,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";
@@ -138,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
@@ -149,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
@@ -163,11 +168,34 @@
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
//
+ this.panelControl3.Controls.Add(this.btnPrint);
this.panelControl3.Controls.Add(this.btnDelete);
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl3.Location = new System.Drawing.Point(2, 2);
@@ -175,16 +203,28 @@
this.panelControl3.Size = new System.Drawing.Size(834, 38);
this.panelControl3.TabIndex = 6;
//
+ // btnPrint
+ //
+ this.btnPrint.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Question;
+ this.btnPrint.Appearance.Options.UseBackColor = true;
+ this.btnPrint.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.print_16x161;
+ this.btnPrint.Location = new System.Drawing.Point(36, 4);
+ this.btnPrint.Name = "btnPrint";
+ 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.Primary;
+ 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(54, -6);
+ 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.Text = "鎵归噺鍒犻櫎";
+ this.btnDelete.Visible = false;
//
// SelectDeleteBar
//
@@ -220,5 +260,8 @@
private DevExpress.XtraEditors.PanelControl panelControl3;
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;
}
}
\ No newline at end of file
--
Gitblit v1.9.3