📄 readerdlg.h
字号:
//{{AFX_INCLUDES()
#include "msflexgrid.h"
//}}AFX_INCLUDES
#if !defined(AFX_READERDLG_H__B7F89443_351C_444D_8344_D7E324ABCD94__INCLUDED_)
#define AFX_READERDLG_H__B7F89443_351C_444D_8344_D7E324ABCD94__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ReaderDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CReaderDlg dialog
class CReaderDlg : public CDialog
{
// Construction
public:
CReaderDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CReaderDlg)
enum { IDD = IDD_READERDLG };
CComboBox m_searchtype;
CString m_email;
CString m_grade;
CString m_majorname;
CString m_message;
CMSFlexGrid m_grid_loan;
CMSFlexGrid m_grid_booking;
CString m_major;
CString m_password;
CString m_readerid;
CString m_status;
CString m_time;
CString m_readerid_text;
CString m_content;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CReaderDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CReaderDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSubmit();
afx_msg void OnReset();
afx_msg void OnNew();
afx_msg void OnMouseDownMsflexgrid2(short Button, short Shift, long x, long y);
afx_msg void OnCancelBooking();
afx_msg void OnSelchangeCOMBOSearchType();
afx_msg void OnModify();
DECLARE_EVENTSINK_MAP()
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_READERDLG_H__B7F89443_351C_444D_8344_D7E324ABCD94__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -