############################## NGMP Option screen hierarchy #########################
#
# This table controls the NGMP Configurable parameter screen hierarchy,
#   and is active when the Setup key is pressed.
# Each Record consists of fields separated by a vertical bar ('|'):
#   Screen Name:	Screen Name; Primary Key (must be unique)
#   Screen ID:		localized Screen Name; a StringID (see Language Table - Languages.xls)
#	Screen Type:	Scroll box, Dialog, Text Entry, Radio Buttons, etc.
#	Menus:			separated by ':'. capitalized/numeric = menus, lower-case = parameter
#	Prompts:
# Strings can be plaintext (non-localized and not recommended) or a StringID (e.g. "_126")				
# ScreenIDs can by used by UI Handlers (e.g. CHText, the TextBox handler) for specials.
#
#Screen Name				|ScrnID			|Screen	|Sub-menus/parameter_name	|prompt1|prompt2
#
Results						|_44			|SResult|
CalSequence					|_40			|Sequence|Calibration:Calibration Summary
 Calibration				|_41			|SCalibrate||
 Calibration Summary		|_42			|SDialog|#dynamic: use char** MxEngine::CalSummary()
Connect						|_4			|SConnect||
#
Options Restricted			|_81			|SScroll|Chk Std ProbeSel:Setup Measurement Mode:Instrument Information:Enter Password:Display Options:Sound:DateTime:Temperature Units:Language
 Enter Password				|_111		|SText	|enteredPassword	|_137						
Options						|_80			|SScroll|Chk Std ProbeSel:Setup Measurement Mode:Instrument Information:Access Control:Display Options:Sound:DateTime:Temperature Units:Language
 Probe1						|_230			|SScroll|#dynamic; to probe-specific config
 Probe2						|_230			|SScroll|#dynamic; to probe-specific config
 Chk Std ProbeSel			|_83			|SScroll|Probe1:Probe2	# special: connected probes
  Check Standard			|_85			|SChkStd|				# special: probe select
  Defer Check Standard		|_89			|SRadio	|deferChk
 Setup Measurement Mode		|_97			|SScroll|Select Mode:Set Duration:Set Interval	# measMode != PTR
  Select Mode				|_98			|SRadio	|measMode
  Set Duration				|_103			|SRadio	|measDuration
  Set Interval				|_105			|SRadio	|measInterval
 Instrument Information		|_107			|SScroll|LT Probe Information:RT Probe Information:Meter Information:USB Type
  LT Probe Information		|_108		|SDialog|# use char**MxEngine::probeInfo, customize title
  RT Probe Information		|_109		|SDialog|# use char**MxEngine::probeInfo, customize title
  Meter Information			|_148			|SDialog|# use model.txt, version.txt
  USB Type					|_39			|SRadio	|usbDeviceType
 Access Control				|_111		|SScroll|Set Access Control:Set Password
  Set Access Control		|_111		|SRadio	|accessControl			
  Set Password				|_112			|SText	|password			|_113		
 Display Options			|_114			|SScroll|Adjust Contrast:Auto Shutoff:Backlight:DispMode
  Adjust Contrast			|_115			|SText	|contrast		|_117						
  Auto Shutoff				|_36			|SRadio	|autoshutoff
  Backlight				|_37				|SRadio	|backlight
  DispMode				|_34				|SRadio	|displayMode
 Sound					|_38			|SCheck	|sound
 Temperature Units			|_133		|SRadio	|tempUnits
DateTime				|_126			|STime	|	
 Language				|_135			|SRadio	|language
Operator ID				|_160			|SScroll|Select Operator ID:Create Operator ID:Delete Operator ID
 Select Operator ID			|_162			|SRadio	|operator
 Create Operator ID			|_163			|SText	|hideoperatorAdd|_166		|_161		# special: add operator value to limits
 Delete Operator ID			|_165			|SRadio	|hideoperatorDel	# special: delete operator value from limits
Sample ID				|_168			|SScroll|Select Sample ID:Create Sample ID:Delete Sample ID
 Select Sample ID			|_170			|SRadio	|sampleid
 Create Sample ID			|_171			|SText	|hidesampleidAdd|_174		|_169			# special: add operator value to limits
 Delete Sample ID			|_173			|SRadio	|hidesampleidDel	# special: delete operator value from limits
Data Log				|_190			|SScroll|View Data Log:Delete Data Log:Send Data Log:View Probe Data:Method Transfer:Report Options
 View Data Log				|_191			|SDialog|
 Delete Data Log			|_192		|SDialog|
 Send Data Log				|_193			|SDialog|
 View Probe Data			|_194			|SScroll|LTProbe:RTProbe
Data Log LP				|_190			|SScroll|View Data Log:Delete Data Log:Send Data Log:View Probe Data:Method Transfer:Report Options
 View Probe Data LP			|_194			|SScroll|LTProbe LP:RTProbe LP
  LTProbe LP				|_220			|SScroll|ViewCurrentCal:SendCurrentCal:ViewCalHistory:SendCalHistory
  RTProbe LP				|_221			|SScroll|ViewCurrentCal:SendCurrentCal:ViewCalHistory:SendCalHistory
  LTProbe				|_220			|SScroll|ViewCurrentCal:SendCurrentCal:ViewCalHistory:SendCalHistory
  RTProbe				|_221			|SScroll|ViewCurrentCal:SendCurrentCal:ViewCalHistory:SendCalHistory
   ViewCurrentCal			|_215			|SDialog|
   SendCurrentCal			|_216			|SDialog|
   ViewCalHistory			|_217			|SScroll|
   SendCalHistory			|_218			|SDialog|
 #Report Options				|_195			|SRadio	|reportOptions
 Report Options				|_195			|SScroll	|Report Type:Column Headers
  Report Type				|_224		|SRadio		|reportType
  Column Headers			|_225			|SRadio		|columnHeader
 Data Log Empty				|_201			|SDialog|
 Calibration Empty			|_226		|SDialog|
 Calibration Details		|_204		|SDialog|
 View Summary Calibration	|_219			|SScroll|
# Method Transfer is triggered by USB plug-in event
#Method Transfer Sequence	|_580		|Sequence | Method Transfer Mode Select:Method Import Select:Transfer In Progress:Transfer Summary
# Method Transfer Mode Select|_583				|SRadio |transferMode
 Method Transfer			|_582			|SScroll| Method Import Select:Method Export Select
 Method Import Select		|_587			|SCheck	| 	# Special handling - event driven
 Method Export Select		|_588			|SCheck	| 
 Transfer In Progress		|_590			|SDialog|
 Transfer Summary			|_611				|SDialog	|
 Transfer Details			|_619				|SDialog	|
 Method Overwrite Warning	|_593				|SDialog	|
 Meter Out of Date Warning	|_606				|SDialog	|
 Transfer Capacity Warning	|_601			|SDialog	|
 Memory Warning				|_560		  |SDialog|					# special handling when Memory errors
 Data Loss Warning		|_652			  |SDialog|					# special handling when Memory errors
#ck 
