findaperson.h

来自「一个人事档案的数据库」· C头文件 代码 · 共 61 行

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

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

/////////////////////////////////////////////////////////////////////////////
// CFindAperson dialog

class CFindAperson : public CDialog
{
// Construction
public:
	CFindAperson(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CFindAperson)
	enum { IDD = IDD_DIALOG_FIND };
	CListBox	m_resalt;
	CButton	m_button_find;
	CButton	m_static_mathod;
	CEdit	m_mathod;
	int		m_radio_name;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CFindAperson)
	virtual void OnOK();
	afx_msg void OnButtonFind();
	afx_msg void OnRadioName();
	afx_msg void OnRadioDuty();
	afx_msg void OnRadioLevel();
	afx_msg void OnRadioCompany();
	afx_msg void OnChangeEditMathod();
	afx_msg void OnStaticMathod();
	virtual BOOL OnInitDialog();
	afx_msg void OnDblclkListResalt();
	virtual void OnCancel();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_FINDAPERSON_H__A48398ED_E921_4958_9704_276495FA50A5__INCLUDED_)

⌨️ 快捷键说明

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