#	@(#) mgen_form 23.2 91/08/29 
#
#	Copyright (C) 1990-1991 The Santa Cruz Operation, Inc.
#		All Rights Reserved.
#	The information in this file is provided for the exclusive use of
#	the licensees of The Santa Cruz Operation, Inc.  Such users have the
#	right to use, modify, and incorporate this code into other products
#	for purposes authorized by the license agreement provided they include
#	this notice and the associated copyright notice with any such product.
#	The information in this file is provided "AS IS" without warranty.
#

((OPADM
A, TEXT, Enter name of command
B, TEXT, Enter description of command
C, TEXT, Enter path name of command
*
  Name:         [            ]                            '
  Description:  [                    ]
  Path Name:    [                                       ]
*
A,
B,
C,
))


((EDIT_APP
A, TEXT, Enter name of command
B, TEXT, Enter description of command
C, TEXT, Enter path name of command
*
  Name:         [            ]                            '
  Description:  [                    ]
  Path Name:    [                                       ]
*
A,
B,
C,
))


((EDIT_UTIL
A, TEXT, Enter name of command
B, TEXT, Enter description of command
C, TEXT, Enter path name of command
*
  Name:         [            ]                            '
  Description:  [                    ]
  Path Name:    [                                       ]
*
A,
B,
C,
))

((EDIT_AFLDR
A, TEXT, Enter name of folder
B, TEXT, Enter description of folder
*
  Name:         [         ]                            '
  Description:  [                    ]
*
A,
B,
))

((EDIT_UFLDR
A, TEXT, Enter name of folder
B, TEXT, Enter description of folder
*
  Name:         [         ]                            '
  Description:  [                    ]
*
A,
B,
))

((FLDR_CHOOSE
A, SELECT,
*
   Where in the list should   '
    the folder be placed?

  [Beginning] [End] [Choose]
*
A, 0, b, Add folder to beginning of list
A, 1, e, Add folder to end of list
A, 2, c, Choose a location to insert folder
))

((CMD_CHOOSE
A, SELECT,
*
   Where in the list should   '
    the command be placed?

  [Beginning] [End] [Choose]
*
A, 0, b, Add command to beginning of list
A, 1, e, Add command to end of list
A, 2, c, Choose a location to insert command
))

((ITEM_CHOOSE
A, SELECT,
*
   Where in the list should   '
    the item(s) be placed?

  [Beginning] [End] [Choose]
*
A, 0, b, Add items to beginning of list
A, 1, e, Add items to end of list
A, 2, c, Choose a location to insert item(s)
))

((DELETE
A, SELECT,
*
  Delete selected item(s)?  '
        [Yes] [No]
*
A, 0, y, Delete selected items
A, 1, n, Cancel deletion
))

