91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 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?消息處理程序

評論

共有 條評論