From be53dc839f3698dd196ecbb002ea190d5bb7dabb Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期四, 27 二月 2025 10:50:10 +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