/**************************************************************************/ /* LabWindows/CVI User Interface Resource (UIR) Include File */ /* Copyright (c) National Instruments 2001. 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 TEMPOPPAN 1 #define TEMPOPPAN_CMD_QUIT 2 /* callback function: tmagui_quit */ #define TEMPOPPAN_CMD_GET_TEMP 3 /* callback function: tmagui_get_temps */ #define TEMPPAN 2 #define TEMPPAN_TEXTBOX_VALUE 2 #define TEMPPAN_TEXTMSG_DESCRIPTION 3 #define TEMPPAN_STRIPCHART_TEMP 4 /* Menu Bars, Menus, and Menu Items: */ /* (no menu bars in the resource file) */ /* Callback Prototypes: */ int CVICALLBACK tmagui_get_temps(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); int CVICALLBACK tmagui_quit(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); #ifdef __cplusplus } #endif