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

资源简介

C++实战源码-右对齐菜单(入门级实例364).zip

资源截图

代码片段和文件信息

// MainFrm.cpp : implementation of the CMainframe class
//

#include “stdafx.h“
#include “RightMenu.h“

#include “MainFrm.h“

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

/////////////////////////////////////////////////////////////////////////////
// CMainframe

IMPLEMENT_DYNCREATE(CMainframe CframeWnd)

BEGIN_MESSAGE_MAP(CMainframe CframeWnd)
//{{AFX_MSG_MAP(CMainframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code !
ON_WM_CREATE()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

static UINT indicators[] =
{
ID_SEPARATOR           // status line indicator
ID_INDICATOR_CAPS
ID_INDICATOR_NUM
ID_INDICATOR_SCRL
};

/////////////////////////////////////////////////////////////////////////////
// CMainframe construction/destruction

CMainframe::CMainframe()
{
// TODO: add member initialization code here

}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        2514  2010-09-08 10:37  RightMenu\MainFrm.cpp
     文件        1581  2010-09-08 10:36  RightMenu\MainFrm.h
     文件         497  2010-09-08 10:36  RightMenu\Resource.h
     文件       10664  2010-09-15 09:02  RightMenu\RightAToolBar.rc
     文件        1827  2010-09-15 09:07  RightMenu\RightMenu.clw
     文件        4304  2010-09-08 11:09  RightMenu\RightMenu.cpp
     文件        4618  2010-09-08 10:36  RightMenu\RightMenu.dsp
     文件         543  2010-09-08 11:10  RightMenu\RightMenu.dsw
     文件        1389  2010-09-08 10:36  RightMenu\RightMenu.h
     文件       11821  2010-09-15 09:07  RightMenu\RightMenu.rc
     文件        1802  2010-09-08 10:36  RightMenu\RightMenuDoc.cpp
     文件        1508  2010-09-08 10:36  RightMenu\RightMenuDoc.h
     文件        2669  2010-09-08 10:36  RightMenu\RightMenuView.cpp
     文件        1939  2010-09-08 10:36  RightMenu\RightMenuView.h
     文件         211  2010-09-08 10:36  RightMenu\StdAfx.cpp
     文件        1054  2010-09-08 10:36  RightMenu\StdAfx.h
     文件        5694  2005-10-08 16:28  RightMenu\res\RightMenu.ico
     文件         401  2010-09-08 10:36  RightMenu\res\RightMenu.rc2
     文件        1078  2010-09-08 10:36  RightMenu\res\RightMenuDoc.ico
     文件        1078  2010-09-08 10:36  RightMenu\res\Toolbar.bmp

评论

共有 条评论