資源簡介
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
- 上一篇:C++實戰源碼-禁止列表框信息重復
- 下一篇:C++實戰源碼-圖片剪切
評論
共有 條評論