SetMazeSize.h
上传用户:sycq158
上传日期:2008-10-22
资源大小:15361k
文件大小:1k
- #if !defined(AFX_SETMAZESIZE_H__88F5BA21_FC0D_44F9_BC24_AE474706EADC__INCLUDED_)
- #define AFX_SETMAZESIZE_H__88F5BA21_FC0D_44F9_BC24_AE474706EADC__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // SetMazeSize.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // SetMazeSize dialog
- class SetMazeSize : public CDialog
- {
- // Construction
- public:
- SetMazeSize(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(SetMazeSize)
- enum { IDD = IDD_DIALOG1 };
- CButton m_cancel;
- CButton m_ok;
- int m_row;
- int m_col;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(SetMazeSize)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(SetMazeSize)
- afx_msg void OnChangeEdit1();
- afx_msg void OnChangeEdit2();
- 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_SETMAZESIZE_H__88F5BA21_FC0D_44F9_BC24_AE474706EADC__INCLUDED_)