/**************************************************************************/ /* LabWindows/CVI User Interface Resource (UIR) Include File */ /* Copyright (c) National Instruments 2010. All Rights Reserved. */ /* */ /* WARNING: Do not add to, delete from, or otherwise modify the contents */ /* of this include file. */ /**************************************************************************/ #include #ifdef __cplusplus extern "C" { #endif /* Panels and Controls: */ #define PANEL 1 #define PANEL_NUMERIC_4 2 #define PANEL_COMMANDBUTTON_4 3 #define PANEL_NUMERIC_3 4 #define PANEL_COMMANDBUTTON_3 5 #define PANEL_NUMERIC_2 6 #define PANEL_COMMANDBUTTON_2 7 #define PANEL_NUMERIC 8 #define PANEL_TEXTMSG 9 #define PANEL_TEXTMSG_2 10 /* Menu Bars, Menus, and Menu Items: */ /* (no menu bars in the resource file) */ /* (no callbacks specified in the resource file) */ #ifdef __cplusplus } #endif