Skip to content

Commit

Permalink
打包更新duidemo的release版本资源
Browse files Browse the repository at this point in the history
  • Loading branch information
qdtroy committed Jun 25, 2018
1 parent 11f53b8 commit 757a509
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Demos/duidemo/MainWnd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ CControlUI* CMainWnd::CreateControl(LPCTSTR pstrClass)

void CMainWnd::InitWindow()
{
SetIcon(IDR_MAINFRAME);
// 多语言接口
CResourceManager::GetInstance()->SetTextQueryInterface(this);
CResourceManager::GetInstance()->LoadLanguage(_T("lan_cn.xml"));
Expand Down Expand Up @@ -441,7 +442,7 @@ void CMainWnd::OnLClick(CControlUI *pControl)
else if(sName.CompareNoCase(_T("popwnd_btn")) == 0)
{
CPopWnd* pPopWnd = new CPopWnd();
pPopWnd->Create(m_hWnd, _T("透明窗口演示"), WS_POPUP | WS_VISIBLE, WS_EX_TOOLWINDOW, 0, 0, 800, 572);
pPopWnd->Create(m_hWnd, NULL, WS_POPUP | WS_VISIBLE, WS_EX_TOOLWINDOW, 0, 0, 800, 572);
pPopWnd->CenterWindow();
}
else if(sName.CompareNoCase(_T("modal_popwnd_btn")) == 0)
Expand Down
Binary file modified Demos/duidemo/Res/duidemo.zip
Binary file not shown.

0 comments on commit 757a509

Please sign in to comment.