www.pudn.com > SurfWareNew06.3.5(LYW).rar > ExtractCurveDlg.h
#if !defined(AFX_EXTRACTCURVEDLG_H__67194392_35A8_4F3B_A538_0BAA65395D80__INCLUDED_)
#define AFX_EXTRACTCURVEDLG_H__67194392_35A8_4F3B_A538_0BAA65395D80__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ExtractCurveDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CExtractCurveDlg dialog
class CSurfWareDoc;
class CExtractCurveDlg : public CDialog
{
// Construction
public:
void UpdateViews();
CExtractCurveDlg(CString TitleText,CSurfWareDoc* pDoc,int mode=0, CWnd* pParent = NULL); // standard constructor
CSurfWareDoc* m_pDoc;
// Dialog Data
//{{AFX_DATA(CExtractCurveDlg)
enum { IDD = IDD_CV_EXTRACT };
CButton m_btDirV;
CButton m_btDirU;
CSliderCtrl m_sldPercent;
CEdit m_edPercent;
float m_fPercent;
int m_iDir;
CString m_TitleText;
//}}AFX_DATA
int m_mode;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CExtractCurveDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CExtractCurveDlg)
virtual BOOL OnInitDialog();
afx_msg void OnDestroy();
afx_msg void OnCustomdrawSld(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnChangePercent();
afx_msg void OnDirU();
afx_msg void OnDirV();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_EXTRACTCURVEDLG_H__67194392_35A8_4F3B_A538_0BAA65395D80__INCLUDED_)