!OSF/Motif: @(#)xmst	1.0	93/10/07
!********************************************************************
!********************************************************************
!
!  SecuDE Release 4.4 (GMD)
!
!*******************************************************************
! Copyright (C) 1991, GMD. All rights reserved.                    *
!                                                                  *
!                                                                  *
!                         NOTICE                                   *
!                                                                  *
!    Acquisition, use, and distribution of this module             *
!    and related materials are subject to restrictions             *
!    mentioned in each volume of the documentation.                *
!                                                                  *
!*******************************************************************

!-----------------------XMst---------------------------------------*
!                                                                  *
!------------------------------------------------------------------*
! GMD Darmstadt Institute for System Technic (I2)                  *
! Rheinstr. 75 / Dolivostr. 15                                     *
! 6100 Darmstadt                                                   *
! Project ``Secure DFN'' 1990 / "SecuDE" 1991/92/93                *
! Grimm/Nausester/Schneider/Viebeg/Vollmer 	                   *
! Luehe/Surkau/Reichelt/Kolletzki		                   *
!------------------------------------------------------------------*
!                                                                  *
! PROGRAM   xmst            VERSION   1.0                          *
!                              DATE   01.11.1993                   *
!                                BY   Kolletzki                    *
!                                                                  *
! MODULE    XMst	                                           *
!                                                                  *
! DESCRIPTION                                                      *
! 	X resources for Motif/SecTool				   *
!                                                                  *
!------------------------------------------------------------------*

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!					!!
!!	Self-defined resources		!!
!!					!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!! some useful cursor symbols: watch, target, rlt_logo, clock, gumby
!! locked window
*busycursor:				gumby
!! calculating
*thinkcursor:				watch

!! Background color for textfields using the focus color switch feature
!! (not applicable to read-only-textfields)
*focuscolor:				LightGray

!! Background color for button of active list using the clipboard feature
*activelistcolor:			burlywood


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!					!!
!!	Standard widget resources	!!
!!					!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!!
!! 	Don't highlight any focus
!!
*highlightThickness:			0

!!
!! 	Widget colors
!!

!! xmst background, set toggle buttons, Scrolled lists, Standard dialogs, Pulldown menus

*background:						SkyBlue
*XmToggleButton*selectColor:				Yellow
*XmList*background:					cornsilk
*XmMessageBox*background:				burlywood
*XmMessageBox*XmList*background:			cornsilk
*XmMenuShell*background:				Gray

!!	Template dialog inner colors

*debug_dialog*XmForm*background:			burlywood
*debug_dialog*XmForm*XmText*background:			LightGray
*clipboard_dialog*XmForm*background:			burlywood
*clipboard_dialog*XmForm*XmText*background:		cornsilk
*config_dialog*XmScrolledWindow*XmForm*background:	#30e0ff
*guide_dialog*XmForm*background:			burlywood
*guide_dialog*XmForm*XmText*background:			moccasin
*viewer_dialog*XmForm*background:			burlywood
*viewer_dialog*XmForm*XmText*background:		cornsilk
*file_dialog*XmForm*background:				#30e0e0
*file_dialog*XmForm*XmList*background:			cornsilk
*crypt_dialog*XmForm*background:			#30e0e0
*crypt_dialog*XmForm*XmList*background:			cornsilk
*alias_dialog*XmForm*background:			#30e0e0
*alias_dialog*XmForm*XmList*background:			cornsilk

!!
!! 	Fonts
!!
*fontList:				-adobe-helvetica-medium-r-normal--12-*-*-*-*-*-*-*
*XmLabel*fontList:			-adobe-helvetica-bold-r-normal--12-*-*-*-*-*-*-*
*XmTextField*fontList:			-b&h-lucidatypewriter-medium-r-normal-sans-12-*-*-*-*-*-*-*
*XmPushButton*fontList:			-b&h-lucidatypewriter-bold-r-normal-sans-12-*-*-*-*-*-*-*
*XmToggleButton*fontList:		-adobe-helvetica-bold-r-normal--12-*-*-*-*-*-*-*
*XmRowColumn*XmPushButton*fontList:	-adobe-helvetica-bold-r-normal--12-*-*-*-*-*-*-*

!!	List Fonts
*XmList*fontList:			-b&h-lucidatypewriter-medium-r-normal-sans-12-*-*-*-*-*-*-*=listFixedFont, -b&h-lucidatypewriter-bold-r-normal-sans-12-*-*-*-*-*-*-*=listFixedBoldFont

!!	Special Widget's Fonts
!!	List labels: large font
*st_pselist_label*fontList:		-adobe-helvetica-bold-r-normal--14-*-*-*-*-*-*-*
*st_pkek_label*fontList:		-adobe-helvetica-bold-r-normal--14-*-*-*-*-*-*-*
*alias_list_label*fontList:		-adobe-helvetica-bold-r-normal--14-*-*-*-*-*-*-*
*crypt_alg_label*fontList:		-adobe-helvetica-bold-r-normal--14-*-*-*-*-*-*-*
*crypt_algtype_label*fontList:		-b&h-lucidatypewriter-medium-r-normal-sans-12-*-*-*-*-*-*-*

*debug_text*fontList:			-b&h-lucidatypewriter-medium-r-normal-sans-12-*-*-*-*-*-*-*
*guide_text*fontList:			-b&h-lucidatypewriter-medium-r-normal-sans-10-*-*-*-*-*-*-*
*viewer_text*fontList:			-b&h-lucidatypewriter-medium-r-normal-sans-12-*-*-*-*-*-*-*
*config_dialog*fontList:		-adobe-helvetica-medium-r-normal--12-*-*-*-*-*-*-*
*config_dialog*XmLabel*fontList:	-adobe-helvetica-bold-r-normal--12-*-*-*-*-*-*-*

!!
!! Dimensions
!!
*XmToggleButton*indicatorSize:		15
*XmPanedWindow*sashHeight:		6
*XmPanedWindow*sashWidth:		34
*XmPanedWindow*paneMinimum:		10

!!	Special Widget's Dimensions
*st_pselist*visibleItemCount:		10
*st_pklist*visibleItemCount:		2
*st_eklist*visibleItemCount:		0
*st_pcalist*visibleItemCount:		0
*alias_list*visibleItemCount:		10
*crypt_alg_list*visibleItemCount:	6

