windows-nt/Source/XPSP1/NT/inetsrv/iis/ui/itools/isadmin/combut1.h

38 lines
667 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
// 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()
};
/////////////////////////////////////////////////////////////////////////////