📄 roomdestine.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -