bms.h
来自「基于Labwindows的电池故障诊断系统」· C头文件 代码 · 共 40 行
H
40 行
/**************************************************************************/
/* LabWindows/CVI User Interface Resource (UIR) Include File */
/* Copyright (c) National Instruments 2008. All Rights Reserved. */
/* */
/* WARNING: Do not add to, delete from, or otherwise modify the contents */
/* of this include file. */
/**************************************************************************/
#include <userint.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Panels and Controls: */
#define PANEL 1
#define PANEL_CurrentTable 2
#define PANEL_DECORATION 3
#define PANEL_DECORATION_2 4
#define PANEL_DECORATION_3 5
#define PANEL_CANVAS 6
#define PANEL_LED 7
#define PANEL_NUMERICGAUGE 8
#define PANEL_NUMERICGAUGE_2 9
#define PANEL_STRIPCHART 10
/* Menu Bars, Menus, and Menu Items: */
/* (no menu bars in the resource file) */
/* (no callbacks specified in the resource file) */
#ifdef __cplusplus
}
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?