Mercurial > hg > fxanalyse
comparison FXAnalyse.h @ 124:bdfc61a8ebee
Add thousands separator to important numeric displays
author | Daniele Nicolodi <daniele.nicolodi@obspm.fr> |
---|---|
date | Fri, 13 Dec 2013 12:24:00 +0100 |
parents | 35861fe64d14 |
children | 2479ad53982b |
comparison
equal
deleted
inserted
replaced
123:35861fe64d14 | 124:bdfc61a8ebee |
---|---|
37 | 37 |
38 #define PANEL 4 /* callback function: CB_OnEventMain */ | 38 #define PANEL 4 /* callback function: CB_OnEventMain */ |
39 #define PANEL_QUITBUTTON 2 /* control type: command, callback function: QuitCallback */ | 39 #define PANEL_QUITBUTTON 2 /* control type: command, callback function: QuitCallback */ |
40 #define PANEL_STARTBUTTON 3 /* control type: command, callback function: CB_OnStart */ | 40 #define PANEL_STARTBUTTON 3 /* control type: command, callback function: CB_OnStart */ |
41 #define PANEL_STOPBUTTON 4 /* control type: command, callback function: CB_OnStop */ | 41 #define PANEL_STOPBUTTON 4 /* control type: command, callback function: CB_OnStop */ |
42 #define PANEL_FREQ4 5 /* control type: numeric, callback function: (none) */ | 42 #define PANEL_CH4 5 /* control type: numeric, callback function: (none) */ |
43 #define PANEL_FREQ3 6 /* control type: numeric, callback function: (none) */ | 43 #define PANEL_CH3 6 /* control type: numeric, callback function: (none) */ |
44 #define PANEL_FREQ2 7 /* control type: numeric, callback function: (none) */ | 44 #define PANEL_CH2 7 /* control type: numeric, callback function: (none) */ |
45 #define PANEL_FREQ1 8 /* control type: numeric, callback function: (none) */ | 45 #define PANEL_CH1 8 /* control type: numeric, callback function: (none) */ |
46 #define PANEL_CHECKBOX_MATH1ALLAN 9 /* control type: radioButton, callback function: CB_OnAllanPlot */ | 46 #define PANEL_CHECKBOX_MATH1ALLAN 9 /* control type: radioButton, callback function: CB_OnAllanPlot */ |
47 #define PANEL_CHECKBOX_FREQ4ALLAN 10 /* control type: radioButton, callback function: CB_OnAllanPlot */ | 47 #define PANEL_CHECKBOX_FREQ4ALLAN 10 /* control type: radioButton, callback function: CB_OnAllanPlot */ |
48 #define PANEL_CHECKBOX_FREQ3ALLAN 11 /* control type: radioButton, callback function: CB_OnAllanPlot */ | 48 #define PANEL_CHECKBOX_FREQ3ALLAN 11 /* control type: radioButton, callback function: CB_OnAllanPlot */ |
49 #define PANEL_CHECKBOX_FREQ4PLOT 12 /* control type: radioButton, callback function: CB_OnFreqPlot */ | 49 #define PANEL_CHECKBOX_FREQ4PLOT 12 /* control type: radioButton, callback function: CB_OnFreqPlot */ |
50 #define PANEL_CHECKBOX_FREQ2ALLAN 13 /* control type: radioButton, callback function: CB_OnAllanPlot */ | 50 #define PANEL_CHECKBOX_FREQ2ALLAN 13 /* control type: radioButton, callback function: CB_OnAllanPlot */ |
69 #define PANEL_DDS4STEP 32 /* control type: ring, callback function: CB_ChangeDDSStep */ | 69 #define PANEL_DDS4STEP 32 /* control type: ring, callback function: CB_ChangeDDSStep */ |
70 #define PANEL_DDS3STEP 33 /* control type: ring, callback function: CB_ChangeDDSStep */ | 70 #define PANEL_DDS3STEP 33 /* control type: ring, callback function: CB_ChangeDDSStep */ |
71 #define PANEL_DDS2STEP 34 /* control type: ring, callback function: CB_ChangeDDSStep */ | 71 #define PANEL_DDS2STEP 34 /* control type: ring, callback function: CB_ChangeDDSStep */ |
72 #define PANEL_CENTERFREQUENCY 35 /* control type: numeric, callback function: (none) */ | 72 #define PANEL_CENTERFREQUENCY 35 /* control type: numeric, callback function: (none) */ |
73 #define PANEL_SLOPE_APPLIED 36 /* control type: numeric, callback function: CB_SetSlope */ | 73 #define PANEL_SLOPE_APPLIED 36 /* control type: numeric, callback function: CB_SetSlope */ |
74 #define PANEL_MATH4 37 /* control type: numeric, callback function: (none) */ | 74 #define PANEL_CHECKBOX_MATH5PLOT 37 /* control type: radioButton, callback function: CB_OnFreqPlot */ |
75 #define PANEL_MATH5 38 /* control type: numeric, callback function: (none) */ | 75 #define PANEL_CHECKBOX_MATH4PLOT 38 /* control type: radioButton, callback function: CB_OnFreqPlot */ |
76 #define PANEL_MATH3 39 /* control type: numeric, callback function: (none) */ | 76 #define PANEL_CHECKBOX_MATH4ALLAN 39 /* control type: radioButton, callback function: CB_OnAllanPlot */ |
77 #define PANEL_CHECKBOX_MATH5PLOT 40 /* control type: radioButton, callback function: CB_OnFreqPlot */ | 77 #define PANEL_DDS1STEP 40 /* control type: ring, callback function: CB_ChangeDDSStep */ |
78 #define PANEL_CHECKBOX_MATH4PLOT 41 /* control type: radioButton, callback function: CB_OnFreqPlot */ | 78 #define PANEL_TEXTMSG_15 41 /* control type: textMsg, callback function: (none) */ |
79 #define PANEL_CHECKBOX_MATH4ALLAN 42 /* control type: radioButton, callback function: CB_OnAllanPlot */ | 79 #define PANEL_CHECKBOX_MATH5ALLAN 42 /* control type: radioButton, callback function: CB_OnAllanPlot */ |
80 #define PANEL_DDS1STEP 43 /* control type: ring, callback function: CB_ChangeDDSStep */ | 80 #define PANEL_CHECKBOX_MATH3PLOT 43 /* control type: radioButton, callback function: CB_OnFreqPlot */ |
81 #define PANEL_TEXTMSG_15 44 /* control type: textMsg, callback function: (none) */ | 81 #define PANEL_CHECKBOX_MATH5SAVE 44 /* control type: radioButton, callback function: (none) */ |
82 #define PANEL_CHECKBOX_MATH5ALLAN 45 /* control type: radioButton, callback function: CB_OnAllanPlot */ | 82 #define PANEL_SR_LOGGER 45 /* control type: radioButton, callback function: (none) */ |
83 #define PANEL_CHECKBOX_MATH3PLOT 46 /* control type: radioButton, callback function: CB_OnFreqPlot */ | 83 #define PANEL_CHECKBOX_MATH4SAVE 46 /* control type: radioButton, callback function: (none) */ |
84 #define PANEL_CHECKBOX_MATH5SAVE 47 /* control type: radioButton, callback function: (none) */ | 84 #define PANEL_CHECKBOX_MATH3ALLAN 47 /* control type: radioButton, callback function: CB_OnAllanPlot */ |
85 #define PANEL_SR_LOGGER 48 /* control type: radioButton, callback function: (none) */ | 85 #define PANEL_MATHSTRING4 48 /* control type: string, callback function: CB_ChangeMath */ |
86 #define PANEL_CHECKBOX_MATH4SAVE 49 /* control type: radioButton, callback function: (none) */ | 86 #define PANEL_CHECKBOX_MATH2PLOT 49 /* control type: radioButton, callback function: CB_OnFreqPlot */ |
87 #define PANEL_CHECKBOX_MATH3ALLAN 50 /* control type: radioButton, callback function: CB_OnAllanPlot */ | 87 #define PANEL_CHECKBOX_MATH3SAVE 50 /* control type: radioButton, callback function: (none) */ |
88 #define PANEL_MATHSTRING4 51 /* control type: string, callback function: CB_ChangeMath */ | 88 #define PANEL_CHECKBOX_MATH2SAVE 51 /* control type: radioButton, callback function: (none) */ |
89 #define PANEL_MATH2 52 /* control type: numeric, callback function: (none) */ | 89 #define PANEL_CHECKBOX_MATH2ALLAN 52 /* control type: radioButton, callback function: CB_OnAllanPlot */ |
90 #define PANEL_CHECKBOX_MATH2PLOT 53 /* control type: radioButton, callback function: CB_OnFreqPlot */ | 90 #define PANEL_MATHSTRING3 53 /* control type: string, callback function: CB_ChangeMath */ |
91 #define PANEL_CHECKBOX_MATH3SAVE 54 /* control type: radioButton, callback function: (none) */ | 91 #define PANEL_MATHSTRING1 54 /* control type: string, callback function: CB_ChangeMath */ |
92 #define PANEL_CHECKBOX_MATH2SAVE 55 /* control type: radioButton, callback function: (none) */ | 92 #define PANEL_MATHSTRING2 55 /* control type: string, callback function: CB_ChangeMath */ |
93 #define PANEL_CHECKBOX_MATH2ALLAN 56 /* control type: radioButton, callback function: CB_OnAllanPlot */ | 93 #define PANEL_TEXTMSG_16 56 /* control type: textMsg, callback function: (none) */ |
94 #define PANEL_MATHSTRING3 57 /* control type: string, callback function: CB_ChangeMath */ | 94 #define PANEL_MINUS10KDDS1 57 /* control type: command, callback function: CB_OnMinus10k */ |
95 #define PANEL_MATH1 58 /* control type: numeric, callback function: (none) */ | 95 #define PANEL_MINUS10KDDS4 58 /* control type: command, callback function: CB_OnMinus10k */ |
96 #define PANEL_MATHSTRING1 59 /* control type: string, callback function: CB_ChangeMath */ | 96 #define PANEL_MINUS10KDDS3 59 /* control type: command, callback function: CB_OnMinus10k */ |
97 #define PANEL_TEXTMSG_10 60 /* control type: textMsg, callback function: (none) */ | 97 #define PANEL_MINUS10KDDS2 60 /* control type: command, callback function: CB_OnMinus10k */ |
98 #define PANEL_MATHSTRING2 61 /* control type: string, callback function: CB_ChangeMath */ | 98 #define PANEL_PLUS10KDDS4 61 /* control type: command, callback function: CB_OnPlus10k */ |
99 #define PANEL_TEXTMSG_16 62 /* control type: textMsg, callback function: (none) */ | 99 #define PANEL_PLUS10KDDS3 62 /* control type: command, callback function: CB_OnPlus10k */ |
100 #define PANEL_MINUS10KDDS1 63 /* control type: command, callback function: CB_OnMinus10k */ | 100 #define PANEL_PLUS10KDDS1 63 /* control type: command, callback function: CB_OnPlus10k */ |
101 #define PANEL_MINUS10KDDS4 64 /* control type: command, callback function: CB_OnMinus10k */ | 101 #define PANEL_PLUS10KDDS2 64 /* control type: command, callback function: CB_OnPlus10k */ |
102 #define PANEL_MINUS10KDDS3 65 /* control type: command, callback function: CB_OnMinus10k */ | 102 #define PANEL_MATHSTRING5 65 /* control type: textBox, callback function: CB_ChangeMath */ |
103 #define PANEL_MINUS10KDDS2 66 /* control type: command, callback function: CB_OnMinus10k */ | 103 #define PANEL_UTC 66 /* control type: numeric, callback function: (none) */ |
104 #define PANEL_PLUS10KDDS4 67 /* control type: command, callback function: CB_OnPlus10k */ | 104 #define PANEL_TIME 67 /* control type: string, callback function: (none) */ |
105 #define PANEL_PLUS10KDDS3 68 /* control type: command, callback function: CB_OnPlus10k */ | 105 #define PANEL_DDS4 68 /* control type: numeric, callback function: CB_ChangeDDSOut */ |
106 #define PANEL_PLUS10KDDS1 69 /* control type: command, callback function: CB_OnPlus10k */ | 106 #define PANEL_DDS3 69 /* control type: numeric, callback function: CB_ChangeDDSOut */ |
107 #define PANEL_PLUS10KDDS2 70 /* control type: command, callback function: CB_OnPlus10k */ | 107 #define PANEL_N1CALCULUS 70 /* control type: command, callback function: CB_OnNCalculus */ |
108 #define PANEL_TEXTMSG_11 71 /* control type: textMsg, callback function: (none) */ | 108 #define PANEL_FINDSIGN3 71 /* control type: command, callback function: CB_OnFindSign */ |
109 #define PANEL_MATHSTRING5 72 /* control type: textBox, callback function: CB_ChangeMath */ | 109 #define PANEL_SIGN3 72 /* control type: numeric, callback function: CB_Sign3 */ |
110 #define PANEL_UTC 73 /* control type: numeric, callback function: (none) */ | 110 #define PANEL_FINDSIGN2 73 /* control type: command, callback function: CB_OnFindSign */ |
111 #define PANEL_TIME 74 /* control type: string, callback function: (none) */ | 111 #define PANEL_SIGN2 74 /* control type: numeric, callback function: (none) */ |
112 #define PANEL_DDS4 75 /* control type: numeric, callback function: CB_ChangeDDSOut */ | 112 #define PANEL_FINDSIGN1 75 /* control type: command, callback function: CB_OnFindSign */ |
113 #define PANEL_DDS3 76 /* control type: numeric, callback function: CB_ChangeDDSOut */ | 113 #define PANEL_SIGN1 76 /* control type: numeric, callback function: (none) */ |
114 #define PANEL_N1CALCULUS 77 /* control type: command, callback function: CB_OnNCalculus */ | 114 #define PANEL_FIND10K3 77 /* control type: command, callback function: CB_OnFind275K */ |
115 #define PANEL_FINDSIGN3 78 /* control type: command, callback function: CB_OnFindSign */ | 115 #define PANEL_FIND275K2 78 /* control type: command, callback function: CB_OnFind275K */ |
116 #define PANEL_SIGN3 79 /* control type: numeric, callback function: CB_Sign3 */ | 116 #define PANEL_RESETSLOPE 79 /* control type: command, callback function: CB_OnResetSlope */ |
117 #define PANEL_FINDSIGN2 80 /* control type: command, callback function: CB_OnFindSign */ | 117 #define PANEL_CHECKBOX_STOPIFAUTODE 80 /* control type: radioButton, callback function: CB_OnStopSlopeCancellingOnUnlocked */ |
118 #define PANEL_SIGN2 81 /* control type: numeric, callback function: (none) */ | 118 #define PANEL_CHECKBOX_RECENTER 81 /* control type: radioButton, callback function: CB_OnReCentering */ |
119 #define PANEL_FINDSIGN1 82 /* control type: command, callback function: CB_OnFindSign */ | 119 #define PANEL_CHECKBOX_KEEPSLOPE 82 /* control type: radioButton, callback function: CB_OnCROX */ |
120 #define PANEL_SIGN1 83 /* control type: numeric, callback function: (none) */ | 120 #define PANEL_CHECKBOX_KEEP 83 /* control type: radioButton, callback function: CB_OnCROX */ |
121 #define PANEL_FIND10K3 84 /* control type: command, callback function: CB_OnFind275K */ | 121 #define PANEL_SLOPE_REFERENCE 84 /* control type: ring, callback function: CB_OnSlopeReference */ |
122 #define PANEL_FIND275K2 85 /* control type: command, callback function: CB_OnFind275K */ | 122 #define PANEL_ESTIMATE_N3 85 /* control type: command, callback function: CB_OnEstimateN */ |
123 #define PANEL_RESETSLOPE 86 /* control type: command, callback function: CB_OnResetSlope */ | 123 #define PANEL_INVERT_SLOPE_SIGN 86 /* control type: radioButton, callback function: CB_InvertSlopeSign */ |
124 #define PANEL_CHECKBOX_STOPIFAUTODE 87 /* control type: radioButton, callback function: CB_OnStopSlopeCancellingOnUnlocked */ | 124 #define PANEL_MEASURE_SLOPE 87 /* control type: LED, callback function: CB_MeasureSlope */ |
125 #define PANEL_CHECKBOX_RECENTER 88 /* control type: radioButton, callback function: CB_OnReCentering */ | 125 #define PANEL_SLOPE_MEASURED 88 /* control type: numeric, callback function: (none) */ |
126 #define PANEL_CHECKBOX_KEEPSLOPE 89 /* control type: radioButton, callback function: CB_OnCROX */ | 126 #define PANEL_RESET_DEDRIFT_DDS 89 /* control type: command, callback function: CB_ResetDedriftDDS */ |
127 #define PANEL_CHECKBOX_KEEP 90 /* control type: radioButton, callback function: CB_OnCROX */ | 127 #define PANEL_SAVE_RAW_DATA 90 /* control type: radioButton, callback function: (none) */ |
128 #define PANEL_SLOPE_REFERENCE 91 /* control type: ring, callback function: CB_OnSlopeReference */ | 128 #define PANEL_SHOWLOG 91 /* control type: radioButton, callback function: CB_ShowLog */ |
129 #define PANEL_ESTIMATE_N3 92 /* control type: command, callback function: CB_OnEstimateN */ | 129 #define PANEL_SLOPEX2 92 /* control type: radioButton, callback function: CB_SlopeX2 */ |
130 #define PANEL_INVERT_SLOPE_SIGN 93 /* control type: radioButton, callback function: CB_InvertSlopeSign */ | 130 #define PANEL_SAVE_DDS_FREQS 93 /* control type: radioButton, callback function: (none) */ |
131 #define PANEL_MEASURE_SLOPE 94 /* control type: LED, callback function: CB_MeasureSlope */ | 131 #define PANEL_DECORATION_2 94 /* control type: deco, callback function: (none) */ |
132 #define PANEL_SLOPE_MEASURED 95 /* control type: numeric, callback function: (none) */ | 132 #define PANEL_DECORATION 95 /* control type: deco, callback function: (none) */ |
133 #define PANEL_RESET_DEDRIFT_DDS 96 /* control type: command, callback function: CB_ResetDedriftDDS */ | 133 #define PANEL_DECORATION_3 96 /* control type: deco, callback function: (none) */ |
134 #define PANEL_SAVE_RAW_DATA 97 /* control type: radioButton, callback function: (none) */ | 134 #define PANEL_TEXTMSG_6 97 /* control type: textMsg, callback function: (none) */ |
135 #define PANEL_SHOWLOG 98 /* control type: radioButton, callback function: CB_ShowLog */ | 135 #define PANEL_TEXTMSG_7 98 /* control type: textMsg, callback function: (none) */ |
136 #define PANEL_SLOPEX2 99 /* control type: radioButton, callback function: CB_SlopeX2 */ | 136 #define PANEL_DECORATION_4 99 /* control type: deco, callback function: (none) */ |
137 #define PANEL_SAVE_DDS_FREQS 100 /* control type: radioButton, callback function: (none) */ | 137 #define PANEL_DECORATION_7 100 /* control type: deco, callback function: (none) */ |
138 #define PANEL_DECORATION_2 101 /* control type: deco, callback function: (none) */ | 138 #define PANEL_DECORATION_6 101 /* control type: deco, callback function: (none) */ |
139 #define PANEL_DECORATION 102 /* control type: deco, callback function: (none) */ | 139 #define PANEL_DECORATION_5 102 /* control type: deco, callback function: (none) */ |
140 #define PANEL_DECORATION_3 103 /* control type: deco, callback function: (none) */ | 140 #define PANEL_TEXTMSG_20 103 /* control type: textMsg, callback function: (none) */ |
141 #define PANEL_TEXTMSG_6 104 /* control type: textMsg, callback function: (none) */ | 141 #define PANEL_TEXTMSG_19 104 /* control type: textMsg, callback function: (none) */ |
142 #define PANEL_TEXTMSG_7 105 /* control type: textMsg, callback function: (none) */ | 142 #define PANEL_MATH4 105 /* control type: string, callback function: (none) */ |
143 #define PANEL_DECORATION_4 106 /* control type: deco, callback function: (none) */ | 143 #define PANEL_MATH5 106 /* control type: string, callback function: (none) */ |
144 #define PANEL_DECORATION_7 107 /* control type: deco, callback function: (none) */ | 144 #define PANEL_MATH3 107 /* control type: string, callback function: (none) */ |
145 #define PANEL_DECORATION_6 108 /* control type: deco, callback function: (none) */ | 145 #define PANEL_MATH2 108 /* control type: string, callback function: (none) */ |
146 #define PANEL_DECORATION_5 109 /* control type: deco, callback function: (none) */ | 146 #define PANEL_MATH1 109 /* control type: string, callback function: (none) */ |
147 #define PANEL_TEXTMSG_20 110 /* control type: textMsg, callback function: (none) */ | |
148 #define PANEL_TEXTMSG_19 111 /* control type: textMsg, callback function: (none) */ | |
149 | 147 |
150 | 148 |
151 /* Control Arrays: */ | 149 /* Control Arrays: */ |
152 | 150 |
153 /* (no control arrays in the resource file) */ | 151 /* (no control arrays in the resource file) */ |