book.h

来自「这是一个图书馆管理系统程序」· C头文件 代码 · 共 50 行

H
50
字号
#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 + =
减小字号Ctrl + -
显示快捷键?