55 lines
1.6 KiB
C++
55 lines
1.6 KiB
C++
#if !defined(AFX_DISPTDRECSPLINESGRAPDLG_H__8262CA86_BD61_43EC_8E2D_DC4A4991AA9E__INCLUDED_)
|
|
#define AFX_DISPTDRECSPLINESGRAPDLG_H__8262CA86_BD61_43EC_8E2D_DC4A4991AA9E__INCLUDED_
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
// disptdrecsplinesgrapdlg.h : header file
|
|
//
|
|
|
|
class CDispTdRecSplinesGrapView;
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// CDispTdRecSplinesGrapDlg dialog
|
|
|
|
class CDispTdRecSplinesGrapDlg : public CDialog
|
|
{
|
|
// Construction
|
|
public:
|
|
CDispTdRecSplinesGrapDlg(CStringArray &saOrgData, float fMaxAbsV, CWnd* pParent = NULL);
|
|
CDispTdRecSplinesGrapDlg(CWnd* pParent = NULL); // standard constructor
|
|
|
|
// Dialog Data
|
|
//{{AFX_DATA(CDispTdRecSplinesGrapDlg)
|
|
enum { IDD = IDD_DISP_TDREC_SPLINES_GRAP };
|
|
CListCtrl m_orgList;
|
|
//}}AFX_DATA
|
|
|
|
|
|
// Overrides
|
|
// ClassWizard generated virtual function overrides
|
|
//{{AFX_VIRTUAL(CDispTdRecSplinesGrapDlg)
|
|
public:
|
|
virtual BOOL PreTranslateMessage(MSG* pMsg);
|
|
protected:
|
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
|
//}}AFX_VIRTUAL
|
|
|
|
// Implementation
|
|
protected:
|
|
|
|
// Generated message map functions
|
|
//{{AFX_MSG(CDispTdRecSplinesGrapDlg)
|
|
virtual BOOL OnInitDialog();
|
|
//}}AFX_MSG
|
|
DECLARE_MESSAGE_MAP()
|
|
private:
|
|
CDispTdRecSplinesGrapView* m_pDispTdRecSplinesGrapView;
|
|
CStringArray m_saOrgData;
|
|
float m_fMaxAbsV;
|
|
};
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
|
|
|
#endif // !defined(AFX_DISPTDRECSPLINESGRAPDLG_H__8262CA86_BD61_43EC_8E2D_DC4A4991AA9E__INCLUDED_)
|