📄 vqcwin.h
字号:
// vqcwin.h : main header file for the VQCWIN application
//
#if !defined(AFX_VQCWIN_H__5E421345_04B4_11D4_B476_00C04F0B36A1__INCLUDED_)
#define AFX_VQCWIN_H__5E421345_04B4_11D4_B476_00C04F0B36A1__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
#include "\nsa2000\dev\env\inc\fjrlibdef.h" //赵勇,读写开关状态
#include "\nsa2000\dev\env\inc\FjMsgDef.h" //赵勇,消息定义
#include "vqc.h"
#define MAX_VQC_RTU_NUM 48
/////////////////////////////////////////////////////////////////////////////
// CVqcwinApp:
// See vqcwin.cpp for the implementation of this class
//
class CVqcwinApp : public CWinApp
{
public:
CVqcwinApp();
FJS_MAX_PARAM_SYSTEM maxPar;
VQCSET *VQCDefine[MAX_VQC_RTU_NUM];
UINT countTime[MAX_VQC_RTU_NUM];
int currVqcRtuNo;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CVqcwinApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CVqcwinApp)
afx_msg void OnAppAbout();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_VQCWIN_H__5E421345_04B4_11D4_B476_00C04F0B36A1__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -