From e19ea4337fa65725e6e22073a7b600dcc9887d4b Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期一, 07 四月 2025 08:27:54 +0800
Subject: [PATCH] 鸟嘴提示
---
DevApp/Gs.DevApp/DevFrm/WW/WwBlclDj.Designer.cs | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/WW/WwBlclDj.Designer.cs b/DevApp/Gs.DevApp/DevFrm/WW/WwBlclDj.Designer.cs
index 4c2edef..79750a5 100644
--- a/DevApp/Gs.DevApp/DevFrm/WW/WwBlclDj.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/WW/WwBlclDj.Designer.cs
@@ -27,6 +27,7 @@
/// </summary>
private void InitializeComponent()
{
+ this.components = new System.ComponentModel.Container();
DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition();
DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition();
DevExpress.XtraLayout.ColumnDefinition columnDefinition3 = new DevExpress.XtraLayout.ColumnDefinition();
@@ -135,6 +136,7 @@
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gvMx2remark = new DevExpress.XtraGrid.Columns.GridColumn();
this.picCheckBox = new System.Windows.Forms.PictureBox();
+ this.tips = new DevExpress.Utils.ToolTipController(this.components);
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
this.xtraTabControl1.SuspendLayout();
this.xtraTabPage1.SuspendLayout();
@@ -1582,5 +1584,6 @@
private DevExpress.XtraGrid.Columns.GridColumn gvMx2remark;
private DevExpress.XtraEditors.TextEdit txt_rwdno;
private DevExpress.XtraLayout.LayoutControlItem lb_rwd;
+ private DevExpress.Utils.ToolTipController tips;
}
}
\ No newline at end of file
--
Gitblit v1.9.3