www.pudn.com > Jianasyhttpclient.rar > MyCombo.h
#if !defined(AFX_MYCOMBO_H__E9A2BC60_A4D6_11D4_A1B1_D2C52BED5716__INCLUDED_)
#define AFX_MYCOMBO_H__E9A2BC60_A4D6_11D4_A1B1_D2C52BED5716__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MyCombo.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CMyCombo window
class CMyCombo : public CComboBox
{
// Construction
public:
CMyCombo();
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMyCombo)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CMyCombo();
// Generated message map functions
protected:
//{{AFX_MSG(CMyCombo)
afx_msg void OnChar(UINT nChar, UINT nRepCnt, UINT nFlags);
afx_msg void OnEditchange();
afx_msg void OnEditupdate();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MYCOMBO_H__E9A2BC60_A4D6_11D4_A1B1_D2C52BED5716__INCLUDED_)