From e5d448c95b18b46068453fa95527f1de1f7f0d45 Mon Sep 17 00:00:00 2001 From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com> Date: 星期一, 02 十二月 2024 08:29:28 +0800 Subject: [PATCH] Merge branch 'liuyang' into clh --- SourceCode/Bond/BondEq/UserManagerDlg.h | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/SourceCode/Bond/BondEq/UserManagerDlg.h b/SourceCode/Bond/BondEq/UserManagerDlg.h index d74ed57..34fad57 100644 --- a/SourceCode/Bond/BondEq/UserManagerDlg.h +++ b/SourceCode/Bond/BondEq/UserManagerDlg.h @@ -20,6 +20,9 @@ private: void InitUserManager(); void FillUserManager(); + void AddRow(CGridCtrl* pGridCtrl); + void DeleteSelectedRow(CGridCtrl* pGridCtrl); + bool IsUsernameDuplicate(const CString& username); void AdjustControls(int nWidth, int nHeight); void AdjustControlFont(CWnd* pWnd, int nWidth, int nHeight); @@ -37,4 +40,8 @@ public: virtual BOOL OnInitDialog(); afx_msg void OnSize(UINT nType, int cx, int cy); + afx_msg void OnBnClickedButtonAdd(); + afx_msg void OnBnClickedButtonInsert(); + afx_msg void OnBnClickedButtonDel(); + afx_msg void OnBnClickedOk(); }; -- Gitblit v1.9.3