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

📄 dialog_personnel.h

📁 < Visual C+++SQL Server数据库开发与实例>>一书中的实例核心源程序提供了几个案例的编程源代码。
💻 H
字号:
#if !defined(AFX_DIALOG_PERSONNEL_H__0D322DC2_50DA_4B58_BE49_1496FFC73FF6__INCLUDED_)
#define AFX_DIALOG_PERSONNEL_H__0D322DC2_50DA_4B58_BE49_1496FFC73FF6__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CDIALOG_PERSONNEL dialog

class CDIALOG_PERSONNEL : public CDialog
{
// Construction
public:
	void RefreshData();
	CDIALOG_PERSONNEL(CWnd* pParent = NULL);   // standard constructor
	CDatabase m_database;
	int person_id;
	int select;
	CString p_query;
// Dialog Data
	//{{AFX_DATA(CDIALOG_PERSONNEL)
	enum { IDD = IDD_DIALOG_MANAGER_PERSONNEL };
	CListCtrl	m_need;
	CListCtrl	m_plan;
	CListCtrl	m_score;
	CListCtrl	m_basic;
	CString	m_field;
	CString	m_relation;
	CString	m_content;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDIALOG_PERSONNEL)
	afx_msg void OnButtonadd();
	afx_msg void OnRadio1();
	afx_msg void OnRadio2();
	afx_msg void OnRadio3();
	afx_msg void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult);
	virtual BOOL OnInitDialog();
	virtual void OnCancel();
	afx_msg void OnButtondel();
	afx_msg void OnRadio4();
	afx_msg void OnReturnList1(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnButtonquery();
	afx_msg void OnItemclickList1(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnButtonmod();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_DIALOG_PERSONNEL_H__0D322DC2_50DA_4B58_BE49_1496FFC73FF6__INCLUDED_)

⌨️ 快捷键说明

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