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.
|
|
// FinPic.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CFinalPicture window
class CFinalPicture : public CStatic { // Construction
public: CFinalPicture();
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFinalPicture)
//}}AFX_VIRTUAL
// Implementation
public: virtual ~CFinalPicture();
// Generated message map functions
protected: //{{AFX_MSG(CFinalPicture)
afx_msg void OnPaint(); //}}AFX_MSG
DECLARE_MESSAGE_MAP() };
/////////////////////////////////////////////////////////////////////////////
|