vpoptions.h

来自「本站以C语言和Java语言、嵌入式开发、算法实现为主」· C头文件 代码 · 共 69 行

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

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// VpOptions.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CVpOptions form view

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

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

// Form Data
public:
	//{{AFX_DATA(CVpOptions)
	enum { IDD = IDD_OPTIONS_DIALOG };
	float	m_y;
	float	m_z;
	float	m_x;
	CString	m_ID;
	//}}AFX_DATA

// Attributes
public:

// Operations
public:

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

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

	// Generated message map functions
	//{{AFX_MSG(CVpOptions)
	afx_msg void OnKillfocusEditY2();
	afx_msg void OnKillfocusEditZ2();
	afx_msg void OnKillfocusEdit1X2();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_VPOPTIONS_H__E53B88AF_D3F7_4B31_A98A_EC2760C7354E__INCLUDED_)

⌨️ 快捷键说明

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