useradd.h
来自「图书管理系统,数据结构思想,用 C++编写,经测试,可用」· C头文件 代码 · 共 63 行
H
63 行
#if !defined(AFX_USERADD_H__8FA86739_BBBD_44D3_8534_37BDDAF442E5__INCLUDED_)
#define AFX_USERADD_H__8FA86739_BBBD_44D3_8534_37BDDAF442E5__INCLUDED_
#include "UserSet.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// UserAdd.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CUserAdd dialog
class CUserAdd : public CDialog
{
// Construction
public:
BOOL CheckValid();
CUserSet m_UserSet;
int nYear;
int nMonth;
int nDay;
CUserAdd(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CUserAdd)
enum { IDD = IDD_USER_ADD };
CString m_Address;
int m_BorrowNum;
CString m_Identity;
CString m_Password;
CString m_Sex;
CString m_Type;
CString m_UserID;
COleDateTime m_StartTime;
CString m_UserName;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CUserAdd)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CUserAdd)
virtual BOOL OnInitDialog();
afx_msg void OnUserAdd();
afx_msg void OnTextClear();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_USERADD_H__8FA86739_BBBD_44D3_8534_37BDDAF442E5__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?