123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- #if !defined(AFX_CURVEDLG_H__F90C2163_57A3_4017_9103_D8383210E00B__INCLUDED_)
- #define AFX_CURVEDLG_H__F90C2163_57A3_4017_9103_D8383210E00B__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif
- class CurvePage : public CPropertyPage
- {
- DECLARE_DYNCREATE(CurvePage)
- public:
- CurvePage();
- ~CurvePage();
-
- enum { IDD = IDD_RCURVE_PROPERTY };
- CString m_strVar1;
- CString m_strVar2;
- CString m_strVar3;
- int m_nLowwer;
- int m_nUpper;
-
- COLORREF m_clrCurve1;
- COLORREF m_clrCurve2;
- COLORREF m_clrCurve3;
-
-
- protected:
- virtual void DoDataExchange(CDataExchange* pDX);
-
- protected:
-
-
- afx_msg void OnDrawItem(int nIDCtl, LPDRAWITEMSTRUCT lpDrawItemStruct);
- afx_msg void OnCurve1color();
- afx_msg void OnCurve2color();
- afx_msg void OnCurve3color();
- afx_msg void OnSelvar1();
- afx_msg void OnSelvar2();
- afx_msg void OnSelvar3();
-
- DECLARE_MESSAGE_MAP()
- };
- #endif
|