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

Panel.h

00001 #ifndef PANEL_H
00002 #define PANEL_H
00003 
00004 #include "stdafx.h"
00005 #include "resource.h"
00006 
00007 class VPanel : public CDialog {
00008 //      DECLARE_DYNAMIC(VPanel)
00009 public:
00010         VPanel(UINT nIDTemplate, CWnd* pParent = NULL);
00011         virtual ~VPanel();
00012 
00013         //{{AFX_VIRTUAL(VPanel)
00014         protected:
00015         virtual void DoDataExchange(CDataExchange* pDX);        // DDX/DDV support
00016         //}}AFX_VIRTUAL
00017 
00018 protected:
00019         //{{AFX_MSG(VPanel)
00020   virtual void OnOK();
00021   virtual void OnCancel();
00022         virtual BOOL OnInitDialog();
00023         //}}AFX_MSG
00024         DECLARE_MESSAGE_MAP()
00025 };
00026 
00027 
00028 #endif

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