MFC记事本开发


记事本开发 ,有详细的代码注释,几乎每一句都注释了
资源截图
代码片段和文件信息
// About.cpp : implementation file
//

#include “stdafx.h“
#include “NotePad.h“
#include “About.h“

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

/////////////////////////////////////////////////////////////////////////////
// CAbout dialog


CAbout::CAbout(CWnd* pParent /*=NULL*/)
: CDialog(CAbout::IDD pParent)
{
//{{AFX_DATA_INIT(CAbout)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
}


void CAbout::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CAbout)
// NOTE: the ClassWizard will add DDX and DDV calls here
//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(CAbout CDialog)
//{{AFX_MSG_MAP(CAbout)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CAbout message handlers


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        915  2014-12-25 16:58  NotePadAbout.cpp

     文件       1185  2014-12-25 16:53  NotePadAbout.h

     文件       9267  2014-12-25 16:58  NotePadDebugAbout.obj

     文件    1380402  2014-12-29 16:29  NotePadDebugNotePad.exe

     文件    1826028  2014-12-29 16:29  NotePadDebugNotePad.ilk

     文件      13132  2014-12-29 15:30  NotePadDebugNotePad.obj

     文件    5466040  2014-12-25 16:50  NotePadDebugNotePad.pch

     文件    2761728  2014-12-29 16:28  NotePadDebugNotePad.pdb

     文件      45848  2014-12-29 16:28  NotePadDebugNotePad.res

     文件      52389  2014-12-29 16:29  NotePadDebugNotePadDlg.obj

     文件     105497  2014-12-25 16:50  NotePadDebugStdAfx.obj

     文件     214016  2014-12-29 16:29  NotePadDebugvc60.idb

     文件     372736  2014-12-29 16:24  NotePadDebugvc60.pdb

     文件      72900  2014-12-29 16:28  NotePadNotePad.aps

     文件       1487  2014-12-29 16:28  NotePadNotePad.clw

     文件       1871  2014-12-25 16:39  NotePadNotePad.cpp

     文件       4386  2014-12-29 16:35  NotePadNotePad.dsp

     文件        537  2014-12-25 16:39  NotePadNotePad.dsw

     文件       1335  2014-12-25 16:39  NotePadNotePad.h

     文件      58368  2014-12-29 16:35  NotePadNotePad.ncb

     文件      54784  2014-12-29 16:35  NotePadNotePad.opt

     文件        549  2014-12-29 16:29  NotePadNotePad.plg

     文件       6412  2014-12-29 16:28  NotePadNotePad.rc

     文件      11534  2014-12-29 16:35  NotePadNotePadDlg.cpp

     文件       2025  2014-12-29 15:30  NotePadNotePadDlg.h

     文件       3597  2014-12-25 16:39  NotePadReadMe.txt

     文件      49206  2014-12-17 11:07  NotePad
es41.bmp

     文件      18918  2014-12-29 15:19  NotePad
esicon2.ico

     文件      19942  2014-12-17 11:32  NotePad
esNotePad.ico

     文件        399  2014-12-25 16:39  NotePad
esNotePad.rc2

............此处省略12个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)