• 大小: 13.86M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-08-05
  • 语言: 其他
  • 标签: 其他  

资源简介

DataToOneCode.zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “DataToOneCode.h“
#include “DataToOneCodeDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CDataToOneCodeApp

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

/////////////////////////////////////////////////////////////////////////////
// CDataToOneCodeApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CDataToOneCodeApp object

CDataToOneCodeApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CDataToOneCodeApp initialization

BOOL CDataToOneCodeApp::InitInstance()
{
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

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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-11-01 14:07  DataToOneCode\
     文件        1238  2015-10-22 14:39  DataToOneCode\0.bmp
     文件        1238  2015-10-22 14:23  DataToOneCode\1.bmp
     文件        1238  2015-10-22 14:39  DataToOneCode\2.bmp
     文件        1238  2015-10-22 14:40  DataToOneCode\3.bmp
     文件        1238  2015-10-22 14:40  DataToOneCode\4.bmp
     文件        1238  2015-10-22 14:40  DataToOneCode\5.bmp
     文件        1238  2015-10-22 14:40  DataToOneCode\6.bmp
     文件        1238  2015-10-22 14:41  DataToOneCode\7.bmp
     文件        1238  2015-10-22 14:41  DataToOneCode\8.bmp
     文件        1238  2015-10-22 14:41  DataToOneCode\9.bmp
     文件       39228  2018-11-01 14:04  DataToOneCode\DataToOneCode.aps
     文件        1676  2015-11-06 11:23  DataToOneCode\DataToOneCode.clw
     文件        2161  2015-10-22 09:04  DataToOneCode\DataToOneCode.cpp
     文件        4411  2015-10-22 10:55  DataToOneCode\DataToOneCode.dsp
     文件         551  2015-10-22 09:04  DataToOneCode\DataToOneCode.dsw
     文件        1401  2015-10-22 09:04  DataToOneCode\DataToOneCode.h
     文件       58368  2015-11-06 11:23  DataToOneCode\DataToOneCode.ncb
     文件       51712  2015-11-06 11:23  DataToOneCode\DataToOneCode.opt
     文件        2224  2015-11-06 11:22  DataToOneCode\DataToOneCode.plg
     文件        5946  2018-11-01 14:04  DataToOneCode\DataToOneCode.rc
     文件        1093  2018-11-01 14:03  DataToOneCode\DataToOneCode.sln
     文件       15872  2018-11-01 14:07  DataToOneCode\DataToOneCode.suo
     文件        8697  2018-11-01 14:03  DataToOneCode\DataToOneCode.vcxproj
     文件        2140  2018-11-01 14:02  DataToOneCode\DataToOneCode.vcxproj.filters
     文件         143  2018-11-01 14:02  DataToOneCode\DataToOneCode.vcxproj.user
     文件        7844  2018-11-01 14:05  DataToOneCode\DataToOneCodeDlg.cpp
     文件        1622  2015-10-23 16:56  DataToOneCode\DataToOneCodeDlg.h
     文件       11371  2018-11-01 14:03  DataToOneCode\OneCode.cpp
     文件         956  2015-10-23 14:05  DataToOneCode\OneCode.h
     文件        3705  2015-10-22 09:04  DataToOneCode\ReadMe.txt
............此处省略11个文件信息

评论

共有 条评论