63 lines
1.5 KiB
C
63 lines
1.5 KiB
C
|
#if !defined(AFX_DLG_FIND_SMSLOG_H__C2A38B54_712A_4F35_854E_43F094C33A17__INCLUDED_)
|
||
|
#define AFX_DLG_FIND_SMSLOG_H__C2A38B54_712A_4F35_854E_43F094C33A17__INCLUDED_
|
||
|
|
||
|
#if _MSC_VER > 1000
|
||
|
#pragma once
|
||
|
#endif // _MSC_VER > 1000
|
||
|
// DLG_Find_SmsLog.h : header file
|
||
|
//
|
||
|
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
// DLG_Find_SmsLog dialog
|
||
|
|
||
|
class DLG_Find_SmsLog : public CDialog
|
||
|
{
|
||
|
public:
|
||
|
BOOL m_bShowTime;
|
||
|
long m_lStatus;
|
||
|
BOOL m_bFindStatus;
|
||
|
// Construction
|
||
|
public:
|
||
|
void SetParam(BOOL bShowTime,BOOL bFindStatus);
|
||
|
DLG_Find_SmsLog(CWnd* pParent = NULL); // standard constructor
|
||
|
|
||
|
// Dialog Data
|
||
|
//{{AFX_DATA(DLG_Find_SmsLog)
|
||
|
enum { IDD = IDD_FIND_SMSLOG };
|
||
|
CComboBox m_L_Status;
|
||
|
CString m_strMsg;
|
||
|
CString m_strRecvNum;
|
||
|
CString m_strSendNum;
|
||
|
int m_lStatus2;
|
||
|
COleDateTime m_TBegin;
|
||
|
COleDateTime m_TEnd;
|
||
|
COleDateTime m_TBegin2;
|
||
|
COleDateTime m_TEnd2;
|
||
|
//}}AFX_DATA
|
||
|
|
||
|
|
||
|
// Overrides
|
||
|
// ClassWizard generated virtual function overrides
|
||
|
//{{AFX_VIRTUAL(DLG_Find_SmsLog)
|
||
|
protected:
|
||
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
||
|
//}}AFX_VIRTUAL
|
||
|
|
||
|
// Implementation
|
||
|
protected:
|
||
|
|
||
|
// Generated message map functions
|
||
|
//{{AFX_MSG(DLG_Find_SmsLog)
|
||
|
virtual BOOL OnInitDialog();
|
||
|
virtual void OnOK();
|
||
|
//}}AFX_MSG
|
||
|
DECLARE_MESSAGE_MAP()
|
||
|
public:
|
||
|
// int m_TBegin2;
|
||
|
};
|
||
|
|
||
|
//{{AFX_INSERT_LOCATION}}
|
||
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
||
|
|
||
|
#endif // !defined(AFX_DLG_FIND_SMSLOG_H__C2A38B54_712A_4F35_854E_43F094C33A17__INCLUDED_)
|