lu
2025-02-27 48c9e2692ee60cdb6c1c4a297791a5bdcdc698c4
DevApp/Gs.DevApp/DevFrm/XtraForm1.cs
@@ -1,4 +1,7 @@
using 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);
        }
    }
}