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

📄 dlgycpara.h

📁 串口收发工具
💻 H
字号:
#if !defined(AFX_DLGYCPARA_H__011F008F_0757_4B61_97E6_1B6F1F7B76D8__INCLUDED_)
#define AFX_DLGYCPARA_H__011F008F_0757_4B61_97E6_1B6F1F7B76D8__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgYcPara.h : header file
//
#include "public.h"
/////////////////////////////////////////////////////////////////////////////
// CDlgYcPara dialog

class CDlgYcPara : public CPropertyPage
{
	DECLARE_DYNCREATE(CDlgYcPara)
private:
	void RefreshData();
	ZLP_COE p;
// Construction
public:
	CDlgYcPara();
	~CDlgYcPara();

// Dialog Data
	//{{AFX_DATA(CDlgYcPara)
	enum { IDD = IDD_PARA_YC };
	CComboBox	m_YcNo;
	CComboBox	m_Unit;
	BOOL	m_Com1;
	BOOL	m_Com2;
	BOOL	m_Com3;
	BOOL	m_AllowMaxLimitAlarm;
	BOOL	m_AllowMinLimitAlarm;
	int		m_LingDian;
	int		m_MaxLimit;
	int		m_MinLimit;
	int		m_DecimalPoint;
	int		m_TopValue;
	int		m_Xishu;
	CString	m_YcName;
	int		m_Point1;
	int		m_Point2;
	int		m_CaiYang;
	//}}AFX_DATA


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

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CDlgYcPara)
	virtual BOOL OnInitDialog();
	afx_msg void OnSelendokComboYcNo();
	afx_msg void OnRadioJiaoliu();
	afx_msg void OnRadioZhiliu();
	afx_msg void OnChangeEditYcName();
	afx_msg void OnChangeEditXishu();
	afx_msg void OnChangeEditLingdian();
	afx_msg void OnChangeEditTopvalue();
	afx_msg void OnSelendokComboUnit();
	afx_msg void OnChangeEditPoint();
	afx_msg void OnChangeEditMaxlimit();
	afx_msg void OnChangeEditMinlimit();
	afx_msg void OnChangeEditPoint1();
	afx_msg void OnChangeEditPoint2();
	afx_msg void OnCheckMaxlimitAllow();
	afx_msg void OnCheckMinlimitAllow();
	afx_msg void OnCheckCom1();
	afx_msg void OnCheckCom2();
	afx_msg void OnCheckCom3();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};

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

#endif // !defined(AFX_DLGYCPARA_H__011F008F_0757_4B61_97E6_1B6F1F7B76D8__INCLUDED_)

⌨️ 快捷键说明

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