VERSION 3	//  *********************************************
		//  *	Carma2 front-end interface file		*
		//  *						*
		//  *    Specifies location and content of 	*
		//  *	  interface screen elements		*
		//  *						*
		//  *********************************************

Quit Menu	// Screen Title

3		// number of elements/items on screen
0		// number of groups
quit.tif	// underlay modelname


// Spec. for each item 
ARE_YOU_SURE?	// Button text - XXX denotes no text - use underscore for spaces
180,140		// xpos, ypos
128, 32, 	// width, height
5, 5,		// "unlit" font, "hilighted" font
0		// pixelmap index (0 = no image)
0		// Greyed-out backdrop?	1=yes, 0=no
0		// selectable?  i.e. 0 if a "button", 1 if an "option -  a button does something, an option represents a value
0		// group
0		// level bar id
0		// wrap text?
0		// disable glow?

Yes
200, 200,	// xpos, ypos
128, 32, 	// width, height
6, 7		// normal font, hilight font
0		// pixelmap index (0 = no image)
0		// Greyed-out backdrop?	1=yes, 0=no
0		// selectable?  i.e. 0 if a "button", 1 if an "option -  a button does something, an option represents a value
0		// group
0		// level bar id
0		// wrap text?
0		// disable glow?

No, 
340, 200, 
128, 32, 
6, 7
0		// pixelmap index (0 = no image)
0		// Greyed-out backdrop?	1=yes, 0=no
0		// selectable?  i.e. 0 if a "button", 1 if an "option -  a button does something, an option represents a value
0		// group
0		// level bar id
0		// wrap text?
0		// disable glow?

//Scrolling list specs
0	// # of scrollers

//Radio Button specs
0	// # of radio button groups

// level bar specs
0





