#include <Prg_GeneralPage_FWDlg.h>
Public Types | |
| enum | { IDD = IDD_PRG_GENERAL_FW } |
Public Member Functions | |
| CPrg_GeneralPage_FWDlg (CWnd *pParent=NULL) | |
Public Attributes | |
| BOOL | m_bHideInFs |
| BYTE | m_InfoWndTrancparency |
| BYTE | m_DropBoxTrancparency |
| BOOL | m_bInfoWnd |
| BOOL | m_bDropBox |
| CSliderCtrl | m_wndBlend2 |
| CSliderCtrl | m_wndBlend1 |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| void | UpdateBlendsVals () |
| void | UpdateEnabled () |
| void | ApplyLanguage () |
| virtual BOOL | OnInitDialog () |
| virtual void | OnOK () |
| afx_msg void | OnDropbox () |
| afx_msg void | OnDlinfo () |
| afx_msg void | OnCustomdrawTrancparency1 (NMHDR *pNMHDR, LRESULT *pResult) |
| afx_msg void | OnCustomdrawTrancparency2 (NMHDR *pNMHDR, LRESULT *pResult) |
| virtual void | OnCancel () |
Protected Attributes | |
| BYTE | m_blend1 |
| BYTE | m_blend2 |
Definition at line 13 of file Prg_GeneralPage_FWDlg.h.
| anonymous enum |
| CPrg_GeneralPage_FWDlg::CPrg_GeneralPage_FWDlg | ( | CWnd * | pParent = NULL |
) |
Definition at line 17 of file Prg_GeneralPage_FWDlg.cpp.
| void CPrg_GeneralPage_FWDlg::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 25 of file Prg_GeneralPage_FWDlg.cpp.
References IDC_TRANCPARENCY1, IDC_TRANCPARENCY2, m_wndBlend1, and m_wndBlend2.
| void CPrg_GeneralPage_FWDlg::UpdateBlendsVals | ( | ) | [protected] |
Definition at line 126 of file Prg_GeneralPage_FWDlg.cpp.
References IDC__TRANCPARENCY1_VAL, IDC__TRANCPARENCY2_VAL, m_wndBlend1, and m_wndBlend2.
Referenced by OnCustomdrawTrancparency1(), OnCustomdrawTrancparency2(), and OnInitDialog().
| void CPrg_GeneralPage_FWDlg::UpdateEnabled | ( | ) | [protected] |
Definition at line 97 of file Prg_GeneralPage_FWDlg.cpp.
References b, b1, BOOL, fsSysGetOsMajorVersion(), IDC__TRANCPARENCY1, IDC__TRANCPARENCY1_VAL, IDC__TRANCPARENCY2, IDC__TRANCPARENCY2_VAL, IDC_DLINFO, IDC_DROPBOX, IDC_HIDEFWWFS, IDC_TRANCPARENCY1, and IDC_TRANCPARENCY2.
Referenced by OnDlinfo(), OnDropbox(), and OnInitDialog().
| void CPrg_GeneralPage_FWDlg::ApplyLanguage | ( | ) | [protected] |
Definition at line 83 of file Prg_GeneralPage_FWDlg.cpp.
References _LngMgr, fsMFCLangMgr::ApplyLanguage(), IDC__TRANCPARENCY1, IDC__TRANCPARENCY2, IDC_DLINFO, IDC_DROPBOX, IDC_HIDEFWWFS, L_ADJUST_FW, L_CANCEL, L_DROPBOX, L_FLTWNDSHIDEINFSMODE, L_SHOWDLDSINFOWHILEDOWNLOADING, L_TRANCPARENCY, and TRUE.
Referenced by OnInitDialog().
| BOOL CPrg_GeneralPage_FWDlg::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 43 of file Prg_GeneralPage_FWDlg.cpp.
References ApplyLanguage(), IDC_HIDEFWWFS, m_bDropBox, m_bHideInFs, m_bInfoWnd, m_blend1, m_blend2, m_DropBoxTrancparency, m_InfoWndTrancparency, m_wndBlend1, m_wndBlend2, TRUE, UpdateBlendsVals(), and UpdateEnabled().
| void CPrg_GeneralPage_FWDlg::OnOK | ( | ) | [protected, virtual] |
Definition at line 68 of file Prg_GeneralPage_FWDlg.cpp.
References IDC_DLINFO, IDC_DROPBOX, IDC_HIDEFWWFS, m_bDropBox, m_bHideInFs, m_bInfoWnd, m_DropBoxTrancparency, m_InfoWndTrancparency, m_wndBlend1, and m_wndBlend2.
| void CPrg_GeneralPage_FWDlg::OnDropbox | ( | ) | [protected] |
| void CPrg_GeneralPage_FWDlg::OnDlinfo | ( | ) | [protected] |
| void CPrg_GeneralPage_FWDlg::OnCustomdrawTrancparency1 | ( | NMHDR * | pNMHDR, | |
| LRESULT * | pResult | |||
| ) | [protected] |
Definition at line 139 of file Prg_GeneralPage_FWDlg.cpp.
References CMainFrame::m_pFloatWndsThread, m_wndBlend1, CFloatingWndsThread::m_wndFloating, CFloatingWnd::SetBlend(), and UpdateBlendsVals().
| void CPrg_GeneralPage_FWDlg::OnCustomdrawTrancparency2 | ( | NMHDR * | pNMHDR, | |
| LRESULT * | pResult | |||
| ) | [protected] |
Definition at line 149 of file Prg_GeneralPage_FWDlg.cpp.
References CMainFrame::m_pFloatWndsThread, m_wndBlend2, CFloatingWndsThread::m_wndFloatingInfo, CFloatingInfoWnd::SetBlend(), and UpdateBlendsVals().
| void CPrg_GeneralPage_FWDlg::OnCancel | ( | ) | [protected, virtual] |
Definition at line 159 of file Prg_GeneralPage_FWDlg.cpp.
References m_blend1, m_blend2, CMainFrame::m_pFloatWndsThread, CFloatingWndsThread::m_wndFloating, CFloatingWndsThread::m_wndFloatingInfo, CFloatingInfoWnd::SetBlend(), and CFloatingWnd::SetBlend().
Definition at line 17 of file Prg_GeneralPage_FWDlg.h.
Referenced by CPrg_GeneralPage::OnApply(), OnInitDialog(), CPrg_GeneralPage::OnInitDialog(), and OnOK().
Definition at line 18 of file Prg_GeneralPage_FWDlg.h.
Referenced by CPrg_GeneralPage::OnApply(), OnInitDialog(), CPrg_GeneralPage::OnInitDialog(), and OnOK().
Definition at line 19 of file Prg_GeneralPage_FWDlg.h.
Referenced by CPrg_GeneralPage::OnApply(), OnInitDialog(), CPrg_GeneralPage::OnInitDialog(), and OnOK().
Definition at line 20 of file Prg_GeneralPage_FWDlg.h.
Referenced by CPrg_GeneralPage::OnApply(), OnInitDialog(), CPrg_GeneralPage::OnInitDialog(), and OnOK().
Definition at line 21 of file Prg_GeneralPage_FWDlg.h.
Referenced by CPrg_GeneralPage::OnApply(), OnInitDialog(), CPrg_GeneralPage::OnInitDialog(), and OnOK().
| CSliderCtrl CPrg_GeneralPage_FWDlg::m_wndBlend2 |
Definition at line 26 of file Prg_GeneralPage_FWDlg.h.
Referenced by DoDataExchange(), OnCustomdrawTrancparency2(), OnInitDialog(), OnOK(), and UpdateBlendsVals().
| CSliderCtrl CPrg_GeneralPage_FWDlg::m_wndBlend1 |
Definition at line 27 of file Prg_GeneralPage_FWDlg.h.
Referenced by DoDataExchange(), OnCustomdrawTrancparency1(), OnInitDialog(), OnOK(), and UpdateBlendsVals().
BYTE CPrg_GeneralPage_FWDlg::m_blend1 [protected] |
Definition at line 36 of file Prg_GeneralPage_FWDlg.h.
Referenced by OnCancel(), and OnInitDialog().
BYTE CPrg_GeneralPage_FWDlg::m_blend2 [protected] |
Definition at line 36 of file Prg_GeneralPage_FWDlg.h.
Referenced by OnCancel(), and OnInitDialog().
1.5.6