📄 mainfrm.h
字号:
// MainFrm.h : interface of the CMainFrame class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_MAINFRM_H__C0E8F05A_2DCB_11D5_A619_0040054B7F84__INCLUDED_)
#define AFX_MAINFRM_H__C0E8F05A_2DCB_11D5_A619_0040054B7F84__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "Demo_WorkspaceBar.h"
#include "Demo_OutputBar.h"
class CMainFrame : public CCJFrameWnd//CFrameWnd
{
protected: // create from serialization only
CMainFrame();
DECLARE_DYNCREATE(CMainFrame)
// Attributes
public:
CDemo_WorkspaceBar m_wndWorkspaceBar;
CDemo_OutputBar m_wndOutputBar;
private:
BOOL m_bFlat;
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMainFrame)
public:
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
virtual BOOL PreTranslateMessage(MSG* pMsg);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CMainFrame();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected: // control bar embedded members
CCJStatusBar m_wndStatusBar;
CCJToolBar m_wndToolBar;
CCJToolBar m_wndDebugBar;
// Generated message map functions
protected:
//{{AFX_MSG(CMainFrame)
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg void OnViewWorkspaceBar();
afx_msg void OnUpdateViewWorkspaceBar(CCmdUI* pCmdUI);
afx_msg void OnViewOutputBar();
afx_msg void OnUpdateViewOutputBar(CCmdUI* pCmdUI);
afx_msg void OnToggleflat();
afx_msg void OnUpdateToggleflat(CCmdUI* pCmdUI);
afx_msg void OnViewDebugBar();
afx_msg void OnUpdateViewDebugBar(CCmdUI* pCmdUI);
//}}AFX_MSG
afx_msg void OnUpdateIndicatorSdbms(CCmdUI* pCmdUI);
afx_msg void OnUpdateIndicatorPosition(CCmdUI* pCmdUI);
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MAINFRM_H__C0E8F05A_2DCB_11D5_A619_0040054B7F84__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -