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