From 48c9e2692ee60cdb6c1c4a297791a5bdcdc698c4 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期四, 27 二月 2025 18:15:54 +0800 Subject: [PATCH] 销售 --- DevApp/Gs.DevApp/DevFrm/XtraForm1.cs | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/XtraForm1.cs b/DevApp/Gs.DevApp/DevFrm/XtraForm1.cs index 0ecbda3..5ac81fb 100644 --- a/DevApp/Gs.DevApp/DevFrm/XtraForm1.cs +++ b/DevApp/Gs.DevApp/DevFrm/XtraForm1.cs @@ -1,4 +1,7 @@ 锘縰sing DevExpress.XtraEditors; +using DevExpress.XtraLayout; +using DevExpress.XtraRichEdit.Model; +using Gs.DevApp.ToolBox; using System; using System.Collections.Generic; using System.ComponentModel; @@ -13,11 +16,14 @@ { public partial class XtraForm1 : DevExpress.XtraEditors.XtraForm { + public XtraForm1() { InitializeComponent(); - Gs.DevApp.ToolBox.DragResizeHelp.RegisterControl(this, panLayHead, label1); - + } + } + + } \ No newline at end of file -- Gitblit v1.9.3