• 大小: 1.80KB
    文件类型: .cpp
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 语言: C/C++
  • 标签: 游戏  c  源码  

资源简介

c++自定义对话框 示例代码

资源截图

代码片段和文件信息

/*++

Copyright (c) 2004-2005  Micro-soft

Module Name:

    DlgCustom.cpp

Abstract:

       the class of Dialog for setting user‘s favor-config

Author:
Microsoft‘s Engineer - Unknown Name

    improved by Weijian Luo (Arthur Luo)   15-Jun-2005

E-mail: skybluehacker@yahoo.com.cn

Revision History:      1.0

--*/

#include “stdafx.h“
#include “mine.h“
#include “DlgCustom.h“
#include “MineWnd.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CDlgCustom dialog


CDlgCustom::CDlgCustom(CWnd* pParent /*=NULL*/)
: CDialog(CDlgCustom::IDD pParent)
{
//{{AFX_DATA_INIT(CDlgCustom)
m_uHeight = 0;
m_uNumber = 0;
m_uW

评论

共有 条评论