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

📄 dlgopcpc.h

📁 OPC Client 源代码
💻 H
字号:
#if !defined(AFX_DLGOPCPC_H__DA50F20F_4323_4322_9DC7_FA5530748581__INCLUDED_)
#define AFX_DLGOPCPC_H__DA50F20F_4323_4322_9DC7_FA5530748581__INCLUDED_

#include "Afxcoll.h"

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

/////////////////////////////////////////////////////////////////////////////
// CDlgOPCPC dialog

class CDlgOPCPC : public CDialog
{
// Construction
public:
	CDlgOPCPC(CWnd* pParent = NULL);   // standard constructor
protected:
// Dialog Data
	//{{AFX_DATA(CDlgOPCPC)
	enum { IDD = IDD_OPCSERVER_PC };
	CComboBox	m_ctrlPCName;
	CIPAddressCtrl	m_ctrIPAddr;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDlgOPCPC)
	virtual void OnOK();
	afx_msg void OnSelchangeComboName();
	virtual BOOL OnInitDialog();
	afx_msg void OnLanPC();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
	//
	CMapStringToString m_cMapPCIP;
//	CStringArray strArray;

public:
	CString m_strIPAddr;
	CString m_strPCName;
};

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

#endif // !defined(AFX_DLGOPCPC_H__DA50F20F_4323_4322_9DC7_FA5530748581__INCLUDED_)

⌨️ 快捷键说明

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