LAPTOP-T815PCOQ\25526
2024-11-21 07b2cefe6e0dfe8bc530aab3b58d4159502ceba8
SourceCode/Bond/BondEq/View/UserManagerDlg.h
@@ -23,12 +23,14 @@
   void AddRow(CGridCtrl* pGridCtrl);
   void DeleteSelectedRow(CGridCtrl* pGridCtrl);
   bool IsUsernameDuplicate(const CString& username);
   void SetDefaultFont();
   void AdjustControls(int nWidth, int nHeight);
   void AdjustControlFont(CWnd* pWnd, int nWidth, int nHeight);
private:
   int m_nInitialWidth;
   int m_nInitialHeight;
   std::map<int, CFont*> m_mapFonts;
   std::map<CString, CString> m_mapRoleDescriptions;
private: