?? harttest.h
字號:
/*************************************************************************
* Copyright (c) 1998 - 2000 by Borst Automation, Fachingen
* All rights reserved
*
* Filename: HartTest.h
* Project: HART Slave
* Date: Jul-24-00
* Author(s): W. Borst
*
* Revision:
* Date: Name: Version: Description:
* Jul-24-00 W. Borst ----- Initial Draft
*
* Description: main program header
*
*************************************************************************/
#ifndef __harttest_h__
#define __harttest_h__
#ifdef __HARTTEST_H__
#include <windows.h>
#include <conio.h>
#include <stdio.h>
/* Some of the microsoftcode does not
compile without warnings (Level 4) */
#pragma warning( disable : 4201 )
#include <mmsystem.h>
#pragma warning( default : 4201 )
#include "..\Common\Types.h"
#include "..\HartTest\TestDll.h"
#endif
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -