!
!  Xcluster resources
!
*font:				*-helvetica-medium-r-*--12-*
*Label.Center:			True
*borderWidth:			1
*Button.borderWidth:		0
*Button.borderThickness:	2
*Button.padding:		1
*Button.toggle:			True
*Button*deactivateProc:		unset()
*Form.padding:			2


*xclusterWindow.borderWidth:	3
*xclusterWindow.title:		Xcluster
*xclusterWindow.minWidth:	865
*xclusterWindow.minHeight:	400
*xclusterWindow.geometry:	865x755
*xclusterWindow.defGeometry:	865x755

*label1.label:			XCLUSTER           Cluster Monitor
*label1.font:			*-helvetica-bold-r-*--18-*
*mapwin.borderWidth:		0
*twin.borderWidth:		0

*text.width:			815
*text.height:			320

*quit*quitLabel.label:		Quit
*help*helpLabel.label:		Help
*quit*Button.toggle:		False
*help*Button.toggle:		False

*buttonQuit.activateProc:	quit()
*buttonHelp.activateProc:	createTree("helpDialog"),mapTree("helpDialog")

*map.resizeProc:		resize()
*map.exposeProc:		expose()
*map.eventProc:			map_hit()

*text.resizeProc:		text_resize()
*text.exposeProc:		check_cluster()
*text.eventProc:		text_hit()

*button0*activateProc:		button(0)
*button1*activateProc:		button(1)
*button2*activateProc:		button(2)
*button3*activateProc:		button(3)
*button4*activateProc:		button(4)
*button5*activateProc:		button(5)
*button6*activateProc:		button(6)
*button7*activateProc:		button(7)
*button8*activateProc:		button(8)
*button9*activateProc:		button(9)
*button10*activateProc:		button(10)
*button11*activateProc:		button(11)
*button12*activateProc:		button(12)
*button13*activateProc:		button(13)
*button14*activateProc:		button(14)
*button15*activateProc:		button(15)
*button16*activateProc:		button(16)
*button17*activateProc:		button(17)
*button18*activateProc:		button(18)
*button19*activateProc:		button(19)




!
! Help dialog
!
*helpDialog.tree:						\
{								\
  Window window;						\
    {								\
      Form form;						\
        {							\
	  Label line1;						\
	  Label line2;						\
	  Label line3;						\
	  Label line4;						\
	  Label line5;						\
	  Label line6;						\
	  Window close; { Button close; { Label close; } }	\
        }							\
    }								\
}

*helpDialog.window.mapped:		False
*helpDialog*form.form:			close: - - 95 95	\
					line1: 0 5 100 -	\
					line2: 10 line1 - -	\
					line3: 5 line2 - -	\
					line4: 5 line3 - -	\
					line5: 10 line4 - -	\
					line6: 5 line5 - -


*helpDialog*window.geometry:		445x180
*helpDialog*window.minWidth:		445
*helpDialog*window.minHeight:		180
*helpDialog*window.title:		XCLUSTER Help

*helpDialog*line1.label:		Directions:
*helpDialog*line1.font:			*-helvetica-bold-r-*--18-*
*helpDialog*line1.Center:		True
*helpDialog*line2.label:		\
  For information on the number of machines available in a particular
*helpDialog*line3.label:		\
  cluster, click any button on the mouse somewhere near the cluster
*helpDialog*line4.label:		\
  you are interested in.  Or, click on one of the buttons below the map.
*helpDialog*line5.label:		\
  Information on the status of printers in that cluster will be
*helpDialog*line6.label:		\
  displayed, as well as phone number(s), if available.

*helpDialog*close.activateProc:		unmapTree("helpDialog")
*helpDialog*close.label:		Close Help Window
*helpDialog*close.toggle:		False
