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

资源简介

C++实战源码-百叶窗显示窗体(入门级实例245).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “ShutterView.h“
#include “ShutterViewDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CShutterViewApp

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

/////////////////////////////////////////////////////////////////////////////
// CShutterViewApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         550  2007-05-08 08:47  ShutterView\resource.h
     文件         696  2007-05-08 08:47  ShutterView\ShutterView.clw
     文件        2100  2007-05-08 08:47  ShutterView\ShutterView.cpp
     文件        4372  2007-05-08 08:47  ShutterView\ShutterView.dsp
     文件         547  2007-05-08 08:47  ShutterView\ShutterView.dsw
     文件        1379  2007-05-08 08:47  ShutterView\ShutterView.h
     文件        4659  2007-05-08 08:47  ShutterView\ShutterView.rc
     文件        2952  2007-05-08 08:47  ShutterView\ShutterViewDlg.cpp
     文件        1343  2007-05-08 08:47  ShutterView\ShutterViewDlg.h
     文件         213  2007-05-08 08:47  ShutterView\StdAfx.cpp
     文件         999  2007-05-08 08:47  ShutterView\StdAfx.h
     文件      372576  2007-05-08 08:47  ShutterView\res\i.bmp
     文件        1078  2007-05-08 08:47  ShutterView\res\ShutterView.ico
     文件         403  2007-05-08 08:47  ShutterView\res\ShutterView.rc2

评论

共有 条评论