#include <Prg_SkinsPage.h>
Public Types | |
| enum | { IDD = IDD_PRG_SKINS } |
Public Member Functions | |
| CPrg_SkinsPage () | |
| ~CPrg_SkinsPage () | |
| virtual BOOL | OnApply () |
Public Attributes | |
| CComboBox | m_wndSkins |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| void | ApplyLanguage () |
| virtual BOOL | OnInitDialog () |
| afx_msg BOOL | OnHelpInfo (HELPINFO *pHelpInfo) |
Definition at line 13 of file Prg_SkinsPage.h.
| anonymous enum |
| CPrg_SkinsPage::CPrg_SkinsPage | ( | ) |
| CPrg_SkinsPage::~CPrg_SkinsPage | ( | ) |
Definition at line 24 of file Prg_SkinsPage.cpp.
| BOOL CPrg_SkinsPage::OnApply | ( | ) | [virtual] |
Definition at line 77 of file Prg_SkinsPage.cpp.
References _App, IDC_ALLOWBITMAPS, IDC_ALLOWICONS, L_NEWSTYLE, L_OLDSTYLE, LS, m_wndSkins, fsAppSettings::Skin_Current(), fsAppSettings::Skin_Flags(), SM_ALLOWBITMAPS, and SM_ALLOWICONS.
| void CPrg_SkinsPage::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
| void CPrg_SkinsPage::ApplyLanguage | ( | ) | [protected] |
Definition at line 65 of file Prg_SkinsPage.cpp.
References _LngMgr, fsMFCLangMgr::ApplyLanguage(), IDC__AFTERRESTART, IDC__SKIN, IDC_ALLOWBITMAPS, IDC_ALLOWICONS, L_AFTERRESTART, L_SKIN, L_SKIN_ALLOWBITMAPS, and L_SKIN_ALLOWICONS.
Referenced by OnInitDialog().
| BOOL CPrg_SkinsPage::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 42 of file Prg_SkinsPage.cpp.
References _App, _SkinMgr, ApplyLanguage(), vmsSkinMgr::get_Count(), vmsSkinMgr::get_Current(), vmsSkinMgr::get_Skin(), IDC_ALLOWBITMAPS, IDC_ALLOWICONS, L_NEWSTYLE, L_OLDSTYLE, LS, m_wndSkins, fsAppSettings::Skin_Flags(), SM_ALLOWBITMAPS, SM_ALLOWICONS, vmsSkinInfo::strName, and TRUE.
| BOOL CPrg_SkinsPage::OnHelpInfo | ( | HELPINFO * | pHelpInfo | ) | [protected] |
| CComboBox CPrg_SkinsPage::m_wndSkins |
Definition at line 23 of file Prg_SkinsPage.h.
Referenced by DoDataExchange(), OnApply(), and OnInitDialog().
1.5.6