findprebookroomdlg.h
来自「系统主要包括住宿管理,客房管理,查询统计,报表管理,系统设置五个模块,适用于中小」· C头文件 代码 · 共 69 行
H
69 行
#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 + =
减小字号Ctrl + -
显示快捷键?