📄 rightview.h
字号:
#if !defined(AFX_RIGHTVIEW_H__FAF84A7C_BEF0_4DFD_A68B_B93C6E12D9B1__INCLUDED_)
#define AFX_RIGHTVIEW_H__FAF84A7C_BEF0_4DFD_A68B_B93C6E12D9B1__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// RightView.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// RightView form view
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
#include "Resource.h"
#include "TreeView.h"
class RightView : public CFormView
{
protected:
RightView(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(RightView)
// Form Data
public:
//{{AFX_DATA(RightView)
enum { IDD = IDD_RIGHTVIEW };
CButton m_symbol;
//}}AFX_DATA
// Attributes
public:
TreeView *treeview;
// Operations
public:
void AdjustSize();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(RightView)
public:
virtual void OnInitialUpdate();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~RightView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(RightView)
afx_msg void OnSize(UINT nType, int cx, int cy);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_RIGHTVIEW_H__FAF84A7C_BEF0_4DFD_A68B_B93C6E12D9B1__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -