############################## NGMP LDO Option screen hierarchy #########################
# ScreenID, Parent are Language StringIDs.
# TODO: avoid screen name collisions here and elsewhere, use Language indices
# Each Display Title can be optionally captured by a C "switch" statement in SScroll, SAlphaNum, etc.
#   - to allow non-global screen names, the menu subgroup is (e.g."NGMPPortable") is also switched in SScroll, SAlphaNum
# Sub-Menus: Capitalized(or numeric), Parameters: lowercase
#
#Screen Name				|ScrnID						|Screen	|Sub-menus/parameter_name	|prompt1|prompt2
#
# Node Name must be "Methods"; it gets translated to "LDO Methods" by the Language file
Methods						|_230						|SScroll|Current Method:Modify Current Method:Save Current Method As:Delete a Method
 Current Method				|_231					|SRadio	|method		# special - load new method
 Save Current Method As		|_232					|SText	|				|_235					|		# special - save current method to a new file name, select new method
# Modify Current Method %	|_233					|SScroll|Measurement Options %:Select Units:Set Calibration Options
# Modify Current Method mgl	|_233					|SScroll|Measurement Options %:Select Units:Set Calibration Options
 Modify Current Method		|_233					|SScroll|Measurement Options %:Select Units:Set Calibration Options %
 Delete a Method			|_234					|SRadio	|			# special handling - display methods
																# will be implemented and validated later
#
#
 Measurement Options %		|_236					|SScroll|Response:Limits %:Salinity Menu:Pressure Units:Averaging Interval
 Measurement Options mgl	|_236					|SScroll|Resolution:Limits mgl:Salinity Menu:Pressure Units:Averaging Interval
  Response					|_268						|SRadio	|response
  Limits %					|_238					|SScroll|Lower Limit %:Upper Limit %
   Lower Limit %			|_239					|SText	|lowerLimitPercent		|_297		
   Upper Limit %			|_240					|SText	|upperLimitPercent		|_298		
  Resolution				|_237						|SRadio	|resolution
  Limits mgl				|_238					|SScroll|Lower Limit mgl:Upper Limit mgl
   Lower Limit mgl			|_239					|SText	|lowerLimitmgl			|_297		
   Upper Limit mgl			|_240					|SText	|upperLimitmgl			|_298		
  Salinity Menu				|_357						|SScroll|Salinity Correction:Sal Correction Factor	|
  Salinity Correction		|_395						|SRadio	|salCorrectionSetting
  Sal Correction Factor		|_506						|SText	|salinityCorrection		|_394			
  Pressure Units			|_362						|SRadio	|pressureForm
  Averaging Interval		|_507					|SRadio	|averageinterval
 Select Units				|_259						|SRadio	|displayParameters
#
 Set Calibration Options %	|_242						|SScroll|Select Std Set:Calibration Reminder
 Set Calibration Options mgl|_242						|SScroll|Select Std Set:Set Standard Value:Calibration Reminder
 Set Calibration Options Factory|_242					|SScroll|Select Std Set
  Select Std Set			|_383		|SRadio		|stdSet
  Calibration Reminder		|_243						|SScroll|Cal Reminder Repeat:Calibration Expires
   Cal Reminder Repeat		|_305					|SRadio |calRemindRepeat
   Calibration Expires		|_246						|SRadio |calExpires
 Set Standard Value			|_366						|SText	|calValue	|_424		
#ck 
