www.pudn.com > SurfWareNew06.3.5(LYW).rar > DefineMatirx.h
#if !defined(AFX_DEFINEMATIRX_H__51D20F3C_86F2_4644_9160_2FAFB16009EA__INCLUDED_)
#define AFX_DEFINEMATIRX_H__51D20F3C_86F2_4644_9160_2FAFB16009EA__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DefineMatirx.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DefineMatirx dialog
class DefineMatirx : public CDialog
{
// Construction
public:
DefineMatirx(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DefineMatirx)
enum { IDD = IDD_CREATE_SURF_MATRIX };
int m_row;
int m_colume;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DefineMatirx)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DefineMatirx)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DEFINEMATIRX_H__51D20F3C_86F2_4644_9160_2FAFB16009EA__INCLUDED_)