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

📄 book.h

📁 这是一个图书馆管理系统程序
💻 H
字号:
#if !defined(AFX_BOOK_H__DB6ABBA2_02DB_4574_9698_ABF033A58955__INCLUDED_)
#define AFX_BOOK_H__DB6ABBA2_02DB_4574_9698_ABF033A58955__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// book dialog

class book : public CDialog
{
// Construction
public:
	book(CWnd* pParent = NULL);   // standard constructor
    int m_m4;//原始本数、
// Dialog Data
	//{{AFX_DATA(book)
	enum { IDD = IDD_DIALOG3 };
	CString	m_1111;
	CString	m_2222;
	double	m_3333;
	int		m_4444;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(book)
	afx_msg void OnChange3333();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_BOOK_H__DB6ABBA2_02DB_4574_9698_ABF033A58955__INCLUDED_)

⌨️ 快捷键说明

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