资源简介
面对服务行业的高速发展和宾馆企业信息化发展的过程中出现的各种情况,本系统主要实现如下功能:
1. 住宿管理模块
住宿管理模块包括客房预订、入住登记、客人续住、调房登记、退房结账5部分。
2. 客房管理模块
客房管理模块包括客房设置、客房查询、宿费提醒3部分。
3. 查询统计模块
查询统计模块包括预订房查询、住宿查询、退宿查询、客房宿费统计4部分。
4. 报表管理模块
报表管理模块包括预售报表、客房销售报表2部分。
5. 挂账管理模块
挂账管理模块包括客户管理、挂账查询、客户结账3部分。
6. 系统设置模块
系统设置模块包括系统初始化、权限管理、密码设置3部分。
代码片段和文件信息
// dlg.cpp : implementation file
//
#include “stdafx.h“
#include “Rms.h“
#include “dlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// Cdlg dialog
Cdlg::Cdlg(CWnd* pParent /*=NULL*/)
: CDialog(Cdlg::IDD pParent)
{
//{{AFX_DATA_INIT(Cdlg)
m_query = _T(““);
//}}AFX_DATA_INIT
}
void Cdlg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(Cdlg)
DDX_Text(pDX IDC_EDIT1 m_query);
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(Cdlg CDialog)
//{{AFX_MSG_MAP(Cdlg)
// NOTE: the ClassWizard will add message map macros here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// Cdlg message handlers
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 12043 2008-01-04 14:10 客房管理系统程序\Rms\Debug\dlg.obj
文件 12082 2008-01-04 14:02 客房管理系统程序\Rms\Debug\dlg1.obj
文件 9894 2008-01-04 10:45 客房管理系统程序\Rms\Debug\dlg2.obj
文件 19793 2008-01-03 18:47 客房管理系统程序\Rms\Debug\MainFrm.obj
文件 131122 2008-01-08 08:07 客房管理系统程序\Rms\Debug\Rms.exe
文件 406688 2008-01-08 08:07 客房管理系统程序\Rms\Debug\Rms.ilk
文件 22521 2008-01-04 10:45 客房管理系统程序\Rms\Debug\Rms.obj
文件 5729660 2008-01-03 18:47 客房管理系统程序\Rms\Debug\Rms.pch
文件 500736 2008-01-08 08:07 客房管理系统程序\Rms\Debug\Rms.pdb
文件 9696 2008-01-08 08:07 客房管理系统程序\Rms\Debug\Rms.res
文件 17497 2008-01-04 08:56 客房管理系统程序\Rms\Debug\RmsDoc.obj
文件 16836 2008-01-04 08:56 客房管理系统程序\Rms\Debug\RmsSet.obj
文件 32914 2008-01-08 08:07 客房管理系统程序\Rms\Debug\RmsView.obj
文件 107241 2008-01-03 18:47 客房管理系统程序\Rms\Debug\StdAfx.obj
文件 238592 2008-01-08 08:09 客房管理系统程序\Rms\Debug\vc60.idb
文件 372736 2008-01-07 18:37 客房管理系统程序\Rms\Debug\vc60.pdb
文件 879 2008-01-04 14:06 客房管理系统程序\Rms\dlg.cpp
文件 1153 2008-01-04 14:06 客房管理系统程序\Rms\dlg.h
文件 958 2008-01-04 10:42 客房管理系统程序\Rms\dlg2.cpp
文件 1199 2008-01-04 10:42 客房管理系统程序\Rms\dlg2.h
文件 2504 2008-01-03 18:46 客房管理系统程序\Rms\MainFrm.cpp
文件 1581 2008-01-03 18:46 客房管理系统程序\Rms\MainFrm.h
文件 4129 2008-01-03 18:46 客房管理系统程序\Rms\ReadMe.txt
文件 1078 2008-01-03 18:46 客房管理系统程序\Rms\res\Rms.ico
文件 395 2008-01-03 18:46 客房管理系统程序\Rms\res\Rms.rc2
文件 1078 2008-01-03 18:46 客房管理系统程序\Rms\res\RmsDoc.ico
..A.SH. 6656 2011-11-30 19:03 客房管理系统程序\Rms\res\Thumbs.db
文件 1198 2008-01-03 18:46 客房管理系统程序\Rms\res\Toolbar.bmp
文件 2058 2008-01-04 14:09 客房管理系统程序\Rms\Resource.h
文件 47964 2008-01-08 08:07 客房管理系统程序\Rms\Rms.aps
............此处省略25个文件信息
- 上一篇:MFC制作的风车可以控制叶片大小和旋转速度
- 下一篇:C++ 药品管理系统
评论
共有 条评论