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

📄 polingrrcdialog.h

📁 这是一个变电站的监控程序
💻 H
字号:
#if !defined(AFX_POLINGRRCDIALOG_H__0C568603_AB06_11D3_B29B_0000B4916054__INCLUDED_)
#define AFX_POLINGRRCDIALOG_H__0C568603_AB06_11D3_B29B_0000B4916054__INCLUDED_

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


/////////////////////////////////////////////////////////////////////////////
// CPolingRRCDialog dialog

class CPolingRRCDialog : public CDialog
{
    DECLARE_DYNCREATE(CPolingRRCDialog)
// Construction
public:
	CPolingRRCDialog();   // standard constructor
	void DispARtuRRC();
	void SaveARtuRRC();

	int CaoConfig[16];
	int CurRtu;
	BYTE ProtocolType;
	CRtuPara *RtuPara;
// Dialog Data
	//{{AFX_DATA(CPolingRRCDialog)
	enum { IDD = IDD_POLING_RRC };
	int		m_Cao0;
	int		m_Cao9;
	int		m_Cao10;
	int		m_Cao11;
	int		m_Cao12;
	int		m_Cao13;
	int		m_Cao14;
	int		m_Cao15;
	int		m_Cao1;
	int		m_Cao2;
	int		m_Cao3;
	int		m_Cao4;
	int		m_Cao5;
	int		m_Cao6;
	int		m_Cao7;
	int		m_Cao8;
	UINT	m_WaitTime;
	UINT	m_DeadArea;
	BYTE	m_AnswerWaitTime;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CPolingRRCDialog)
	afx_msg void OnSelchangeCombo();
	virtual BOOL OnInitDialog();
	virtual void OnOK();
	afx_msg void OnChangeEdit1();
	afx_msg void OnChangeEdit2();
	afx_msg void OnChangeAnswerTime();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_POLINGRRCDIALOG_H__0C568603_AB06_11D3_B29B_0000B4916054__INCLUDED_)

⌨️ 快捷键说明

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