############################## 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, 
  new method
 Modify Current Method	|_233			|SScroll|Measurement Options:Set Calibration Options:Set Check Standard Options:Select Units:Manual Temperature
 Delete a Method		|_234			|SRadio	|			# special handling - display methods
																# will be implemented and validated later
#
 Measurement Options	|_236			|SScroll|Resolution:Limits
  Resolution			|_237				|SRadio	|resolution
  Limits				|_238			|SScroll|Lower Limit:Upper Limit
   Lower Limit			|_239			|SText	|lowerLimit		|_311			|_312			
   Upper Limit			|_240			|SText	|upperLimit		|_313			|_314			
#
 Set Calibration Options|_242				|SScroll|Select Buffer Set:Buffer Set Values:Calibration Reminder:Set Min Cal Points:Slope Limit: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		
  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			|_249				|SText	|slopeLimit		|_265			
  Impedance Meas	|_341				|SRadio	|calimpedanceMeas
#
 Set Check Standard Options|_250			|SScroll|Check Standard Value:Check Standard Reminder:Standard Acceptance Criteria:Chk Std Custom Value
  Check Standard Value  |_422				|SRadio	|checkStandard
#  Check Standard Value	|_251				|SRadio	|checkStandard	|_320			|_321			
  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:Cal Expires On Failure
   Check Standard Limits|_257				|SText	|stdLimits		|_266			
   Cal Expires On Failure|_258				|SRadio	|stdFailExpiresCal
  Chk Std Custom Value      |_467			|SText	|chkstdCustomValue		|_424		|_468			
#
 Select Units			|_259				|SRadio	|parameter
 Manual Temperature		|_338				|SText	|manTemp|_339		
#ck 
