feat: 完善个人设置及表格功能
This commit is contained in:
@@ -142,6 +142,13 @@ namespace Lskj.Control
|
||||
/// </summary>
|
||||
public event EventHandler BillDetailRightGridCallBack;
|
||||
|
||||
/// <summary>
|
||||
/// 新版左右结构下,左侧或者右侧的表格数据改变后,刷新主表数据(主表刷新后会刷新当前明细或者全部明细)
|
||||
/// </summary>
|
||||
/// <param name="sender">The sender.</param>
|
||||
public event EventHandler OnDataChangeExecution;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 明细页签与主模块对应关系
|
||||
/// </summary>
|
||||
@@ -181,6 +188,9 @@ namespace Lskj.Control
|
||||
/// 页签名(判断是否有重复的左右结构)
|
||||
/// </summary>
|
||||
public string DetaiName = string.Empty;
|
||||
|
||||
|
||||
|
||||
public TabControlEx()
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
Reference in New Issue
Block a user