📄 monitoripl.h
字号:
#if !defined(AFX_MONITORIPL_H__1D524229_18A8_4CDB_A3A7_3055939DDA0C__INCLUDED_)
#define AFX_MONITORIPL_H__1D524229_18A8_4CDB_A3A7_3055939DDA0C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MonitorIPL.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CMonitorIPL dialog
class CMonitorIPL : public CPropertyPage
{
DECLARE_DYNCREATE(CMonitorIPL)
// Construction
public:
void GoHome();
void EmergencyStop();
void SpeedDownStop();
//void UpdateCurveRect(CRect m_CurveRect);
void UpdateCV (int Value);
void UpdateCA (int Value);
void UpdateACC(int Value);
void UpdateIDRV(int Value);
void UpdateDRV(int Value);
void UpdateCNEXT(int Value);
void UpdateCiplSegNo(int Value);
void UpdateZONE(int Value);
void UpdateBPSC(int Value);
void UpdateWR5 (int Value);
char AxisNoToAxisChar (int AxisNo);
CMonitorIPL();
~CMonitorIPL();
// Dialog Data
//{{AFX_DATA(CMonitorIPL)
enum { IDD = IDD_MONITOR_IPL_DLG };
// NOTE - ClassWizard will add data members here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CMonitorIPL)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CMonitorIPL)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg void OnDeltaposSpinXRange(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnDeltaposSpinYRange(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnCloseupComboXSel();
afx_msg void OnCloseupComboYSel();
afx_msg void OnDeltaposSpinXyScale(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnClrData();
afx_msg void OnButtonOrigin();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
public:
int m_Axis[4];
int m_AxisRunIpl;
int m_Axis4_En;
private:
int m_ASND ;
int m_CNST ;
int m_DSND ;
int m_AASND ;
int m_ACNST ;
int m_ADSND ;
CString m_strACC;
int m_IDRV;
int m_CNEXT;
int m_CIPL_SEGNO;
int m_ZONE;
int m_BPSC;
int m_AxisChar[4];
int m_DRV[4];
int m_LSPD;
int m_X0;
int m_Y0;
int m_XMin;
int m_XMax;
int m_YMin;
int m_YMax;
int m_Div;
int m_Mul;
int m_XSel;
int m_YSel;
CRect m_RectDraw;
CPoint ptCurrent;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MONITORIPL_H__1D524229_18A8_4CDB_A3A7_3055939DDA0C__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -