!
! Modified for xdm+ 09/29/98 by Miles O'Neal <meo@rru.com>
!
! xdm widget hierarchy:
!   toplevel
!     form		-- Form widget
!       login		-- Login widget
!       buttons		-- Form widget
!         ok		-- Command widget
!         reset		-- Command widget
!         restart	-- Command widget
!         failsafe	-- Command widget
!         help		-- Command widget
!
!	SPEEDO fonts are used throughout the defaults for scalability.
!
!	XLOGIN RESOURCES
!
xlogin*login.translations:	#override\
	Ctrl<Key>R: abort-display()\n\
	<Key>F1: set-session-argument(failsafe) finish-field()\n\
	Ctrl<Key>Return: set-session-argument(failsafe) finish-field()\n\
	<Key>Return: set-session-argument() finish-field()
!
xlogin*BorderWidth:		3
xlogin*Command*BorderWidth:	1
xlogin*helpText*BorderWidth:	1
!
xlogin*Login.greeting:		SERVERHOST (Login to CLIENTHOST)
xlogin*Login.unsecureGreeting:	Welcome to Wild Ride
xlogin*Login.greetFont:		-bitstream-charter-bold-i-*--*-200-*-*-*-*-*-*
!
!   There is a space character after the backslash (\)
!
!xlogin*Login.namePrompt:	Username: \ 
!xlogin*Login.passwdPrompt:	Password: \ 
xlogin*Login.namePrompt:	Who Are You? \ 
xlogin*Login.passwdPrompt:	Prove It! \ 
xlogin*Login.promptFont:	-bitstream-charter-bold-r-*-*-*-160-*-*-*-*-*-*
xlogin*Login.Font:		-bitstream-charter-bold-r-*-*-*-160-*-*-*-*-*-*
!
!xlogin*Login.fail:		Incorrect login
xlogin*Login.fail:		Yeah, right. Try again!
xlogin*Login.failFont:		-bitstream-charter-bold-i-*--*-200-*-*-*-*-*-*
xlogin*Login.failTimeout:	15
!
!   Buttons
!
xlogin*Command*shapeStyle:	oval
xlogin*Command*Font:		-*-lucidatypewriter-bold-r-*-*-*-140-*-*-*-*-*-*
xlogin*ok*Label:		Login
xlogin*reset*horizDistance:	15
xlogin*reset*Label:		Reset
xlogin*restart*horizDistance:	15
xlogin*restart*Label:		Restart
xlogin*failsafe*horizDistance:	15
xlogin*failsafe*Label:		Min Session
xlogin*help*horizDistance:	15
xlogin*help*Label:		Help
!
!xlogin*geometry:		400x200
!
!   Help popup
!
xlogin*helpPopup*helpText*width:	450
xlogin*helpPopup*helpText*height:	400
!
*helpPopup*helpText*font:	-bitstream-courier-medium-r-*--*-120-*-*-*-*-*-*
*helpPopup*helpDone*font:	-bitstream-courier-bold-r-*--*-140-*-*-*-*-*-*
!
DisplayManager*removeDomainname:	True
!
!	XCONSOLE RESOURCES
!
XConsole.text.geometry:		480x130
XConsole.verbose:		True
XConsole*iconic:		True
XConsole*font:			fixed
!
!	COLORS - FOR ALL XDM PIECES
!
#ifdef COLOR
xlogin*Background:		Black
!xlogin*shadowWidth:		2
!xlogin*bottomshadowPixel:	Gray50
xlogin*greetColor:		#6cc6c7
xlogin*failColor:		Red
xlogin*promptColor:		#7fced3
!
xlogin*ok*Background:		Green
xlogin*reset*Background:	Yellow
xlogin*restart*Background:	Orange
xlogin*failsafe*Background:	Violet
xlogin*help*Background:		Cyan
xlogin*Command*Foreground:	Black
!
xlogin*helpPopup*Background:	Yellow
xlogin*helpPopup*Foreground:	Black
xlogin*helpPopup*helpDone*Background:	Green
!
*Foreground:			Green
!
#else /* MONO */
xlogin*Foreground:		Black
xlogin*Background:		White
XConsole*Foreground:		White
XConsole*Background:		Black
#endif /* COLOR/MONO */

!
!   CHOOSER
!
! chooser widget hierarchy
!   toplevel
!     paned             -- Pane widget
!       label           -- Label widget
!       viewport        -- Viewport widget
!         list          -- List widget
!       box             -- Box widget
!         cancel        -- Command widget
!         acceptit      -- Command widget
!         ping          -- Command widget
!         help          -- Command widget

Chooser*allowResize:            True
Chooser*allowShellResize:       False

Chooser*toplevel.height:        200
Chooser*toplevel.width:         400
Chooser*paned.height:           200
Chooser*paned.width:            400
Chooser*viewport.height:        200
Chooser*viewport.width:         400
Chooser*list.height:            100
Chooser*list.width:             400

Chooser*viewport.forceBars:     False

Chooser*BorderWidth:            3
Chooser*paned*BorderWidth:      1
Chooser*Command*BorderWidth:    1

Chooser*label.font:             -*-helvetica-bold-o-*--*-180-*-*-*-*-*-*
Chooser*label.label:            XDMCP Hosts (from CLIENTHOST)
Chooser*list.font:              -*-clean-medium-r-*--*-160-*-*-*-*-*-*

Chooser*box*hSpace:             15
Chooser*Command*font:           -*-clean-bold-r-*--*-160-*-*-*-*-*-*
Chooser*ShapeStyle:		Oval
Chooser*accept*Label:           Connect
Chooser*cancel*Label:           Cancel
Chooser*ping*Label:             Ping
Chooser*help*Label:             Help

Chooser*helpPopup*helpText*width:       450
Chooser*helpPopup*helpText*height:      300

*list.translations:	#override \
	<BtnDown>:	Set() CheckWilling() \n\
	<BtnUp>(2):	Accept()
*list.defaultColumns:	1
*list.forceFolumns:	true
*cancel.translations:	#override \
	<BtnUp>:		Cancel() unset()
*accept.translations:	#override \
	<BtnUp>:		Accept() unset()
*ping.translations:	#override \
	<BtnUp>:		Ping() unset()


*helpPopup*helpText*font:	-*-clean-medium-r-*--*-140-*-*-*-*-*-*

Chooser*Foreground:             Black
Chooser*helpPopup*Foreground:   Black

#ifdef COLOR
Chooser*Background:             #99ccff
Chooser*Command*Background:     #99ccff
Chooser*accept*Background:      Green
Chooser*cancel*Background:      Orange
Chooser*ping*Background:        Magenta
Chooser*help*Background:        Cyan
Chooser*helpPopup*helpDone*Background:  Green
!
Chooser*helpPopup*Background:   Yellow
#else /* MONO */
Chooser*Background:		White
#endif /* COLOR/MONO */
