! -------------------------------------------------------------------------
! Copyright (c) 1991                    The Santa Cruz Operation, Inc.
! -------------------------------------------------------------------------
! All rights reserved.  No part of this  program or publication may be
! reproduced, transmitted, transcribed, stored  in a retrieval system,
! or translated into any language or computer language, in any form or
! by any  means,  electronic, mechanical, magnetic, optical, chemical,
! biological, or otherwise, without the  prior written  permission of:
! 
!          The Santa Cruz Operation, Inc.  (408) 425-7222
!          400 Encinal St, Santa Cruz, CA  95060 USA
! -------------------------------------------------------------------------
! 
! Date  : 04 Mar 1991
! File  : ScoPaint
! 
! Description:
!       This file contains the resource file for scobit
! -----------------------------------------------------------------------*/
! 
! 

*iconName:			Paint
*helpBook:			view
*copyright.labelString:			\
(C) Copyright 1991-1993\nThe Santa Cruz Operation, Inc.\nAll Rights Reserved.
*ShowTools.set:						TRUE

! ----------------------------------------------------------------------
! The not so new palette color schemes
! ----------------------------------------------------------------------
*Background:			scoBackground
*Foreground:			scoForeground
*topShadowColor:		scoTopShadow
*bottomShadowColor:		Black
*activeBackground:		scoActiveBackground
*activeForeground:		scoActiveForeground
*activeTopShadowColor:		scoActiveTopShadow
*activeBottomShadowColor:	Black
*troughColor:			scoBackground
*armColor:			scoHighlight
*highlightColor:		scoForeground
*selectColor:			scoForeground
*borderColor:			Black

! ----------------------------------------------------------------------
! Traversal for the main document needs to be off so that the drawing
! area gets keystrokes for the typing tool.
! ----------------------------------------------------------------------
*drawForm*traversalOn:				FALSE
*drawForm*File Dialog*traversalOn:		TRUE
*drawForm*New Dialog*traversalOn:		TRUE
*drawForm*XmText.traversalOn:			TRUE
*drawForm*XmTexField.traversalOn:		TRUE

*ResEdit*traversalOn:				TRUE

! ----------------------------------------------------------------------
! Fonts
! ----------------------------------------------------------------------
!/* Menus */
*XmMenuShell*FontList: -*-helvetica-bold-r-*--14-*-p-*
*XmMenuShell.XmRowColumn.XmPushButton.FontList:-*-helvetica-bold-r-*--14-*-p-*
*XmMenuShell.XmRowColumn.XmPushButtonGadget.FontList:-*-helvetica-bold-r-*--14-*-p-*
*XmMenuShell.XmRowColumn.XmToggleButton.FontList:-*-helvetica-bold-r-*--14-*-p-*
*XmMenuShell.XmRowColumn.XmToggleButtonGadget.FontList:-*-helvetica-bold-r-*--14-*-p-*
*XmMenuShell.XmRowColumn.XmCascadeButton.FontList:-*-helvetica-bold-r-*--14-*-p-*
*XmMenuShell.XmRowColumn.XmLabelGadget.FontList:-*-helvetica-bold-r-*--14-*-p-*
*XmMenuShell.XmRowColumn.XmLabel.FontList:-*-helvetica-bold-r-*--14-*-p-*

!/* Menubar */
*XmRowColumn.XmCascadeButton.FontList:-*-helvetica-bold-r-*--14-*-p-*

!/* Buttons */
*XmPushButton.FontList:-*-helvetica-medium-r-*--12-*-p-*
*XmPushButtonGadget.FontList:-*-helvetica-medium-r-*--12-*-p-*
*XmToggleButton.FontList:-*-helvetica-medium-r-*--12-*-p-*
*XmToggleButtonGadget.FontList:-*-helvetica-medium-r-*--12-*-p-*

!/* Labels */
*XmLabel*FontList:-*-helvetica-medium-r-*--12-*-p-*
*XmLabelGadget*FontList:-*-helvetica-medium-r-*--12-*-p-*
*XmScale*FontList:-*-helvetica-medium-r-*--12-*-p-*

!/* Lists */
*XmList*FontList:-*-helvetica-medium-r-*--12-*-p-*

*XmText*FontList:-*-courier-medium-r-*--12-*-m-*
*XmTextField*FontList:-*-helvetica-medium-r-*--12-*-p-*

*FontList: -*-helvetica-medium-r-*--12-*-p-*
*Font: -*-helvetica-medium-r-*--12-*-p-*

! ----------------------------------------------------------------------
! Border around drawing area
! ----------------------------------------------------------------------
*drawArea.borderWidth:				3

! ----------------------------------------------------------------------
! Which zoom level should we start up with?
!  0 = 1:1    1 = 1:2  2 = 1:4   3 = 1:8
! ----------------------------------------------------------------------
*zoomLevel:					3

! ----------------------------------------------------------------------
! Width / Height of draw area
! ----------------------------------------------------------------------
*drawAreaWidth:					64
*drawAreaHeight:				64

! ----------------------------------------------------------------------
! Whether the selection rect moves, this is pretty
! but expensive (The default is false)..aka marching ants
! ----------------------------------------------------------------------
*movingSelection:				FALSE

! ----------------------------------------------------------------------
! Frame border stuff
! ----------------------------------------------------------------------
*XmFrame.shadowThickness:			2
*rc*shadowThickness:				2
*drawFrame.shadowThickness:			2

! ----------------------------------------------------------------------
! Set the default tool/Pattern
! ----------------------------------------------------------------------
*tools.spacing:					0
*tools.marginHeight:				0	
*tools.marginWidth:				0	
*tools*shadowThickness:				2

*patterns.leftOffset:				5
*patterns.spacing:				0
*patterns.marginHeight:				0	
*patterns.marginWidth:				0	
*patterns*shadowThickness:			2
*line.set:					TRUE
*pattern 5.set:					TRUE


! ----------------------------------------------------------------------
! File Dialog
! ----------------------------------------------------------------------
*File Dialog_popup.title:			\ 
*File Dialog.width:				280
*File Dialog.height:				340
*File Dialog.resizePolicy:			RESIZE_NONE

! ----------------------------------------------------------------------
! Error Dialog
! ----------------------------------------------------------------------
*Error_popup.title:				ScoPaint

! ----------------------------------------------------------------------
! The Dialog box that pops up if you close and haven't saved changes
! ----------------------------------------------------------------------
! Warning Dialog
! ----------------------------------------------------------------------
*Warning Dialog_popup.title:			ScoPaint
*Warning Dialog.resizePolicy:			RESIZE_NONE
*Warning Dialog.width:				300

! ----------------------------------------------------------------------
! The Dialog box that pops up if you close and haven't saved changes
! ----------------------------------------------------------------------
*ConfirmClose.dialogTitle:			ScoPaint
*ConfirmClose.label.labelString:		Save Changes?
*ConfirmClose.width:				245
*ConfirmClose.height:				100
*ConfirmClose.resizePolicy:			RESIZE_NONE

! ----------------------------------------------------------------------
! New Dialog
! ----------------------------------------------------------------------
*New Dialog.dialogTitle:	 		New Dialog
*New Dialog.label.labelString:		
*New Dialog.resizePolicy:			XmRESIZE_ANY
*New Dialog.autoUnmanage:			FALSE

*New Dialog.width:				230
*New Dialog*nameLW.labelString:     		Name
*New Dialog*widthLW.labelString:     		Width
*New Dialog*WidthTW.columns:   			3
*New Dialog*heightLW.labelString:     		Height
*New Dialog*HeightTW.columns:     		3
*New Dialog*nameLW.topPosition:			10

! ----------------------------------------------------------------------
! Small View Dialog
! ----------------------------------------------------------------------
*SmallView Dialog.label.labelString:		
*SmallView Dialog.label.height:			0
*smallViewWidth:				200
*smallViewHeight:				200
*smallDrawArea.borderWidth:			3

! ----------------------------------------------------------------------
! Font Dialog
! ----------------------------------------------------------------------
*Font Dialog.dialogTitle:			Choose a Font
*Font Dialog*label.labelString:			

! ----------------------------------------------------------------------
! File Menu 
! ----------------------------------------------------------------------
*menuBar*New.mnemonic:				N
*menuBar*New.acceleratorText:			Ctrl+N
*menuBar*New.accelerator:			Ctrl<Key>N
*menuBar*New.labelString:			New

*menuBar*Open.mnemonic:				O
*menuBar*Open.acceleratorText:			Ctrl+O
*menuBar*Open.accelerator:			Ctrl<Key>O
*menuBar*Open.labelString:			Open...

*menuBar*Save.mnemonic:				S
*menuBar*Save.acceleratorText:			Ctrl+S
*menuBar*Save.accelerator:			Ctrl<Key>S
*menuBar*Save.labelString:			Save

*menuBar*SaveAsBW.labelString:			Save As Monochrome...

*menuBar*SaveAs.labelString:			Save As...
*menuBar*Save.mnemonic:				A

*menuBar*SetRootWindow.labelString:	       	Set RootWindow

*menuBar*Quit.mnemonic:				E
*menuBar*Quit.acceleratorText:			Ctrl+E
*menuBar*Quit.accelerator:			Ctrl<Key>E
*menuBar*Quit.labelString:	          	Exit

*menuBar*Undo.mnemonic:				U
*menuBar*Undo.acceleratorText:			Alt+BackSpace
*menuBar*Undo.accelerator:			Alt<Key>BackSpace
*menuBar*Undo.labelString:			Undo

*menuBar*Cut.mnemonic:				T
*menuBar*Cut.acceleratorText:			Shift+Del
*menuBar*Cut.accelerator:			Shift<Key>Delete
*menuBar*Cut.labelString:			Cut

*menuBar*Copy.mnemonic:				C
*menuBar*Copy.acceleratorText:			Ctrl+Ins
*menuBar*Copy.accelerator:			Ctrl<Key>Insert
*menuBar*Copy.labelString:			Copy

*menuBar*Paste.mnemonic:			P
*menuBar*Paste.acceleratorText:			Shift+Insert
*menuBar*Paste.accelerator:			Shift<Key>Insert
*menuBar*Paste.labelString:			Paste

*menuBar*Clear.acceleratorText:			Del
*menuBar*Clear.accelerator:			<Key>Delete
*menuBar*Clear.mnemonic:			D
*menuBar*Clear.labelString:			Delete

*menuBar*SelectAll.mnemonic:			A
*menuBar*SelectAll.acceleratorText:		Ctrl+A
*menuBar*SelectAll.accelerator:			Ctrl<Key>A
*menuBar*SelectAll.labelString:			Select All

! ----------------------------------------------------------------------
! Tools Menu 
! ----------------------------------------------------------------------
*menuBar*DrawFilled.mnemonic:			F
*menuBar*DrawFilled.acceleratorText:		Ctrl+F
*menuBar*DrawFilled.accelerator:		Ctrl<Key>F
*menuBar*DrawFilled.labelString:		Draw Filled

*menuBar*Fonts.mnemonic:			T
*menuBar*Fonts.acceleratorText:			Ctrl+T
*menuBar*Fonts.accelerator:			Ctrl<Key>T
*menuBar*Fonts.labelString:	          	Fonts...

*menuBar*Rotate.mnemonic:			A
*menuBar*Rotate.acceleratorText:		Ctrl+R
*menuBar*Rotate.accelerator:			Ctrl<Key>R
*menuBar*Rotate.labelString:          		Rotate

*menuBar*Invert.mnemonic:			I
*menuBar*Invert.acceleratorText:		Ctrl+I
*menuBar*Invert.accelerator:			Ctrl<Key>I
*menuBar*Invert.labelString:          		Invert

*menuBar*NudgeUp.acceleratorText:		Up
*menuBar*NudgeUp.accelerator:			<Key>Up
*menuBar*NudgeUp.labelString:	          	Nudge Up

*menuBar*NudgeDown.acceleratorText:		Down
*menuBar*NudgeDown.accelerator:			<Key>Down
*menuBar*NudgeDown.labelString:	          	Nudge Down

*menuBar*NudgeLeft.acceleratorText:		Left
*menuBar*NudgeLeft.accelerator:			<Key>Left
*menuBar*NudgeLeft.labelString:	          	Nudge Left

*menuBar*NudgeRight.acceleratorText:		Right
*menuBar*NudgeRight.accelerator:		<Key>Right
*menuBar*NudgeRight.labelString:          	Nudge Right

! ----------------------------------------------------------------------
! View Menu
! ----------------------------------------------------------------------
*menuBar*ZoomIn.acceleratorText:	     	Ctrl+Down
*menuBar*ZoomIn.accelerator:			Ctrl<Key>Down
*menuBar*ZoomIn.labelString:			Zoom In 

*menuBar*ZoomOut.acceleratorText:		Ctrl+Up
*menuBar*ZoomOut.accelerator:			Ctrl<Key>Up
*menuBar*ZoomOut.labelString:			Zoom Out

*menuBar*ShowSmallView.acceleratorText:	     	Ctrl+M
*menuBar*ShowSmallView.mnemonic:		M
*menuBar*ShowSmallView.accelerator:		Ctrl<Key>M
*menuBar*ShowSmallView.labelString:		Actual Size

*menuBar*ShowBWView.acceleratorText:	     	Ctrl+B
*menuBar*ShowBWView.mnemonic:			B
*menuBar*ShowBWView.accelerator:		Ctrl<Key>B
*menuBar*ShowBWView.labelString:		Monochrome


/* ---------------------------------------------------------------------------*/
/* C O L O R    P I C K E R   I T E M S                                       */
/* ---------------------------------------------------------------------------*/
*ColorPickerDialog.dialogTitle:		Color Picker
*ColorPickerDialog.width:			210
*ColorPickerDialog.height:			374
*ColorPickerDialog.resizePolicy:		XmRESIZE_GROW
*ColorPickerDialog.label.labelString:		

!*HueSat.width:				174
!*HueSat.height:				174

*grabButton.labelString:			Grab Color

*MapsToLabel.labelString:			Maps to

*colorSample.height:			30
*colorSample.width:			60
*blackSample.labelString:			Black
*blackSample.labelType:			XmPIXMAP
*blackSample.height:			30
*blackSample.width:			30
*whiteSample.labelString:			White
*whiteSample.height:			30
*whiteSample.width:			30
*transparentSample.labelString:		Transparent
*transparentSample.height:			30
*transparentSample.width:			30

/* O P T I O N   M E N U ---------------------------------------------------- */
!*ColorModels.topAttachment:		XmATTACH_FORM
!*ColorModels.topOffset:			-5

!*rgbModel.labelString:			RGB
!*hsvModel.labelString:			HSV
!*nameModel.labelString:			Names
!*colorLabel.labelString:			Color Model:
!*colorLabel.topAttachment:			XmATTACH_FORM
!*colorLabel.topOffset:			3


/* ---------------------------------------------------------------------------*/
/* C O L O R    L I S T     I T E M S                                         */
/* ---------------------------------------------------------------------------*/
*ColorListDialog.dialogTitle:		Color Palette
!*ColorListDialog.width:			115
!*ColorListDialog.height:			114
!*ColorListDialog.marginHeight:		4
!*ColorListDialog.marginWidth:		4


/* R O W C O L U M N -------------------------------------------------------- */
*ColorListRCW.adjustLast:			False
*ColorListRCW.resizeHeight:			True
*ColorListRCW.resizeWidth:			FALSE
*ColorListRCW.marginWidth:			0
*ColorListRCW.spacing:				0
*ColorListRCW.packing:				XmPACK_TIGHT
*ColorListRCW.numColumns:			3
*ColorListRCW.orientation:			XmHORIZONTAL
*ColorListRCW.topOffset:			10

/* F O R E G R O U N D ------------------------------------------------------ */
*Foreground_Button.width:			50
*Foreground_Button.height:			30

/* B A C K G R O U N D ------------------------------------------------------ */
*Background_Button.width:			50
*Background_Button.height:			30

*ColorListEntry.shadowThickness:		1
*ColorListEntry.shadowType:		XmSHADOW_ETCHED_IN
*ColorListEntry.marginHeight:		0
*ColorListEntry.marginWidth:		0
*ColorListEntry.marginLeft:		0
*ColorListEntry.marginRight:		0
*ColorListEntry.marginTop:			0
*ColorListEntry.marginBottom:			0
*ColorListEntry.width:				35
*ColorListEntry.height:				30

*Foreground_Label.labelString:			Button 1
*Background_Label.labelString:			Button 3

*ColorListDialog*EditColor.labelString:		Edit


!
! Misc stuff
!
*drag_frame.borderColor:		yellow
*drag_frame.background:			yellow
*drag_form.XmDrawnButton.background:	yellow

*ToolDrag_title.labelString:				Tools
*LinePickDrag_title.labelString:			Lines
