• 大小: 0.22M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签:

资源简介

C++实战源码-左侧引航条菜单(入门级实例363).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “CustomPopMenu.h“
#include “CustomPopMenuDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CCustomPopMenuApp

BEGIN_MESSAGE_MAP(CCustomPopMenuApp CWinApp)
//{{AFX_MSG_MAP(CCustomPopMenuApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CCustomPopMenuApp construction

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

///////////////////////////////////////////////////////////////////////////

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1419  2010-10-27 14:07  CustomPopMenu\CustomPopMenu.clw
     文件        2161  2007-05-08 08:47  CustomPopMenu\CustomPopMenu.cpp
     文件        4679  2010-07-09 08:55  CustomPopMenu\CustomPopMenu.dsp
     文件         551  2007-05-08 08:47  CustomPopMenu\CustomPopMenu.dsw
     文件        1401  2007-05-08 08:47  CustomPopMenu\CustomPopMenu.h
     文件        6123  2010-07-09 08:55  CustomPopMenu\CustomPopMenu.rc
     文件        5311  2007-05-08 08:47  CustomPopMenu\CustomPopMenuDlg.cpp
     文件        1753  2007-05-08 08:47  CustomPopMenu\CustomPopMenuDlg.h
     文件        6320  2010-06-22 11:46  CustomPopMenu\IconMenu1.cpp
     文件        1796  2007-05-08 08:47  CustomPopMenu\IconMenu1.h
     文件        1199  2010-07-09 08:55  CustomPopMenu\resource.h
     文件         215  2007-05-08 08:47  CustomPopMenu\StdAfx.cpp
     文件        1054  2007-05-08 08:47  CustomPopMenu\StdAfx.h
     文件      264056  2010-07-09 08:55  CustomPopMenu\res\BackGround.bmp
     文件        1078  2007-05-08 08:47  CustomPopMenu\res\CustomPopMenu.ico
     文件         405  2007-05-08 08:47  CustomPopMenu\res\CustomPopMenu.rc2
     文件        1654  2007-05-08 08:47  CustomPopMenu\res\ITEM.bmp
     文件        1654  2007-05-08 08:47  CustomPopMenu\res\LEFT.bmp

评论

共有 条评论