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

资源简介

C++实战源码-屏幕放大器(入门级实例504).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “ScreenZoom.h“
#include “ScreenZoomDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CScreenZoomApp

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

/////////////////////////////////////////////////////////////////////////////
// CScreenZoomApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CSc

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         542  2010-07-13 11:38  ScreenZoom\Resource.h
     文件        1063  2010-12-04 14:22  ScreenZoom\ScreenZoom.clw
     文件        2119  2010-07-13 11:38  ScreenZoom\ScreenZoom.cpp
     文件        4231  2010-07-13 11:38  ScreenZoom\ScreenZoom.dsp
     文件         545  2010-07-13 11:38  ScreenZoom\ScreenZoom.dsw
     文件        1368  2010-07-13 11:38  ScreenZoom\ScreenZoom.h
     文件        5142  2010-12-04 14:14  ScreenZoom\ScreenZoom.rc
     文件        5196  2010-07-20 19:53  ScreenZoom\ScreenZoomDlg.cpp
     文件        1556  2010-07-13 15:37  ScreenZoom\ScreenZoomDlg.h
     文件         212  2010-07-13 11:38  ScreenZoom\StdAfx.cpp
     文件        1054  2010-07-13 11:38  ScreenZoom\StdAfx.h
     文件        5694  2005-10-08 16:28  ScreenZoom\res\ScreenZoom.ico
     文件         402  2010-07-13 11:38  ScreenZoom\res\ScreenZoom.rc2

评论

共有 条评论