Mercurial > public > ostc4
comparison Discovery/Inc/tStructure.h @ 811:4c41d9a18c7f
Added function to skip lines which are not needed for operation:
It was not possible in the previous version to skip lines in the top level menu view which were not used for operation. In the past context sensitive menus as well as layout changes have been introduced which cause the cursor to be placed on lines without function.
To avoid this it is not possible to mark a line as not in use by enabling / disabling it by the individual meni Id.
author | Ideenmodellierer |
---|---|
date | Sun, 27 Aug 2023 20:59:12 +0200 |
parents | dd7ce655db26 |
children | ce8f71217f45 |
comparison
equal
deleted
inserted
replaced
810:e6827fcd7604 | 811:4c41d9a18c7f |
---|---|
178 #define StMCG _MB(2,2,0,0,0) | 178 #define StMCG _MB(2,2,0,0,0) |
179 /* PAGE 3 */ | 179 /* PAGE 3 */ |
180 #define StMSP _MB(2,3,0,0,0) | 180 #define StMSP _MB(2,3,0,0,0) |
181 | 181 |
182 /* PAGE 3 EDIT FIELD CONTENT */ | 182 /* PAGE 3 EDIT FIELD CONTENT */ |
183 #define StMSP_SPLow _MB(2,3,1,0,0) | |
184 #define StMSP_SPHigh _MB(2,3,2,0,0) | |
185 #define StMSP_SPDeco _MB(2,3,3,0,0) | |
186 #define StMSP_Blank _MB(2,3,4,0,0) | |
187 #define StMSP_DelayDeco _MB(2,3,5,0,0) | |
188 #define StMSP_Auto _MB(2,3,6,0,0) | |
189 | |
183 #define StMSP_ppo2_setting _MB(2,3,255,1,0) | 190 #define StMSP_ppo2_setting _MB(2,3,255,1,0) |
184 #define StMSP_Active _MB(2,3,255,3,0) | 191 #define StMSP_Active _MB(2,3,255,3,0) |
185 | 192 |
186 #define StMSP_Sensor1 _MB(2,3,255,6,0) | 193 #define StMSP_Sensor1 _MB(2,3,255,6,0) |
187 #define StMSP_Sensor2 _MB(2,3,255,7,0) | 194 #define StMSP_Sensor2 _MB(2,3,255,7,0) |