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

📄 systemset1.h

📁 演示vc与专业控制器的连接
💻 H
字号:
#if !defined(AFX_SYSTEMSET1_H__98C0A242_5207_4EA8_9A64_F549D6722033__INCLUDED_)
#define AFX_SYSTEMSET1_H__98C0A242_5207_4EA8_9A64_F549D6722033__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SystemSet1.h : header file
//
#include "MPC2810DemoDoc.h"

/////////////////////////////////////////////////////////////////////////////
// CSystemSet dialog

class CSystemSet : public CDialog
{
// Construction
public:
	CMPC2810DemoDoc *m_pDoc;
	double m_dbPequ;
	int m_nCombo;
	int m_nComBackUnit;
	CSystemSet(CWnd* pParent = NULL);   // standard constructor
	CFrameWnd * m_pParentWnd;

// Dialog Data
	//{{AFX_DATA(CSystemSet)
	enum { IDD = IDD_SYSTEMSET };
	CComboBox	m_cComBackUnit;
	CComboBox	m_cCombo;
	BOOL	m_bAlm;
	BOOL	m_bEL;
	BOOL	m_bOrg;
	BOOL	m_bSD;
	CString	m_sPequ;
	int		m_nOutp;
	int		m_nPaulsCount;
	int		m_nPauDirStyle;
	int		m_nAbStyle;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CSystemSet)
	virtual BOOL OnInitDialog();
	virtual void OnOK();
	virtual void OnCancel();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_SYSTEMSET1_H__98C0A242_5207_4EA8_9A64_F549D6722033__INCLUDED_)

⌨️ 快捷键说明

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