Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

Panel_Int.h

00001 #ifndef PANEL_INT_H
00002 #define PANEL_INT_H
00003 
00004 #include "Panel.h"
00005 
00006 class VPanel_Int : public VPanel
00007 {
00008 // Construction
00009 public:
00010         VPanel_Int(CWnd* pParent = NULL);   // standard constructor
00011 
00012 // Dialog Data
00013         //{{AFX_DATA(VPanel_Int)
00014                 enum { IDD = IDD_PANEL_NUMBER };
00015                 int             m_NUM;
00016                 CString m_LabelText;
00017         //}}AFX_DATA
00018 
00019 
00020 // Overrides
00021         // ClassWizard generated virtual function overrides
00022         //{{AFX_VIRTUAL(VPanel_Int)
00023         protected:
00024         virtual void DoDataExchange(CDataExchange* pDX);
00025         //}}AFX_VIRTUAL
00026 
00027 // Implementation
00028 protected:
00029 
00030         // Generated message map functions
00031         //{{AFX_MSG(VPanel_Int)
00032                 // NOTE: the ClassWizard will add member functions here
00033         //}}AFX_MSG
00034         DECLARE_MESSAGE_MAP()
00035 };
00036 
00037 #endif

Generated at Wed Aug 29 19:58:55 2001 for Pocket Animator by doxygen1.2.5 written by Dimitri van Heesch, © 1997-2001