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

📄 tkdlg.h

📁 完整的小车控制程序
💻 H
字号:
//{{AFX_INCLUDES()
#include "mscomm.h"
#include "PictureEx.h"
//}}AFX_INCLUDES
#if !defined(AFX_TKDLG_H__E983AB49_0466_4B7A_836C_96418FEBC1EF__INCLUDED_)
#define AFX_TKDLG_H__E983AB49_0466_4B7A_836C_96418FEBC1EF__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CTKDLG dialog
	static char tk_send_data[5];
	#include "XPButton.h"
class CTKDLG : public CDialog
{
// Construction
public:
	void OPEN_TK_COM();
	CTKDLG(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CTKDLG)
	enum { IDD = IDD_TK_DIALOG };
	CXPButton	m_bt3;
	CPictureEx	m_gif2;
	CXPButton	m_stop_button;
	CXPButton	m_start_button;
	CMSComm	m_tk_com;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CTKDLG)
	afx_msg void OnButton3();
	virtual BOOL OnInitDialog();
	afx_msg void OnButton1();
	afx_msg void OnButton2();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_TKDLG_H__E983AB49_0466_4B7A_836C_96418FEBC1EF__INCLUDED_)

⌨️ 快捷键说明

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