no message

This commit is contained in:
zcy 2021-09-17 11:31:04 +08:00
parent 225378888c
commit df8e3ca54c

View File

@ -107,6 +107,10 @@ void BasicForm::InitWindow()
tree->GetRootNode()->AddChildNode(node); tree->GetRootNode()->AddChildNode(node);
} }
ui::Window* ss = dynamic_cast<ui::Window*>(FindControl(L"ss"));
if (nullptr != ss) {
ss->SetWindowResourcePath(L"basic/newmonitor.xml");
}
} }
LRESULT BasicForm::OnClose(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) LRESULT BasicForm::OnClose(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)