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

52 lines
1.3 KiB
C++

#if !defined(AFX_DIALLISTMEASUGR_H__00E783F1_A0A7_4A1E_91CC_4E8AE79322E5__INCLUDED_)
#define AFX_DIALLISTMEASUGR_H__00E783F1_A0A7_4A1E_91CC_4E8AE79322E5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DialListMeasuGR.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDialListMeasuGR dialog
class CDialListMeasuGR : public CDialog
{
// Construction
public:
CDialListMeasuGR(CWnd* pParent = NULL); // standard constructor
void SetSptType(int iSptType){m_iSptType = iSptType;}
void InitiShowGR();
// Dialog Data
//{{AFX_DATA(CDialListMeasuGR)
enum { IDD = IDD_DIALOG_MEASURE_LIST_GR };
CListCtrl m_listData;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDialListMeasuGR)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDialListMeasuGR)
virtual BOOL OnInitDialog();
afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
protected:
int m_iSptType;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DIALLISTMEASUGR_H__00E783F1_A0A7_4A1E_91CC_4E8AE79322E5__INCLUDED_)