btypedlg.h

来自「图书管理系统,相对全面,ODBC学习的好材料,仅攻学习,谢绝抄袭」· C头文件 代码 · 共 61 行

H
61
字号
#if !defined(AFX_BTYPEDLG_H__6E70BA2D_3760_4BAB_8DC3_BF4021670D06__INCLUDED_)
#define AFX_BTYPEDLG_H__6E70BA2D_3760_4BAB_8DC3_BF4021670D06__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// BtypeDlg.h : header file
//
#include "BooktypeSet.h"
#include "BfileSet.h"
/////////////////////////////////////////////////////////////////////////////
// CBtypeDlg dialog

class CBtypeDlg : public CDialog
{
// Construction
public:
	CBtypeDlg(CWnd* pParent = NULL);   // standard constructor
	CBooktypeSet btypeset;
	CBfileSet bfileset;
	CListCtrl m_List;
	bool DisplayRecord();
// Dialog Data
	//{{AFX_DATA(CBtypeDlg)
	enum { IDD = IDD_DIALOG_BTYPE };
	int		m_DAY;
	CString	m_FTYPEID;
	CString	m_FTYPENAME;
	CString	m_TYPEID;
	CString	m_TYPENAME;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CBtypeDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnClickList(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnFind();
	afx_msg void OnExit();
	afx_msg void OnAdd();
	afx_msg void OnEdit();
	afx_msg void OnDelete();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_BTYPEDLG_H__6E70BA2D_3760_4BAB_8DC3_BF4021670D06__INCLUDED_)

⌨️ 快捷键说明

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