!DaggeX sample resource file

!Ppl using color should uncomment next part 

! The Color App-defaults file for Bitmap. Remove '!'s to enable color 

#include "Bitmap"

!Bitmap*background: medium blue
!Bitmap*foreground: cyan
!Bitmap*borderColor: plum
!Bitmap*frame: deep sky blue
!Bitmap*highlight: magenta
!Bitmap*Command.background: purple
!Bitmap*Toggle.background: purple
!Bitmap*MenuButton.background: purple
!Bitmap*Command.foreground: white
!Bitmap*Toggle.foreground: white
!Bitmap*MenuButton.foreground: white
!Bitmap*status.foreground: green
!Bitmap*Dialog.icon.foreground: pale green
!Bitmap*bitmap.stippled: off

!end of color definitions

! The App-defaults file for Bitmap.

Bitmap*TransientShell.allowShellResize:	True
Bitmap*shapeStyle:				oval
Bitmap*cursor:				left_ptr
Bitmap*pane.orientation:			horizontal

Bitmap*Form*top:				ChainTop
Bitmap*Form*bottom:				ChainTop
Bitmap*Form*left:				ChainLeft
Bitmap*Form*right:				ChainLeft

Bitmap*MenuButton.leftBitmap:			menu12
Bitmap*form*width:              		120
Bitmap*form*height:             		15

Bitmap*baseTranslations:#override\
			Ctrl<Key>c:	do-quit()\n\
			<Key>q:		do-quit()\n\
			Ctrl<Key>n:	do-new()\n\
			Ctrl<Key>f:	do-load()\n\
			Ctrl<Key>i:	do-insert()\n\
			Ctrl<Key>s:	do-save()\n\
			Ctrl<Key>w:	do-save-as()\n\
			Ctrl<Key>r:	do-resize()\n\
			Ctrl<Key>x:	do-rescale()\n\
			Ctrl<Key>e:	do-filename()\n\
			Ctrl<Key>b:	do-basename()\n\
			Meta<Key>i:	switch-image()\n\
			Meta<Key>g:	switch-grid()\n\
			Meta<Key>d:	switch-dashed()\n\
			Meta<Key>a:	switch-axes()\n\
			Meta<Key>s:	switch-stippled()\n\
			Meta<Key>p:	switch-proportional()\n\
			Meta<Key>z:	switch-zoom()\n\
			Meta<Key>c:	do-cut()\n\
			Meta<Key>w:	do-copy()\n\
			Meta<Key>y:	do-paste()


Bitmap*Toggle.translations:	<EnterWindow>:		highlight(WhenUnset)\n\
			<LeaveWindow>:		unhighlight()\n\
			<Btn1Down>,<Btn1Up>: 	set() notify()

Bitmap*MenuButton.translations:<EnterWindow>:		highlight()\n\
			<LeaveWindow>:  	reset()\n\
			<BtnDown>:  		reset() fix-menu() PopupMenu()

Bitmap*Dialog*baseTranslations:#override\
			<Key>Return:	set-dialog-button(okay, yes, retry)\n\
			Ctrl<Key>g:	set-dialog-button(cancel, abort)
Bitmap*image*baseTranslations:#override\
			<Btn1Down>,<Btn1Up>:	switch-image()
Bitmap*image*width: 0
Bitmap*image*height: 0
Bitmap*image*Label.internalWidth: 0
Bitmap*image*Label.internalHeight: 0
Bitmap*image*normalImage.foreground: white
Bitmap*image*normalImage.background: black
Bitmap*image*invertedImage.foreground: black
Bitmap*image*invertedImage.background: white

Bitmap*bitmap.cursor:           		tcross
Bitmap*bitmap.dashes:				Dashes
Bitmap*bitmap.stipple:			Stipple
Bitmap*bitmap.stippled:			on

Bitmap*TransientShell.width:			300

Bitmap*input*icon:				Term
Bitmap*qsave*icon:				Term
Bitmap*error*icon:				Excl
Bitmap*Dialog.yes.label:			Yes
Bitmap*Dialog.no.label:			No
Bitmap*Dialog.okay.label:			OK
Bitmap*Dialog.abort.label:			Abort
Bitmap*Dialog.cancel.label:			Cancel
Bitmap*Dialog.retry.label:			Retry

Bitmap*MenuButton.width:			58

Bitmap*SimpleMenu.width:			0
Bitmap*SimpleMenu.height:			0
Bitmap*SimpleMenu.cursor:			hand2
Bitmap*SimpleMenu.line.height:		0

Bitmap*fileButton.label:			File
Bitmap*fileButton.menuName:			fileMenu

Bitmap*editButton.label:			Edit
Bitmap*editButton.fromHoriz: 			fileButton
Bitmap*editButton.menuName:			editMenu

Bitmap*formy.status*top:			ChainTop
Bitmap*formy.status*bottom:			ChainTop
Bitmap*formy.status*left:			ChainLeft
Bitmap*formy.status*right:			ChainRight
Bitmap*status.fromHoriz:			editButton
Bitmap*status.borderWidth:			0

Bitmap*SmeBSB.HorizontalMargins:		32

Bitmap*fileMenu.new.label:			New (Ctrl-N)...
Bitmap*fileMenu.load.label:			Load (Ctrl-F)...   
Bitmap*fileMenu.insert.label:			Insert (Ctrl-I)... 
Bitmap*fileMenu.save.label:			Save (Ctrl-S)
Bitmap*fileMenu.saveAs.label:			Save As (Ctrl-W)...
Bitmap*fileMenu.resize.label:			Resize (Ctrl-R)... 
Bitmap*fileMenu.rescale.label:		Rescale (Ctrl-X)...
Bitmap*fileMenu.filename.label:		Filename (Ctrl-E)...
Bitmap*fileMenu.basename.label:		Basename (Ctrl-B)...
Bitmap*fileMenu.quit.label:			Quit (Ctrl-C, Q)

Bitmap*editMenu.image.label:			Image (Meta-I)
Bitmap*editMenu.grid.label:			Grid (Meta-G)
Bitmap*editMenu.dashed.label:			Dashed (Meta-D)
Bitmap*editMenu.axes.label:			Axes (Meta-A)
Bitmap*editMenu.stippled.label:		Stippled (Meta-S)
Bitmap*editMenu.proportional.label:		Proportional (Meta-P)
Bitmap*editMenu.zoom.label:			Zoom (Meta-Z)
Bitmap*editMenu.cut.label:			Cut (Meta-C)
Bitmap*editMenu.copy.label:			Copy (Meta-W)
Bitmap*editMenu.paste.label:			Paste (Meta-Y, Ctrl-mb)

Bitmap*form.clear.label:			Clear
Bitmap*form.set.fromVert: 			clear
Bitmap*form.set.label:			Set
Bitmap*form.invert.fromVert: 			set
Bitmap*form.invert.label:			Invert

Bitmap*form.mark.vertDistance:		10
Bitmap*form.mark.fromVert:			invert
Bitmap*form.mark.label:			Mark
Bitmap*form.unmark.fromVert:              	mark
Bitmap*form.unmark.label:			Unmark

Bitmap*form.copy.vertDistance:		10
Bitmap*form.copy.fromVert: 			unmark
Bitmap*form.copy.radioGroup:			mark
Bitmap*form.copy.label:			Copy
Bitmap*form.move.fromVert: 			copy
Bitmap*form.move.radioGroup:			copy
Bitmap*form.move.label:			Move

Bitmap*form.flipHoriz.vertDistance:		10
Bitmap*form.flipHoriz.width:			36
Bitmap*form.flipHoriz.height:			36
Bitmap*form.flipHoriz.fromVert: 		move
Bitmap*form.flipHoriz.bitmap:			FlipHoriz
Bitmap*form.up.vertDistance:			10
Bitmap*form.up.width:				36
Bitmap*form.up.height:			36
Bitmap*form.up.fromVert: 			move
Bitmap*form.up.fromHoriz:			flipHoriz
Bitmap*form.up.bitmap:			Up
Bitmap*form.flipVert.vertDistance:		10
Bitmap*form.flipVert.width:			36
Bitmap*form.flipVert.height:			36
Bitmap*form.flipVert.fromVert: 		move
Bitmap*form.flipVert.fromHoriz:		up
Bitmap*form.flipVert.bitmap:			FlipVert
Bitmap*form.left.width:			36
Bitmap*form.left.height:			36
Bitmap*form.left.fromVert: 			flipHoriz
Bitmap*form.left.bitmap:			Left
Bitmap*form.fold.width:			36
Bitmap*form.fold.height:			36
Bitmap*form.fold.fromVert: 			up
Bitmap*form.fold.fromHoriz: 			left
Bitmap*form.fold.bitmap:			Fold
Bitmap*form.right.width:			36
Bitmap*form.right.height:			36
Bitmap*form.right.fromVert: 			flipVert
Bitmap*form.right.fromHoriz: 			fold
Bitmap*form.right.bitmap:			Right
Bitmap*form.rotateLeft.width:			36
Bitmap*form.rotateLeft.height:		36
Bitmap*form.rotateLeft.fromVert:		left
Bitmap*form.rotateLeft.bitmap:		RotateLeft
Bitmap*form.down.width:			36
Bitmap*form.down.height:			36
Bitmap*form.down.fromVert: 			fold
Bitmap*form.down.fromHoriz: 			rotateLeft
Bitmap*form.down.bitmap:			Down
Bitmap*form.rotateRight.width:		36
Bitmap*form.rotateRight.height:		36
Bitmap*form.rotateRight.fromVert:		right
Bitmap*form.rotateRight.fromHoriz:		down
Bitmap*form.rotateRight.bitmap:		RotateRight

Bitmap*form.point.vertDistance:		10
Bitmap*form.point.fromVert: 			rotateLeft
Bitmap*form.point.radioGroup:  		move
Bitmap*form.point.label:			Point
Bitmap*form.curve.fromVert: 			point
Bitmap*form.curve.radioGroup:  		point
Bitmap*form.curve.label:			Curve
Bitmap*form.line.fromVert: 			curve
Bitmap*form.line.radioGroup: 			curve
Bitmap*form.line.label:			Line
Bitmap*form.rectangle.fromVert: 		line
Bitmap*form.rectangle.radioGroup:  		line
Bitmap*form.rectangle.label:			Rectangle
Bitmap*form.filledRectangle.fromVert: 	rectangle
Bitmap*form.filledRectangle.radioGroup:  	rectangle
Bitmap*form.filledRectangle.label:		Filled Rectangle
Bitmap*form.circle.fromVert: 			filledRectangle
Bitmap*form.circle.radioGroup:  		filledRectangle
Bitmap*form.circle.label:			Circle
Bitmap*form.filledCircle.fromVert: 		circle
Bitmap*form.filledCircle.radioGroup:  	circle
Bitmap*form.filledCircle.label:		Filled Circle
Bitmap*form.floodFill.fromVert:		filledCircle
Bitmap*form.floodFill.radioGroup:  		filledCircle
Bitmap*form.floodFill.label:			Flood Fill

Bitmap*form.setHotSpot.vertDistance:		10
Bitmap*form.setHotSpot.fromVert: 		floodFill
Bitmap*form.setHotSpot.radioGroup:  		floodFill
Bitmap*form.setHotSpot.label:			Set Hot Spot
Bitmap*form.clearHotSpot.fromVert: 		setHotSpot
Bitmap*form.clearHotSpot.label:		Clear Hot Spot

Bitmap*form.undo.vertDistance:		10
Bitmap*form.undo.fromVert:			clearHotSpot
Bitmap*form.undo.label:			Undo



! XCalc application class resource file

Xcalc*Title:	Calculator
Xcalc*Cursor:	hand2
Xcalc*IconName:	Calc
Xcalc*IconPixmap:	calculator
Xcalc*Font:			-*-helvetica-medium-r-normal--*-100-*-*-*-*-*-*
Xcalc*bevel.screen.LCD.Font:	-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*

Xcalc*bevel.Background:			black
Xcalc*bevel.horizDistance:			25
Xcalc*bevel.vertDistance:			6

Xcalc*bevel.screen.horizDistance:		6
Xcalc*bevel.screen.vertDistance:    		2
Xcalc*bevel.screen.defaultDistance:		0

Xcalc*bevel.screen.Label.horizDistance:	0
Xcalc*bevel.screen.Label.vertDistance:	0
Xcalc*bevel.screen.Label.internalHeight:	1
Xcalc*bevel.screen.Label.internalWidth:	1
Xcalc*bevel.screen.LCD.Label:		88888888888
Xcalc*bevel.screen.LCD.fromHoriz:		M
Xcalc*bevel.screen.LCD.horizDistance:	0
Xcalc*bevel.screen.LCD.vertDistance:		0
Xcalc*bevel.screen.INV.fromVert:		M
Xcalc*bevel.screen.INV.vertDistance:		4
Xcalc*bevel.screen.DEG.fromHoriz:		INV
Xcalc*bevel.screen.DEG.fromVert:		LCD
Xcalc*bevel.screen.DEG.horizDistance:	1
Xcalc*bevel.screen.RAD.fromHoriz:		DEG
Xcalc*bevel.screen.RAD.fromVert:		LCD
Xcalc*bevel.screen.GRAD.fromHoriz:		RAD
Xcalc*bevel.screen.GRAD.fromVert:		LCD
Xcalc*bevel.screen.P.Label:			()
Xcalc*bevel.screen.P.fromHoriz:		GRAD
Xcalc*bevel.screen.P.fromVert:		LCD
Xcalc*bevel.screen.P.horizDistance:		2

Xcalc*Command.horizDistance:		2
Xcalc*Command.vertDistance:		4
Xcalc*Command.width:			32
Xcalc*Command.height:		15
Xcalc*Command.internalWidth:		1
Xcalc*Command.ShapeStyle:		Oval

Xcalc*ti.Geometry:			171x252
Xcalc*ti.bevel.screen.LCD.width:	108
Xcalc*ti.bevel.screen.LCD.ShapeStyle:rectangle

Xcalc*ti.bevel.screen.LCD.Translations:	#replace\n\
				Ctrl<Key>c:quit()\n\
				Ctrl<Key>h:clear()\n\
				None<Key>0:digit(0)\n\
				None<Key>1:digit(1)\n\
				None<Key>2:digit(2)\n\
				None<Key>3:digit(3)\n\
				None<Key>4:digit(4)\n\
				None<Key>5:digit(5)\n\
				None<Key>6:digit(6)\n\
				None<Key>7:digit(7)\n\
				None<Key>8:digit(8)\n\
				None<Key>9:digit(9)\n\
				<Key>KP_0:digit(0)\n\
				<Key>KP_1:digit(1)\n\
				<Key>KP_2:digit(2)\n\
				<Key>KP_3:digit(3)\n\
				<Key>KP_4:digit(4)\n\
				<Key>KP_5:digit(5)\n\
				<Key>KP_6:digit(6)\n\
				<Key>KP_7:digit(7)\n\
				<Key>KP_8:digit(8)\n\
				<Key>KP_9:digit(9)\n\
				<Key>KP_Enter:equal()\n\
				<Key>KP_Equal:equal()\n\
				<Key>KP_Multiply:multiply()\n\
				<Key>KP_Add:add()\n\
				<Key>KP_Subtract:subtract()\n\
				<Key>KP_Decimal:decimal()\n\
				<Key>KP_Divide:divide()\n\
				<Key>KP_Tab:equal()\n\
				<Key>Clear:clear()\n\
				:<Key>.:decimal()\n\
				:<Key>+:add()\n\
				:<Key>-:subtract()\n\
				:<Key>*:multiply()\n\
				:<Key>/:divide()\n\
				:<Key>(:leftParen()\n\
				:<Key>):rightParen()\n\
			        :<Key>!:factorial()\n\
				<Key>e:e()\n\
				:<Key>^:power()\n\
				<Key>p:pi()\n\
				<Key>i:inverse()\n\
				<Key>s:sine()\n\
				<Key>c:cosine()\n\
				<Key>t:tangent()\n\
				<Key>d:degree()\n\
				<Key>l:naturalLog()\n\
				:<Key>=:equal()\n\
				<Key>n:negate()\n\
				<Key>r:squareRoot()\n\
				<Key>space:clear()\n\
				<Key>q:quit()\n\
				<Key>Delete:clear()\n\
				<Key>BackSpace:clear()\n\
				<Btn1Down>,<Btn1Up>:toggle()selection()\n


Xcalc*ti.button1.Label:		1/x
Xcalc*ti.button1.Translations:		#override<Btn1Up>:reciprocal()unset()
Xcalc*ti.button2.Label:		x^2
Xcalc*ti.button2.Translations:		#override<Btn1Up>:square()unset()
Xcalc*ti.button3.Label:		SQRT
Xcalc*ti.button3.Translations:		#override<Btn1Up>:squareRoot()unset()
Xcalc*ti.button4.Label:		CE/C
Xcalc*ti.button4.Translations:		#override<Btn1Up>:clear()unset()
Xcalc*ti.button5.Label:		AC
Xcalc*ti.button5.Translations:		#override<Btn1Up>:off()unset()\n\
					<Btn3Up>:quit()

Xcalc*ti.button6.Label:		INV
Xcalc*ti.button6.Translations:		#override<Btn1Up>:inverse()unset()
Xcalc*ti.button7.Label:		sin
Xcalc*ti.button7.Translations:		#override<Btn1Up>:sine()unset()
Xcalc*ti.button8.Label:		cos
Xcalc*ti.button8.Translations:		#override<Btn1Up>:cosine()unset()
Xcalc*ti.button9.Label:		tan
Xcalc*ti.button9.Translations:		#override<Btn1Up>:tangent()unset()
Xcalc*ti.button10.Label:		DRG
Xcalc*ti.button10.Translations:		#override<Btn1Up>:degree()unset()

Xcalc*ti.button11.Label:		e
Xcalc*ti.button11.Translations:		#override<Btn1Up>:e()unset()
Xcalc*ti.button12.Label:		EE
Xcalc*ti.button12.Translations:		#override<Btn1Up>:scientific()unset()
Xcalc*ti.button13.Label:		log
Xcalc*ti.button13.Translations:		#override<Btn1Up>:logarithm()unset()
Xcalc*ti.button14.Label:		ln
Xcalc*ti.button14.Translations:		#override<Btn1Up>:naturalLog()unset()
Xcalc*ti.button15.Label:		y^x
Xcalc*ti.button15.Translations:		#override<Btn1Up>:power()unset()

Xcalc*ti.button16.Label:		PI
Xcalc*ti.button16.Translations:		#override<Btn1Up>:pi()unset()
Xcalc*ti.button17.Label:		x!
Xcalc*ti.button17.Translations:		#override<Btn1Up>:factorial()unset()
Xcalc*ti.button18.Label:		(
Xcalc*ti.button18.Translations:		#override<Btn1Up>:leftParen()unset()
Xcalc*ti.button19.Label:		)
Xcalc*ti.button19.Translations:		#override<Btn1Up>:rightParen()unset()
Xcalc*ti.button20.Label:		/
Xcalc*ti.button20.Translations:		#override<Btn1Up>:divide()unset()

Xcalc*ti.button21.Label:		STO
Xcalc*ti.button21.Translations:		#override<Btn1Up>:store()unset()
Xcalc*ti.button22.Label:		7
Xcalc*ti.button22.Translations:		#override<Btn1Up>:digit(7)unset()
Xcalc*ti.button23.Label:		8
Xcalc*ti.button23.Translations:		#override<Btn1Up>:digit(8)unset()
Xcalc*ti.button24.Label:		9
Xcalc*ti.button24.Translations:		#override<Btn1Up>:digit(9)unset()
Xcalc*ti.button25.Label:		*
Xcalc*ti.button25.Translations:		#override<Btn1Up>:multiply()unset()

Xcalc*ti.button26.Label:		RCL
Xcalc*ti.button26.Translations:		#override<Btn1Up>:recall()unset()
Xcalc*ti.button27.Label:		4
Xcalc*ti.button27.Translations:		#override<Btn1Up>:digit(4)unset()
Xcalc*ti.button28.Label:		5
Xcalc*ti.button28.Translations:		#override<Btn1Up>:digit(5)unset()
Xcalc*ti.button29.Label:		6
Xcalc*ti.button29.Translations:		#override<Btn1Up>:digit(6)unset()
Xcalc*ti.button30.Label:		-
Xcalc*ti.button30.Translations:		#override<Btn1Up>:subtract()unset()

Xcalc*ti.button31.Label:		SUM
Xcalc*ti.button31.Translations:		#override<Btn1Up>:sum()unset()
Xcalc*ti.button32.Label:		1
Xcalc*ti.button32.Translations:		#override<Btn1Up>:digit(1)unset()
Xcalc*ti.button33.Label:		2
Xcalc*ti.button33.Translations:		#override<Btn1Up>:digit(2)unset()
Xcalc*ti.button34.Label:		3
Xcalc*ti.button34.Translations:		#override<Btn1Up>:digit(3)unset()
Xcalc*ti.button35.Label:		+
Xcalc*ti.button35.Translations:		#override<Btn1Up>:add()unset()

Xcalc*ti.button36.Label:		EXC
Xcalc*ti.button36.Translations:		#override<Btn1Up>:exchange()unset()
Xcalc*ti.button37.Label:		0
Xcalc*ti.button37.Translations:		#override<Btn1Up>:digit(0)unset()
Xcalc*ti.button38.Label:		.
Xcalc*ti.button38.Translations:		#override<Btn1Up>:decimal()unset()
Xcalc*ti.button39.Label:		+/-
Xcalc*ti.button39.Translations:		#override<Btn1Up>:negate()unset()
Xcalc*ti.button40.Label:		=
Xcalc*ti.button40.Translations:		#override<Btn1Up>:equal()unset()


Xcalc*ti.button1.horizDistance:	4	
Xcalc*ti.button1.fromVert:		bevel
Xcalc*ti.button2.fromHoriz:		button1
Xcalc*ti.button2.fromVert:		bevel
Xcalc*ti.button3.fromHoriz:		button2
Xcalc*ti.button3.fromVert:		bevel
Xcalc*ti.button4.fromHoriz:		button3
Xcalc*ti.button4.fromVert:		bevel
Xcalc*ti.button5.fromHoriz:		button4
Xcalc*ti.button5.fromVert:		bevel

Xcalc*ti.button6.horizDistance:	4
Xcalc*ti.button6.fromVert:		button1
Xcalc*ti.button7.fromHoriz:		button6
Xcalc*ti.button7.fromVert:		button2
Xcalc*ti.button8.fromHoriz:		button7
Xcalc*ti.button8.fromVert:		button3
Xcalc*ti.button9.fromHoriz:		button8
Xcalc*ti.button9.fromVert:		button4
Xcalc*ti.button10.fromHoriz:		button9
Xcalc*ti.button10.fromVert:		button5

Xcalc*ti.button11.horizDistance:	4
Xcalc*ti.button11.fromVert:		button6
Xcalc*ti.button12.fromHoriz:		button11
Xcalc*ti.button12.fromVert:		button7
Xcalc*ti.button13.fromHoriz:		button12
Xcalc*ti.button13.fromVert:		button8
Xcalc*ti.button14.fromHoriz:		button13
Xcalc*ti.button14.fromVert:		button9
Xcalc*ti.button15.fromHoriz:		button14
Xcalc*ti.button15.fromVert:		button10

Xcalc*ti.button16.horizDistance:	4
Xcalc*ti.button16.fromVert:		button11
Xcalc*ti.button17.fromHoriz:		button16
Xcalc*ti.button17.fromVert:		button12
Xcalc*ti.button18.fromHoriz:		button17
Xcalc*ti.button18.fromVert:		button13
Xcalc*ti.button19.fromHoriz:		button18
Xcalc*ti.button19.fromVert:		button14
Xcalc*ti.button20.fromHoriz:		button19
Xcalc*ti.button20.fromVert:		button15

Xcalc*ti.button21.horizDistance:	4
Xcalc*ti.button21.fromVert:		button16
Xcalc*ti.button22.fromHoriz:		button21
Xcalc*ti.button22.fromVert:		button17
Xcalc*ti.button23.fromHoriz:		button22
Xcalc*ti.button23.fromVert:		button18
Xcalc*ti.button24.fromHoriz:		button23
Xcalc*ti.button24.fromVert:		button19
Xcalc*ti.button25.fromHoriz:		button24
Xcalc*ti.button25.fromVert:		button20

Xcalc*ti.button26.horizDistance:	4
Xcalc*ti.button26.fromVert:		button21
Xcalc*ti.button27.fromHoriz:		button26
Xcalc*ti.button27.fromVert:		button22
Xcalc*ti.button28.fromHoriz:		button27
Xcalc*ti.button28.fromVert:		button23
Xcalc*ti.button29.fromHoriz:		button28
Xcalc*ti.button29.fromVert:		button24
Xcalc*ti.button30.fromHoriz:		button29
Xcalc*ti.button30.fromVert:		button25

Xcalc*ti.button31.horizDistance:	4
Xcalc*ti.button31.fromVert:		button26
Xcalc*ti.button32.fromHoriz:		button31
Xcalc*ti.button32.fromVert:		button27
Xcalc*ti.button33.fromHoriz:		button32
Xcalc*ti.button33.fromVert:		button28
Xcalc*ti.button34.fromHoriz:		button33
Xcalc*ti.button34.fromVert:		button29
Xcalc*ti.button35.fromHoriz:		button34
Xcalc*ti.button35.fromVert:		button30

Xcalc*ti.button36.horizDistance:	4
Xcalc*ti.button36.fromVert:		button31
Xcalc*ti.button37.fromHoriz:		button36
Xcalc*ti.button37.fromVert:		button32
Xcalc*ti.button38.fromHoriz:		button37
Xcalc*ti.button38.fromVert:		button33
Xcalc*ti.button39.fromHoriz:		button38
Xcalc*ti.button39.fromVert:		button34
Xcalc*ti.button40.fromHoriz:		button39
Xcalc*ti.button40.fromVert:		button35


Xcalc*hp.Geometry:			336x164
Xcalc*hp.bevel.screen.LCD.width:	180



Xcalc*hp.bevel.screen.LCD.Translations:	#replace\n\
				Ctrl<Key>c:quit()\n\
				Ctrl<Key>h:back()\n\
				None<Key>0:digit(0)\n\
				None<Key>1:digit(1)\n\
				None<Key>2:digit(2)\n\
				None<Key>3:digit(3)\n\
				None<Key>4:digit(4)\n\
				None<Key>5:digit(5)\n\
				None<Key>6:digit(6)\n\
				None<Key>7:digit(7)\n\
				None<Key>8:digit(8)\n\
				None<Key>9:digit(9)\n\
				<Key>KP_0:digit(0)\n\
				<Key>KP_1:digit(1)\n\
				<Key>KP_2:digit(2)\n\
				<Key>KP_3:digit(3)\n\
				<Key>KP_4:digit(4)\n\
				<Key>KP_5:digit(5)\n\
				<Key>KP_6:digit(6)\n\
				<Key>KP_7:digit(7)\n\
				<Key>KP_8:digit(8)\n\
				<Key>KP_9:digit(9)\n\
				<Key>KP_Enter:enter()\n\
				<Key>KP_Multiply:multiply()\n\
				<Key>KP_Add:add()\n\
				<Key>KP_Subtract:subtract()\n\
				<Key>KP_Decimal:decimal()\n\
				<Key>KP_Divide:divide()\n\
				:<Key>.:decimal()\n\
				:<Key>+:add()\n\
				:<Key>-:subtract()\n\
				:<Key>*:multiply()\n\
				:<Key>/:divide()\n\
			        :<Key>!:factorial()\n\
				<Key>e:e()\n\
				:<Key>^:power()\n\
				<Key>p:pi()\n\
				<Key>i:inverse()\n\
				<Key>s:sine()\n\
				<Key>c:cosine()\n\
				<Key>t:tangent()\n\
				<Key>d:degree()\n\
				<Key>l:naturalLog()\n\
				<Key>n:negate()\n\
				<Key>r:squareRoot()\n\
				<Key>space:clear()\n\
				<Key>q:quit()\n\
				<Key>Delete:back()\n\
				<Key>Return:enter()\n\
				<Key>Linefeed:enter()\n\
				<Key>x:XexchangeY()\n\
				<Key>BackSpace:back()\n\
				<Btn1Down>,<Btn1Up>:toggle()selection()\n



Xcalc*hp.button1.Label:		SQRT
Xcalc*hp.button1.Translations:		#override<Btn1Up>:squareRoot()unset()
Xcalc*hp.button2.Label:		e^x
Xcalc*hp.button2.Translations:		#override<Btn1Up>:epower()unset()
Xcalc*hp.button3.Label:		10^x
Xcalc*hp.button3.Translations:		#override<Btn1Up>:tenpower()unset()
Xcalc*hp.button4.Label:		y^x
Xcalc*hp.button4.Translations:		#override<Btn1Up>:power()unset()
Xcalc*hp.button5.Label:		1/x
Xcalc*hp.button5.Translations:		#override<Btn1Up>:reciprocal()unset()
Xcalc*hp.button6.Label:		CHS
Xcalc*hp.button6.Translations:		#override<Btn1Up>:negate()unset()
Xcalc*hp.button7.Label:		7
Xcalc*hp.button7.Translations:		#override<Btn1Up>:digit(7)unset()
Xcalc*hp.button8.Label:		8
Xcalc*hp.button8.Translations:		#override<Btn1Up>:digit(8)unset()
Xcalc*hp.button9.Label:		9
Xcalc*hp.button9.Translations:		#override<Btn1Up>:digit(9)unset()
Xcalc*hp.button10.Label:		/
Xcalc*hp.button10.Translations:		#override<Btn1Up>:divide()unset()

Xcalc*hp.button11.Label:		x!
Xcalc*hp.button11.Translations:		#override<Btn1Up>:factorial()unset()
Xcalc*hp.button12.Label:		PI
Xcalc*hp.button12.Translations:		#override<Btn1Up>:pi()unset()
Xcalc*hp.button13.Label:		sin
Xcalc*hp.button13.Translations:		#override<Btn1Up>:sine()unset()
Xcalc*hp.button14.Label:		cos
Xcalc*hp.button14.Translations:		#override<Btn1Up>:cosine()unset()
Xcalc*hp.button15.Label:		tan
Xcalc*hp.button15.Translations:		#override<Btn1Up>:tangent()unset()
Xcalc*hp.button16.Label:		EEX
Xcalc*hp.button16.Translations:		#override<Btn1Up>:scientific()unset()
Xcalc*hp.button17.Label:		4
Xcalc*hp.button17.Translations:		#override<Btn1Up>:digit(4)unset()
Xcalc*hp.button18.Label:		5
Xcalc*hp.button18.Translations:		#override<Btn1Up>:digit(5)unset()
Xcalc*hp.button19.Label:		6
Xcalc*hp.button19.Translations:		#override<Btn1Up>:digit(6)unset()
Xcalc*hp.button20.Label:		*
Xcalc*hp.button20.Translations:		#override<Btn1Up>:multiply()unset()

Xcalc*hp.button21.Label:	
Xcalc*hp.button22.Label:	
Xcalc*hp.button23.Label:		Rv
Xcalc*hp.button23.Translations:		#override<Btn1Up>:roll()unset()
Xcalc*hp.button24.Label:		x:y
Xcalc*hp.button24.Translations:		#override<Btn1Up>:XexchangeY()unset()
Xcalc*hp.button25.Label:		<-
Xcalc*hp.button25.Translations:		#override<Btn1Up>:back()unset()
Xcalc*hp.button26.Label:		ENTR
Xcalc*hp.button26.Translations:		#override<Btn1Up>:enter()unset()
Xcalc*hp.button27.Label:		1
Xcalc*hp.button27.Translations:		#override<Btn1Up>:digit(1)unset()
Xcalc*hp.button28.Label:		2
Xcalc*hp.button28.Translations:		#override<Btn1Up>:digit(2)unset()
Xcalc*hp.button29.Label:		3
Xcalc*hp.button29.Translations:		#override<Btn1Up>:digit(3)unset()
Xcalc*hp.button30.Label:		-
Xcalc*hp.button30.Translations:		#override<Btn1Up>:subtract()unset()

Xcalc*hp.button31.Label:		ON
Xcalc*hp.button31.Translations:		#override<Btn1Up>:off()unset()\n\
						 <Btn3Up>:quit()
Xcalc*hp.button32.Label:		DRG
Xcalc*hp.button32.Translations:		#override<Btn1Up>:degree()unset()
Xcalc*hp.button33.Label:		INV
Xcalc*hp.button33.Translations:		#override<Btn1Up>:inverse()unset()
Xcalc*hp.button34.Label:		STO
Xcalc*hp.button34.Translations:		#override<Btn1Up>:store()unset()
Xcalc*hp.button35.Label:		RCL
Xcalc*hp.button35.Translations:		#override<Btn1Up>:recall()unset()
Xcalc*hp.button36.Label:		0
Xcalc*hp.button36.Translations:		#override<Btn1Up>:digit(0)unset()
Xcalc*hp.button37.Label:		.
Xcalc*hp.button37.Translations:		#override<Btn1Up>:decimal()unset()
Xcalc*hp.button38.Label:		SUM
Xcalc*hp.button38.Translations:		#override<Btn1Up>:sum()unset()
Xcalc*hp.button39.Label:		+
Xcalc*hp.button39.Translations:		#override<Btn1Up>:add()unset()


Xcalc*hp.button1.horizDistance:	4
Xcalc*hp.button1.fromVert:		bevel
Xcalc*hp.button2.fromHoriz:		button1
Xcalc*hp.button2.fromVert:		bevel
Xcalc*hp.button3.fromHoriz:		button2
Xcalc*hp.button3.fromVert:		bevel
Xcalc*hp.button4.fromHoriz:		button3
Xcalc*hp.button4.fromVert:		bevel
Xcalc*hp.button5.fromHoriz:		button4
Xcalc*hp.button5.fromVert:		bevel
Xcalc*hp.button6.fromHoriz:		button5
Xcalc*hp.button6.fromVert:		bevel
Xcalc*hp.button7.fromHoriz:		button6
Xcalc*hp.button7.fromVert:		bevel
Xcalc*hp.button8.fromHoriz:		button7
Xcalc*hp.button8.fromVert:		bevel
Xcalc*hp.button9.fromHoriz:		button8
Xcalc*hp.button9.fromVert:		bevel
Xcalc*hp.button10.fromHoriz:		button9
Xcalc*hp.button10.fromVert:		bevel

Xcalc*hp.button11.horizDistance:	4
Xcalc*hp.button11.fromVert:		button1
Xcalc*hp.button12.fromHoriz:		button11
Xcalc*hp.button12.fromVert:		button2
Xcalc*hp.button13.fromHoriz:		button12
Xcalc*hp.button13.fromVert:		button3
Xcalc*hp.button14.fromHoriz:		button13
Xcalc*hp.button14.fromVert:		button4
Xcalc*hp.button15.fromHoriz:		button14
Xcalc*hp.button15.fromVert:		button5
Xcalc*hp.button16.fromHoriz:		button15
Xcalc*hp.button16.fromVert:		button6
Xcalc*hp.button17.fromHoriz:		button16
Xcalc*hp.button17.fromVert:		button7
Xcalc*hp.button18.fromHoriz:	        button17
Xcalc*hp.button18.fromVert:		button8
Xcalc*hp.button19.fromHoriz:		button18
Xcalc*hp.button19.fromVert:		button9
Xcalc*hp.button20.fromHoriz:		button19
Xcalc*hp.button20.fromVert:		button10

Xcalc*hp.button21.horizDistance:	4
Xcalc*hp.button21.fromVert:		button11
Xcalc*hp.button22.fromHoriz:		button21
Xcalc*hp.button22.fromVert:		button12
Xcalc*hp.button23.fromHoriz:		button22
Xcalc*hp.button23.fromVert:		button13
Xcalc*hp.button24.fromHoriz:		button23
Xcalc*hp.button24.fromVert:		button14
Xcalc*hp.button25.fromHoriz:		button24
Xcalc*hp.button25.fromVert:		button15
Xcalc*hp.button26.fromHoriz:		button25
Xcalc*hp.button26.fromVert:		button16
Xcalc*hp.button26.height:		36
Xcalc*hp.button27.fromHoriz:		button26
Xcalc*hp.button27.fromVert:		button17
Xcalc*hp.button28.fromHoriz:		button27
Xcalc*hp.button28.fromVert:		button18
Xcalc*hp.button29.fromHoriz:		button28
Xcalc*hp.button29.fromVert:		button19
Xcalc*hp.button30.fromHoriz:		button29
Xcalc*hp.button30.fromVert:		button20

Xcalc*hp.button31.horizDistance:	4
Xcalc*hp.button31.fromVert:		button21
Xcalc*hp.button32.fromHoriz:		button31
Xcalc*hp.button32.fromVert:		button22
Xcalc*hp.button33.fromHoriz:		button32
Xcalc*hp.button33.fromVert:		button23
Xcalc*hp.button34.fromHoriz:		button33
Xcalc*hp.button34.fromVert:		button24
Xcalc*hp.button35.fromHoriz:		button34
Xcalc*hp.button35.fromVert:		button25
Xcalc*hp.button36.fromHoriz:		button26
Xcalc*hp.button36.fromVert:		button27
Xcalc*hp.button37.fromHoriz:		button36
Xcalc*hp.button37.fromVert:		button28
Xcalc*hp.button38.fromHoriz:		button37
Xcalc*hp.button38.fromVert:		button29
Xcalc*hp.button39.fromHoriz:		button38
Xcalc*hp.button39.fromVert:		button30


XTerm*SimpleMenu*BackingStore: NotUseful
XTerm*SimpleMenu*menuLabel.font: -adobe-helvetica-bold-r-normal--*-120-*-*-*-*-iso8859-*
XTerm*SimpleMenu*menuLabel.vertSpace: 	100
XTerm*SimpleMenu*HorizontalMargins: 16
XTerm*SimpleMenu*Sme.height:	16

XTerm*SimpleMenu*Cursor: left_ptr
XTerm*mainMenu.Label:  Main Options
XTerm*mainMenu*securekbd*Label:  Secure Keyboard
XTerm*mainMenu*allowsends*Label:  Allow SendEvents
XTerm*mainMenu*logging*Label:  Log to File
XTerm*mainMenu*redraw*Label:  Redraw Window
XTerm*mainMenu*suspend*Label:  Send STOP Signal
XTerm*mainMenu*continue*Label:  Send CONT Signal
XTerm*mainMenu*interrupt*Label:  Send INT Signal
XTerm*mainMenu*hangup*Label:  Send HUP Signal
XTerm*mainMenu*terminate*Label:  Send TERM Signal
XTerm*mainMenu*kill*Label:  Send KILL Signal
XTerm*mainMenu*quit*Label:  Quit

XTerm*vtMenu.Label:  VT Options
XTerm*vtMenu*scrollbar*Label:  Enable Scrollbar
XTerm*vtMenu*jumpscroll*Label:  Enable Jump Scroll
XTerm*vtMenu*reversevideo*Label:  Enable Reverse Video
XTerm*vtMenu*autowrap*Label:  Enable Auto Wraparound
XTerm*vtMenu*reversewrap*Label:  Enable Reverse Wraparound
XTerm*vtMenu*autolinefeed*Label:  Enable Auto Linefeed
XTerm*vtMenu*appcursor*Label:  Enable Application Cursor Keys
XTerm*vtMenu*appkeypad*Label:  Enable Application Keypad
XTerm*vtMenu*scrollkey*Label:  Scroll to Bottom on Key Press
XTerm*vtMenu*scrollttyoutput*Label:  Scroll to Bottom on Tty Output
XTerm*vtMenu*allow132*Label: Allow 80/132 Column Switching
XTerm*vtMenu*cursesemul*Label:  Enable Curses Emulation
XTerm*vtMenu*visualbell*Label:  Enable Visual Bell
XTerm*vtMenu*marginbell*Label:  Enable Margin Bell
XTerm*vtMenu*altscreen*Label:  Show Alternate Screen
XTerm*vtMenu*softreset*Label:  Do Soft Reset
XTerm*vtMenu*hardreset*Label:  Do Full Reset
XTerm*vtMenu*clearsavedlines*Label:  Reset and Clear Saved Lines
XTerm*vtMenu*tekshow*Label:  Show Tek Window
XTerm*vtMenu*tekmode*Label:  Switch to Tek Mode
XTerm*vtMenu*vthide*Label:  Hide VT Window

XTerm*fontMenu.Label:  VT Fonts
XTerm*fontMenu*fontdefault*Label:	Default
XTerm*fontMenu*font1*Label:	Unreadable
XTerm*VT100*font1:		nil2
XTerm*fontMenu*font2*Label:	Tiny
XTerm*VT100*font2:		5x7
XTerm*fontMenu*font3*Label:	Small
XTerm*VT100*font3:		6x10
XTerm*fontMenu*font4*Label:	Medium
XTerm*VT100*font4:		7x13
XTerm*fontMenu*font5*Label:	Large
XTerm*VT100*font5:		9x15
XTerm*fontMenu*font6*Label:	Huge
XTerm*VT100*font6:		10x20
XTerm*fontMenu*fontescape*Label:	Escape Sequence
XTerm*fontMenu*fontsel*Label:		Selection
!fontescape and fontsel overridden by application

XTerm*tekMenu.Label:  Tek Options
XTerm*tekMenu*tektextlarge*Label:  Large Characters
XTerm*tekMenu*tektext2*Label:  #2 Size Characters
XTerm*tekMenu*tektext3*Label:  #3 Size Characters
XTerm*tekMenu*tektextsmall*Label:  Small Characters
XTerm*tekMenu*tekpage*Label:  PAGE
XTerm*tekMenu*tekreset*Label:  RESET
XTerm*tekMenu*tekcopy*Label:  COPY
XTerm*tekMenu*vtshow*Label:  Show VT Window
XTerm*tekMenu*vtmode*Label:  Switch to VT Mode
XTerm*tekMenu*tekhide*Label:  Hide Tek Window

XTerm*tek4014*fontLarge: 9x15
XTerm*tek4014*font2: 8x13
XTerm*tek4014*font3: 6x13
XTerm*tek4014*fontSmall: 6x10


XLoad.input:			false
XLoad*Label*Justify:			left
XLoad*JumpScroll:			1
XLoad*internalBorderWidth:		0
XLoad*showGrip:			FALSE


! $XConsortium: XFontSel.ad,v 1.11 91/07/22 15:28:38 gildea Exp $
!
! app-defaults for XFontSel
!
! Copyright 1985, 1986, 1987, 1988, 1989 by the
! Massachusetts Institute of Technology
!
! Permission to use, copy, modify, and distribute this
! software and its documentation for any purpose and without
! fee is hereby granted, provided that the above copyright
! notice appear in all copies and that both that copyright
! notice and this permission notice appear in supporting
! documentation, and that the name of M.I.T. not be used in
! advertising or publicity pertaining to distribution of the
! software without specific, written prior permission.
! M.I.T. makes no representations about the suitability of
! this software for any purpose.  It is provided "as is"
! without express or implied warranty.
!
! Author:
!	Ralph R. Swick, Digital Equipment Corporation/M.I.T. Project Athena
!	one weekend in November, 1989

XFontSel*appDefaultsVersion:	1

XFontSel*pixelSizeList: 7, 30, 40, 50, 60
XFontSel*pointSizeList: 250, 300, 350, 400

XFontSel.cursor:	left_ptr
XFontSel*allowShellResize:	true

XFontSel*commandBox.ShowGrip:	false
XFontSel*commandBox*top:	chainTop
XFontSel*commandBox*bottom:	chainTop

XFontSel*quitButton.Label:	quit
XFontSel*quitButton.left:	chainLeft
XFontSel*quitButton.right:	chainLeft

XFontSel*ownButton.Label:	select
XFontSel*ownButton.fromHoriz:	quitButton
XFontSel*ownButton.left:	chainLeft
XFontSel*ownButton.right:	chainLeft

XFontSel*countLabel.BorderWidth: 0
XFontSel*countLabel.Justify:	right
XFontSel*countLabel.Label:	999999 fonts match
XFontSel*countLabel.left:	chainRight
XFontSel*countLabel.right:	chainRight

XFontSel*fieldBox.Orientation:	horizontal
XFontSel*fieldBox.HSpace:	0
XFontSel*fieldBox.HSpace:	0

XFontSel*dash.label:		-
XFontSel*dash.borderWidth:	0
XFontSel*dash.internalHeight:	0
XFontSel*dash.internalWidth:	0

XFontSel*fieldBox*MenuButton.BorderWidth:	0
XFontSel*fieldBox*MenuButton.internalHeight:	0
XFontSel*fieldBox*MenuButton.internalWidth:	0
XFontSel*fieldBox*MenuButton.shapeStyle:	rectangle

#ifdef LONG_NAMES
XFontSel*fieldBox*field0.Label:	foundry
XFontSel*fieldBox*field1.Label: family
XFontSel*fieldBox*field2.Label: weight
XFontSel*fieldBox*field3.Label: slant
XFontSel*fieldBox*field4.Label: set width
XFontSel*fieldBox*field5.Label: add style
XFontSel*fieldBox*field6.Label: pixel size
XFontSel*fieldBox*field7.Label: point size
XFontSel*fieldBox*field8.Label: resolutionX
XFontSel*fieldBox*field9.Label: resolutionY
XFontSel*fieldBox*field10.Label: spacing
XFontSel*fieldBox*field11.Label: avg width
XFontSel*fieldBox*field12.Label: registry
XFontSel*fieldBox*field13.Label: encoding
#else
XFontSel*fieldBox*field0.Label:	fndry
XFontSel*fieldBox*field1.Label: fmly
XFontSel*fieldBox*field2.Label: wght
XFontSel*fieldBox*field3.Label: slant
XFontSel*fieldBox*field4.Label: sWdth
XFontSel*fieldBox*field5.Label: adstyl
XFontSel*fieldBox*field6.Label: pxlsz
XFontSel*fieldBox*field7.Label: ptSz
XFontSel*fieldBox*field8.Label: resx
XFontSel*fieldBox*field9.Label: resy
XFontSel*fieldBox*field10.Label: spc
XFontSel*fieldBox*field11.Label: avgWdth
XFontSel*fieldBox*field12.Label: rgstry
XFontSel*fieldBox*field13.Label: encdng
#endif

!*fieldBox*field11.Sensitive: False
XFontSel*fieldBox*field11.menu.Options.ShowUnselectable: False
XFontSel*fieldBox*field11.menu*font: -misc-fixed-medium-r-normal--7-*-*-*-c-50-iso8859-1


!*field1*menu*courier.Font:

XFontSel*fontName*skipAdjust:	true

XFontSel*sampleText*Label: \
Processing fonts...

XFontSel*sampleText: \
ABCDEFGHIJKLMNOPQRSTUVWXYZ\n\
abcdefghijklmnopqrstuvwxyz\n\
0123456789\n\
\340\346\347\353\356\360\361\363\371\375\
\300\306\307\313\316\320\321\323\331\335


XFontSel*sampleText16: \
\044\042\044\044\044\046\044\050\044\052\044\053\044\055\044\057\
\044\061\044\063\044\065\044\067\044\071\044\073\044\075\044\077\n\
\044\101\044\104\044\106\044\110\044\112\044\113\044\114\044\115\
\044\116\044\117\044\122\044\125\044\130\044\133\044\136\044\137\n\
\061\042\061\044\061\046\061\050\061\052\061\053\061\055\061\057\
\061\061\061\063\061\065\061\067\061\071\061\073\061\075\061\077\n\
\061\101\061\104\061\106\061\110\061\112\061\113\061\114\061\115\
\061\116\061\117\061\122\061\125\061\130\061\133\061\136\061\137\n\

XFontSel*sampleText*allowResize: true
XFontSel*sampleText*Height:	 50

XClock.input: false

