#include <Dlg_ShutdownType.h>
Public Types | |
| enum | { IDD = IDD_SHUTDOWN_TYPE } |
Public Member Functions | |
| CDlg_ShutdownType (CWnd *pParent=NULL) | |
Public Attributes | |
| BOOL | m_bRemember |
| fsShutdownType | m_enType |
| CComboBox | m_wndShutdownType |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| virtual BOOL | OnInitDialog () |
| virtual void | OnOK () |
Definition at line 14 of file Dlg_ShutdownType.h.
| anonymous enum |
| CDlg_ShutdownType::CDlg_ShutdownType | ( | CWnd * | pParent = NULL |
) |
Definition at line 16 of file Dlg_ShutdownType.cpp.
References FALSE, m_bRemember, m_enType, and ST_SHUTDOWN.
| void CDlg_ShutdownType::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
| BOOL CDlg_ShutdownType::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 40 of file Dlg_ShutdownType.cpp.
References IDC_REMEMBER, L_CANCEL, L_DONTASKAGAIN, L_HIBERNATE, L_LOGOFF, L_RESTARTCOMP, L_SHUTDOWN, L_SHUTDOWNTYPE, L_STANDBY, LS, m_bRemember, m_enType, m_wndShutdownType, and TRUE.
| void CDlg_ShutdownType::OnOK | ( | ) | [protected, virtual] |
Definition at line 65 of file Dlg_ShutdownType.cpp.
References IDC_REMEMBER, m_bRemember, m_enType, and m_wndShutdownType.
Definition at line 19 of file Dlg_ShutdownType.h.
Referenced by CDlg_ShutdownType(), OnInitDialog(), OnOK(), and CMainFrame::OnTurnoffwhendone().
Definition at line 21 of file Dlg_ShutdownType.h.
Referenced by CDlg_ShutdownType(), OnInitDialog(), OnOK(), and CMainFrame::OnTurnoffwhendone().
| CComboBox CDlg_ShutdownType::m_wndShutdownType |
Definition at line 27 of file Dlg_ShutdownType.h.
Referenced by DoDataExchange(), OnInitDialog(), and OnOK().
1.5.6