SelectSlopeDialog.h 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. //===========================================================================//
  2. // Copyright (C) Microsoft Corporation. All rights reserved. //
  3. //===========================================================================//
  4. #if !defined(AFX_SELECTSLOPEDIALOG_H__49EB9E50_A5AD_4B8C_925A_7D0CD9AD616B__INCLUDED_)
  5. #define AFX_SELECTSLOPEDIALOG_H__49EB9E50_A5AD_4B8C_925A_7D0CD9AD616B__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. // SelectSlopeDialog.h : header file
  10. //
  11. /////////////////////////////////////////////////////////////////////////////
  12. // SelectSlopeDialog dialog
  13. class SelectSlopeDialog : public CDialog
  14. {
  15. // Construction
  16. public:
  17. SelectSlopeDialog(CWnd* pParent = NULL); // standard constructor
  18. // Dialog Data
  19. //{{AFX_DATA(SelectSlopeDialog)
  20. enum { IDD = IDD_SELECT_SLOPE_DIALOG };
  21. float m_MaxEdit;
  22. float m_MinEdit;
  23. //}}AFX_DATA
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(SelectSlopeDialog)
  27. protected:
  28. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. protected:
  32. // Generated message map functions
  33. //{{AFX_MSG(SelectSlopeDialog)
  34. // NOTE: the ClassWizard will add member functions here
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_SELECTSLOPEDIALOG_H__49EB9E50_A5AD_4B8C_925A_7D0CD9AD616B__INCLUDED_)