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.
 
 
 
 
 
 

38 lines
658 B

// Tip.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CTip window
class CTip : public CStatic
{
// Construction
public:
CTip();
virtual void OnDraw(CDC* pDC);
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTip)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CTip();
// Generated message map functions
protected:
//{{AFX_MSG(CTip)
afx_msg void OnPaint();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////