⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 useradd.h

📁 图书管理系统,数据结构思想,用 C++编写,经测试,可用
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -