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

📄 mode.h

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

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

class CMode : public CDialog
{
// Construction
public:

	CMode(CWnd* pParent = NULL);   // standard constructor
	
    // Dialog Data
	//{{AFX_DATA(CMode)
	enum { IDD = IDD_DIALOGMODE };
//	CMyEdit	m_edt4;
	int		m_radio1;
	int		m_radio10;
	int		m_radio11;
	int		m_radio12;
	int		m_radio13;
	int		m_radio14;
	int		m_radio15;
//	int		m_radio16;
//	int		m_radio17;
//	int		m_radio18;
//	int		m_radio19;
	int		m_radio2;
	int		m_radio20;
	int		m_radio21;
	int		m_radio22;
	int		m_radio23;
	int		m_radio26;
	int		m_radio27;
	int		m_radio28;
	int		m_radio29;
	int		m_radio3;
//	int		m_radio30;
	int		m_radio31;
	int		m_radio32;
	int		m_radio4;
	int		m_radio5;
	int		m_radio6;
	int		m_radio7;
	int		m_radio8;
	int		m_radio9;
	int		m_radio24;
	int		m_radio25;
//	int		m_shake;
	int		m_radio33;
	int		m_radio34;
	int		m_radio35;
	int		m_radio36;
	int		m_radio37;
	int		m_radio38;
//	int		m_radio39;
//	int		m_radio40;
	int		m_radio41;
	int		m_radio42;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CMode)
	afx_msg void OnButton1();
	virtual BOOL OnInitDialog();
	afx_msg void OnRadio1();
	afx_msg void OnRadio2();
	afx_msg void OnRadio3();
	afx_msg void OnRadio4();
	afx_msg void OnRadio5();
	afx_msg void OnRadio6();
	afx_msg void OnRadio7();
	afx_msg void OnRadio8();
	afx_msg void OnRadio9();
	afx_msg void OnRadio10();
	afx_msg void OnRadio11();
	afx_msg void OnRadio12();
	afx_msg void OnRadio13();
	afx_msg void OnRadio14();
	afx_msg void OnRadio15();
	afx_msg void OnRadio16();
	afx_msg void OnRadio17();
	afx_msg void OnRadio18();
	afx_msg void OnRadio19();
	afx_msg void OnRadio20();
	afx_msg void OnRadio21();
	afx_msg void OnRadio26();
	afx_msg void OnRadio27();
	afx_msg void OnRadio22();
	afx_msg void OnRadio23();
	afx_msg void OnRadio28();
	afx_msg void OnRadio29();
	afx_msg void OnRadio24();
	afx_msg void OnRadio25();
	afx_msg void OnRadio30();
	afx_msg void OnRadio31();
	afx_msg void OnRadio32();
	afx_msg void OnButton2();
	afx_msg void OnRadio33();
	afx_msg void OnRadio34();
	afx_msg void OnRadio35();
	afx_msg void OnRadio36();
	afx_msg void OnButton5();
	afx_msg void OnButton3();
	afx_msg void OnRadio37();
	afx_msg void OnRadio38();
	afx_msg void OnRadio39();
	afx_msg void OnRadio40();
	afx_msg void OnRadio41();
	afx_msg void OnRadio42();
	afx_msg void OnButton4();
	afx_msg void OnButton41();
	afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};


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

#endif // !defined(AFX_MODE_H__46A70B71_1C39_4D8D_8D38_EA3C7BF9D4D6__INCLUDED_)

⌨️ 快捷键说明

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