GME
13
|
#include <MainDlgBar.h>
Public Types | |
enum | { IDD = IDR_MAINFRAME } |
Public Member Functions | |
CMainDlgBar (CWnd *pParent=NULL) | |
Public Attributes | |
CComboBox | zoomBox |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
afx_msg void | OnSelchangeZoombox () |
afx_msg void | OnKillfocusZoombox () |
virtual BOOL | OnInitDialog () |
Definition at line 13 of file MainDlgBar.h.
anonymous enum |
Definition at line 21 of file MainDlgBar.h.
CMainDlgBar::CMainDlgBar | ( | CWnd * | pParent = NULL | ) |
virtual void CMainDlgBar::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
virtual BOOL CMainDlgBar::OnInitDialog | ( | ) | [protected, virtual] |
afx_msg void CMainDlgBar::OnKillfocusZoombox | ( | ) | [protected] |
afx_msg void CMainDlgBar::OnSelchangeZoombox | ( | ) | [protected] |
CComboBox CMainDlgBar::zoomBox |
Definition at line 22 of file MainDlgBar.h.