?? mainfrm.h
字號:
#ifndef __MAINFRM_H__
#define __MAINFRM_H__
#include "flatbar.h"
class CMainFrame : public CFrameWnd
{
public:
CMainFrame();
virtual ~CMainFrame();
protected:
DECLARE_DYNCREATE(CMainFrame)
//{{AFX_VIRTUAL(CMainFrame)
public:
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
//}}AFX_VIRTUAL
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
CStatusBar m_wndStatusBar;
CFlatToolBar m_wndToolBar;
//{{AFX_MSG(CMainFrame)
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg void OnAppAbout();
//}}AFX_MSG
afx_msg void OnHelp();
afx_msg LRESULT OnKickIdle(WPARAM, LPARAM);
DECLARE_MESSAGE_MAP()
};
#endif //__MAINFRM_H__
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -