# File Name:    note_options
# File Purpose: This file creates the user note menu, in the electronic notes
#               pop-up. It is used to supply the user with a selectable list
#               of pre-defined notes.
# Written by:   Ian Ticehurst (Autom8 Ltd.)
# Version 1A.:  Date: 16.08.00 - Initial design and development.
# Version 1B.:  Date: 22.11.00 - Fix problem with comment lines without "#".
############################# Start of notes ###############################
# This file is read by the electronic notes function and is used to create the
# user note menu that can be used when adding new notes to a step. It is a
# simple parameter file with two parts to each line (each line forming one
# line in the user note menu. Each part of the line must be enclosed within
# a single quote (as can be seen in the example below). The first section of
# the line is what will appear in the menu. The second section of the line is
# the note title.
# Note that in order to modify this file, Genesis needs to be restarted.
############################# End of notes ###############################
'Customer request'     'This change was requested by the customer'
'Engineering change'   'Internal engineering change' 
'Check needed'         'Check required here' 
'Analysis problem'     'Analysis problem to report to customer'
