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

资源简介

C++实战源码-获取路径点信息(入门级实例497).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “FontSpy.h“

#include “MainFrm.h“
#include “FontSpyDoc.h“
#include “FontSpyView.h“

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

/////////////////////////////////////////////////////////////////////////////
// CFontSpyApp

BEGIN_MESSAGE_MAP(CFontSpyApp CWinApp)
//{{AFX_MSG_MAP(CFontSpyApp)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG_MAP
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOpen)
// Standard print setup command
ON_COMMAND(ID_FILE_PRINT_SETUP CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CFon

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1970  2010-07-07 19:43  FontSpy\FontSpy.clw
     文件        4258  2010-07-07 19:45  FontSpy\FontSpy.cpp
     文件        4576  2010-07-07 19:43  FontSpy\FontSpy.dsp
     文件         539  2010-07-07 19:43  FontSpy\FontSpy.dsw
     文件        1367  2010-07-07 19:43  FontSpy\FontSpy.h
     文件       10567  2010-07-07 19:43  FontSpy\FontSpy.rc
     文件        1762  2010-07-07 19:43  FontSpy\FontSpyDoc.cpp
     文件        1486  2010-07-07 19:43  FontSpy\FontSpyDoc.h
     文件        3534  2010-07-07 20:13  FontSpy\FontSpyView.cpp
     文件        1907  2010-07-07 19:43  FontSpy\FontSpyView.h
     文件        2508  2010-07-07 19:43  FontSpy\MainFrm.cpp
     文件        1581  2010-07-07 19:43  FontSpy\MainFrm.h
     文件         495  2010-07-07 19:43  FontSpy\Resource.h
     文件         209  2010-07-07 19:43  FontSpy\StdAfx.cpp
     文件        1054  2010-07-07 19:43  FontSpy\StdAfx.h
     文件        5694  2005-10-08 16:28  FontSpy\res\FontSpy.ico
     文件         399  2010-07-07 19:43  FontSpy\res\FontSpy.rc2
     文件        1078  2010-07-07 19:43  FontSpy\res\FontSpyDoc.ico
     文件        1078  2010-07-07 19:43  FontSpy\res\Toolbar.bmp

评论

共有 条评论