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

57 lines
1.5 KiB
C++

#if !defined(AFX_DLG_COMMEND_DH_H__E2E00334_01C4_43F9_A3D8_929AA217B5D6__INCLUDED_)
#define AFX_DLG_COMMEND_DH_H__E2E00334_01C4_43F9_A3D8_929AA217B5D6__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_Commend_DH.h : header file
//
#include "..\public\reportctrl\ReportCtrl.h"
/////////////////////////////////////////////////////////////////////////////
// DLG_Commend_DH dialog
class DLG_Commend_DH : public CDialog
{
public:
CImageList m_Image;
ANS_GetCommend_LP * m_pCommend;
ANS_GetCommend_LPData * m_pCommendData;
ANS_GetCommend_LPData m_RetData;
// Construction
public:
void RefreshList();
void SetParam(ANS_GetCommend_LP *pCommend, ANS_GetCommend_LPData *pData);
DLG_Commend_DH(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_Commend_DH)
enum { IDD = IDD_COMMEND_DH };
CEdit m_E_VipInt;
CReportCtrl m_wndList;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_Commend_DH)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_Commend_DH)
virtual BOOL OnInitDialog();
virtual void OnOK();
afx_msg void OnDblclkCommendDhList(NMHDR* pNMHDR, LRESULT* pResult);
//}}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_DH_H__E2E00334_01C4_43F9_A3D8_929AA217B5D6__INCLUDED_)