• 大小: 0.05M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-21
  • 语言: C/C++
  • 标签:

资源简介

C++实战源码-金额编辑框(入门级实例299).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Money.h“
#include “MoneyDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CMoneyApp

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

/////////////////////////////////////////////////////////////////////////////
// CMoneyApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CMoneyApp object

CMoneyApp theApp;

///////

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1248  2010-06-13 14:02  Money\Money.clw
     文件        2049  2007-04-05 08:34  Money\Money.cpp
     文件        4412  2010-03-06 09:16  Money\Money.dsp
     文件         533  2007-04-05 08:34  Money\Money.dsw
     文件        1313  2007-04-05 08:34  Money\Money.h
     文件        5517  2010-03-06 09:16  Money\Money.rc
     文件        6841  2010-05-08 11:19  Money\MoneyDlg.cpp
     文件        1540  2010-05-06 12:54  Money\MoneyDlg.h
     文件        1251  2007-04-05 09:31  Money\MoneyEdit.cpp
     文件        1140  2007-04-05 09:31  Money\MoneyEdit.h
     文件         911  2010-03-06 09:07  Money\resource.h
     文件         207  2007-04-05 08:34  Money\StdAfx.cpp
     文件        1054  2007-04-05 08:34  Money\StdAfx.h
     文件        7278  2008-05-31 12:49  Money\res\Money.ico
     文件         397  2007-04-05 08:34  Money\res\Money.rc2
     文件       10752  2010-05-08 16:23  Money\res\Thumbs.db
     文件      385656  2010-03-06 09:01  Money\res\大小写转换底图.bmp
     文件       11900  2010-03-06 09:01  Money\res\转换.bmp

评论

共有 条评论