• 大小: 3.36M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2024-04-19
  • 语言: C/C++
  • 标签: 客户端  FTP  客户  TP  

资源简介


资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “E_7_2_3_1.h“
#include “E_7_2_3_1Dlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CE_7_2_3_1App

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

/////////////////////////////////////////////////////////////////////////////
// CE_7_2_3_1App construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CE_7_2_3_1App object

CE_7_2_3_1App theApp;

/////////////////////////////////////////////////////////////////////////////
// CE_7_2_3_1App initialization

BOOL CE_7_2_3_1App::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

CE_7_2_3_1Dlg 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;
}

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

     文件    2146391  2020-11-04 21:47  E_7_2_3_1\Debug\E_7_2_3_1.exe

     文件    2558020  2020-11-04 21:47  E_7_2_3_1\Debug\E_7_2_3_1.ilk

     文件      14581  2020-11-04 19:13  E_7_2_3_1\Debug\E_7_2_3_1.obj

     文件      43520  2020-11-18 13:34  E_7_2_3_1\Debug\E_7_2_3_1.opt

     文件    5733724  2020-11-04 19:13  E_7_2_3_1\Debug\E_7_2_3_1.pch

     文件    4137984  2020-11-04 21:47  E_7_2_3_1\Debug\E_7_2_3_1.pdb

     文件       9140  2020-11-04 20:38  E_7_2_3_1\Debug\E_7_2_3_1.res

     文件      49348  2020-11-04 21:47  E_7_2_3_1\Debug\E_7_2_3_1Dlg.obj

     文件      25600  2020-11-10 19:59  E_7_2_3_1\Debug\E_7_2_3_1Dlg.pdb

     文件     106927  2020-11-04 19:13  E_7_2_3_1\Debug\StdAfx.obj

     文件     205824  2020-11-10 19:59  E_7_2_3_1\Debug\vc60.idb

     文件     364544  2020-11-04 21:47  E_7_2_3_1\Debug\vc60.pdb

     文件      36560  2020-11-04 20:38  E_7_2_3_1\E_7_2_3_1.APS

     文件       1713  2020-11-04 21:49  E_7_2_3_1\E_7_2_3_1.clw

     文件       2199  2020-11-04 18:49  E_7_2_3_1\E_7_2_3_1.cpp

     文件       4187  2020-11-04 21:49  E_7_2_3_1\E_7_2_3_1.dsp

     文件        526  2020-11-04 21:49  E_7_2_3_1\E_7_2_3_1.dsw

     文件       1357  2020-11-04 18:49  E_7_2_3_1\E_7_2_3_1.h

     文件      41984  2020-11-04 21:49  E_7_2_3_1\E_7_2_3_1.ncb

     文件      48640  2020-11-04 21:49  E_7_2_3_1\E_7_2_3_1.opt

     文件       1002  2020-11-04 21:47  E_7_2_3_1\E_7_2_3_1.plg

     文件       6225  2020-11-04 20:38  E_7_2_3_1\E_7_2_3_1.rc

     文件      13421  2020-11-15 18:26  E_7_2_3_1\E_7_2_3_1Dlg.cpp

     文件       3473  2020-11-10 19:59  E_7_2_3_1\E_7_2_3_1Dlg.dsp

     文件        532  2020-11-10 22:26  E_7_2_3_1\E_7_2_3_1Dlg.dsw

     文件       1694  2020-11-04 19:04  E_7_2_3_1\E_7_2_3_1Dlg.h

     文件      33792  2020-11-10 22:26  E_7_2_3_1\E_7_2_3_1Dlg.ncb

     文件      48640  2020-11-10 22:26  E_7_2_3_1\E_7_2_3_1Dlg.opt

     文件        958  2020-11-10 19:59  E_7_2_3_1\E_7_2_3_1Dlg.plg

     文件       3633  2020-11-04 18:49  E_7_2_3_1\ReadMe.txt

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

评论

共有 条评论