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

📄 messagedlg.h

📁 这是工厂应用的软件
💻 H
字号:
//{{AFX_INCLUDES()
#include "RecsetSTD.h"	// Added by ClassView
#include "daqai.h"
#include "adaout.h"
#include "addin.h"
#include "daqdo.h"
#include "mscomm.h"
#include "RecCL.h"	// Added by ClassView
#include "RecSTAT.h"	// Added by ClassView
#include "RecsetXYRBound.h"	// Added by ClassView
//}}AFX_INCLUDES
#if !defined(AFX_MESSAGEDLG_H__72CB2823_D967_4544_BA01_12038E7F083D__INCLUDED_)
#define AFX_MESSAGEDLG_H__72CB2823_D967_4544_BA01_12038E7F083D__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CMessageDlg dialog

class CMessageDlg : public CDialog
{
// Construction
public:
	CRecsetSTD n_SelRecsetSTD;
	int nMessageStep;
	CRecsetXYRBound RecsetXYRBound;
	float upX,downX,upY,downY,upR,downR;
	CRecSTAT n_recSTAT;
	CRecCL n_recCL;
	

	float ft1,ft2,ft3,ftemp;
	float fSTDT3;
	float fSTDT2;
	float fSTDT1;
	bool bfirst;
	CString m_strReceive;
	bool bInMessage;
	int nTimer;
	CMessageDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CMessageDlg)
	enum { IDD = IDD_MESSAGE };
	CListCtrl	m_ListY;
	CListCtrl	m_ListX;
	CListCtrl	m_ListR;
	CButton	m_StopCtrl;
	CButton	m_StartCtrl;
	CButton	m_buttonctrl;
	CButton	m_ButtonCancel;
	CAddin	m_DAQDICtrl;
	CDAQDO	m_DAQDOCtrl;
	CMSComm	m_Com;
	CString	m_Edit;
	CString	m_T1Edit;
	CString	m_T2Edit;
	CString	m_T3Edit;
	int		m_edit_count;
	CString	m_edit_type;
	float	m_EDIT1;
	float	m_EDIT2;
	float	m_EDIT3;
	//}}AFX_DATA
	CBrush newbrush;
	HBRUSH m_DlgbkColor;

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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CMessageDlg)
	virtual BOOL OnInitDialog();
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
	afx_msg void OnOnBitScanDaqdictrl2(BOOL Data);
	afx_msg void OnTimer(UINT nIDEvent);
	virtual void OnCancel();
	afx_msg void OnStart();
	afx_msg void OnStop();
	afx_msg void OnOnCommMscomm1();
	afx_msg void OnPaint();
	afx_msg void OnButtonViewdate();
	DECLARE_EVENTSINK_MAP()
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_MESSAGEDLG_H__72CB2823_D967_4544_BA01_12038E7F083D__INCLUDED_)

⌨️ 快捷键说明

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