#if !defined(AFX_TERRAINDISPOPTS_H__945D1B24_A62B_11D2_A580_00104B62A145__INCLUDED_) #define AFX_TERRAINDISPOPTS_H__945D1B24_A62B_11D2_A580_00104B62A145__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // TerrainDispOpts.h : header file // ///////////////////////////////////////////////////////////////////////////// // CTerrainDispOpts dialog class CTerrainDispOpts : public CDialog { // Construction public: CTerrainDispOpts(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CTerrainDispOpts) enum { IDD = IDD_TEROPTS }; CString m_FPCount; int m_OPCount; BOOL m_DFull; BOOL m_DOpt; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CTerrainDispOpts) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CTerrainDispOpts) 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_TERRAINDISPOPTS_H__945D1B24_A62B_11D2_A580_00104B62A145__INCLUDED_)