#if !defined(AFX_MYPOS_H__E450EB4D_77B4_476A_AC70_65A5E14DB839__INCLUDED_)#define AFX_MYPOS_H__E450EB4D_77B4_476A_AC70_65A5E14DB839__INCLUDED_
#if _MSC_VER > 1000#pragma once#endif // _MSC_VER > 1000// MyPos.h : header file//
/// MyPos dialog
class MyPos : public CDialog{// Constructionpublic: MyPos(CWnd* pParent = NULL); // standard constructor
// Dialog Data //{{AFX_DATA(MyPos) enum { IDD = IDD_DIALOG4 }; int m_posx; int m_posy; //}}AFX_DATA
// Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(MyPos) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL
// Implementationprotected:
// Generated message map functions //{{AFX_MSG(MyPos) virtual void OnOK(); virtual void OnCancel(); //}}AFX_MSG DECLARE_MESSAGE_MAP()};
//{{AFX_INSERT_LOCATION}}// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MYPOS_H__E450EB4D_77B4_476A_AC70_65A5E14DB839__INCLUDED_)