📄 shujukudlg.h
字号:
// ShuJuKuDlg.h : header file
//
#if !defined(AFX_SHUJUKUDLG_H__9BD9B18C_5E44_471B_BC66_A7624B6ED51E__INCLUDED_)
#define AFX_SHUJUKUDLG_H__9BD9B18C_5E44_471B_BC66_A7624B6ED51E__INCLUDED_
#include <afxdb.h>
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CShuJuKuDlg dialog
class CShuJuKuDlg : public CDialog
{
// Construction
public:
CShuJuKuDlg(CWnd* pParent = NULL); // standard constructor
~CShuJuKuDlg();
// Dialog Data
//{{AFX_DATA(CShuJuKuDlg)
enum { IDD = IDD_SHUJUKU_DIALOG };
CComboBox m_RoomPrice;
CListCtrl m_Result;
CComboBox m_HotelCity;
CString m_CustomerID;
CString m_CustomerName;
CString m_HotelName;
CString m_PriceFrom;
CString m_PriceTo;
CString m_ShowHouse;
CString m_ShowHouse2;
COleDateTime m_STime;
COleDateTime m_ETime;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CShuJuKuDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
CDatabase dbAgent;
CString temp;
CString temp1;
// Generated message map functions
//{{AFX_MSG(CShuJuKuDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnChangeCustomerID();
afx_msg void OnChaXun();
afx_msg void OnDblclkResult(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void Onquedingfangxing();
afx_msg void OnSelchangeRoomPrice();
afx_msg void OnYuDing();
afx_msg void OnInsertCustomer();
afx_msg void OnInsertHotel();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SHUJUKUDLG_H__9BD9B18C_5E44_471B_BC66_A7624B6ED51E__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -