home *** CD-ROM | disk | FTP | other *** search
- // -------------------------------------------------------------------------
- // Copyright @ 1997 TCK Software, Incorporated
- // All Rights Reserved
- // -------------------------------------------------------------------------
- #if !defined(AFX_EXAMPLE1DLG_H__21D448A2_0F6C_11D1_B2A5_444553540000__INCLUDED_)
- #define AFX_EXAMPLE1DLG_H__21D448A2_0F6C_11D1_B2A5_444553540000__INCLUDED_
-
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // Example1Dlg.h : header file
- //
-
- #include "TestVF.h"
- #include "PalHook.h"
-
- /////////////////////////////////////////////////////////////////////////////
- // CExample1Dlg dialog
-
- class CExample1Dlg : public CDialog
- {
- CTestVF m_ctlTestVF; // Test VForm Control
- CPalMsgHandler m_palMsgHandler;
-
- // Construction
- public:
- CExample1Dlg(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CExample1Dlg)
- enum { IDD = IDD_EXAMPLE1 };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CExample1Dlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(CExample1Dlg)
- virtual BOOL OnInitDialog();
- afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_EXAMPLE1DLG_H__21D448A2_0F6C_11D1_B2A5_444553540000__INCLUDED_)
-