From cdca5a70b3fac5f804a6eabb7a3976f8c00e35e8 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期二, 08 四月 2025 16:40:30 +0800 Subject: [PATCH] fqc --- DevApp/Gs.DevApp/XtraForm1.Designer.cs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/DevApp/Gs.DevApp/XtraForm1.Designer.cs b/DevApp/Gs.DevApp/XtraForm1.Designer.cs index dff26f3..ef4e933 100644 --- a/DevApp/Gs.DevApp/XtraForm1.Designer.cs +++ b/DevApp/Gs.DevApp/XtraForm1.Designer.cs @@ -28,8 +28,10 @@ /// </summary> private void InitializeComponent() { + this.components = new System.ComponentModel.Container(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.testo = new DevExpress.XtraEditors.LabelControl(); + this.tips = new DevExpress.Utils.ToolTipController(this.components); this.SuspendLayout(); // // simpleButton1 @@ -67,5 +69,6 @@ #endregion private DevExpress.XtraEditors.SimpleButton simpleButton1; private DevExpress.XtraEditors.LabelControl testo; + private DevExpress.Utils.ToolTipController tips; } } \ No newline at end of file -- Gitblit v1.9.3