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

资源简介

SINGLEYS2.rar

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “SINGLEYS.h“
#include “SINGLEYSDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CSINGLEYSApp

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

/////////////////////////////////////////////////////////////////////////////
// CSINGLEYSApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CSINGLEYSApp object

CSINGLEYSApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CSINGLEYSApp initialization

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

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

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

     文件     114768  2013-05-23 21:50  SINGLEYS2\Debug\SINGLEYS.exe

     文件     195548  2013-05-23 21:50  SINGLEYS2\Debug\SINGLEYS.ilk

     文件      22888  2013-05-09 21:10  SINGLEYS2\Debug\SINGLEYS.obj

     文件    5093784  2013-05-09 21:24  SINGLEYS2\Debug\SINGLEYS.pch

     文件     394240  2013-05-22 12:50  SINGLEYS2\Debug\SINGLEYS.pdb

     文件       4088  2013-05-22 12:49  SINGLEYS2\Debug\SINGLEYS.res

     文件      45804  2013-05-23 21:50  SINGLEYS2\Debug\SINGLEYSDlg.obj

     文件     105685  2013-05-09 10:52  SINGLEYS2\Debug\StdAfx.obj

     文件     222208  2013-05-23 21:50  SINGLEYS2\Debug\vc60.idb

     文件     397312  2013-05-22 12:50  SINGLEYS2\Debug\vc60.pdb

     文件       3615  2013-05-09 10:20  SINGLEYS2\ReadMe.txt

     文件       1078  2013-05-09 10:20  SINGLEYS2\res\SINGLEYS.ico

     文件        400  2013-05-09 10:20  SINGLEYS2\res\SINGLEYS.rc2

     文件       3124  2013-05-09 21:32  SINGLEYS2\resource.h

     文件      40496  2013-05-22 12:49  SINGLEYS2\SINGLEYS.APS

     文件       2860  2013-05-23 21:50  SINGLEYS2\SINGLEYS.clw

     文件       2091  2013-05-09 10:20  SINGLEYS2\SINGLEYS.cpp

     文件       4192  2013-05-09 14:26  SINGLEYS2\SINGLEYS.dsp

     文件        522  2013-05-09 10:20  SINGLEYS2\SINGLEYS.dsw

     文件       1346  2013-05-09 10:20  SINGLEYS2\SINGLEYS.h

     文件      74752  2013-05-23 22:02  SINGLEYS2\SINGLEYS.ncb

     文件      48640  2013-05-23 22:02  SINGLEYS2\SINGLEYS.opt

     文件        538  2013-05-23 21:50  SINGLEYS2\SINGLEYS.plg

     文件       7757  2013-05-22 12:49  SINGLEYS2\SINGLEYS.rc

     文件       9244  2013-05-22 12:50  SINGLEYS2\SINGLEYSDlg.cpp

     文件       2541  2013-05-10 14:28  SINGLEYS2\SINGLEYSDlg.h

     文件        210  2013-05-09 10:20  SINGLEYS2\StdAfx.cpp

     文件       1054  2013-05-09 10:20  SINGLEYS2\StdAfx.h

     目录          0  2013-06-09 15:56  SINGLEYS2\Debug

     目录          0  2013-06-09 15:56  SINGLEYS2\res

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

评论

共有 条评论