############################## NGMP pH 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 "pH 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:Calibration Options:Check Standard Options
 Delete a Method			|_234				|SRadio	|			# special handling - display methods
																	# will be implemented and validated later
#
 # Menu "Measurement Options" built in HandleScroll.cpp
 Measurement Options		|_236				|SScroll|#Chemical Form Meas:Meas Units:Nb Of Digits:Auto Stab Crit:Stability Crit Value:Limits
  Chemical Form Meas		|_512					|SRadio	|chemicalFormMeas
  Meas Units				|_514					|SRadio |measUnit
#Result Factor in HP models only
# Result Factor				|						|SText	|resFactor
  Nb Of Digits				|_516					|SRadio |nbOfDigits
  Auto Stab Crit			|_554					|SRadio	|autoStabCrit
  Stability Crit Value		|_550					|SText	|stabCritVal				|_551				
  Limits					|_238				|SScroll|Lower Limit:Upper Limit
   Lower Limit				|_239				|SText	|lowerLimit					|_538			
   Upper Limit				|_240				|SText	|upperLimit					|_539				
#
 # Menu "Calibration Options" built in HandleScroll.cpp
 Calibration Options		|_242					|SScroll|#Select Buffer Set:Chemical Form Cal:Select Std Unit:Calibration Standards:Calibration Reminder:Set Min Cal Points:Slope Limit
  Select Buffer Set			|_247			  	|SRadio	|bufferSet
  Chemical Form Cal			|_518					|SRadio	|chemicalFormCal
  Select Std Unit			|_520					|SRadio	|stdUnit
  # Menu "Calibration Standards" built in HandleScroll.cpp
  Calibration Standards		|_572				|SScroll|Cal Std1:Cal Std2:Cal Std3:Cal Std4:Cal Std5
   Cal Std1		|_345						|SRadio	|stdVal1
   Cal Std2		|_345						|SRadio	|stdVal2
   Cal Std3		|_345						|SRadio	|stdVal3
   Cal Std4		|_345						|SRadio	|stdVal4
   Cal Std5		|_345						|SRadio	|stdVal5
   Cal Std6		|_345						|SRadio	|stdVal6
   Cal Std7		|_345						|SRadio	|stdVal7
   Cal Std Value1						|_522					|SText	|calCustomStdValue1				|_523			
   Cal Std Value2						|_522					|SText	|calCustomStdValue2					|_523			
   Cal Std Value3						|_522					|SText	|calCustomStdValue3					|_523			
   Cal Std Value4						|_522					|SText	|calCustomStdValue4					|_523			
   Cal Std Value5						|_522					|SText	|calCustomStdValue5					|_523			
   Cal Std Value6						|_522					|SText	|calCustomStdValue6					|_523			
   Cal Std Value7						|_522					|SText	|calCustomStdValue7					|_523			
  Calibration Reminder		|_243					|SScroll|Cal Reminder Repeat:Calibration Expires
   Cal Reminder Repeat		|_305				|SRadio |calRemindRepeat
   Calibration Expires		|_246					|SRadio |calExpires
  Set Min Cal Points		|_248					|SRadio	|calMin
  Slope Limit				|_525					|SText	|slopeLimit					|_526			
#
 # Menu "Check Standard Options" built in HandleScroll.cpp
 Check Standard Options		|_250				|SScroll|#Standard:Check Standard Reminder:Standard Accept Criteria:Custom Chemical Form Chk:Custom Check Std Unit:Custom Check Std Value
  Standard					|_529					|SRadio	|checkStandard
  Check Standard Reminder	|_252				|SScroll|Chk Reminder Repeat:Allow Defer
   Chk Reminder Repeat		|_306				|SRadio |stdRemindRepeat
   Allow Defer				|_255					|SRadio|stdDefer
  Standard Accept Criteria	|_256					|SScroll|Check Standard Limits:Cal Expires On Failure
   Check Standard Limits	|_257					|SText	|stdLimits					|_266			
   Cal Expires On Failure	|_258					|SRadio	|stdFailExpiresCal
  Custom Chemical Form Chk	|_530					|SRadio |chemicalFormChk
  Custom Check Std Unit		|_532					|SRadio	|chkStdUnit
  Custom Check Std Value	|_534					|SText	|chkStdVal					|_535				
#ck 
