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

资源简介

C++实战源码-为菜单添加核对标记(入门级实例357).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “MenuSign.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

}


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        2520  2010-06-08 09:51  MenuSign\MainFrm.cpp
     文件        1581  2007-03-29 10:30  MenuSign\MainFrm.h
     文件        2439  2010-10-27 14:00  MenuSign\MenuSign.clw
     文件        4294  2010-06-08 09:51  MenuSign\MenuSign.cpp
     文件        4597  2007-03-29 10:30  MenuSign\MenuSign.dsp
     文件         539  2007-03-29 10:30  MenuSign\MenuSign.dsw
     文件        1378  2007-03-29 10:30  MenuSign\MenuSign.h
     文件       11816  2007-03-29 10:38  MenuSign\MenuSign.rc
     文件        1909  2010-06-08 09:51  MenuSign\MenuSignDoc.cpp
     文件        1541  2010-06-08 09:39  MenuSign\MenuSignDoc.h
     文件        3998  2007-03-29 10:40  MenuSign\MenuSignView.cpp
     文件        2148  2007-03-29 10:39  MenuSign\MenuSignView.h
     文件         689  2007-03-29 10:38  MenuSign\resource.h
     文件         210  2007-03-29 10:30  MenuSign\StdAfx.cpp
     文件        1054  2007-03-29 10:30  MenuSign\StdAfx.h
     文件        5694  2005-10-08 16:28  MenuSign\res\MenuSign.ico
     文件         400  2007-03-29 10:30  MenuSign\res\MenuSign.rc2
     文件        1078  2007-03-29 10:30  MenuSign\res\MenuSignDoc.ico
     文件        1078  2007-03-29 10:30  MenuSign\res\Toolbar.bmp

评论

共有 条评论