a
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
#if !defined(AFX_DISP2DRSPGRAPDLG_H__70CC6064_5C38_44E9_A637_BCF2FBD0BCBA__INCLUDED_)
|
||||
#define AFX_DISP2DRSPGRAPDLG_H__70CC6064_5C38_44E9_A637_BCF2FBD0BCBA__INCLUDED_
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
// Disp2DRSPGrapDlg.h : header file
|
||||
//
|
||||
|
||||
class CRsp2DTd;
|
||||
class CDispGrap2DRSPTdView;
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CDisp2DRSPGrapDlg dialog
|
||||
|
||||
|
||||
class CDisp2DRSPGrapDlg : public CDialog
|
||||
{
|
||||
// Construction
|
||||
public:
|
||||
CDisp2DRSPGrapDlg(CRsp2DTd* const pRsp2DTd, CWnd* pParent = NULL);
|
||||
CDisp2DRSPGrapDlg(CWnd* pParent = NULL); // standard constructor
|
||||
|
||||
// Dialog Data
|
||||
//{{AFX_DATA(CDisp2DRSPGrapDlg)
|
||||
enum { IDD = IDD_DISP_2DRSP_TD_GRAP };
|
||||
// NOTE: the ClassWizard will add data members here
|
||||
//}}AFX_DATA
|
||||
|
||||
|
||||
// Overrides
|
||||
// ClassWizard generated virtual function overrides
|
||||
//{{AFX_VIRTUAL(CDisp2DRSPGrapDlg)
|
||||
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(CDisp2DRSPGrapDlg)
|
||||
virtual BOOL OnInitDialog();
|
||||
//}}AFX_MSG
|
||||
DECLARE_MESSAGE_MAP()
|
||||
private:
|
||||
CDispGrap2DRSPTdView* m_pDispGrap2DRSPTdView;
|
||||
CRsp2DTd* m_pRsp2DTd;
|
||||
};
|
||||
|
||||
//{{AFX_INSERT_LOCATION}}
|
||||
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
||||
|
||||
#endif // !defined(AFX_DISP2DRSPGRAPDLG_H__70CC6064_5C38_44E9_A637_BCF2FBD0BCBA__INCLUDED_)
|
||||
Reference in New Issue
Block a user