📄 readermdlg.h
字号:
#if !defined(AFX_READERMDLG_H__F0FCF37C_0CCF_4833_BEFE_D773EA96C403__INCLUDED_)
#define AFX_READERMDLG_H__F0FCF37C_0CCF_4833_BEFE_D773EA96C403__INCLUDED_
#include "ReaderDataSet.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ReaderMDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CReaderMDlg dialog
class CReaderMDlg : public CDialog
{
// Construction
public:
BOOL SetTextState();
BOOL m_bEdit;
BOOL m_bAdd;
BOOL SetButtonState();
BOOL DisplayRecord();
CReaderDataSet m_rsDataSet;
CReaderMDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CReaderMDlg)
enum { IDD = IDD_READER_MAINTAIN };
CString m_strReaderIDQ;
CString m_strReaderID;
CString m_strReaderName;
CString m_strReaderNameQ;
CString m_strIDCard;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CReaderMDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CReaderMDlg)
afx_msg void OnExit();
afx_msg void OnFirst();
afx_msg void OnLast();
afx_msg void OnNew();
afx_msg void OnNext();
afx_msg void OnPrior();
afx_msg void OnSave();
afx_msg void OnCancelRec();
afx_msg void OnDelete();
afx_msg void OnEdit();
afx_msg void OnEnquery();
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_READERMDLG_H__F0FCF37C_0CCF_4833_BEFE_D773EA96C403__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -