-
大小: 15.45MB文件类型: .7z金币: 1下载: 0 次发布日期: 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 消息处理程序
评论
共有 条评论