📄 routemanager.h
字号:
// RouteManager.h: interface for the CRouteManager class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_RouteManager_H__F9C28949_2C41_47AD_9BAB_E2516CEEC6E0__INCLUDED_)
#define AFX_RouteManager_H__F9C28949_2C41_47AD_9BAB_E2516CEEC6E0__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CRouteManager : public CBCGPDockingControlBar
{
// Construction
public:
CRouteManager();
// Attributes
protected:
CTreeCtrl m_wndResourceView;
CImageList m_ResourceViewImages;
protected:
void FillResourceView ();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CRouteManager)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CRouteManager();
// Generated message map functions
protected:
//{{AFX_MSG(CRouteManager)
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg void OnSize(UINT nType, int cx, int cy);
afx_msg void OnContextMenu(CWnd* pWnd, CPoint point);
afx_msg void On_add_address();
afx_msg void OnClickTree1(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnPaint();
afx_msg void OnDestroy();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#endif // !defined(AFX_RouteManager_H__F9C28949_2C41_47AD_9BAB_E2516CEEC6E0__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -