Files
coco df489d5640 a
2026-07-03 16:05:30 +08:00

55 lines
1.5 KiB
C++

#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_)