jianyang.h

来自「在VC 6.0平台下」· C头文件 代码 · 共 58 行

H
58
字号
// Jianyang.h : main header file for the JIANYANG application
//

#if !defined(AFX_JIANYANG_H__538EB2B8_2F1A_4B17_9979_B2EE19556064__INCLUDED_)
#define AFX_JIANYANG_H__538EB2B8_2F1A_4B17_9979_B2EE19556064__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#ifndef __AFXWIN_H__
	#error include 'stdafx.h' before including this file for PCH
#endif

#include "resource.h"       // main symbols

extern	int     iExecutedTimes/*, iOpenGCodeLine, iWriteGCodeLine*/;
extern	double  m_dXPrePoint, m_dYPrePoint, m_dZPrePoint, m_dAPrePoint, m_dBPrePoint, m_dPreFeedrate,
			    m_dXNextPoint, m_dYNextPoint, m_dZNextPoint, m_dANextPoint, m_dBNextPoint, m_dNextFeedrate,
				m_dXPoint, m_dYPoint, m_dZPoint, m_dAPoint, m_dBPoint, m_dFeedrate,
				m_dXSpeed, m_dYSpeed, m_dZSpeed, m_dASpeed, m_dBSpeed,
				m_dXErrorSpeed, m_dYErrorSpeed, m_dZErrorSpeed, m_dAErrorSpeed, m_dBErrorSpeed,
				dTempData[10];

/////////////////////////////////////////////////////////////////////////////
// CJianyangApp:
// See Jianyang.cpp for the implementation of this class
//

class CJianyangApp : public CWinApp
{
public:
	CJianyangApp();

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CJianyangApp)
	public:
	virtual BOOL InitInstance();
	//}}AFX_VIRTUAL

// Implementation
	//{{AFX_MSG(CJianyangApp)
	afx_msg void OnAppAbout();
		// NOTE - the ClassWizard will add and remove member functions here.
		//    DO NOT EDIT what you see in these blocks of generated code !
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};


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

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

#endif // !defined(AFX_JIANYANG_H__538EB2B8_2F1A_4B17_9979_B2EE19556064__INCLUDED_)

⌨️ 快捷键说明

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