?? speeds.h
字號:
#if !defined(AFX_SPEEDS_H__2BE332D5_60A4_11D4_80BF_0000E8DA28BE__INCLUDED_)
#define AFX_SPEEDS_H__2BE332D5_60A4_11D4_80BF_0000E8DA28BE__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// speeds.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// speeds dialog
class speeds : public CPropertyPage
{
DECLARE_DYNCREATE(speeds)
// Construction
public:
speeds();
~speeds();
BOOL XRamp,YRamp,ZRamp;
CFile* speedfile;
// Dialog Data
//{{AFX_DATA(speeds)
enum { IDD = IDD_PROPSPEEDS };
double m_XAcc;
double m_XDec;
double m_XMaxIps;
double m_YAcc;
double m_YDec;
double m_YMaxIps;
double m_XMinIps;
double m_YMinIps;
double m_ZAcc;
double m_ZDec;
double m_ZMaxIps;
double m_ZMinIps;
double m_ZMaxCut;
double m_YMaxCut;
double m_XMaxCut;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(speeds)
public:
virtual BOOL OnSetActive();
virtual BOOL OnKillActive();
virtual BOOL OnApply();
virtual void OnOK();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(speeds)
afx_msg void OnPaint();
afx_msg void OnXramp();
afx_msg void OnYramp();
afx_msg void OnZramp();
afx_msg void OnUpdateXmaxips();
afx_msg void OnUpdateXminips();
afx_msg void OnChangeAutozspeed();
afx_msg void OnUpdateXacc();
afx_msg void OnUpdateXdec();
afx_msg void OnUpdateYacc();
afx_msg void OnUpdateYdec();
afx_msg void OnUpdateYmaxips();
afx_msg void OnUpdateYminips();
afx_msg void OnUpdateZacc();
afx_msg void OnUpdateZdec();
afx_msg void OnUpdateZmaxips();
afx_msg void OnUpdateZminips();
afx_msg void OnUpdateXmaxipscut();
afx_msg void OnUpdateYmaxipscut();
afx_msg void OnUpdateZmaxipscut();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SPEEDS_H__2BE332D5_60A4_11D4_80BF_0000E8DA28BE__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -