###########################################################################
# File:		gl_circle.txt
#
# Purpose:	IRISVISION ADI Driver Command Palette Text File
# 
# Notes:	1. Menu text [between brackets] is limited to 8 characters.
#		2. Command text is limited to 256 characters.
#
#	AUTOCAD MENU COMMANDS RECOGNIZED
#	------------------------------------------
#	^B	- Toggle Snap On/Off
#	^C	- Cancel
#	^D	- Toggle Coords On/Off
#	^E	- Toggle Isoplane Top/Right/Left
#	^G	- Toggle Grid On/Off
#	^O	- Toggle Ortho On/Off
#	^T	- Toggle Tablet On/Off
#	;	- Same as carriage return
#	'	- Transparent command prefix
#	[]	- Enclose menu button title string
###########################################################################
[Cen, Dia](command ".CIRCLE" pause "DIA" pause)
[Cen, Rad](command ".CIRCLE" pause pause)
[        ]
[        ]
[2-Point](command ".CIRCLE" "2P" pause pause)
[3-Point](command ".CIRCLE" "3P" pause pause pause)
[        ]
[        ]
[TTR](command ".CIRCLE" "TTR" pause pause pause)
[        ]
[        ]
[        ]
[        ]
[        ]
[Enter];
[Cancel]^C
[Last   >]'PALETTE_last
[Draw   >]'PALETTE_draw
[OSNAP  >]'PALETTE_osnap
[Top    >]'PALETTE_top
