############################## NGMP Conductivity Option screen hierarchy #########################
# ToDo:  Screen Name, Sub-menus, prompt strings are actually indices into the language manager table
# ToDo: avoid screen name collisions here and elsewhere - eventually, use LMT 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
# ToDo:  use ':' instead of ',' - avoid escapes
#
#Screen Name			|ScrnID	|Screen	|Sub-menus/parameter_name	|prompt1|prompt2
######################## NGMP Conductivity 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            |ScreenID           |Type   |Submenus/parameter_name|Prompt1|Prompt2
#
# Node Name must be "Methods"; it gets translated to "Conductivity 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|Parameter:Meas Options:Cal Options:Check Std Options
 Delete a Method        |_234			|SRadio |			# special handling - display methods
																# will be implemented and validated later
#
 Parameter				|_478					|SRadio	|parameter      #BugID492: Corrected Screen ID from _259			 to _478				.
#
# Measurement Options:  
 Meas Options           |_236		    |SScroll|# special handling.  Select one of these, depending on parameter (Cond/Sal/TDS/Res)
 # Menu "Cond Meas Options" built in HandleScroll.cpp
 Cond Meas Options      |_402				|SScroll|#Cond Units:Cond Limits:Temp Correction:Correction Factor:Ref Temp
 Sal Meas Options       |_403				|SScroll|Sal Units:Sal Limits
 # Menu "TDS Meas Options" built in HandleScroll.cpp
 TDS Meas Options		|_404				|SScroll|TDS Limits:TDS Form
 # Menu "Res Meas Options" built in HandleScroll.cpp
 Res Meas Options       |_405				|SScroll|#Res Limits:Temp Correction:Correction Factor:Ref Temp
# Conductivity MxOption hierarchy
  Cond Units            |_410			|SRadio	|cdtvtyUnitTyp
  Cond Limits           |_238			|SScroll|#C Lower Lim...:C Upper Lim...
   C Lower Lim Auto LP  |_239			|SText     |cdtvtyLowAutoLP |_444		|_446			
   C Upper Lim Auto LP  |_240			|SText     |cdtvtyHighAutoLP|_444		|_447			
   C Lower Lim Auto MP  |_239			|SText     |cdtvtyLowAutoMP |_444		|_446			
   C Upper Lim Auto MP  |_240			|SText     |cdtvtyHighAutoMP|_444		|_447			
   C Lower Lim uS LP    |_239			|SText     |cdtvtyLowuSLP	|_444		|_446			
   C Upper Lim uS LP    |_240			|SText     |cdtvtyHighuSLP  |_444		|_447			
   C Lower Lim uS MP    |_239			|SText     |cdtvtyLowuSMP	|_444		|_446			
   C Upper Lim uS MP    |_240			|SText     |cdtvtyHighuSMP  |_444		|_447			
   C Lower Lim mS LP    |_239			|SText     |cdtvtyLowmSLP	|_445		|_446			
   C Upper Lim mS LP    |_240			|SText     |cdtvtyHighmSLP  |_445		|_447			
   C Lower Lim mS MP    |_239			|SText     |cdtvtyLowmSMP	|_445		|_446			
   C Upper Lim mS MP    |_240			|SText     |cdtvtyHighmSMP  |_445		|_447			
  Temp Correction       |_413			|SRadio	|temperCompensTyp
  Correction Factor     |_415				|SText	|temperCorrFactor	|_416			
  Ref Temp              |_426				|SRadio	|temperReference
# Salinity MxOption hierarchy
  Sal Units             |_407				|SRadio	|salinityUnit
  Sal Limits            |_238			|SScroll|#Sal Lower Limit:Sal Upper Limit
   Sal Lower Limit NoU  |_239			|SText	|slnityLowNoUnit	|_448	|_449		
   Sal Upper Limit NoU  |_240			|SText	|slnityHighNoUnit	|_448	|_450		
   Sal Lower Limit PM   |_239			|SText	|slnityLowPerMil	|_448	|_449		
   Sal Upper Limit PM   |_240			|SText	|slnityHighPerMil	|_448	|_450		
   Sal Lower Limit gkg  |_239			|SText	|slnityLowGperkg  	|_448	|_449		
   Sal Upper Limit gkg  |_240			|SText	|slnityHighGperkg	|_448	|_450		
   Sal Lower Limit ppt  |_239			|SText	|slnityLowppt  		|_448	|_449		
   Sal Upper Limit ppt  |_240			|SText	|slnityHighppt		|_448	|_450		
# Total Dissolved Solids MxOption hierarchy
  TDS Limits            |_238			|SScroll|TDS Lower Limit:TDS Upper Limit
   TDS Lower Limit      |_239			|SText	|tdsLowLimit		|_451	|_452		
   TDS Upper Limit      |_240			|SText	|tdsHighLimit		|_451	|_453		
  TDS Form			    |_477					|SRadio	|tdsFactorType		|
  TDS Factor		    |_476				|SText	|tdsFactor			|
# Resistivity MxOption hierarchy
  Res Limits            |_238			|SScroll|#Res Lower Limit:Res Upper Limit
   Res Lower Limit LP   |_239			|SText	|rstvityLowLimLP	|_454		|_455		
   Res Upper Limit LP   |_240			|SText	|rstvityHighLimLP	|_454		|_455		
   Res Lower Limit MP   |_239			|SText	|rstvityLowLimMP	|_454		|_455		
   Res Upper Limit MP   |_240			|SText	|rstvityHighLimMP	|_454		|_455		
#
 # Menu "Cal Options" built in HandleScroll.cpp
 Cal Options            |_242				|SScroll|#Current Standard:Calibration Reminder:Std Custom Units:Std Custom Value:Std Custom Ref Temp:Std Custom Factor
  Current Standard      |_483			|SRadio	|calStds
  Calibration Reminder	|_243				|SScroll|Cal Reminder Repeat:Calibration Expires
   Cal Reminder Repeat	|_305			|SRadio |calRemindRepeat
   Calibration Expires  |_246				|SRadio |calExpires
# Add New Standard      |_423				|SText	|	||_424				# special handling - save mpNewValue to calStds->Limit
# Delete A Standard     |_425				|SRadio	|				# special - menu is calStds->Limit
# Reference Temperature |_426				|SText	|temperReference	||_427		
# Set Temp Compensation |_429			|SText	|tempCompensCoef	||_431		
  Std Custom Units      |_480			  |SRadio	|stdCustomUnits
  Std Custom Value      |_467			|SText	|stdCustomValue		|_424		|_468			
  Std Custom Value mS   |_467			|SText	|stdCustomValmS     |_424		|_468			
  Std Custom Ref Temp   |_469				|SText	|stdCustomRefTemp	|_470				|_468			
  Std Custom Factor     |_471				|SText	|stdCustomCoef  	|_472				|_468			
#
 # Menu "Check Std Options" built in HandleScroll.cpp
 Check Std Options      |_250		    |SScroll|#Check Standard Value:Check Standard Reminder:Standard Acceptance Criteria:Chk Std Custom Units:Chk Std Custom Value:Chk Std Custom Ref Temp:Chk Std Custom Factor
  Check Standard Value  |_422				|SRadio	|checkStandard
  Check Standard Reminder|_252					|SScroll|Chk Reminder Repeat:Allow Defer
   Chk Reminder Repeat	|_306			|SRadio |stdRemindRepeat
   Allow Defer          |_255						|SRadio |stdDefer
#  Standard Acceptance Criteria|_256					|SScroll|Check Standard Limits:Std Temp:Temp Criteria:Cal Expires On Failure
  Standard Acceptance Criteria|_256					|SScroll|Check Standard Limits:Cal Expires On Failure
   Check Standard Limits|_257						|SText	|stdLimits		|_266			
#   Std Temp             |_434						|SText	|stdTemperature	|_458		
#   Temp Criteria        |_436						|SText	|stdTempRange	|_438			
   Cal Expires On Failure|_258						|SRadio	|stdFailExpiresCal
  Chk Std Custom Units      |_480			  |SRadio	|chkstdCustomUnits
  Chk Std Custom Value      |_467			|SText	|chkstdCustomValue		|_424		|_468			
  Chk Std Custom Value mS   |_467			|SText	|chkstdCustomValmS      |_424		|_468			
  Chk Std Custom Ref Temp   |_469				|SText	|chkstdCustomRefTemp	|_470				|_468			
  Chk Std Custom Factor     |_471				|SText	|chkstdCustomCoef  	|_472				|_468			
#ck 
