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

69 lines
1.8 KiB
C++

#if !defined(AFX_DLG_USER_LOG_H__3F678C49_82CD_4862_90F7_9AB10F525F0E__INCLUDED_)
#define AFX_DLG_USER_LOG_H__3F678C49_82CD_4862_90F7_9AB10F525F0E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_User_Log.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_User_Log dialog
#include "..\public\reportctrl\ReportCtrl.h"
#include "DLG_SmsLogSee.h" // Added by ClassView
class DLG_User_Log : public CDialog
{
public:
CAdoRecordSet * m_pAdoRS;
CString m_strMobile;
CImageList m_ImageRecv;
CImageList m_ImageSend;
BOOL m_bHideNum;
// Construction
public:
void SetHideNum(BOOL bHide=true);
SMS_See GetSms_Recv(long lItem);
SMS_See GetSms_Send(long lItem);
long GetCurrentSelected_Recv();
long GetCurrentSelected_Send();
void RefreshRecv();
void RefreshSend();
void SetParam( CAdoRecordSet * pAdo , const TCHAR * pMobile);
DLG_User_Log(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_User_Log)
enum { IDD = IDD_USER_LOG };
CReportCtrl m_wndSend;
CReportCtrl m_wndRecv;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_User_Log)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_User_Log)
virtual BOOL OnInitDialog();
afx_msg void OnDblclkUserLogSend(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnDblclkUserLogRecv(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_USER_LOG_H__3F678C49_82CD_4862_90F7_9AB10F525F0E__INCLUDED_)