• 大小: 4.03M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-01
  • 语言: 其他
  • 标签: 其他  

资源简介

qqp7go.rar

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Screen.h“
#include “ScreenDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CScreenApp

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

/////////////////////////////////////////////////////////////////////////////
// CScreenApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CScreenApp object

CScreenApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CScreenApp initialization

BOOL CScreenApp::InitInstance()
{
::AfxSocketInit();
AfxEnableControlContainer();

// Standard initialization
// If you are not using these features and wish to reduce the size
//  of your final executable you should remove from the following
//  the specific initialization routines you do not need.

#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif

CScreenDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
//  application rather than start the application‘s message pump.
return FALSE;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     110667  2013-11-25 20:42  局域网监控系统\Screen\Debug\Screen.exe

     文件     246920  2013-11-25 20:42  局域网监控系统\Screen\Debug\Screen.ilk

     文件      14836  2013-11-25 20:42  局域网监控系统\Screen\Debug\Screen.obj

     文件    5492464  2013-11-25 20:42  局域网监控系统\Screen\Debug\Screen.pch

     文件     304128  2013-11-25 20:42  局域网监控系统\Screen\Debug\Screen.pdb

     文件       2512  2013-11-25 20:42  局域网监控系统\Screen\Debug\Screen.res

     文件      33292  2013-11-25 20:42  局域网监控系统\Screen\Debug\ScreenDlg.obj

     文件     105468  2013-11-25 20:42  局域网监控系统\Screen\Debug\StdAfx.obj

     文件      16554  2013-11-25 20:42  局域网监控系统\Screen\Debug\TCPServer.obj

     文件     205824  2013-11-27 22:06  局域网监控系统\Screen\Debug\vc60.idb

     文件     364544  2013-11-25 20:42  局域网监控系统\Screen\Debug\vc60.pdb

     文件       3579  2008-12-18 11:35  局域网监控系统\Screen\ReadMe.txt

     文件       1078  2008-12-18 11:35  局域网监控系统\Screen\res\Screen.ico

     文件        398  2008-12-18 11:35  局域网监控系统\Screen\res\Screen.rc2

     文件        776  2008-12-19 11:22  局域网监控系统\Screen\Resource.h

     文件       1122  2009-01-07 14:26  局域网监控系统\Screen\Screen.clw

     文件       2083  2008-12-19 09:19  局域网监控系统\Screen\Screen.cpp

     文件       4302  2008-12-18 17:03  局域网监控系统\Screen\Screen.dsp

     文件        734  2008-12-18 14:11  局域网监控系统\Screen\Screen.dsw

     文件       1324  2008-12-18 11:35  局域网监控系统\Screen\Screen.h

     文件      66560  2013-11-27 22:06  局域网监控系统\Screen\Screen.ncb

     文件     710144  2013-11-27 22:06  局域网监控系统\Screen\Screen.opt

     文件       1888  2013-11-25 20:42  局域网监控系统\Screen\Screen.plg

     文件       5355  2008-12-19 11:45  局域网监控系统\Screen\Screen.rc

     文件       6303  2008-12-19 14:45  局域网监控系统\Screen\ScreenDlg.cpp

     文件       1619  2008-12-19 14:36  局域网监控系统\Screen\ScreenDlg.h

     文件        208  2008-12-18 11:35  局域网监控系统\Screen\StdAfx.cpp

     文件       1054  2008-12-18 11:35  局域网监控系统\Screen\StdAfx.h

     文件       2369  2008-12-19 14:18  局域网监控系统\Screen\TCPServer.cpp

     文件       1406  2008-12-19 08:57  局域网监控系统\Screen\TCPServer.h

............此处省略40个文件信息

评论

共有 条评论