Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

37 lines
667 B

// combut1.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CCOMBUT1 window
class CCOMBUT1 : public CButton
{
// Construction
public:
CCOMBUT1();
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCOMBUT1)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CCOMBUT1();
// Generated message map functions
protected:
//{{AFX_MSG(CCOMBUT1)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////