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 // _MSC_VER > 1000
- // CurvePage.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CurvePage dialog
- class CurvePage : public CPropertyPage
- {
- DECLARE_DYNCREATE(CurvePage)
- // Construction
- public:
- CurvePage(); // standard constructor
- ~CurvePage();
- // Dialog Data
- //{{AFX_DATA(CurvePage)
- enum { IDD = IDD_RCURVE_PROPERTY };
- CString m_strVar1;
- CString m_strVar2;
- CString m_strVar3;
- int m_nLowwer;
- int m_nUpper;
- //}}AFX_DATA
- COLORREF m_clrCurve1;
- COLORREF m_clrCurve2;
- COLORREF m_clrCurve3;
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CurvePage)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CurvePage)
- 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();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_CURVEDLG_H__F90C2163_57A3_4017_9103_D8383210E00B__INCLUDED_)
|