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

📄 demo_alldlg.h

📁 《WinCE.NET嵌入式工业用控制器及自动控制系统设计》的源代码
💻 H
字号:
// demo_allDlg.h : header file
//

#if !defined(AFX_DEMO_ALLDLG_H__7F250208_C7AE_4A8F_9F03_75A2161A9FD9__INCLUDED_)
#define AFX_DEMO_ALLDLG_H__7F250208_C7AE_4A8F_9F03_75A2161A9FD9__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000

/////////////////////////////////////////////////////////////////////////////
// CDemo_allDlg dialog

class CDemo_allDlg : public CDialog
{
// Construction
public:
	CDemo_allDlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CDemo_allDlg)
	enum { IDD = IDD_DEMO_ALL_DIALOG };
	CButton	m_G3;
	CButton	m_G2;
	CButton	m_G1;
	CStatic	m_DOon1;
	CButton	m_ARITHMETIC3;
	CButton	m_ARITHMETIC2;
	CButton	m_ARITHMETIC1;
	CStatic	m_DOon;
	CStatic	m_DOoff;
	CEdit	m_VIN1;
	CEdit	m_VIN2;
	CEdit	m_VOUT;
	CEdit	m_DO_HEX;
	CButton	m_STOP;
	CButton	m_START;
	CStatic	m_87055_DO7;
	CStatic	m_87055_DO6;
	CStatic	m_87055_DO5;
	CStatic	m_87055_DO4;
	CStatic	m_87055_DO3;
	CStatic	m_87055_DO2;
	CStatic	m_87055_DO1;
	CStatic	m_87055_DO0;
	CStatic	m_87055_DI7;
	CStatic	m_87055_DI6;
	CStatic	m_87055_DI5;
	CStatic	m_87055_DI4;
	CStatic	m_87055_DI3;
	CStatic	m_87055_DI2;
	CStatic	m_87055_DI1;
	CStatic	m_87055_DI0;
	CStatic	m_8041_DO9;
	CStatic	m_8041_DO8;
	CStatic	m_8041_DO7;
	CStatic	m_8041_DO6;
	CStatic	m_8041_DO5;
	CStatic	m_8041_DO4;
	CStatic	m_8041_DO31;
	CStatic	m_8041_DO30;
	CStatic	m_8041_DO3;
	CStatic	m_8041_DO29;
	CStatic	m_8041_DO28;
	CStatic	m_8041_DO27;
	CStatic	m_8041_DO26;
	CStatic	m_8041_DO25;
	CStatic	m_8041_DO24;
	CStatic	m_8041_DO23;
	CStatic	m_8041_DO22;
	CStatic	m_8041_DO21;
	CStatic	m_8041_DO20;
	CStatic	m_8041_DO2;
	CStatic	m_8041_DO19;
	CStatic	m_8041_DO18;
	CStatic	m_8041_DO17;
	CStatic	m_8041_DO16;
	CStatic	m_8041_DO15;
	CStatic	m_8041_DO14;
	CStatic	m_8041_DO13;
	CStatic	m_8041_DO12;
	CStatic	m_8041_DO11;
	CStatic	m_8041_DO10;
	CStatic	m_8041_DO1;
	CStatic	m_8041_DO0;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CDemo_allDlg)
	afx_msg void ArithmeticDO();
	afx_msg void ArithmeticDI();
	virtual BOOL OnInitDialog(); 
	afx_msg void OnStart();
	afx_msg void OnStop();
	afx_msg void OnArithmetic1();
	afx_msg void OnArithmetic2();
	afx_msg void OnArithmetic3();
	afx_msg void OnTimer(UINT nIDEvent);
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_DEMO_ALLDLG_H__7F250208_C7AE_4A8F_9F03_75A2161A9FD9__INCLUDED_)

⌨️ 快捷键说明

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