#include <DlgT1ToT2.h>
Public Types | |
| enum | { IDD = IDD_T1TOT2 } |
Public Member Functions | |
| CDlgT1ToT2 (CWnd *pParent=NULL) | |
Public Attributes | |
| FILETIME | m_t2 |
| FILETIME | m_t1 |
| CDateTimeCtrl | m_wndTo |
| CDateTimeCtrl | m_wndFrom |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| void | ApplyLanguage () |
| virtual BOOL | OnInitDialog () |
| virtual void | OnOK () |
Definition at line 13 of file DlgT1ToT2.h.
| anonymous enum |
| CDlgT1ToT2::CDlgT1ToT2 | ( | CWnd * | pParent = NULL |
) |
Definition at line 16 of file DlgT1ToT2.cpp.
| void CDlgT1ToT2::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
| void CDlgT1ToT2::ApplyLanguage | ( | ) | [protected] |
Definition at line 78 of file DlgT1ToT2.cpp.
References _LngMgr, fsMFCLangMgr::ApplyLanguage(), IDC__FROM, IDC__TO, L_CANCEL, L_CHOOSETIMERANGE, L_DLGFROM, and L_DLGTO.
Referenced by OnInitDialog().
| BOOL CDlgT1ToT2::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 38 of file DlgT1ToT2.cpp.
References ApplyLanguage(), _FILETIME::dwHighDateTime, m_t1, m_t2, m_wndFrom, m_wndTo, and TRUE.
| void CDlgT1ToT2::OnOK | ( | ) | [protected, virtual] |
Definition at line 17 of file DlgT1ToT2.h.
Referenced by CDownloads_Groups::CustomizeHistoryFilter(), OnInitDialog(), OnOK(), and CDlgFindAdvanced::SetTime().
Definition at line 18 of file DlgT1ToT2.h.
Referenced by CDownloads_Groups::CustomizeHistoryFilter(), OnInitDialog(), OnOK(), and CDlgFindAdvanced::SetTime().
| CDateTimeCtrl CDlgT1ToT2::m_wndTo |
Definition at line 23 of file DlgT1ToT2.h.
Referenced by DoDataExchange(), OnInitDialog(), and OnOK().
| CDateTimeCtrl CDlgT1ToT2::m_wndFrom |
Definition at line 24 of file DlgT1ToT2.h.
Referenced by DoDataExchange(), OnInitDialog(), and OnOK().
1.5.6