button5.h
来自「机械手IPC控制器伺服运动程序」· C头文件 代码 · 共 61 行
H
61 行
#if !defined(AFX_BUTTON5_H__5B1A0D4E_B4B4_4A03_965C_9BF8A372D7C1__INCLUDED_)
#define AFX_BUTTON5_H__5B1A0D4E_B4B4_4A03_965C_9BF8A372D7C1__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Button5.h : header file
//
#include "SystemInfo.h"
/////////////////////////////////////////////////////////////////////////////
// CButton5 window
class CButton5 : public CButton
{
// Construction
public:
CButton5();
// CSystemParam(CWnd* pParent = NULL); // standard constructor
// Attributes
public:
// double msafepos;
// Operations
public:
CSystemInfo si;
// int mxminlit,mxmaxlit;
// int mzminlit,mzmaxlit;
// int msyminlit,msymaxlit;
// int sxminlit,sxmaxlit;
// int szminlit,szmaxlit;
// int mzsafflg,szsafflg;
// int msytakflg,msyplcflg;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CButton5)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CButton5();
// Generated message map functions
protected:
//{{AFX_MSG(CButton5)
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BUTTON5_H__5B1A0D4E_B4B4_4A03_965C_9BF8A372D7C1__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?