91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡(jiǎn)介

基于C++和SQL Server開(kāi)發(fā)的商品銷(xiāo)售管理系統(tǒng),并且含有系統(tǒng)配置說(shuō)明,很實(shí)用,可以作為畢業(yè)設(shè)計(jì)

資源截圖

代碼片段和文件信息

//?baseComboBox.cpp?:?implementation?file
//?Download?by?http://www.codefans.net

#include?“stdafx.h“
#include?“商品銷(xiāo)售管理系統(tǒng).h“
#include?“baseComboBox.h“

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

/////////////////////////////////////////////////////////////////////////////
//?CbaseComboBox

CbaseComboBox::CbaseComboBox()
{
}

CbaseComboBox::~CbaseComboBox()
{
}


BEGIN_MESSAGE_MAP(CbaseComboBox?CComboBox)
//{{AFX_MSG_MAP(CbaseComboBox)
ON_CONTROL_REFLECT(CBN_SELCHANGE?OnSelchange)
ON_CONTROL_REFLECT(CBN_EDITCHANGE?OnEditchange)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
//?CbaseComboBox?message?handlers

void?CbaseComboBox::SetRecordset(RxRecordset?rs?CString?Field)
{
CString?sText;
int?m=rs.GetRecordCount();
rs.MoveFirst();
for(int?i=0;i {
rs.Move(i);
sText=rs.GetFieldValue(Field);
this->AddString(sText);
}
rst=rs;
}

void?CbaseComboBox::SetFieldset(RxRecordset?rs)
{
CString?FieldName;
int?m=rs.GetFieldCount();
for(int?i=0;i {
FieldName=rs.GetFieldName(i);
this->AddString(FieldName);
}
rst=rs;
}

BOOL?CbaseComboBox::PreTranslateMessage(MSG*?pMsg)?
{
if(pMsg->message==WM_KEYDOWN?&&?pMsg->wParam==13)
pMsg->wParam=9;
return?CComboBox::PreTranslateMessage(pMsg);
}

void?CbaseComboBox::OnSelchange()?
{
m_CurrentFieldType=rst.GetFieldType(this->GetCurSel());
}

void?CbaseComboBox::OnEditchange()?
{
m_CurrentFieldType=rst.GetFieldType(this->GetCurSel());
}

?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----

?????文件????2228224??2014-03-09?11:18??商品銷(xiāo)售管理系統(tǒng)\商品銷(xiāo)售管理系統(tǒng)\data\spxxglxt_Data.MDF

?????文件????1048576??2014-03-09?11:18??商品銷(xiāo)售管理系統(tǒng)\商品銷(xiāo)售管理系統(tǒng)\data\spxxglxt_Log.LDF

?????文件????????561??2005-06-07?15:52??商品銷(xiāo)售管理系統(tǒng)\商品銷(xiāo)售管理系統(tǒng)\ERROR.RXE

?????文件?????929844??1998-06-17?00:00??商品銷(xiāo)售管理系統(tǒng)\商品銷(xiāo)售管理系統(tǒng)\MFC42D.DLL

?????文件?????798773??1998-06-17?00:00??商品銷(xiāo)售管理系統(tǒng)\商品銷(xiāo)售管理系統(tǒng)\MFCO42D.DLL

?????文件?????385100??1998-06-17?00:00??商品銷(xiāo)售管理系統(tǒng)\商品銷(xiāo)售管理系統(tǒng)\MSVCRTD.DLL

?????文件?????110638??2004-03-08?15:13??商品銷(xiāo)售管理系統(tǒng)\商品銷(xiāo)售管理系統(tǒng)\RxDll.dll

?????文件????2519115??2004-06-28?08:50??商品銷(xiāo)售管理系統(tǒng)\商品銷(xiāo)售管理系統(tǒng)\商品銷(xiāo)售管理系統(tǒng).exe

?????文件?????????51??2004-06-07?12:54??商品銷(xiāo)售管理系統(tǒng)\商品銷(xiāo)售管理系統(tǒng)\密碼.txt

?????文件?????216064??2004-06-07?14:11??商品銷(xiāo)售管理系統(tǒng)\商品銷(xiāo)售管理系統(tǒng)\配置數(shù)據(jù)庫(kù).doc

?????文件???????1654??2012-05-25?10:09??商品銷(xiāo)售管理系統(tǒng)\源程序\baseComboBox.cpp

?????文件???????1423??2004-04-19?09:33??商品銷(xiāo)售管理系統(tǒng)\源程序\baseComboBox.h

?????文件????????949??2004-04-02?12:51??商品銷(xiāo)售管理系統(tǒng)\源程序\baseDateTimeCtrl.cpp

?????文件???????1285??2004-04-02?12:51??商品銷(xiāo)售管理系統(tǒng)\源程序\baseDateTimeCtrl.h

?????文件????????843??2004-03-11?09:36??商品銷(xiāo)售管理系統(tǒng)\源程序\baseEdit.cpp

?????文件???????1197??2004-03-11?09:36??商品銷(xiāo)售管理系統(tǒng)\源程序\baseEdit.h

?????文件???????1453??2004-03-26?17:06??商品銷(xiāo)售管理系統(tǒng)\源程序\baseList.cpp

?????文件???????1548??2004-03-26?17:04??商品銷(xiāo)售管理系統(tǒng)\源程序\baseList.h

?????文件???????5880??2004-06-07?10:55??商品銷(xiāo)售管理系統(tǒng)\源程序\baseQuery.cpp

?????文件???????1676??2004-04-12?09:03??商品銷(xiāo)售管理系統(tǒng)\源程序\baseQuery.h

?????文件???????1434??2004-06-07?09:17??商品銷(xiāo)售管理系統(tǒng)\源程序\baseStatic.cpp

?????文件???????1292??2004-04-28?16:13??商品銷(xiāo)售管理系統(tǒng)\源程序\baseStatic.h

?????文件?????226154??2004-03-17?09:16??商品銷(xiāo)售管理系統(tǒng)\源程序\BMP\SELL.bmp

?????文件???????1438??2004-04-12?07:59??商品銷(xiāo)售管理系統(tǒng)\源程序\BMP\toolbar1.bmp

?????文件?????135334??2004-04-12?13:53??商品銷(xiāo)售管理系統(tǒng)\源程序\BMP\查詢(xún).bmp

?????文件?????541478??2004-06-26?08:40??商品銷(xiāo)售管理系統(tǒng)\源程序\BMP\背景.bmp

?????文件?????215654??2004-04-05?17:02??商品銷(xiāo)售管理系統(tǒng)\源程序\BMP\訂貨管理.bmp

?????文件?????254854??2004-04-08?14:19??商品銷(xiāo)售管理系統(tǒng)\源程序\BMP\銷(xiāo)售管理.bmp

?????文件?????254854??2004-04-10?09:36??商品銷(xiāo)售管理系統(tǒng)\源程序\BMP\銷(xiāo)售退貨.bmp

?????文件???????2605??2004-06-07?10:39??商品銷(xiāo)售管理系統(tǒng)\源程序\DBAK.cpp

............此處省略94個(gè)文件信息

評(píng)論

共有 條評(píng)論