#if !defined(AFX_GRIDOPTIONS_H__5153E1E1_384F_11D3_80AF_00104BCD3D41__INCLUDED_) #define AFX_GRIDOPTIONS_H__5153E1E1_384F_11D3_80AF_00104BCD3D41__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // GridOptions.h : header file // ///////////////////////////////////////////////////////////////////////////// // CGridOptions dialog class CGridOptions : public CDialog { // Construction public: CGridOptions(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CGridOptions) enum { IDD = IDD_GRIDOPTIONS }; UINT m_PSpace; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CGridOptions) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CGridOptions) // 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_GRIDOPTIONS_H__5153E1E1_384F_11D3_80AF_00104BCD3D41__INCLUDED_)