home *** CD-ROM | disk | FTP | other *** search
- // testvvw.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CTestvbxView form view
-
- #ifndef __AFXEXT_H__
- #include <afxext.h>
- #endif
-
- class CTestvbxView : public CFormView
- {
- DECLARE_DYNCREATE(CTestvbxView)
- protected:
- CTestvbxView(); // protected constructor used by dynamic creation
-
- // Form Data
- public:
- //{{AFX_DATA(CTestvbxView)
- enum { IDD = IDD_DIALOG1 };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
-
- // Attributes
- public:
-
- // Operations
- public:
-
- // Implementation
- protected:
- virtual ~CTestvbxView();
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- // Generated message map functions
- //{{AFX_MSG(CTestvbxView)
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- /////////////////////////////////////////////////////////////////////////////
-