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

資源簡介

銷售管理系統

代碼運行環境VS 2010。

1. 代碼中與教程有細微差別,總體差別不大。

2.庫存信息欄目。自己添加了些功能,點擊ListControl表頭排序的功能,可是花了我3天的零散時間來研究的,好辛苦。
網上很多做筆記的,代碼照抄過來后,都無法正確的排序,現在終于搞懂了,特別是對于中文商品名的排序。

3.庫存刪除,銷售信息兩個欄目,刪除和添加的界面那邊,添加了【原庫存】的功能,對于這樣的管理界面,我認為很需要這個功能。

資源截圖

代碼片段和文件信息

//?AddDlg.cpp?:?實現文件
//

#include?“stdafx.h“
#include?“SaleSystem.h“
#include?“AddDlg.h“
#include?“InfoFile.h“



//?CAddDlg

IMPLEMENT_DYNCREATE(CAddDlg?CFormView)

CAddDlg::CAddDlg()
:?CFormView(CAddDlg::IDD)
?m_price1(0)
?m_num1(0)
?m_name2(_T(““))
?m_price2(0)
?m_num2(0)
?m_left1(0)
{

}

CAddDlg::~CAddDlg()
{
}

void?CAddDlg::DoDataExchange(CDataExchange*?pDX)
{
CFormView::DoDataExchange(pDX);
DDX_Control(pDX?IDC_COMBO1?m_combo);
DDX_Text(pDX?IDC_EDIT1?m_price1);
DDX_Text(pDX?IDC_EDIT3?m_num1);
DDX_Text(pDX?IDC_EDIT4?m_name2);
DDX_Text(pDX?IDC_EDIT5?m_price2);
DDX_Text(pDX?IDC_EDIT6?m_num2);
DDX_Text(pDX?IDC_EDIT7?m_left1);
}

BEGIN_MESSAGE_MAP(CAddDlg?CFormView)
ON_BN_CLICKED(IDC_BUTTON1?&CAddDlg::OnBnC

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件?????262144??2017-08-14?11:36??SaleSystem\ipch\salesystem-9eb2f8ee\salesystem-299e4196.ipch

?????文件???????4495??2017-08-10?17:41??SaleSystem\SaleSystem\AddDlg.cpp

?????文件????????880??2017-08-09?17:50??SaleSystem\SaleSystem\AddDlg.h

?????文件???????3256??2017-08-14?13:49??SaleSystem\SaleSystem\DelDlg.cpp

?????文件????????755??2017-08-14?12:36??SaleSystem\SaleSystem\DelDlg.h

?????文件????????728??2017-08-05?18:38??SaleSystem\SaleSystem\DisplayView.cpp

?????文件????????524??2017-08-05?18:38??SaleSystem\SaleSystem\DisplayView.h

?????文件???????4327??2017-08-12?23:38??SaleSystem\SaleSystem\InfoDlg?-?副本.cpp

?????文件???????4131??2017-08-13?02:25??SaleSystem\SaleSystem\InfoDlg.cpp

?????文件???????1007??2017-08-13?01:15??SaleSystem\SaleSystem\InfoDlg.h

?????文件???????2519??2017-08-14?11:26??SaleSystem\SaleSystem\InfoFile.cpp

?????文件????????702??2017-08-04?16:09??SaleSystem\SaleSystem\InfoFile.h

?????文件?????????17??2017-08-14?15:52??SaleSystem\SaleSystem\login.ini

?????文件???????2142??2017-08-05?18:26??SaleSystem\SaleSystem\LoginDlg.cpp

?????文件????????566??2017-08-05?18:26??SaleSystem\SaleSystem\LoginDlg.h

?????文件???????6604??2017-08-14?11:00??SaleSystem\SaleSystem\MainFrm.cpp

?????文件???????1246??2017-08-11?10:34??SaleSystem\SaleSystem\MainFrm.h

?????文件???????3554??2017-08-04?09:49??SaleSystem\SaleSystem\ReadMe.txt

?????文件??????31470??2017-08-05?22:17??SaleSystem\SaleSystem\res\b.bmp

?????文件???????4286??2017-08-04?15:20??SaleSystem\SaleSystem\res\login.ico

?????文件???????4286??2017-08-05?22:20??SaleSystem\SaleSystem\res\re.ico

????.......?????67777??2009-08-31?02:31??SaleSystem\SaleSystem\res\SaleSystem.ico

?????文件????????676??2017-08-04?09:49??SaleSystem\SaleSystem\res\SaleSystem.rc2

????.......??????4710??2009-08-31?02:31??SaleSystem\SaleSystem\res\SaleSystemDoc.ico

?????文件???????3654??2017-08-14?10:57??SaleSystem\SaleSystem\resource.h

?????文件?????130224??2017-08-14?12:14??SaleSystem\SaleSystem\SaleSystem.aps

?????文件???????4412??2017-08-05?17:41??SaleSystem\SaleSystem\SaleSystem.cpp

?????文件????????528??2017-08-04?09:49??SaleSystem\SaleSystem\SaleSystem.h

?????文件??????30896??2017-08-14?12:14??SaleSystem\SaleSystem\SaleSystem.rc

?????文件???????7117??2017-08-14?11:01??SaleSystem\SaleSystem\SaleSystem.vcxproj

............此處省略31個文件信息

評論

共有 條評論