CurveDlg.h 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. #if !defined(AFX_CURVEDLG_H__F90C2163_57A3_4017_9103_D8383210E00B__INCLUDED_)
  2. #define AFX_CURVEDLG_H__F90C2163_57A3_4017_9103_D8383210E00B__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // CurvePage.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CurvePage dialog
  10. class CurvePage : public CPropertyPage
  11. {
  12. DECLARE_DYNCREATE(CurvePage)
  13. // Construction
  14. public:
  15. CurvePage(); // standard constructor
  16. ~CurvePage();
  17. // Dialog Data
  18. //{{AFX_DATA(CurvePage)
  19. enum { IDD = IDD_RCURVE_PROPERTY };
  20. CString m_strVar1;
  21. CString m_strVar2;
  22. CString m_strVar3;
  23. int m_nLowwer;
  24. int m_nUpper;
  25. //}}AFX_DATA
  26. COLORREF m_clrCurve1;
  27. COLORREF m_clrCurve2;
  28. COLORREF m_clrCurve3;
  29. // Overrides
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(CurvePage)
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. // Generated message map functions
  38. //{{AFX_MSG(CurvePage)
  39. afx_msg void OnDrawItem(int nIDCtl, LPDRAWITEMSTRUCT lpDrawItemStruct);
  40. afx_msg void OnCurve1color();
  41. afx_msg void OnCurve2color();
  42. afx_msg void OnCurve3color();
  43. afx_msg void OnSelvar1();
  44. afx_msg void OnSelvar2();
  45. afx_msg void OnSelvar3();
  46. //}}AFX_MSG
  47. DECLARE_MESSAGE_MAP()
  48. };
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  51. #endif // !defined(AFX_CURVEDLG_H__F90C2163_57A3_4017_9103_D8383210E00B__INCLUDED_)