資源簡介
一個基于mfc的貨品的進(jìn)銷存管理程序,可以對物品的進(jìn)貨日期數(shù)量,銷售,售價等進(jìn)行管理

代碼片段和文件信息
//?030092.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“030092.h“
#include?“030092Dlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CMy030092App
BEGIN_MESSAGE_MAP(CMy030092App?CWinApp)
//{{AFX_MSG_MAP(CMy030092App)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CMy030092App?construction
CMy030092App::CMy030092App()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CMy030092App?object
CMy030092App?theApp;
/////////////////////////////////////////////////////////////////////////////
//?CMy030092App?initialization
BOOL?CMy030092App::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
CMy030092Dlg?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;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????26876??2010-09-15?20:45??030092班?進(jìn)銷存管理系統(tǒng)\030092.aps
?????文件???????9004??2010-09-15?20:47??030092班?進(jìn)銷存管理系統(tǒng)\030092.clw
?????文件???????2085??2010-09-10?22:43??030092班?進(jìn)銷存管理系統(tǒng)\030092.cpp
?????文件???????5560??2010-09-15?20:42??030092班?進(jìn)銷存管理系統(tǒng)\030092.dsp
?????文件????????535??2010-09-10?23:02??030092班?進(jìn)銷存管理系統(tǒng)\030092.dsw
?????文件???????1334??2010-09-10?22:43??030092班?進(jìn)銷存管理系統(tǒng)\030092.h
?????文件?????312320??2010-09-15?20:48??030092班?進(jìn)銷存管理系統(tǒng)\030092.ncb
?????文件??????55808??2010-09-15?20:48??030092班?進(jìn)銷存管理系統(tǒng)\030092.opt
?????文件????????246??2010-09-15?20:47??030092班?進(jìn)銷存管理系統(tǒng)\030092.plg
?????文件??????12392??2010-09-15?20:41??030092班?進(jìn)銷存管理系統(tǒng)\030092.rc
?????文件???????5685??2010-09-15?20:40??030092班?進(jìn)銷存管理系統(tǒng)\030092Dlg.cpp
?????文件???????1591??2010-09-15?20:26??030092班?進(jìn)銷存管理系統(tǒng)\030092Dlg.h
?????文件???????2868??2010-09-15?20:46??030092班?進(jìn)銷存管理系統(tǒng)\ckcxDlg.cpp
?????文件???????1199??2010-09-15?20:24??030092班?進(jìn)銷存管理系統(tǒng)\ckcxDlg.h
?????文件???????1317??2010-09-15?19:02??030092班?進(jìn)銷存管理系統(tǒng)\edit2Dlg.cpp
?????文件???????1316??2010-09-15?19:02??030092班?進(jìn)銷存管理系統(tǒng)\edit2Dlg.h
?????文件???????1356??2010-09-14?21:45??030092班?進(jìn)銷存管理系統(tǒng)\EditDlg.cpp
?????文件???????1269??2010-09-14?21:44??030092班?進(jìn)銷存管理系統(tǒng)\EditDlg.h
?????文件???????1473??2010-09-15?19:35??030092班?進(jìn)銷存管理系統(tǒng)\goods.cpp
?????文件???????1031??2010-09-14?20:31??030092班?進(jìn)銷存管理系統(tǒng)\goods.h
?????文件???????3703??2010-09-15?20:46??030092班?進(jìn)銷存管理系統(tǒng)\JhcxDlg.cpp
?????文件???????1245??2010-09-15?19:22??030092班?進(jìn)銷存管理系統(tǒng)\JhcxDlg.h
?????文件???????5140??2010-09-15?20:12??030092班?進(jìn)銷存管理系統(tǒng)\jhkdDlg.cpp
?????文件???????1326??2010-09-11?17:18??030092班?進(jìn)銷存管理系統(tǒng)\jhkdDlg.h
?????文件???????1343??2010-09-15?19:28??030092班?進(jìn)銷存管理系統(tǒng)\LoginDialog.cpp
?????文件???????1248??2010-09-12?22:47??030092班?進(jìn)銷存管理系統(tǒng)\LoginDialog.h
?????文件???????3585??2010-09-10?22:43??030092班?進(jìn)銷存管理系統(tǒng)\ReadMe.txt
?????文件???????1078??2010-09-10?22:43??030092班?進(jìn)銷存管理系統(tǒng)\res\030092.ico
?????文件????????398??2010-09-10?22:43??030092班?進(jìn)銷存管理系統(tǒng)\res\030092.rc2
?????文件???????2238??2010-09-15?20:40??030092班?進(jìn)銷存管理系統(tǒng)\resource.h
............此處省略15個文件信息
評論
共有 條評論