toolspanel.h

来自「这是关于飞机生存力计算软件」· C头文件 代码 · 共 69 行

H
69
字号
#if !defined(AFX_TOOLSPANEL_H__86F6D3D9_A48E_11D2_ABDB_444553540000__INCLUDED_)
#define AFX_TOOLSPANEL_H__86F6D3D9_A48E_11D2_ABDB_444553540000__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// ToolsPanel.h : header file
//
#include "TabTools.h"

/////////////////////////////////////////////////////////////////////////////
// CToolsPanel form view

#ifndef __AFXEXT_H__
#include <afxext.h>
#endif

class CToolsPanel : public CFormView
{
protected:
	CToolsPanel();           // protected constructor used by dynamic creation
	DECLARE_DYNCREATE(CToolsPanel)

// Form Data
public:
	//{{AFX_DATA(CToolsPanel)
	enum { IDD = IDD_FORMVIEW };
	BOOL	m_bLockBar;
	//}}AFX_DATA

// Attributes
public:

// Operations
public:
	CTabTools * m_pTabTools;

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CToolsPanel)
	public:
	virtual void OnInitialUpdate();
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	virtual ~CToolsPanel();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

	// Generated message map functions
	//{{AFX_MSG(CToolsPanel)
	afx_msg void OnLockbar();
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_TOOLSPANEL_H__86F6D3D9_A48E_11D2_ABDB_444553540000__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?