GME  13
AnnotationPanel.h
Go to the documentation of this file.
00001 #if !defined(AFX_ANNOTATIONPANEL_H__537F1EAA_8687_4052_AD65_ABD204453B86__INCLUDED_)
00002 #define AFX_ANNOTATIONPANEL_H__537F1EAA_8687_4052_AD65_ABD204453B86__INCLUDED_
00003 
00004 #if _MSC_VER > 1000
00005 #pragma once
00006 #endif // _MSC_VER > 1000
00007 // AnnotationPanel.h : header file
00008 //
00009 
00011 // CAnnotationPanel window
00012 
00013 class CAnnotationPanel : public CButton
00014 {
00015 // Construction
00016 public:
00017         CAnnotationPanel();
00018 
00019 // Attributes
00020 public:
00021 
00022 // Operations
00023 public:
00024 
00025 // Overrides
00026         // ClassWizard generated virtual function overrides
00027         //{{AFX_VIRTUAL(CAnnotationPanel)
00028         //}}AFX_VIRTUAL
00029 
00030 // Implementation
00031 public:
00032         virtual ~CAnnotationPanel();
00033 
00034         // Generated message map functions
00035 protected:
00036         //{{AFX_MSG(CAnnotationPanel)
00037         afx_msg void OnSize(UINT nType, int cx, int cy);
00038         //}}AFX_MSG
00039 
00040         DECLARE_MESSAGE_MAP()
00041 };
00042 
00044 
00045 //{{AFX_INSERT_LOCATION}}
00046 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00047 
00048 #endif // !defined(AFX_ANNOTATIONPANEL_H__537F1EAA_8687_4052_AD65_ABD204453B86__INCLUDED_)