From 4ed9b85875542aa93d573b03ef2bf41aae13328c Mon Sep 17 00:00:00 2001
From: wbc <2597324127@qq.com>
Date: 星期四, 13 十一月 2025 17:32:49 +0800
Subject: [PATCH] 托板打印多张
---
DevApp/Gs.DevApp/DevFrm/Rpt/CKTmkc.Designer.cs | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/Rpt/CKTmkc.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Rpt/CKTmkc.Designer.cs
index 458989a..3f13661 100644
--- a/DevApp/Gs.DevApp/DevFrm/Rpt/CKTmkc.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Rpt/CKTmkc.Designer.cs
@@ -90,6 +90,7 @@
this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
this.xtraTabControl1.SuspendLayout();
this.xtraTabPage1.SuspendLayout();
@@ -224,7 +225,8 @@
this.gv_ownerId,
this.gridColumn5,
this.gv_indepUserCode,
- this.gv_indepDate});
+ this.gv_indepDate,
+ this.gridColumn7});
this.gridView1.GridControl = this.gcMain1;
this.gridView1.IndicatorWidth = 50;
this.gridView1.Name = "gridView1";
@@ -832,6 +834,15 @@
this.layoutControlItem11.Text = "鍏ュ簱鏃ユ湡";
this.layoutControlItem11.TextSize = new System.Drawing.Size(60, 18);
//
+ // gridColumn7
+ //
+ this.gridColumn7.Caption = "浠撳簱缂栫爜";
+ this.gridColumn7.MinWidth = 25;
+ this.gridColumn7.Name = "gridColumn7";
+ this.gridColumn7.Visible = true;
+ this.gridColumn7.VisibleIndex = 12;
+ this.gridColumn7.Width = 94;
+ //
// CKTmkc
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
@@ -943,5 +954,6 @@
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem24;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
private DevExpress.XtraGrid.Columns.GridColumn colChkInt;
+ private DevExpress.XtraGrid.Columns.GridColumn gridColumn7;
}
}
\ No newline at end of file
--
Gitblit v1.9.3