home *** CD-ROM | disk | FTP | other *** search
- // wherevw.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CWhereamiView form view
-
- #ifndef __AFXEXT_H__
- #include <afxext.h>
- #endif
-
- class CWhereamiView : public CFormView
- {
- DECLARE_DYNCREATE(CWhereamiView)
- protected:
- CWhereamiView(); // protected constructor used by dynamic creation
-
- // Form Data
- public:
- //{{AFX_DATA(CWhereamiView)
- enum { IDD = IDD_DIALOG1 };
- CString m_Horiz;
- CString m_Vert;
- //}}AFX_DATA
-
- // Attributes
- public:
-
- // Operations
- public:
-
- // Implementation
- protected:
- virtual ~CWhereamiView();
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- // Generated message map functions
- //{{AFX_MSG(CWhereamiView)
- afx_msg void OnMouseMove(UINT nFlags, CPoint point);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- /////////////////////////////////////////////////////////////////////////////
-