-
大小: 15.45MB文件類型: .7z金幣: 1下載: 0 次發(fā)布日期: 2023-07-26
- 語言: Html/CSS
- 標簽: Duilib??DuiDesigner??
資源簡介
DuiLib界面編輯工具。簡單的使用https://www.cnblogs.com/Alberl/p/3343838.html
代碼片段和文件信息
//?ChildFrm.cpp?:?CChildframe?類的實現
//
#include?“stdafx.h“
#include?“DuiDesigner.h“
#include?“ChildFrm.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#endif
//?CChildframe
IMPLEMENT_DYNCREATE(CChildframe?CMDIChildWndEx)
BEGIN_MESSAGE_MAP(CChildframe?CMDIChildWndEx)
END_MESSAGE_MAP()
//?CChildframe?構造/析構
CChildframe::CChildframe()
{
//?TODO:?在此添加成員初始化代碼
}
CChildframe::~CChildframe()
{
}
BOOL?CChildframe::PreCreateWindow(CREATESTRUCT&?cs)
{
//?TODO:?在此處通過修改?CREATESTRUCT?cs?來修改窗口類或樣式
if(?!CMDIChildWndEx::PreCreateWindow(cs)?)
return?FALSE;
return?TRUE;
}
//?CChildframe?診斷
#ifdef?_DEBUG
void?CChildframe::AssertValid()?const
{
CMDIChildWndEx::AssertValid();
}
void?CChildframe::Dump(CDumpContext&?dc)?const
{
CMDIChildWndEx::Dump(dc);
}
#endif?//_DEBUG
//?CChildframe?消息處理程序
評論
共有 條評論