Feature: Add language support (beta, not completed)

This commit is contained in:
yuanyuanxiang
2026-01-27 21:48:46 +01:00
parent 02ce01d5e7
commit 05a11605a4
70 changed files with 3895 additions and 906 deletions

View File

@@ -10,8 +10,11 @@ public:
// 创建并显示启动画面
BOOL Create(CWnd* pParent = NULL);
private:
friend class CMy2015RemoteApp;
int SafeMessageBox(LPCTSTR lpszText, LPCTSTR lpszCaption, UINT nType);
public:
// 更新进度 (0-100) - 通过消息队列(用于跨线程)
void SetProgress(int nPercent);