Files
geomative/GeomativeStudio/h/opexeccersptestdlg.h
T
coco df489d5640 a
2026-07-03 16:05:30 +08:00

69 lines
1.9 KiB
C++

#if !defined(AFX_OPEXECCERSPTESTDLG_H__0000F122_AD31_4D5E_8B34_DCDE0D18E086__INCLUDED_)
#define AFX_OPEXECCERSPTESTDLG_H__0000F122_AD31_4D5E_8B34_DCDE0D18E086__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// opexeccersptestdlg.h : header file
//
#include "EasySize.h"
/////////////////////////////////////////////////////////////////////////////
// COpExecCERSPTestDlg dialog
class CTdChannel;
class COpExecCERSPTestFrame;
class CRspCETd;
class CRspCETdRecord;
class COpExecCERSPTestDlg : public CDialog
{
DECLARE_EASYSIZE
// Construction
public:
COpExecCERSPTestDlg(CRspCETd* pRspCETd, INT_PTR* pRet, CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(COpExecCERSPTestDlg)
enum { IDD = IDD_OP_TD_CE_C };
CComboBox m_cbDeepFactor;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(COpExecCERSPTestDlg)
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(COpExecCERSPTestDlg)
virtual void OnOK();
virtual void OnCancel();
virtual BOOL OnInitDialog();
afx_msg void OnBtTest();
afx_msg void OnSize(UINT nType, int cx, int cy);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
public:
void ClearAll();
void ReSetAll();
void PutScriptToList(CListCtrl* pTdList, CPtrArray& tdRecArray);
BOOL TestingPointCollection(CListCtrl* pTdList, CRspCETdRecord* pRspCETdRecord, CTdChannel* pTdChannel);
COpExecCERSPTestFrame* m_pOpExecCERSPTestFrame;
CHandleProcessor m_handleProcessor;
INT_PTR* m_pRet;
CRspCETd* m_pRspCETd;
CString m_szFileName;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_OPEXECCERSPTESTDLG_H__0000F122_AD31_4D5E_8B34_DCDE0D18E086__INCLUDED_)