readertypedlg.h

来自「图书管理系统 一个简单的图书管理系统 随便下载使用」· C头文件 代码 · 共 53 行

H
53
字号
#if !defined(AFX_READERTYPEDLG_H__0AF9AF58_86B7_4B36_9E85_CF7B2E67640A__INCLUDED_)
#define AFX_READERTYPEDLG_H__0AF9AF58_86B7_4B36_9E85_CF7B2E67640A__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ReaderTypeDlg.h : header file
//
#include "ReaderTypeSet.h"
/////////////////////////////////////////////////////////////////////////////
// CReaderTypeDlg dialog

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

// Dialog Data
	//{{AFX_DATA(CReaderTypeDlg)
	enum { IDD = IDD_DIALOG_READERTYPE };
	CListCtrl	m_ctrList;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CReaderTypeDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnButtonNew();
	afx_msg void OnButtonModify();
	afx_msg void OnButtonDelete();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	void RefreshData();
	CReaderTypeSet m_recordset ;
};

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

#endif // !defined(AFX_READERTYPEDLG_H__0AF9AF58_86B7_4B36_9E85_CF7B2E67640A__INCLUDED_)

⌨️ 快捷键说明

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