55 lines
1.4 KiB
C
55 lines
1.4 KiB
C
|
#if !defined(AFX_DLG_FIND_SMSBOX_H__2379E008_D344_46AC_96B8_175D25206A5A__INCLUDED_)
|
||
|
#define AFX_DLG_FIND_SMSBOX_H__2379E008_D344_46AC_96B8_175D25206A5A__INCLUDED_
|
||
|
|
||
|
#if _MSC_VER > 1000
|
||
|
#pragma once
|
||
|
#endif // _MSC_VER > 1000
|
||
|
// DLG_Find_SmsBox.h : header file
|
||
|
//
|
||
|
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
// DLG_Find_SmsBox dialog
|
||
|
|
||
|
class DLG_Find_SmsBox : public CDialog
|
||
|
{
|
||
|
public:
|
||
|
BOOL m_bShowTime;
|
||
|
long m_lType; //0-sms,1-mms,2-fax
|
||
|
// Construction
|
||
|
public:
|
||
|
void SetType( long lType );
|
||
|
void SetParam(BOOL bShowTime);
|
||
|
DLG_Find_SmsBox(CWnd* pParent=NULL); // standard constructor
|
||
|
|
||
|
// Dialog Data
|
||
|
//{{AFX_DATA(DLG_Find_SmsBox)
|
||
|
enum { IDD = IDD_FIND_SMSBOX };
|
||
|
COleDateTime m_TBegin;
|
||
|
COleDateTime m_TEnd;
|
||
|
CString m_strMsg;
|
||
|
//}}AFX_DATA
|
||
|
|
||
|
|
||
|
// Overrides
|
||
|
// ClassWizard generated virtual function overrides
|
||
|
//{{AFX_VIRTUAL(DLG_Find_SmsBox)
|
||
|
protected:
|
||
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
||
|
//}}AFX_VIRTUAL
|
||
|
|
||
|
// Implementation
|
||
|
protected:
|
||
|
|
||
|
// Generated message map functions
|
||
|
//{{AFX_MSG(DLG_Find_SmsBox)
|
||
|
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_SMSBOX_H__2379E008_D344_46AC_96B8_175D25206A5A__INCLUDED_)
|