?? roomdestine.h
字號(hào):
#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;//房間預(yù)定數(shù)據(jù)表
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_)
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -