📄 findprebookroomdlg.h
字号:
#if !defined(AFX_FINDPREBOOKROOMDLG_H__2301462D_7520_4C10_8DEC_BE4D617474CD__INCLUDED_)
#define AFX_FINDPREBOOKROOMDLG_H__2301462D_7520_4C10_8DEC_BE4D617474CD__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Findprebookroomdlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CFindprebookroomdlg dialog
class CFindprebookroomdlg : public CDialog
{
// Construction
public:
CFindprebookroomdlg(CWnd* pParent = NULL); // standard constructor
// 定义ADO连接、命令、记录集变量指针
_ConnectionPtr m_pConnection;
_CommandPtr m_pCommand;
_RecordsetPtr m_pRecordset;
_RecordsetPtr m_pRecordsetfind;
CString room_money;
CString gustname;
CString gustaddr,workcompany;
CString beizhu;
CString roomlevel;
CString id_number;
CString m_tel;
CString precheckindate;
CString dopredate;
CString caozuoman;
CString precheckdays;
CString pre_handinmoney;
// Dialog Data
//{{AFX_DATA(CFindprebookroomdlg)
enum { IDD = IDD_DIg_findprebookroom };
CListCtrl m_findprebookroom_list;
CString m_findprebookroom_name;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFindprebookroomdlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CFindprebookroomdlg)
virtual BOOL OnInitDialog();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FINDPREBOOKROOMDLG_H__2301462D_7520_4C10_8DEC_BE4D617474CD__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -