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

资源简介

C++ 实现关闭、重启和注销计算机(提高篇-实例020).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “ShutWindow.h“
#include “ShutWindowDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CShutWindowApp

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

/////////////////////////////////////////////////////////////////////////////
// CShutWindowApp construction

CShutWindowApp::CShutWindowApp()
{
// 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         780  2007-08-21 15:45  resource.h
     文件       20908  2013-10-25 15:57  ShutWindow.aps
     文件        1157  2013-10-25 16:10  ShutWindow.clw
     文件        2119  2007-08-21 15:45  ShutWindow.cpp
     文件        4231  2007-08-21 15:45  ShutWindow.dsp
     文件         545  2007-08-21 15:45  ShutWindow.dsw
     文件        1368  2007-08-21 15:45  ShutWindow.h
     文件       48640  2013-10-25 16:10  ShutWindow.opt
     文件        5330  2007-08-21 15:45  ShutWindow.rc
     文件        4891  2007-08-21 15:45  ShutWindowDlg.cpp
     文件        1465  2007-08-21 15:45  ShutWindowDlg.h
     文件         212  2007-08-21 15:45  StdAfx.cpp
     文件        1054  2007-08-21 15:45  StdAfx.h
     文件        1078  2007-08-21 15:45  res\ShutWindow.ico
     文件         402  2007-08-21 15:45  res\ShutWindow.rc2

评论

共有 条评论