📄 userdlg.h
字号:
#if !defined(AFX_USERDLG_H__CA3DC7AF_A7CC_443A_AB19_96FBEC00322C__INCLUDED_)
#define AFX_USERDLG_H__CA3DC7AF_A7CC_443A_AB19_96FBEC00322C__INCLUDED_
#include "UserSet.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// UserDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CUserDlg dialog
class CUserDlg : public CDialog
{
// Construction
public:
int nYear;
int nMonth;
int nDay;
CUserSet m_UserSet;
void TextShow();
void ListShow();
void InitListView();
CUserDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CUserDlg)
enum { IDD = IDD_USER_DLG };
CListCtrl m_UserView;
CString m_Address;
int m_BorrowNum;
CString m_Identity;
CString m_Password;
CString m_Sex;
CTime m_StartTime;
CString m_Type;
CString m_UserID;
CString m_UserName;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CUserDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CUserDlg)
virtual BOOL OnInitDialog();
afx_msg void OnClickUserView(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnRecordAdd();
afx_msg void OnRecordDel();
afx_msg void OnRecordEdit();
afx_msg void OnRefresh();
afx_msg void OnUserFind();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_USERDLG_H__CA3DC7AF_A7CC_443A_AB19_96FBEC00322C__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -