#include <EnterKeyDlg.h>
Public Types | |
| enum | { IDD = IDD_ENTERKEY } |
Public Member Functions | |
| CEnterKeyDlg (CWnd *pParent=NULL) | |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| void | PrepareCHMgr (CPoint point) |
| BOOL | RegisterKey (LPCSTR pszKey) |
| void | ApplyLanguage () |
| afx_msg void | OnGetkey () |
| virtual BOOL | OnInitDialog () |
| afx_msg void | OnContextMenu (CWnd *pWnd, CPoint point) |
| afx_msg void | OnWhatisthis () |
| virtual void | OnOK () |
| afx_msg BOOL | OnHelpInfo (HELPINFO *pHelpInfo) |
Definition at line 13 of file EnterKeyDlg.h.
| anonymous enum |
| CEnterKeyDlg::CEnterKeyDlg | ( | CWnd * | pParent = NULL |
) |
Definition at line 17 of file EnterKeyDlg.cpp.
| void CEnterKeyDlg::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 25 of file EnterKeyDlg.cpp.
| void CEnterKeyDlg::PrepareCHMgr | ( | CPoint | point | ) | [protected] |
Definition at line 131 of file EnterKeyDlg.cpp.
References _CHMgr, IDC__KEY, IDC_KEY, L_CLICKAFTER, L_DONTREGISTER, L_SPECKEY, LS, and fsContextHelpMgr::PrepareContextMenu().
Referenced by OnContextMenu(), and OnHelpInfo().
| BOOL CEnterKeyDlg::RegisterKey | ( | LPCSTR | pszKey | ) | [protected] |
| void CEnterKeyDlg::ApplyLanguage | ( | ) | [protected] |
Definition at line 67 of file EnterKeyDlg.cpp.
References _LngMgr, fsMFCLangMgr::ApplyLanguage(), IDC__KEY, IDC__KEYNOTE, IDC_GETKEY, L_CANCEL, L_GETKEY, L_KEY, L_KEYNOTE, and L_REGISTRATION.
Referenced by OnInitDialog().
| void CEnterKeyDlg::OnGetkey | ( | ) | [protected] |
| BOOL CEnterKeyDlg::OnInitDialog | ( | ) | [protected, virtual] |
| void CEnterKeyDlg::OnContextMenu | ( | CWnd * | pWnd, | |
| CPoint | point | |||
| ) | [protected] |
Definition at line 56 of file EnterKeyDlg.cpp.
References _CHMgr, PrepareCHMgr(), and fsContextHelpMgr::ShowMenu().
| void CEnterKeyDlg::OnWhatisthis | ( | ) | [protected] |
| void CEnterKeyDlg::OnOK | ( | ) | [protected, virtual] |
Definition at line 100 of file EnterKeyDlg.cpp.
References FALSE, IDC_KEY, L_ERR, L_FAILEDTOREG, L_SUCCESS, L_THANKSFORREG, LS, and RegisterKey().
| BOOL CEnterKeyDlg::OnHelpInfo | ( | HELPINFO * | pHelpInfo | ) | [protected] |
Definition at line 114 of file EnterKeyDlg.cpp.
References _CHMgr, FALSE, NULL, fsContextHelpMgr::OnWT(), PrepareCHMgr(), and TRUE.
1.5.6