www.pudn.com > Shutdown.rar > Y_Cls_Combox_.h
#if !defined(AFX_Y_CLS_COMBOX__H__AC52CD1B_58EE_4FBC_BA66_4882440AEC5E__INCLUDED_)
#define AFX_Y_CLS_COMBOX__H__AC52CD1B_58EE_4FBC_BA66_4882440AEC5E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Y_Cls_Combox_.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// Y_Cls_Combox_ window
class Y_Cls_Combox_ : public CComboBox
{
// Construction
public:
Y_Cls_Combox_();
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(Y_Cls_Combox_)
//}}AFX_VIRTUAL
// Implementation
public:
UINT m_ID;
int Old_iItem;
int Old_iSubItem;
virtual ~Y_Cls_Combox_();
// Generated message map functions
protected:
//{{AFX_MSG(Y_Cls_Combox_)
afx_msg void OnKillFocus(CWnd* pNewWnd);
afx_msg void OnSelchange();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_Y_CLS_COMBOX__H__AC52CD1B_58EE_4FBC_BA66_4882440AEC5E__INCLUDED_)