This commit is contained in:
coco
2026-07-03 16:05:30 +08:00
commit df489d5640
1101 changed files with 779140 additions and 0 deletions
+54
View File
@@ -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_)