CorpSms/DLG_Commend_My.h
2025-02-27 16:58:16 +08:00

55 lines
1.4 KiB
C++

#if !defined(AFX_DLG_COMMEND_MY_H__B63A80D2_34FD_4C39_87E1_A6CCEE9C2392__INCLUDED_)
#define AFX_DLG_COMMEND_MY_H__B63A80D2_34FD_4C39_87E1_A6CCEE9C2392__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_Commend_My.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_Commend_My dialog
#include "..\public\reportctrl\ReportCtrl.h"
class DLG_Commend_My : public CDialog
{
public:
CImageList m_Image;
ANS_GetCommend * m_pCommend;
ANS_GetCommendData * m_pCommendData;
// Construction
public:
void RefreshList();
void SetParam(ANS_GetCommend * pCommend , ANS_GetCommendData * pData );
DLG_Commend_My(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_Commend_My)
enum { IDD = IDD_COMMEND_MY };
CReportCtrl m_wndList;
CEdit m_E_VipInt;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_Commend_My)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_Commend_My)
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_COMMEND_MY_H__B63A80D2_34FD_4C39_87E1_A6CCEE9C2392__INCLUDED_)