Feature: Support build TestRun as windows service

This commit is contained in:
yuanyuanxiang
2025-12-02 21:45:43 +01:00
parent 0a36f7edda
commit 8c45ae17a8
19 changed files with 321 additions and 233 deletions

View File

@@ -1,7 +1,5 @@
#pragma once
#include <afxwin.h>
// 启动画面对话框 - 显示加载进度
class CSplashDlg : public CWnd
{
@@ -12,6 +10,8 @@ public:
// 创建并显示启动画面
BOOL Create(CWnd* pParent = NULL);
int SafeMessageBox(LPCTSTR lpszText, LPCTSTR lpszCaption, UINT nType);
// 更新进度 (0-100) - 通过消息队列(用于跨线程)
void SetProgress(int nPercent);