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

资源简介

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个文件信息

评论

共有 条评论