使用双窗口

This commit is contained in:
睿 安
2026-01-26 18:36:55 +08:00
parent 37e7d278bd
commit 1be1ecbbf2
19 changed files with 451 additions and 26 deletions

View File

@@ -9,7 +9,7 @@ int APIENTRY wWinMain(_In_ HINSTANCE hInstance,
Application app(hInstance);
app.EnableHighDpi();//启用高DPI
app.SetResource("my_res");//设定资源名称
//创建登录创建
LoginForm loginFrm;
loginFrm.Show();