;**********************************************************************
; Configurao da caixa de dialogo de saida
;    <part> <str or image name> (<action>)
;
;    Action is specified in the case of RadioButton. (blwm internal
;    function or exec file name)
;**********************************************************************
[ExitDialog]
Title		"Saida do Blanes 2000"
StaticText	"O que deseja fazer?"
RadioButton	"Sair do Blanes 2000."		BLWM_EXIT
RadioButton 	"Desligar o Computador."	"EXEC shutdown -h now"
RadioButton 	"Reiniciar o Blanes 2000."	BLWM_RESTART
IconImage 	"exit.xpm"
OKButton	"\&Sim"
CancelButton	"\&No"
HelpButton	"\&Ajuda"            		
