lu
2025-02-27 b77cf0b90deead4446855bd01d5b5931d045ed5b
DevApp/Gs.DevApp/DevFrm/XtraForm1.cs
@@ -1,4 +1,5 @@
using DevExpress.XtraEditors;
using DevExpress.XtraLayout;
using DevExpress.XtraRichEdit.Model;
using Gs.DevApp.ToolBox;
using System;
@@ -15,17 +16,14 @@
{
    public partial class XtraForm1 : DevExpress.XtraEditors.XtraForm
    {
        private Gs.DevApp.ToolBox.DragResizeHelp _drapHelp;
        public XtraForm1()
        {
            InitializeComponent();
           // this.xtraTabControl1.CustomHeaderButtonClick += new DevExpress.XtraTab.ViewInfo.CustomHeaderButtonEventHandler(this.xtraTabControl1_CustomHeaderButtonClick);
            _drapHelp = new DragResizeHelp(this, splitContainerControl1.Panel1, labelControl2);
        }
        private void xtraTabControl1_CustomHeaderButtonClick(object sender, DevExpress.XtraTab.ViewInfo.CustomHeaderButtonEventArgs e)
        {
            _drapHelp.Show();
        }
    }
}