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

资源简介

C++实战源码-个性字体展示(入门级实例301).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “EditShow.h“
#include “EditShowDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CEditShowApp

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

/////////////////////////////////////////////////////////////////////////////
// CEditShowApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CEditShowApp object

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1346  2010-10-27 11:13  EditShow\EditShow.clw
     文件        2110  2008-12-12 09:18  EditShow\EditShow.cpp
     文件        4334  2010-07-12 11:27  EditShow\EditShow.dsp
     文件         539  2008-11-29 10:24  EditShow\EditShow.dsw
     文件        1346  2008-11-29 10:24  EditShow\EditShow.h
     文件        5732  2010-07-12 11:17  EditShow\EditShow.rc
     文件        5088  2010-07-12 11:16  EditShow\EditShowDlg.cpp
     文件        1384  2010-07-12 11:15  EditShow\EditShowDlg.h
     文件         822  2010-07-12 11:16  EditShow\resource.h
     文件         210  2008-11-29 10:24  EditShow\StdAfx.cpp
     文件        1054  2008-11-29 10:24  EditShow\StdAfx.h
     文件        5694  2005-10-08 16:28  EditShow\res\EditShow.ico
     文件         400  2008-11-29 10:24  EditShow\res\EditShow.rc2
     文件        5776  2010-07-12 11:16  EditShow\res\Font.bmp
     文件        7168  2010-06-22 09:07  EditShow\res\Thumbs.db
     文件      710694  2010-07-12 10:34  EditShow\res\网络聊天室界面.bmp

评论

共有 条评论