• 大小: 0.04M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-21
  • 语言: C/C++
  • 标签:

资源简介

C++实战源码-自绘对话框(入门级实例277).zip

资源截图

代码片段和文件信息

// DesignDlg.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “DesignDlg.h“
#include “DesignDlgDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CDesignDlgApp

BEGIN_MESSAGE_MAP(CDesignDlgApp CWinApp)
//{{AFX_MSG_MAP(CDesignDlgApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CDesignDlgApp construction

CDesignDlgApp::CDesignDlgApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CDesignDlgAp

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1047  2010-10-27 08:56  DesignDlg\DesignDlg.clw
     文件        2105  2008-10-05 13:34  DesignDlg\DesignDlg.cpp
     文件        5132  2008-10-06 14:37  DesignDlg\DesignDlg.dsp
     文件         543  2008-10-05 13:34  DesignDlg\DesignDlg.dsw
     文件        1358  2008-10-05 14:12  DesignDlg\DesignDlg.h
     文件        6069  2009-01-03 13:04  DesignDlg\DesignDlg.rc
     文件       17205  2009-01-03 16:44  DesignDlg\DesignDlgDlg.cpp
     文件        3399  2009-01-03 16:44  DesignDlg\DesignDlgDlg.h
     文件        1181  2008-10-06 14:35  DesignDlg\resource.h
     文件         211  2008-10-05 13:34  DesignDlg\StdAfx.cpp
     文件        1054  2008-10-05 13:34  DesignDlg\StdAfx.h
     文件      508050  2009-01-03 13:04  DesignDlg\res\BackGround.bmp
     文件        6140  2008-10-06 08:28  DesignDlg\res\BottomBand.bmp
     文件         824  2008-10-06 11:03  DesignDlg\res\closebtn.bmp
     文件         824  2008-10-06 14:35  DesignDlg\res\closehotbutton.bmp
     文件        1078  2008-10-05 13:34  DesignDlg\res\DesignDlg.ico
     文件         401  2008-10-05 13:34  DesignDlg\res\DesignDlg.rc2
     文件        5456  2008-10-05 16:03  DesignDlg\res\LeftBand.bmp
     文件        4016  2008-10-05 16:08  DesignDlg\res\Lefttitle.bmp
     文件         824  2008-10-06 11:03  DesignDlg\res\maxbutton.bmp
     文件         824  2008-10-06 14:35  DesignDlg\res\maxhotbutton.bmp
     文件       48536  2008-10-05 16:26  DesignDlg\res\Midtitle.bmp
     文件         824  2007-07-16 14:37  DesignDlg\res\minbutton.bmp
     文件         824  2008-10-06 14:15  DesignDlg\res\minhotbutton.bmp
     文件        5456  2008-10-05 16:30  DesignDlg\res\RightBand.bmp
     文件        9054  2008-10-06 08:23  DesignDlg\res\Righttitle.bmp
     文件       28160  2009-03-05 11:32  DesignDlg\res\Thumbs.db

评论

共有 条评论