roomdestine.h
来自「酒店管理系统2003,可用于二次开发,用VC++与sql 2003写成.」· C头文件 代码 · 共 66 行
H
66 行
#if !defined(AFX_ROOMDESTINE_H__1071F522_94AD_4118_9DBD_65A469F945B3__INCLUDED_)
#define AFX_ROOMDESTINE_H__1071F522_94AD_4118_9DBD_65A469F945B3__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// RoomDestine.h : header file
//
#include "InfoSet.h"
/////////////////////////////////////////////////////////////////////////////
// CRoomDestine dialog
class CRoomDestine : public CDialog
{
// Construction
public:
CRoomDestine(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CRoomDestine)
enum { IDD = IDD_ROOMDESTINE };
CEdit m_BillCode;
CEdit CerifyCode;
CEdit m_DestineRoomSum;
CComboBox m_RoomType;
CEdit m_DestineTime;
CListBox m_RoomCodeList;
CEdit m_RoomPrice;
CEdit m_DestinerName;
CEdit m_DestineMoney;
CListBox m_DestineBill;
int m_DestineCerityType;
int m_SexType;
//}}AFX_DATA
//属性
CRoomInfoSet m_RoomInfoSet;
long nDestineRoomSum;
CDestineRoomSet m_DestineRoomSet;//房间预定数据表
CString m_CerityTypeName,m_DestinerSexType;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CRoomDestine)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CRoomDestine)
virtual BOOL OnInitDialog();
afx_msg void OnSelchangeRoomdestineType();
afx_msg void OnAdd();
afx_msg void OnDelete();
virtual void OnOK();
afx_msg void OnRadio();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ROOMDESTINE_H__1071F522_94AD_4118_9DBD_65A469F945B3__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?