standarddlg.h
来自「酒店管理系统 包括入库 订房退房等功能 管理员的权限」· C头文件 代码 · 共 65 行
H
65 行
//{{AFX_INCLUDES()
#include "datagrid.h"
//}}AFX_INCLUDES
#if !defined(AFX_STANDARDDLG_H__9ECE8560_8C8D_452E_B543_931A873A591B__INCLUDED_)
#define AFX_STANDARDDLG_H__9ECE8560_8C8D_452E_B543_931A873A591B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// StandardDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CStandardDlg dialog
class CStandardDlg : public CDialog
{
// Construction
public:
CStandardDlg(CWnd* pParent = NULL); // standard constructor
_RecordsetPtr m_pRecordset;
void UpdateList();
// Dialog Data
//{{AFX_DATA(CStandardDlg)
enum { IDD = IDD_STANDARD_DLG };
CDataGrid m_dgStandard;
BOOL m_bAircondition;
BOOL m_bInternet;
BOOL m_bTelephone;
BOOL m_bTelevision;
BOOL m_bWashroom;
CString m_strStanType;
int m_nStanArea;
CString m_strStanId;
int m_nPeople;
int m_nStanPrice;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CStandardDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CStandardDlg)
virtual BOOL OnInitDialog();
afx_msg void OnAddStanBtn();
afx_msg void OnChangeEditStanId();
afx_msg void OnModifyStanBtn();
afx_msg void OnDelStanBtn();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_STANDARDDLG_H__9ECE8560_8C8D_452E_B543_931A873A591B__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?