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

📄 cartestdlg.h

📁 汽车数据采集
💻 H
字号:
// cartestDlg.h : header file
//

#if !defined(AFX_CARTESTDLG_H__F5096812_34BE_4676_98B0_7D2CE97C3E8E__INCLUDED_)
#define AFX_CARTESTDLG_H__F5096812_34BE_4676_98B0_7D2CE97C3E8E__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include"cartestDlg.h"
#include"cartest.h"
#include"Rxstatic.h"
#include"RxGrid1.h"
#include"pic1.h"
#include"Font0.h"
#include"Rxrecordset.h"
#include <afxmt.h>
//事件对象
static CEvent g_end;
//辅助线程回调函数
static UINT ThreadProc(LPVOID pPar);

// 定义对话框的全局变量
static HWND hWnd;

/////////////////////////////////////////////////////////////////////////////
// CCartestDlg dialog

class CCartestDlg : public CDialog
{
// Construction
public:

	CCartestDlg(CWnd* pParent = NULL);	// standard constructor
public :
	CRxrecordset m_set;
// Dialog Data
	//{{AFX_DATA(CCartestDlg)
	enum { IDD = IDD_CARTEST_DIALOG };
	CFont0	m_redit;
	CFont0	m_ledit;
	RxGrid	m_list;
	Cpic	m_graph;
	Cpic	m_pic;
	CRxstatic	m_smtitle;
	CRxstatic	m_title;
	CString	m_ed1;
	CString	m_ed2;
	CString	m_ed7;
	CString	m_ed8;
	CString	m_ed3;
	CString	m_ed5;
	CString	m_ed6;
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CCartestDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL
	private:
		int m_nRecordCount;
// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CCartestDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnButton4();
	afx_msg void OnButton3();
	afx_msg void OnButton2();
	afx_msg void OnButton1();
	afx_msg void OnButton5();
	afx_msg void OnButton6();
	afx_msg void OnPRintG();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};
extern CString carname,carnumber,motonumber,checkname,time1,dipan;
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_CARTESTDLG_H__F5096812_34BE_4676_98B0_7D2CE97C3E8E__INCLUDED_)

⌨️ 快捷键说明

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