From 4832a219c8236646ec483790a781a021862b3c50 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期二, 25 二月 2025 10:53:02 +0800
Subject: [PATCH] 销售通知申请
---
DevApp/Gs.DevApp/DevFrm/XtraForm1.cs | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/XtraForm1.cs b/DevApp/Gs.DevApp/DevFrm/XtraForm1.cs
index 0ecbda3..ddd3a07 100644
--- a/DevApp/Gs.DevApp/DevFrm/XtraForm1.cs
+++ b/DevApp/Gs.DevApp/DevFrm/XtraForm1.cs
@@ -1,4 +1,6 @@
锘縰sing DevExpress.XtraEditors;
+using DevExpress.XtraRichEdit.Model;
+using Gs.DevApp.ToolBox;
using System;
using System.Collections.Generic;
using System.ComponentModel;
@@ -13,11 +15,17 @@
{
public partial class XtraForm1 : DevExpress.XtraEditors.XtraForm
{
+ private Gs.DevApp.ToolBox.DragResizeHelp _drapHelp;
public XtraForm1()
{
InitializeComponent();
- Gs.DevApp.ToolBox.DragResizeHelp.RegisterControl(this, panLayHead, label1);
+ // 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();
}
}
}
\ No newline at end of file
--
Gitblit v1.9.3