! ### OPTIONAL: Font and color preferences
*Foreground:	black
*Background:	grey75
*XmText*Background:	BlanchedAlmond
*XmTextField*Background: BlanchedAlmond
*XmList*Background:	BlanchedAlmond
!*fontList: -adobe-courier-medium-r-normal--*-140-*-*-*-*-iso*-*
!*topShadowColor: LightGray
!*XmMenuShell*background: DodgerBlue3

! ### OPTIONAL: Scroll bar settings
*XmScrollBar.width:     15
*XmScrollBar.height:    15

! ### OPTIONAL: Prevents FileSelectionBox from dynamically sizing
!               when selections are made.
*XmFileSelectionBox.resizePolicy: XmRESIZE_NONE

! ### OPTIONAL: XPrinter strings - modify these to translate the
!               strings in the XPrinter dialog.
*XbPrinterBox.applyLabelString: Apply
*XbPrinterBox.resetLabelString: Reset
*XbPrinterBox.optionsLabelString: Options...
*XbPrinterBox.cancelLabelString: Cancel
*XbPrinterBox.saveLabelString: Save
*XbPrinterBox.installLabelString: Install...
*XbPrinterBox.helpLabelString: Help
*XbPrinterBox.outputLabelString: Output to:
*XbPrinterBox.printerToggleString: Printer Specific
*XbPrinterBox.fileToggleString: Generic (file only)
*XbPrinterBox.printerLabelString: Printer:
*XbPrinterBox.printerListString: Printer Name:
*XbPrinterBox.reslLabelString: Resolution:
*XbPrinterBox.pageLabelString: Page Size:
*XbPrinterBox.trayLabelString: Paper Tray:
*XbPrinterBox.fileLabelString: File Name
*XbPrinterBox.orientLabelString: Orientation:
*XbPrinterBox.scaleLabelString: Scale:
*XbPrinterBox.portraitString: Portrait
*XbPrinterBox.landscapeString: Landscape
*XbPrinterBox.copiesLabelString: Copies:
*XbPrinterBox.title: Printer Setup
*XbPrinterBox.optionsDialgTitle: Options
*XbPrinterBox.copyrightDialogTitle: Copyright
*XbPrinterBox.copyrightOkLabelString: Ok
*XbPrinterBox.optionsOkLabelString: Ok
*XbPrinterBox.optionsCancelLabelString: Cancel
*XbPrinterBox.installDialogTitle: Printer Installation
*XbPrinterBox.installRemoveSelectedLabelString: Remove Selected
*XbPrinterBox.installAddPrinterLabelString: Add Printer...
*XbPrinterBox.installDismissLabelString: Dismiss
*XbPrinterBox.installCancelLabelString: Cancel
*XbPrinterBox.installCurrentPrintersLabelString: Currently Installed Printers
*XbPrinterBox.addPrinterDialogTitle: Add Printer
*XbPrinterBox.addPrinterAddSelectedLabelString: Add Selected
*XbPrinterBox.addPrinterDefineNewPortLabelString: Define New Port...
*XbPrinterBox.addPrinterDismissLabelString: Dismiss
*XbPrinterBox.addPrinterPrinterDevicesLabelString: Printer Devices
*XbPrinterBox.addPrinterCurrentPortDefinitionsLabelString: Current Port Definitions
*XbPrinterBox.portsDialogTitle: Ports
*XbPrinterBox.portsAddReplaceLabelString: Add-Replace
*XbPrinterBox.portsRemoveLabelString: Remove
*XbPrinterBox.portsSpoolerLabelString: Spooler
*XbPrinterBox.portsDismissLabelString: Dismiss
*XbPrinterBox.portsCancelLabelString: Cancel
*XbPrinterBox.portsPortsLabelString: Ports
*XbPrinterBox.portsEditPortLabelString: Edit Port:

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
! The remaining resources in this file are used only by the
! "User Break" button.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 

! By default, the application name of the User Break button window is 'es'
! and the application class is 'ENVY'.

! It is possible to redefine the application name which will be used by 
! the User Break button window using the '-app_name' command line option.
! For example, "-app_name fred" will define the application name to be
! fred. In this case, you would change all occurances of "es" shown
! below to "fred". (This can be used to select between multiple User
! Break button styles)  The application class can be redefined using
! the -app_class command line option.  For example "-app_class Fred".

! Give the window a title bar, border and minimize button
! (i.e. MWM_DECOR_BORDER | MWM_DECOR_TITLE | MWM_DECOR_MINIMIZE).
*es.mwmDecorations: 42

! Allow move and minimize (i.e. MWM_FUNC_MOVE | MWM_FUNC_MINIMIZE).
! Note: It's probably not a good idea to allow MWM_FUNC_CLOSE, since
!       once the User Break button window has been closed you must
!       restart Smalltalk to get it back.
*es.mwmFunctions: 12

! Set the window title.
*es.title: ENVY/Smalltalk

! Make it a reasonable size and put it in the bottom right corner.
*es.geometry: 160x30-10-10

! Use a string for the button label.
*es.XmPushButton.labelType: string
*es.XmPushButton.labelString: User Break
*es.XmPushButton.marginWidth: 14
*es.XmPushButton.marginHeight: 8
*es.XmPushButton.fontList: -adobe-helvetica-bold-r-normal--*-140-*-*-*-*-iso*-*

! ### OPTIONAL: Set colors for break button
!*es.XmPushButton.foreground: black
!*es.XmPushButton.background: red

! ### OPTIONAL: Use an icon for the button label.
!               (Comment out the "string label" section above.)
!               The "labelPixmap" should either be an absolute path to an
!               X bitmap file, or the name of an X bitmap file which is
!               visible from your bitmap path.
!*es.XmPushButton.labelType: pixmap
!*es.XmPushButton.labelPixmap: keyboard16
!*es.XmPushButton.foreground: red
!*es.XmPushButton.background: black
