资源简介
yn16r9.rar
代码片段和文件信息
// Control.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “Control.h“
#include “ControlDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CControlApp
BEGIN_MESSAGE_MAP(CControlApp CWinApp)
//{{AFX_MSG_MAP(CControlApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CControlApp construction
CControlApp::CControlApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CControlApp object
CControlApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CControlApp initialization
BOOL CControlApp::InitInstance()
{
if (!AfxSocketInit())
{
AfxMessageBox(IDP_SOCKETS_INIT_FAILED);
return FALSE;
}
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
CControlDlg 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 198696 2014-05-06 16:30 Control_Server\Control\Control.aps
文件 2945 2012-10-06 23:32 Control_Server\Control\Control.clw
文件 2171 2012-10-04 09:18 Control_Server\Control\Control.cpp
文件 5112 2012-10-06 21:44 Control_Server\Control\Control.dsp
文件 522 2012-10-04 09:18 Control_Server\Control\Control.dsw
文件 1335 2012-10-04 09:18 Control_Server\Control\Control.h
文件 22498304 2014-05-18 19:45 Control_Server\Control\Control.ncb
文件 50688 2012-10-06 23:32 Control_Server\Control\Control.opt
文件 757 2012-10-06 23:30 Control_Server\Control\Control.plg
文件 8596 2014-05-06 16:30 Control_Server\Control\Control.rc
文件 879 2014-04-29 17:49 Control_Server\Control\Control.sln
..A..H. 10752 2014-05-18 19:45 Control_Server\Control\Control.suo
文件 9233 2014-04-29 16:48 Control_Server\Control\Control.vcproj
文件 1427 2014-05-18 19:45 Control_Server\Control\Control.vcproj.PC-201401122040.Administrator.user
文件 20898 2014-04-29 17:52 Control_Server\Control\ControlDlg.cpp
文件 2074 2014-04-29 17:49 Control_Server\Control\ControlDlg.h
文件 5988 2014-05-06 16:30 Control_Server\Control\Debug\BuildLog.htm
文件 16384 2014-05-06 16:28 Control_Server\Control\Debug\servers.exe
文件 222208 2012-10-06 21:47 Control_Server\Control\Debug\vc60.idb
文件 389120 2012-10-06 21:47 Control_Server\Control\Debug\vc60.pdb
文件 1775 2012-10-06 13:21 Control_Server\Control\GETFILEDLG.cpp
文件 1247 2012-10-06 13:18 Control_Server\Control\GETFILEDLG.h
文件 1263 2012-10-06 13:34 Control_Server\Control\PASSWORD.cpp
文件 1181 2012-10-06 13:33 Control_Server\Control\PASSWORD.h
文件 1589 2012-10-06 16:16 Control_Server\Control\PUTFILEDLG.cpp
文件 1253 2012-10-06 16:15 Control_Server\Control\PUTFILEDLG.h
文件 3597 2012-10-04 09:18 Control_Server\Control\ReadMe.txt
文件 16384 2012-10-06 23:34 Control_Server\Control\Release\servers.exe
文件 50176 2012-10-06 23:30 Control_Server\Control\Release\vc60.idb
文件 1078 2012-10-04 09:18 Control_Server\Control\res\Control.ico
............此处省略50个文件信息
- 上一篇:思科ASR系列PPT
- 下一篇:cocos2dx 塔防游戏
相关资源
- APrimerForTheMathematicsOfFinancialEngineering
- 基于OpenMV与STM32的寻球小车.7z
- 工程优化.zip
- areful_1238702.zip
- aqqabqqb_10417087.zip
- OfficeFix破解版.zip
- 12526903130405sjel5vg7l8i848zz.rar
- cf自动开枪源码.e
- Shp.rar
- 传智播客.net黑马5期视频全套未加密
- Beautiful-Visualization.pdf
- QQLocation.zip
- ilo2.61ilo4高级激活码.rar
- 电路原理邱关源第五版教材+习题全解
- Office密码破解工具内含注册码.rar
- 车辆悬架设计及理论.pdf
- Location虚拟定位通杀全苹果机型.rar
- 教材亿阻电路与多稳定性包伯成.pdf
- 飞机大战3.0工程PPT视频.rar
- Hecht-optics-5ed.pdf
- AFirstCourseinOptimizationTheory.pdf
- weixin_42258871_10427784.zip
- SS-DSP笔记.pdf
- in-sight.zip
- 矩形波导.zip
- bootdo.zip
- SendMMS.zip
- 爱快Q25(089b4b6000b2)(1).bin
- 统计学习导论-基于R应用书+思维导图
- 海康威视VISIO图库图标大全.rar
评论
共有 条评论