📄 formcommandview.h
字号:
#if !defined(AFX_FORMCOMMANDVIEW_H__520ADEA9_1C8A_446D_9830_7EBC112F8F18__INCLUDED_)
#define AFX_FORMCOMMANDVIEW_H__520ADEA9_1C8A_446D_9830_7EBC112F8F18__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// FormCommandView.h : header file
//
#include "Page1.h"
#include "Page2.h"
/////////////////////////////////////////////////////////////////////////////
// CFormCommandView form view
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
class CFormCommandView : public CFormView
{
protected:
CFormCommandView(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CFormCommandView)
// Form Data
public:
//{{AFX_DATA(CFormCommandView)
enum { IDD = IDD_FORMVIEW };
CTabCtrl m_tab;
//}}AFX_DATA
// Attributes
public:
CMySDOpenGLDoc* GetDocument();
// Operations
public:
CPage1 m_page1;
CPage2 m_page2;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFormCommandView)
public:
virtual void OnInitialUpdate();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CFormCommandView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CFormCommandView)
afx_msg void OnSelchangeTab1(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnButton1();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//#ifndef _DEBUG // debug version in MySDOpenGLView.cpp
//inline CMySDOpenGLDoc* CMySDOpenGLView::GetDocument()
// { return (CMySDOpenGLDoc*)m_pDocument; }
//#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FORMCOMMANDVIEW_H__520ADEA9_1C8A_446D_9830_7EBC112F8F18__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -