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

资源简介

C++实战源码-字形窗体(入门级实例256).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “FontWindow.h“
#include “FontWindowDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CFontWindowApp

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

/////////////////////////////////////////////////////////////////////////////
// CFontWindowApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CFo

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         998  2010-10-26 18:45  FontWindow\FontWindow.clw
     文件        2151  2007-03-22 09:26  FontWindow\FontWindow.cpp
     文件        4231  2007-03-22 09:08  FontWindow\FontWindow.dsp
     文件         543  2007-03-22 09:08  FontWindow\FontWindow.dsw
     文件        1368  2007-03-22 09:08  FontWindow\FontWindow.h
     文件        5142  2007-03-22 09:11  FontWindow\FontWindow.rc
     文件        4484  2007-03-22 09:22  FontWindow\FontWindowDlg.cpp
     文件        1398  2007-03-22 09:12  FontWindow\FontWindowDlg.h
     文件         542  2007-03-22 09:08  FontWindow\Resource.h
     文件         212  2007-03-22 09:08  FontWindow\StdAfx.cpp
     文件        1054  2007-03-22 09:08  FontWindow\StdAfx.h
     文件        1078  2007-03-22 09:08  FontWindow\res\FontWindow.ico
     文件         402  2007-03-22 09:08  FontWindow\res\FontWindow.rc2

评论

共有 条评论