#include <WizardSheet.h>
Public Member Functions | |
CWizardSheet (CWnd *pParentWnd=NULL, UINT iSelectPage=0) | |
virtual | ~CWizardSheet () |
virtual BOOL | OnChildNotify (UINT message, WPARAM wParam, LPARAM lParam, LRESULT *pLResult) |
virtual BOOL | OnInitDialog () |
afx_msg void | OnPaint () |
afx_msg BOOL | OnEraseBkgnd (CDC *pDC) |
afx_msg void | OnSize (UINT nType, int cx, int cy) |
afx_msg void | OnNcCalcSize (BOOL bCalcValidRects, NCCALCSIZE_PARAMS FAR *lpncsp) |
afx_msg UINT | OnNcHitTest (CPoint point) |
afx_msg BOOL | OnNcActivate (BOOL bActive) |
afx_msg void | OnNcPaint () |
afx_msg void | OnNcLButtonDown (UINT nHitTest, CPoint point) |
afx_msg void | OnNcLButtonUp (UINT nHitTest, CPoint point) |
afx_msg void | OnNcLButtonDblClk (UINT nHitTest, CPoint point) |
afx_msg void | OnNcMouseMove (UINT nHitTest, CPoint point) |
afx_msg LONG | OnSetText (WPARAM wParam, LPARAM lParam) |
Static Public Member Functions | |
static BOOL | RunWizard (CWnd *pParent=NULL) |
Public Attributes | |
CRect | m_rcPage |
CBitmap | m_bmHeader |
CSkinWindow * | m_pSkin |
|
Definition at line 105 of file WizardSheet.cpp. |
|
Definition at line 114 of file WizardSheet.cpp. |
|
Definition at line 167 of file WizardSheet.cpp. References CShareazaApp::m_gdiFont, NULL, and theApp. |
|
Definition at line 225 of file WizardSheet.cpp. |
|
Definition at line 121 of file WizardSheet.cpp. References IDB_WIZARD, IDR_MAINFRAME, IDS_WIZARD_EXIT, LoadString(), m_bmHeader, CShareazaApp::m_gdiFont, and theApp. |
|
Definition at line 272 of file WizardSheet.cpp. References m_pSkin, and CSkinWindow::OnNcActivate(). |
|
Definition at line 256 of file WizardSheet.cpp. References m_pSkin, and CSkinWindow::OnNcCalcSize(). |
|
Definition at line 264 of file WizardSheet.cpp. References m_pSkin, and CSkinWindow::OnNcHitTest(). |
|
Definition at line 309 of file WizardSheet.cpp. References m_pSkin, and CSkinWindow::OnNcLButtonDblClk(). |
|
Definition at line 297 of file WizardSheet.cpp. References m_pSkin, and CSkinWindow::OnNcLButtonDown(). |
|
Definition at line 303 of file WizardSheet.cpp. References m_pSkin, and CSkinWindow::OnNcLButtonUp(). |
|
Definition at line 315 of file WizardSheet.cpp. References m_pSkin, and CSkinWindow::OnNcMouseMove(). |
|
Definition at line 289 of file WizardSheet.cpp. References m_pSkin, and CSkinWindow::OnNcPaint(). |
|
Definition at line 230 of file WizardSheet.cpp. References m_bmHeader. |
|
Definition at line 321 of file WizardSheet.cpp. References m_pSkin, and CSkinWindow::OnSetText(). |
|
Definition at line 207 of file WizardSheet.cpp. References m_pSkin, m_rcPage, NULL, and CSkinWindow::OnSize(). |
|
Definition at line 67 of file WizardSheet.cpp. References CGProfile::GetLocation(), CGProfile::GetNick(), MyProfile, NULL, CSettings::Save(), and Settings. Referenced by CMainWnd::OnToolsWizard(). |
|
Definition at line 40 of file WizardSheet.h. Referenced by OnInitDialog(), and OnPaint(). |
|
Definition at line 41 of file WizardSheet.h. Referenced by CWizardSheet(), OnNcActivate(), OnNcCalcSize(), OnNcHitTest(), OnNcLButtonDblClk(), OnNcLButtonDown(), OnNcLButtonUp(), OnNcMouseMove(), OnNcPaint(), OnSetText(), and OnSize(). |
|
Definition at line 39 of file WizardSheet.h. Referenced by CWizardPage::OnSize(), and OnSize(). |