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
650 B

  1. // FinPic.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CFinalPicture window
  5. class CFinalPicture : public CStatic
  6. {
  7. // Construction
  8. public:
  9. CFinalPicture();
  10. // Attributes
  11. public:
  12. // Operations
  13. public:
  14. // Overrides
  15. // ClassWizard generated virtual function overrides
  16. //{{AFX_VIRTUAL(CFinalPicture)
  17. //}}AFX_VIRTUAL
  18. // Implementation
  19. public:
  20. virtual ~CFinalPicture();
  21. // Generated message map functions
  22. protected:
  23. //{{AFX_MSG(CFinalPicture)
  24. afx_msg void OnPaint();
  25. //}}AFX_MSG
  26. DECLARE_MESSAGE_MAP()
  27. };
  28. /////////////////////////////////////////////////////////////////////////////