www.pudn.com > DandD.zip > FamilyMaintBar.h


#if !defined(AFX_FAMILYMAINTBAR_H__A7B04956_8FE4_11D3_A32A_00A024931528__INCLUDED_) 
#define AFX_FAMILYMAINTBAR_H__A7B04956_8FE4_11D3_A32A_00A024931528__INCLUDED_ 
 
#if _MSC_VER >= 1000 
#pragma once 
#endif // _MSC_VER >= 1000 
// FamilyMaintBar.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CFamilyMaintBar dialog 
 
class CFamilyMaintBar : public CDialog 
{ 
// Construction 
public: 
	CFamilyMaintBar(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CFamilyMaintBar) 
	enum { IDD = CG_IDD_FAMILYMAINTBAR }; 
		// NOTE: the ClassWizard will add data members here 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CFamilyMaintBar) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CFamilyMaintBar) 
	afx_msg void OnSearchfamily(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Developer Studio will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_FAMILYMAINTBAR_H__A7B04956_8FE4_11D3_A32A_00A024931528__INCLUDED_)