############################## 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			|ScrnID				|Screen	|Sub-menus/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|Resolution:Set Calibration Options
 Delete a Method		|_234					|SRadio	|			# special handling - display methods
																# will be implemented and validated later
#
# Measurement Options		|_236				|SScroll|Resolution
  Resolution			|_646				|SRadio	|resolution
#
 Set Calibration Options	|_242					|SScroll|Select Buffer Set:Buffer Set Values:Set Min Cal Points:Impedance Meas
  Select Buffer Set		|_348					|SRadio	|bufferSet
  Buffer Set Values	|_343				|SScroll|Cal Std1:Cal Std2:Cal Std3:Cal Std4:Cal Std5
    Cal Std1		|_345				|SRadio	|stdVal1
    Cal Std Value1	|_346			|SText	|calCustomStdValue1	|_424		
    Cal Std2		|_345				|SRadio	|stdVal2
    Cal Std Value2	|_346			|SText	|calCustomStdValue2	|_424		
    Cal Std3		|_345				|SRadio	|stdVal3
    Cal Std Value3	|_346			|SText	|calCustomStdValue3	|_424		
    Cal Std4		|_345				|SRadio	|stdVal4
    Cal Std Value4	|_346			|SText	|calCustomStdValue4	|_424		
    Cal Std5		|_345				|SRadio	|stdVal5
    Cal Std Value5	|_346			|SText	|calCustomStdValue5	|_424		
  Set Min Cal Points		|_248					|SRadio	|calMin
  Impedance Meas		|_341					|SRadio	|calimpedanceMeas
#
#
#ck 
