mirror of
https://github.com/yuanyuanxiang/SimpleRemoter.git
synced 2026-01-30 11:13:13 +08:00
Feature: Add language support (beta, not completed)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user