Improvement: Add serial number generate menu

This commit is contained in:
yuanyuanxiang
2025-04-20 21:24:31 +08:00
parent fbd3bcdab6
commit e9b0be2761
7 changed files with 335 additions and 97 deletions

View File

@@ -80,6 +80,7 @@ public:
BOOL isClosed;
CBitmap m_bmOnline[4];
bool CheckValid();
afx_msg void OnTimer(UINT_PTR nIDEvent);
afx_msg void OnClose();
void Release();
@@ -121,4 +122,5 @@ public:
afx_msg BOOL OnHelpInfo(HELPINFO* pHelpInfo);
virtual BOOL PreTranslateMessage(MSG* pMsg);
afx_msg void OnOnlineShare();
afx_msg void OnToolAuth();
};