CorpSms/DLG_Find_RecvSms.h

55 lines
1.3 KiB
C
Raw Normal View History

2025-02-27 16:58:16 +08:00
#if !defined(AFX_DLG_FIND_RECVSMS_H__48BDB0D2_E384_4A09_ABC9_EAFEC92F8D65__INCLUDED_)
#define AFX_DLG_FIND_RECVSMS_H__48BDB0D2_E384_4A09_ABC9_EAFEC92F8D65__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_Find_RecvSms.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_Find_RecvSms dialog
class DLG_Find_RecvSms : public CDialog
{
public:
BOOL m_bShowTime;
// Construction
public:
void SetParam(BOOL bShowTime);
DLG_Find_RecvSms(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_Find_RecvSms)
enum { IDD = IDD_FIND_RECVSMS };
COleDateTime m_TBegin;
COleDateTime m_TEnd;
CString m_strMsg;
CString m_strRecvNum;
CString m_strSendNum;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_Find_RecvSms)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_Find_RecvSms)
virtual BOOL OnInitDialog();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_FIND_RECVSMS_H__48BDB0D2_E384_4A09_ABC9_EAFEC92F8D65__INCLUDED_)