visual c++ 课程设计旅馆管理系统源程序

时间:2013-07-14 12:26:53
【文件属性】:
文件名称:visual c++ 课程设计旅馆管理系统源程序
文件大小:354KB
文件格式:RAR
更新时间:2013-07-14 12:26:53
visual c++ 课程设计 旅馆管理系统 #include "stdafx.h" #include "HMS.h" #include "MainFrm.h" #include "LeftTreeView.h" #include "UserListView.h" #include "RoomTypeView.h" #include "RoomDlg.h" #include "RoomTypeDlg.h" #include "CustomerDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // CMainFrame IMPLEMENT_DYNCREATE(CMainFrame, CFrameWnd) BEGIN_MESSAGE_MAP(CMainFrame, CFrameWnd) //{{AFX_MSG_MAP(CMainFrame) ON_WM_CREATE() ON_COMMAND(ID_ROOMTYPE_ADD, OnRoomtypeAdd) ON_COMMAND(ID_ROOM_ADD, OnRoomAdd) ON_COMMAND(ID_USER_ADD, OnUserAdd) //}}AFX_MSG_MAP END_MESSAGE_MAP() static UINT indicators[] = { ID_SEPARATOR, // status line indicator ID_INDICATOR_CAPS, ID_INDICATOR_NUM, ID_INDICATOR_SCRL, }; ///////////////////////////////////////////////////////////////////////////// // CMainFrame construction/destruction CMainFrame::CMainFrame() { // TODO: add member initialization code here } CMainFrame::~CMainFrame() { } int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct) { if (CFrameWnd::OnCreate(lpCreateStruct) == -1) return -1;
【文件预览】:
旅馆管理系统
----Release()
--------HMS_Data.MDF(1.13MB)
--------HMS_Log.LDF(1024KB)
--------HMS.exe(92KB)
----说明.txt(412B)
----HMS()
--------RoomTypeDlg.cpp(10KB)
--------HMSView.h(2KB)
--------LeftTreeView.h(2KB)
--------StdAfx.cpp(205B)
--------UserListView.h(2KB)
--------DelUserDlg.cpp(4KB)
--------resource.h(3KB)
--------HMS.ncb(297KB)
--------HMS.APS(39KB)
--------RoomTypeDlg.h(2KB)
--------RoomDlg.cpp(6KB)
--------HMS.clw(7KB)
--------RoomDlg.h(1KB)
--------MainFrm.h(2KB)
--------HMS.cpp(5KB)
--------HMS.plg(1KB)
--------HMSView.cpp(2KB)
--------DelUserDlg.h(1KB)
--------msado15.tlh(89KB)
--------HMSDoc.cpp(2KB)
--------HMS.h(2KB)
--------resource.h.bak(1KB)
--------msado15.tli(75KB)
--------CustomerDlg.cpp(7KB)
--------ReadMe.txt(4KB)
--------RoomTypeView.h(2KB)
--------StdAfx.h(2KB)
--------LeftTreeView.cpp(9KB)
--------RoomTypeView.cpp(3KB)
--------MainFrm.cpp(5KB)
--------HMS.dsp(5KB)
--------Release()
--------HMS.dsw(531B)
--------HMS.rc.bak(12KB)
--------res()
--------HMS.rc(20KB)
--------HMS.opt(84KB)
--------UserListView.cpp(6KB)
--------HMSDoc.h(1KB)
--------CustomerDlg.h(1KB)

网友评论