departdlg.h

来自「一个简单的用户信息管理系统」· C头文件 代码 · 共 58 行

H
58
字号
#if !defined(AFX_DEPARTDLG_H__E44AD97C_D290_4A0E_B2BB_A6B4E71C541B__INCLUDED_)
#define AFX_DEPARTDLG_H__E44AD97C_D290_4A0E_B2BB_A6B4E71C541B__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// departDLG.h : header file
//
#include "depSet.h"
/////////////////////////////////////////////////////////////////////////////
// CdepartDLG dialog

class CdepartDLG : public CDialog
{
// Construction
public:
	void ListAll();

	CdepartDLG(CWnd* pParent = NULL);   // standard constructor
	CdepSet m_ds;

// Dialog Data
	//{{AFX_DATA(CdepartDLG)
	enum { IDD = IDD_DIALOG_DEPART };
	CListCtrl	m_deplist;
	CString	m_strSearch;
	CString	m_strDwmc;
	CString	m_strDwbz;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CdepartDLG)
	virtual BOOL OnInitDialog();
	afx_msg void OnButtonAdd();
	afx_msg void OnButtonSearch();
	afx_msg void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnButtonDelete();
	afx_msg void OnChangeEditDwbz();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_DEPARTDLG_H__E44AD97C_D290_4A0E_B2BB_A6B4E71C541B__INCLUDED_)

⌨️ 快捷键说明

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