⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 manuio.h

📁 机械手IPC控制器伺服运动程序
💻 H
字号:
#if !defined(AFX_MANUIO_H__231371AB_0736_4F93_908B_475C3E186CAC__INCLUDED_)
#define AFX_MANUIO_H__231371AB_0736_4F93_908B_475C3E186CAC__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CManuIO dialog

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

// Dialog Data
	//{{AFX_DATA(CManuIO)
	enum { IDD = IDD_DIALOGIO };
	CStatic	m_x64;
	CStatic	m_x63;
	CStatic	m_x62;
	CStatic	m_x61;
	CStatic	m_x60;
	CStatic	m_x59;
	CStatic	m_x58;
	CStatic	m_x57;
	CStatic	m_x56;
	CStatic	m_x55;
	CStatic	m_x54;
	CStatic	m_x53;
	CStatic	m_x52;
	CStatic	m_x51;
	CStatic	m_x50;
	CStatic	m_x49;
	CStatic	m_x48;
	CStatic	m_x47;
	CStatic	m_x46;
	CStatic	m_x45;
	CStatic	m_x44;
	CStatic	m_x43;
	CStatic	m_x42;
	CStatic	m_x41;
	CStatic	m_x40;
	CStatic	m_x39;
	CStatic	m_x38;
	CStatic	m_x37;
	CStatic	m_x36;
	CStatic	m_x35;
	CStatic	m_x34;
	CStatic	m_x33;
	CStatic	m_x32;
	CStatic	m_x31;
	CStatic	m_x30;
	CStatic	m_x29;
	CStatic	m_x28;
	CStatic	m_x27;
	CStatic	m_x26;
	CStatic	m_x25;
	CStatic	m_x24;
	CStatic	m_x23;
	CStatic	m_x22;
	CStatic	m_x21;
	CStatic	m_x20;
	CStatic	m_x19;
	CStatic	m_x18;
	CStatic	m_x17;
	CStatic	m_x16;
	CStatic	m_x15;
	CStatic	m_x14;
	CStatic	m_x13;
	CStatic	m_x12;
	CStatic	m_x11;
	CStatic	m_x10;
	CStatic	m_x09;
	CStatic	m_x08;
	CStatic	m_x07;
	CStatic	m_x06;
	CStatic	m_x05;
	CStatic	m_x04;
	CStatic	m_x03;
	CStatic	m_x02;
	CStatic	m_x01;
	//}}AFX_DATA
	CPoint led[64];


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

// Implementation
protected:

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

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

#endif // !defined(AFX_MANUIO_H__231371AB_0736_4F93_908B_475C3E186CAC__INCLUDED_)

⌨️ 快捷键说明

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