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

📄 datamanagerlastdlg.h

📁 纯C++语言编写的小型的学生管理系统 用二叉树实现学生相关属性包括姓名,年龄,房间号的保存,使显示按学号降序排列,并能够保存成文件.
💻 H
字号:
// DataManagerLastDlg.h : header file
//

#if !defined(AFX_DATAMANAGERLASTDLG_H__0B9A6568_1602_4CA5_BA1D_CF0CBFBD2720__INCLUDED_)
#define AFX_DATAMANAGERLASTDLG_H__0B9A6568_1602_4CA5_BA1D_CF0CBFBD2720__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include "DataManagerControl.h"

/////////////////////////////////////////////////////////////////////////////
// CDataManagerLastDlg dialog

class CDataManagerLastDlg : public CDialog
{
// Construction
public:
	CDataManagerLastDlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CDataManagerLastDlg)
	enum { IDD = IDD_DATAMANAGERLAST_DIALOG };
	CString	m_name;
	CString	m_phone;
	CString	m_post;
	CString	m_searchname;
	CString	m_address;
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDataManagerLastDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CDataManagerLastDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnFirstpage();
	afx_msg void OnPriorpage();
	afx_msg void OnNextpage();
	afx_msg void OnLastpage();
	afx_msg void OnAdd();
	afx_msg void OnDel();
	afx_msg void OnModify();
	afx_msg void OnSearch();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
public:
	UINT m_count;
	DataManagerControl m_controller;
	int m_addflag;
	int m_modifyflag;
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_DATAMANAGERLASTDLG_H__0B9A6568_1602_4CA5_BA1D_CF0CBFBD2720__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -