cartestdlg.h

来自「此源码为汽车数据采集分析系统」· C头文件 代码 · 共 86 行

H
86
字号
// 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 "PowerSet.h"
#include "STaticset.h"

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

class CCartestDlg : public CDialog
{
// Construction
public:

	CCartestDlg(CWnd* pParent = NULL);	// standard constructor
public :
	CRxrecordset m_set;
	CPowerSet powerset;
     STaticset sset;
// Dialog Data
	//{{AFX_DATA(CCartestDlg)
	enum { IDD = IDD_CARTEST_DIALOG };
	CStatic	m_GRAPH;
	CRxstatic	m_lr2;
	CRxstatic	m_lr;
	CFont0	m_redit;
	CFont0	m_ledit;
	RxGrid	m_list;
	Cpic	m_graph;
	Cpic	m_pic;
	CRxstatic	m_title;
	//}}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();
	virtual void OnOK();
	afx_msg void OnTimer(UINT nIDEvent);
	afx_msg void OnButtoncon();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
public:
	CDC *dc,*mdc,*mdc0,*controldc;
    void SetPrinterSettings(CDC *pDC, HDC hdcPrn) ;

};
extern powerset,sset,m_set;
//{{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 + =
减小字号Ctrl + -
显示快捷键?