📄 angledialog.h
字号:
#if !defined(AFX_REFLECTDLG_H__766DA8F9_7FC8_4577_84A3_E3A6C57A1BD5__INCLUDED_)
#define AFX_REFLECTDLG_H__766DA8F9_7FC8_4577_84A3_E3A6C57A1BD5__INCLUDED_
#define AROUNDSTEPS 27200
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include <io.h>
/////////////////////////////////////////////////////////////////////////////
// CAngleDialog dialog
class CAngleDialog : public CDialog
{
// Construction
public:
int m_curangle,m_movangle,m_AroundSteps,curangle[AROUNDSTEPS];
double power[AROUNDSTEPS];
BOOL direction;
unsigned long id[100];//卡ID
HINSTANCE hDLL;
HANDLE NTportio;
CAngleDialog(CWnd* pParent = NULL); // standard constructor
virtual ~CAngleDialog(); // standard constructor
int MoveSteps(int steps,BOOL bscan);
void save(CString filename);
void Cal(double p[AROUNDSTEPS]);
// Dialog Data
//{{AFX_DATA(CAngleDialog)
enum { IDD = IDD_ANGLE_DIALOG };
int m_ReachDu;
int m_angle;
int m_ScanDu;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAngleDialog)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CAngleDialog)
virtual BOOL OnInitDialog();
afx_msg void OnGoto();
afx_msg void OnScan();
afx_msg void OnOk();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_REFLECTDLG_H__766DA8F9_7FC8_4577_84A3_E3A6C57A1BD5__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -