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

@@ -1,5 +1,6 @@
#pragma once
#include "MachineDlg.h"
#include "LangManager.h"
/////////////////////////////////////////////////////////////////////////////
// CServiceInfoDlg dialog
@@ -13,7 +14,7 @@ typedef struct {
CString strSerState;
} SERVICEINFO;
class CServiceInfoDlg : public CDialog
class CServiceInfoDlg : public CDialogLang
{
public:
CServiceInfoDlg(CWnd* pParent = NULL);