Mercurial > hg > fxanalyse
comparison FXCalcN.h @ 0:d9aae7d7f2c6
Import
author | Daniele Nicolodi <daniele.nicolodi@obspm.fr> |
---|---|
date | Tue, 03 Jul 2012 10:38:59 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:d9aae7d7f2c6 |
---|---|
1 /**************************************************************************/ | |
2 /* LabWindows/CVI User Interface Resource (UIR) Include File */ | |
3 /* Copyright (c) National Instruments 2009. All Rights Reserved. */ | |
4 /* */ | |
5 /* WARNING: Do not add to, delete from, or otherwise modify the contents */ | |
6 /* of this include file. */ | |
7 /**************************************************************************/ | |
8 | |
9 #include <userint.h> | |
10 | |
11 #ifdef __cplusplus | |
12 extern "C" { | |
13 #endif | |
14 | |
15 /* Panels and Controls: */ | |
16 | |
17 #define CalcNHg 1 | |
18 #define CalcNHg_TARGET 2 | |
19 #define CalcNHg_COMMANDBUTTON 3 | |
20 #define CalcNHg_COMMANDBUTTON_2 4 | |
21 #define CalcNHg_NUMERIC 5 | |
22 #define CalcNHg_NUMERIC_2 6 | |
23 #define CalcNHg_NUMERIC_3 7 | |
24 #define CalcNHg_CHECKBOX 8 | |
25 #define CalcNHg_TEXTMSG 9 | |
26 | |
27 | |
28 /* Menu Bars, Menus, and Menu Items: */ | |
29 | |
30 /* (no menu bars in the resource file) */ | |
31 | |
32 | |
33 /* (no callbacks specified in the resource file) */ | |
34 | |
35 | |
36 #ifdef __cplusplus | |
37 } | |
38 #endif |