Description: Using c++ to do car 4s shop sales system (mfc)
Input query inventory reserve and other functional modules
Header file defines class CAutomobile4SshopDlg: public CDialog
Header file defines class sale: public CDialog
class service: public CDialog
class storage: public CDialog
class guanli: public CDialog
Respectively, for sales, service, inventory management function module calls the function body
# define IDM_ABOUTBOX 0x0010
# define IDD_ABOUTBOX 100
# define IDS_ABOUTBOX 101
# define IDD_AUTOMOBILE4SSHOP_DIALOG 102
Defined as a function of the body ..... macro ca
To Search:
File list (Check if you may need any files):
汽车4S 店销售\Automobile 4S shop.aps
.............\Automobile 4S shop.clw
.............\Automobile 4S shop.cpp
.............\Automobile 4S shop.dsp
.............\Automobile 4S shop.dsw
.............\Automobile 4S shop.h
.............\Automobile 4S shop.ncb
.............\Automobile 4S shop.opt
.............\Automobile 4S shop.plg
.............\Automobile 4S shop.rc
.............\Automobile 4S shopDlg.cpp
.............\Automobile 4S shopDlg.h
.............\Debug\Automobile 4S shop.exe
.............\.....\Automobile 4S shop.ilk
.............\.....\Automobile 4S shop.obj
.............\.....\Automobile 4S shop.pch
.............\.....\Automobile 4S shop.pdb
.............\.....\Automobile 4S shop.res
.............\.....\Automobile 4S shopDlg.obj
.............\.....\guanli.obj
.............\.....\sale.obj
.............\.....\service.obj
.............\.....\StdAfx.obj
.............\.....\storage.obj
.............\.....\vc60.idb
.............\.....\vc60.pdb
.............\guanli.cpp
.............\guanli.h
.............\ReadMe.txt
.............\res\1319986_150704018_2_副本.bmp
.............\...\Automobile 4S shop.ico
.............\...\Automobile 4S shop.rc2
.............\...\c1da41c311e37c82d3509480c9230f6c_副本.bmp
.............\...\e78c65899e510fb3804c7b21d933c895d0430ceb_副本.bmp
.............\...\Img382832_230_副本.bmp
.............\...\未命名_副本.bmp
.............\resource.h
.............\sale.cpp
.............\sale.h
.............\service.cpp
.............\service.h
.............\StdAfx.cpp
.............\StdAfx.h
.............\storage.cpp
.............\storage.h
.............\客户信息.txt
.............\进货记录.txt
.............\销售记录.txt
.............\Debug
.............\res
汽车4S 店销售