debugdlg.h

来自「快速原型制造分层切片源代码,适用于高温合金.」· C头文件 代码 · 共 64 行

H
64
字号
#if !defined(AFX_DEBUGDLG_H__53510562_B5C1_11D2_B8D7_00002115040B__INCLUDED_)
#define AFX_DEBUGDLG_H__53510562_B5C1_11D2_B8D7_00002115040B__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// DebugDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CDebugDlg dialog

class CDebugDlg : public CDialog
{
// Construction
public:
	CDebugDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CDebugDlg)
	enum { IDD = IDD_DEBUG_WND };
	UINT	m_step;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDebugDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	UINT m_curPosX;
	UINT m_curPosY;

	// Generated message map functions
	//{{AFX_MSG(CDebugDlg)
	afx_msg void OnCoverDown();
	afx_msg void OnCoverUp();
	afx_msg void OnPave();
	afx_msg void OnPlatformDown();
	afx_msg void OnPlatformUp();
	afx_msg void OnSendDown();
	afx_msg void OnSendUp();
	afx_msg void OnStop();
	afx_msg void OnZero();
	virtual void OnOK();
	afx_msg void OnLaserOff();
	afx_msg void OnLaserOn();
	afx_msg void OnXNegDir();
	afx_msg void OnXPosDir();
	afx_msg void OnYNegDir();
	afx_msg void OnYPosDir();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_DEBUGDLG_H__53510562_B5C1_11D2_B8D7_00002115040B__INCLUDED_)

⌨️ 快捷键说明

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