55 lines
1.3 KiB
C++
55 lines
1.3 KiB
C++
#if !defined(AFX_DLG_FIND_UBOXLOG_H__30708E26_80FF_4375_ADDC_3788DEF645A2__INCLUDED_)
|
|
#define AFX_DLG_FIND_UBOXLOG_H__30708E26_80FF_4375_ADDC_3788DEF645A2__INCLUDED_
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
// DLG_Find_UBoxLog.h : header file
|
|
//
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// DLG_Find_UBoxLog dialog
|
|
|
|
class DLG_Find_UBoxLog : public CDialog
|
|
{
|
|
public:
|
|
BOOL m_bShowTime;
|
|
// Construction
|
|
public:
|
|
void SetParam(BOOL bShowTime);
|
|
DLG_Find_UBoxLog(CWnd* pParent = NULL); // standard constructor
|
|
|
|
// Dialog Data
|
|
//{{AFX_DATA(DLG_Find_UBoxLog)
|
|
enum { IDD = IDD_FIND_UBOXLOG };
|
|
int m_lStatus;
|
|
CString m_strYWYMobile;
|
|
CString m_strCallNum;
|
|
COleDateTime m_tBegin;
|
|
COleDateTime m_tEnd;
|
|
//}}AFX_DATA
|
|
|
|
|
|
// Overrides
|
|
// ClassWizard generated virtual function overrides
|
|
//{{AFX_VIRTUAL(DLG_Find_UBoxLog)
|
|
protected:
|
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
|
//}}AFX_VIRTUAL
|
|
|
|
// Implementation
|
|
protected:
|
|
|
|
// Generated message map functions
|
|
//{{AFX_MSG(DLG_Find_UBoxLog)
|
|
virtual void OnOK();
|
|
virtual BOOL OnInitDialog();
|
|
//}}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_UBOXLOG_H__30708E26_80FF_4375_ADDC_3788DEF645A2__INCLUDED_)
|