www.pudn.com > colortable.zip > StockCombo.h


/***************************************************************************** 
*           Change Log 
*  Date     | Change 
*-----------+----------------------------------------------------------------- 
* 13-Jan-02 | Created 
*****************************************************************************/ 
#if !defined(AFX_STOCKCOMBO_H__58EB0CF2_0726_11D6_A059_006067718D04__INCLUDED_) 
#define AFX_STOCKCOMBO_H__58EB0CF2_0726_11D6_A059_006067718D04__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// StockCombo.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CStockCombo window 
 
class CStockCombo : public CComboBox 
{ 
// Construction 
public: 
	CStockCombo(); 
 
// Attributes 
public: 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CStockCombo) 
        virtual void DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct); 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	virtual ~CStockCombo(); 
 
	// Generated message map functions 
protected: 
	//{{AFX_MSG(CStockCombo) 
		// NOTE - the ClassWizard will add and remove member functions here. 
	//}}AFX_MSG 
 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_STOCKCOMBO_H__58EB0CF2_0726_11D6_A059_006067718D04__INCLUDED_)