📄 infoserverexplorer.h
字号:
/////////////////////////////////////////////////////////////////////////////
//
// OPC DataAccess VC++ Client: InfoServerExplorer.h
// (Header File)
//
/////////////////////////////////////////////////////////////////////////////
//
// Author: Raphael Imhof
// Initial Date: 11/04/98
// $Workfile: InfoServerExplorer.h $
// $Revision: 1 $
// $Date: 7/27/99 5:23p $
// Target System: Microsoft Windows NT 4.0
// Environment: Visual C++ 5.0 / OPC DataAccess 1.0/2.0
// Remarks:
//
/////////////////////////////////////////////////////////////////////////////
//
// Description: defines the class behaviors for the application.
//
//
/////////////////////////////////////////////////////////////////////////////
//
// History of Changes (Please remove very old comments and blank lines!)
// $Log: /IDK/OPCServer/clients/VC++/InfoServerExplorer/InfoServerExplorer.h $
//
// 1 7/27/99 5:23p Imhof
//
// 1 7/27/99 5:18p Imhof
//
// 5 1/15/99 6:43p Imhof
// Updated legal notice.
//
// 4 12/11/98 5:58p Imhof
// Made modifications for OPC 2.0.
//
// 3 11/10/98 2:20p Imhof
// Added file header's.
//
//
// $Nokeywords:$ (To avoid useless search while checking in.)
/////////////////////////////////////////////////////////////////////////////
// Copyright (C) 1998, Siemens Building Technologies, Inc. Landis Division
//
// SIEMENS BUILDING TECHNOLOGIES, INC. IS PROVIDING THE FOLLOWING
// EXAMPLES OF CODE AS SAMPLE ONLY.
//
// SIEMENS BUILDING TECHNOLOGIES, INC. MAKES NO REPRESENTATIONS
// OR WARRANTIES OF ANY KIND WITH RESPECT TO THE VALIDTY OF THE
// CODES OR DESIRED RESULTS AND DISCLAIMS ALL SUCH
// REPRESENTATIONS AND WARRANTIES, INCLUDING FOR EXAMPLE,
// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
// PURPOSE. SIEMENS BUILIDNG TECHNOLOGIES, INC. DOES NOT
// REPRESENT OR WARRANT THAT THE FOLLOWING CODE SAMPLES ARE
// ACCURATE, VALID, COMPLETE OR CURRENT.
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_INFOSERVEREXPLORER_H__4648BEC6_2AEA_11D2_AD89_00104B2C9D06__INCLUDED_)
#define AFX_INFOSERVEREXPLORER_H__4648BEC6_2AEA_11D2_AD89_00104B2C9D06__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
//lparams
const LPARAM CONTENT_UPDATE_ONLY = 1;
//windows messages
#define WM_CONTENTVIEW_UPDATE (WM_USER + 1)
#define WM_SHUTDOWN_MSG (WM_USER + 2)
/////////////////////////////////////////////////////////////////////////////
// CInfoServerExplorerApp:
// See InfoServerExplorer.cpp for the implementation of this class
//
class CInfoServerExplorerApp : public CWinApp
{
public:
CInfoServerExplorerApp();
void DisplayText(CString sText);
void DisplayText(HRESULT hr);
void DisplayText(CString sText, HRESULT hr);
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CInfoServerExplorerApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CInfoServerExplorerApp)
afx_msg void OnAppAbout();
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_INFOSERVEREXPLORER_H__4648BEC6_2AEA_11D2_AD89_00104B2C9D06__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -