#include <DlgAbout.h>
Inheritance diagram for CAboutDlg:
Public Types | |
enum | { IDD = IDD_ABOUT } |
Public Member Functions | |
CAboutDlg (CWnd *pParent=NULL) | |
Public Attributes | |
CStatic | m_wndWeb |
CStatic | m_wndTitle |
COLORREF | m_crWhite |
CBrush | m_brWhite |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |
afx_msg void | OnPaint () |
afx_msg HBRUSH | OnCtlColor (CDC *pDC, CWnd *pWnd, UINT nCtlColor) |
afx_msg BOOL | OnSetCursor (CWnd *pWnd, UINT nHitTest, UINT message) |
afx_msg void | OnLButtonDown (UINT nFlags, CPoint point) |
afx_msg void | OnRButtonDown (UINT nFlags, CPoint point) |
afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
|
Definition at line 39 of file DlgAbout.h. |
|
Definition at line 48 of file DlgAbout.cpp. |
|
Reimplemented from CSkinDialog. Definition at line 54 of file DlgAbout.cpp. References CSkinDialog::DoDataExchange(), IDC_TITLE, IDC_WEB, m_wndTitle, and m_wndWeb. |
|
Reimplemented from CSkinDialog. Definition at line 168 of file DlgAbout.cpp. |
|
Reimplemented from CSkinDialog. Definition at line 102 of file DlgAbout.cpp. References m_brWhite, m_crWhite, CShareazaApp::m_gdiFontBold, CShareazaApp::m_gdiFontLine, m_wndTitle, m_wndWeb, CSkinDialog::OnCtlColor(), and theApp. |
|
Reimplemented from CSkinDialog. Definition at line 66 of file DlgAbout.cpp. References CCoolInterface::GetDialogBkColor(), IDR_MAINFRAME, m_brWhite, m_crWhite, CShareazaApp::m_sVersion, m_wndTitle, CSkinDialog::OnInitDialog(), CSkinDialog::SkinMe(), and theApp. |
|
Definition at line 138 of file DlgAbout.cpp. References CShareazaApp::m_sVersion, m_wndWeb, NULL, and theApp. |
|
Definition at line 89 of file DlgAbout.cpp. References m_crWhite. |
|
Definition at line 154 of file DlgAbout.cpp. |
|
Definition at line 121 of file DlgAbout.cpp. |
|
Definition at line 45 of file DlgAbout.h. Referenced by OnCtlColor(), and OnInitDialog(). |
|
Definition at line 44 of file DlgAbout.h. Referenced by OnCtlColor(), OnInitDialog(), and OnPaint(). |
|
Definition at line 41 of file DlgAbout.h. Referenced by DoDataExchange(), OnCtlColor(), and OnInitDialog(). |
|
Definition at line 40 of file DlgAbout.h. Referenced by DoDataExchange(), OnCtlColor(), OnLButtonDown(), OnRButtonDown(), and OnSetCursor(). |