GME
13
|
00001 #if !defined(AFX_MAINDLGBAR_H__2EB06306_4310_11D4_9243_00104B98EAD9__INCLUDED_) 00002 #define AFX_MAINDLGBAR_H__2EB06306_4310_11D4_9243_00104B98EAD9__INCLUDED_ 00003 00004 #if _MSC_VER > 1000 00005 #pragma once 00006 #endif // _MSC_VER > 1000 00007 // MainDlgBar.h : header file 00008 // 00009 00011 // CMainDlgBar dialog 00012 00013 class CMainDlgBar : public CDialog 00014 { 00015 // Construction 00016 public: 00017 CMainDlgBar(CWnd* pParent = NULL); // standard constructor 00018 00019 // Dialog Data 00020 //{{AFX_DATA(CMainDlgBar) 00021 enum { IDD = IDR_MAINFRAME }; 00022 CComboBox zoomBox; 00023 //}}AFX_DATA 00024 00025 00026 // Overrides 00027 // ClassWizard generated virtual function overrides 00028 //{{AFX_VIRTUAL(CMainDlgBar) 00029 protected: 00030 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support 00031 //}}AFX_VIRTUAL 00032 00033 // Implementation 00034 protected: 00035 00036 // Generated message map functions 00037 //{{AFX_MSG(CMainDlgBar) 00038 afx_msg void OnSelchangeZoombox(); 00039 afx_msg void OnKillfocusZoombox(); 00040 virtual BOOL OnInitDialog(); 00041 //}}AFX_MSG 00042 DECLARE_MESSAGE_MAP() 00043 }; 00044 00045 //{{AFX_INSERT_LOCATION}} 00046 // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 00047 00048 #endif // !defined(AFX_MAINDLGBAR_H__2EB06306_4310_11D4_9243_00104B98EAD9__INCLUDED_)