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

资源简介

C++实战源码-向Word文档中插入图形(入门级实例408).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Figure.h“
#include “FigureDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CFigureApp

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

/////////////////////////////////////////////////////////////////////////////
// CFigureApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CFigureApp object

CFigureApp theApp;

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1113  2010-10-13 18:09  Figure\Figure.clw
     文件        2085  2009-09-03 10:22  Figure\Figure.cpp
     文件        4285  2009-09-03 10:41  Figure\Figure.dsp
     文件         537  2009-09-03 09:32  Figure\Figure.dsw
     文件        1324  2009-09-03 09:32  Figure\Figure.h
     文件        5271  2009-09-03 10:41  Figure\Figure.rc
     文件        5402  2010-10-13 17:58  Figure\FigureDlg.cpp
     文件        1331  2009-09-03 09:50  Figure\FigureDlg.h
     文件      134117  2009-09-03 09:50  Figure\msword9.cpp
     文件       34390  2009-09-03 09:50  Figure\msword9.h
     文件         730  2009-09-03 10:13  Figure\resource.h
     文件         208  2009-09-03 09:32  Figure\StdAfx.cpp
     文件        1054  2009-09-03 09:32  Figure\StdAfx.h
     文件        1078  2009-09-03 09:32  Figure\res\Figure.ico
     文件         398  2009-09-03 09:32  Figure\res\Figure.rc2

评论

共有 条评论