From 3c6cad1224e7cb985f03d15cc98a4a2074a5af49 Mon Sep 17 00:00:00 2001
From: cdk <2441919651@qq.com>
Date: 星期一, 22 十二月 2025 22:25:33 +0800
Subject: [PATCH] 增加轮播看板
---
DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl.Designer.cs | 16 +++++++++++++++-
1 files changed, 15 insertions(+), 1 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl.Designer.cs
index a927968..aacecce 100644
--- a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl.Designer.cs
@@ -222,6 +222,7 @@
this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
this.picCheckBox = new System.Windows.Forms.PictureBox();
this.tips = new DevExpress.Utils.ToolTipController(this.components);
+ this.gridColumn27 = new DevExpress.XtraGrid.Columns.GridColumn();
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
this.xtraTabControl1.SuspendLayout();
this.xtraTabPage1.SuspendLayout();
@@ -769,6 +770,7 @@
// ucBtnPrintAll1
//
this.ucBtnPrintAll1.Location = new System.Drawing.Point(1050, 196);
+ this.ucBtnPrintAll1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ucBtnPrintAll1.mxList = null;
this.ucBtnPrintAll1.Name = "ucBtnPrintAll1";
this.ucBtnPrintAll1.rptType = null;
@@ -1877,7 +1879,8 @@
this.gridColumn20,
this.gridColumn22,
this.gridColumn23,
- this.gridColumn26});
+ this.gridColumn26,
+ this.gridColumn27});
this.gvMx1.GridControl = this.gcMx1;
this.gvMx1.Name = "gvMx1";
this.gvMx1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
@@ -2331,6 +2334,16 @@
this.picCheckBox.TabStop = false;
this.picCheckBox.Visible = false;
//
+ // gridColumn27
+ //
+ this.gridColumn27.Caption = "鎺掑簭";
+ this.gridColumn27.FieldName = "tld016";
+ this.gridColumn27.MinWidth = 25;
+ this.gridColumn27.Name = "gridColumn27";
+ this.gridColumn27.Visible = true;
+ this.gridColumn27.VisibleIndex = 14;
+ this.gridColumn27.Width = 60;
+ //
// Frm_MesItemTbl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
@@ -2623,5 +2636,6 @@
private DevExpress.XtraGrid.Columns.GridColumn gridColumn26;
private UserControl.UcBtnPrintAll ucBtnPrintAll1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem40;
+ private DevExpress.XtraGrid.Columns.GridColumn gridColumn27;
}
}
\ No newline at end of file
--
Gitblit v1.9.3