www.pudn.com > CurveEditor.rar > FitCurvesDlg.h
#if !defined(AFX_FITCURVESDLG_H__517312A4_9C14_11D3_B0C1_0000B436C984__INCLUDED_)
#define AFX_FITCURVESDLG_H__517312A4_9C14_11D3_B0C1_0000B436C984__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// FitCurvesDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CFitCurvesDlg dialog
class CFitCurvesDlg : public CDialog
{
// Construction
public:
CFitCurvesDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CFitCurvesDlg)
enum { IDD = IDD_FIT_CURVES };
CListBox m_list1;
CListBox m_list2;
double m_x1;
double m_x2;
double m_y1;
double m_y2;
double m_z1;
double m_z2;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFitCurvesDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CFitCurvesDlg)
afx_msg void OnSelchangeList1();
afx_msg void OnSamePoint();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FITCURVESDLG_H__517312A4_9C14_11D3_B0C1_0000B436C984__INCLUDED_)