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); } } }