timer.h

来自「机械手IPC控制器伺服运动程序」· C头文件 代码 · 共 89 行

H
89
字号
#if !defined(AFX_TIMER_H__489ECEF3_6069_479B_8AD8_8462674636B1__INCLUDED_)
#define AFX_TIMER_H__489ECEF3_6069_479B_8AD8_8462674636B1__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Timer.h : header file
//
#include "MyEditFull.h"
/////////////////////////////////////////////////////////////////////////////
// CTimer dialog

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

// Dialog Data
	//{{AFX_DATA(CTimer)
	enum { IDD = IDD_AUTOTIMER };
	CMyEditFull	m_edit18;
	CMyEditFull	m_edit17;
	CMyEditFull	m_edit16;
	CMyEditFull	m_edit15;
	CMyEditFull	m_edit14;
	CMyEditFull	m_edit13;
	CMyEditFull	m_edit12;
	CMyEditFull	m_edit11;
	CMyEditFull	m_edit10;
	CMyEditFull	m_edit9;
	CMyEditFull	m_edit8;
	CMyEditFull	m_edit7;
	CMyEditFull	m_edit6;
	CMyEditFull	m_edit5;
	CMyEditFull	m_edit4;
	CMyEditFull	m_edit3;
	CMyEditFull	m_edit2;
	CMyEditFull	m_edit1;
	float	m_edt1;
	float	m_edt2;
	float	m_edt3;
	float	m_edt4;
	float	m_edt5;
	float	m_edt6;
	float	m_edt7;
	float	m_edt8;
	float	m_edt9;
	float	m_edt10;
	float	m_edt11;
	float	m_edt12;
	float	m_edt13;
	float	m_edt14;
	float	m_edt15;
	float	m_edt16;
	float	m_edt17;
	float	m_edt18;
	//}}AFX_DATA

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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CTimer)
	afx_msg void OnButton1();
	afx_msg void OnButton2();
	afx_msg void OnButton3();
	afx_msg void OnButton4();
	afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
	afx_msg void OnTimer(UINT nIDEvent);
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_TIMER_H__489ECEF3_6069_479B_8AD8_8462674636B1__INCLUDED_)

⌨️ 快捷键说明

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