readdlg.h

来自「图书管理系统可进行查询,添加,修改,等操作 用树行结构为图书馆进行图书分类」· C头文件 代码 · 共 60 行

H
60
字号
//{{AFX_INCLUDES()
#include "adodc.h"
#include "datagrid.h"
//}}AFX_INCLUDES
#if !defined(AFX_READDLG_H__B6FB5717_3F4B_4447_9FF9_24B7D92632D0__INCLUDED_)
#define AFX_READDLG_H__B6FB5717_3F4B_4447_9FF9_24B7D92632D0__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// readdlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// readdlg dialog

class readdlg : public CDialog
{
// Construction
public:
	readdlg(CWnd* pParent = NULL);   // standard constructor
    CString str;
// Dialog Data
	//{{AFX_DATA(readdlg)
	enum { IDD = IDD_readdlg };
	CAdodc	m_adoc;
	CDataGrid	m_grid;
	int type;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(readdlg)
	afx_msg void OnButton1();
	afx_msg void OnButton2();
	virtual void OnOK();
	virtual void OnCancel();
	afx_msg void OnClickDatagrid1();
	virtual BOOL OnInitDialog();
	afx_msg void OnButton3();
	DECLARE_EVENTSINK_MAP()
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_READDLG_H__B6FB5717_3F4B_4447_9FF9_24B7D92632D0__INCLUDED_)

⌨️ 快捷键说明

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