*selFile.allowShellResize:		True
*TransientShell.allowShellResize:		True
*font:	-adobe-helvetica-bold-r-normal--*-120-*-*-*-*-iso*-*
*shapeStyle:				oval
*cursor:					left_ptr
*pane.orientation:			horizontal

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

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

*baseTranslations:#override\
                        Meta<Key>l:      do-load()\n\
                        Meta<Key>i:      do-insert()\n\
                        Meta<Key>s:      do-save()\n\
                        Meta<Key>a:      do-save-as()\n\
                        Meta<Key>r:      do-resize()\n\
                        Meta<Key>e:      do-rescale()\n\
                        Meta<Key>f:      do-filename()\n\
			Meta<Key>h:	do-hintscmt()\n\
			Meta<Key>c:	do-colorscmt()\n\
			Meta<Key>p:	do-pixelscmt()\n\
                        Meta<Key>q:	do-quit()\n\
			Ctrl<Key>a:	do-addcolor()\n\
			Ctrl<Key>s:	do-symbname()\n\
			Ctrl<Key>m:	do-mononame()\n\
			Ctrl<Key>4:	do-grey4name()\n\
			Ctrl<Key>g:	do-greyname()\n\
			Ctrl<Key>n:	do-colorname()\n\
                        <Key>i:     	switch-image()\n\
                        <Key>g:     	switch-grid()\n\
                        <Key>a:     	switch-axes()\n\
                        <Key>p:     	switch-proportional()\n\
                        <Key>z:     	switch-zoom()\n\
			<Key>x:		zoom-in()\n\
			<Key>y:		zoom-out()\n\
			<Key>f:		zoom-factor()\n\
                        Ctrl<Key>c:     do-cut()\n\
                        Ctrl<Key>x:     do-copy()\n\
                        Ctrl<Key>p:     do-paste()\n\
			Ctrl<Key>o:	do-crop()

*Dialog.value*baseTranslations: #augment\
			<Key>:		insert-char()\n

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

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

*Dialog.value.translations:#override <Key>Return: set-okay()

*image.label.translations:#override <Btn1Down>,<Btn1Up>: switch-image()
*image.label.label:			
*image.width:				50
*image.height:				50

*colorView.allowHoriz:			True
*colorView.allowVert:			True
*colorView.useBottom:			True
*colorView.useRight:			True
*colorView.width:				500
*colorView.height:			70
*colorView.preferredPaneSize:		70
*colorView.skipAdjust:			False

*colorPane.width:				500
*colorPane.height:			70
*colorPane*Command.label:			
*colorPane*Command.width:			15
*colorPane*Command.height:		15

*pixmapView.allowHoriz:			True
*pixmapView.allowVert:			True
*pixmapView.useBottom:			True
*pixmapView.useRight:			True
*pixmapView.width:			500
*pixmapView.height:			500

*pixmap.pixmapWidth:			32
*pixmap.pixmapHeight:			32
*pixmap.squareSize:			15
*pixmap.cursor:           		tcross
*pixmap.stipple:				/usr/X11R6/lib/X11/Pixmap/Stipple

*info*label.font:-adobe-helvetica-bold-r-normal--*-100-*-*-p-*-iso8859-1
*info*label.height:			150

*TransientShell.width:			300

!Pixmap*Dialog.value.borderWidth:		0
*input*icon:				Term
*qsave*icon:				Term
*file*icon:				Term
*error*icon:				Excl
*Dialog.Yes.label:			Yes
*Dialog.No.label:				No
*Dialog.Okay.label:			OK
*Dialog.Abort.label:			Abort
*Dialog.Cancel.label:			Cancel
*Dialog.Retry.label:			Retry

*MenuButton.width:			52

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

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

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

*colorButton.width:			120
*colorButton.label:			Foreground Color
*colorButton.fromHoriz:			editButton
*colorButton.menuName:			colorMenu

*extensionButton.width:			120
*extensionButton.label:			Xpm Extensions
*extensionButton.fromHoriz:		colorButton
*extensionButton.menuName:		extensionMenu

*infoButton.width:			48
*infoButton.label:			About
*infoButton.fromHoriz: 			extensionButton

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

*infoPopup.width:				335
*infoPopup.height:			150

*SmeBSB.HorizontalMargins:		32

*fileMenu.load.label:			Load...[Alt l]
*fileMenu.insert.label:			Insert...[Alt i]
*fileMenu.save.label:			Save [Alt s]
*fileMenu.saveAs.label:			Save As...[Alt a]
*fileMenu.resize.label:			Resize...[Alt r]
*fileMenu.rescale.label:			Rescale...[Alt e]
*fileMenu.filename.label:			Filename...[Alt f]
*fileMenu.hintsCmt.label:			Hints comment...[Alt h]
*fileMenu.colorsCmt.label:		Colors comment...[Alt c]
*fileMenu.pixelsCmt.label:		Pixels comment...[Alt p]
*fileMenu.quit.label:			Quit [Alt q]

*editMenu.image.label:			Image [i]
*editMenu.grid.label:			Grid [g]
*editMenu.axes.label:			Axes [a]
*editMenu.proportional.label:		Proportional [p]
*editMenu.zoom.label:			Zoom [z]
*editMenu.zoomIn.label:			Zoom In [x]
*editMenu.zoomOut.label:			Zoom Out [y]
*editMenu.zoomFactor.label:		Zoom Factor [f]
*editMenu.cut.label:			Cut [Ctrl c]
*editMenu.copy.label:			Copy [Ctrl x]
*editMenu.paste.label:			Paste [Ctrl p]
*editMenu.crop.label:			Crop [Ctrl o]

*colorMenu.addColor.label:		Add Color...[Ctrl a]
*colorMenu.symbolicName.label:		Symbolic name...[Ctrl s]
*colorMenu.monochromeName.label:		Monochrome name...[Ctrl m]
*colorMenu.g4Name.label:			Grey scale 4 name...[Ctrl 4]
*colorMenu.gName.label:			Grey scale name...[Ctrl g]
*colorMenu.cName.label:			Color name...[Ctrl n]

*extensionMenu.addExtension.label:	Add Extension...

*form.undo.label:				Undo

*form.clear.vertDistance:			10
*form.clear.fromVert:			undo
*form.clear.label:			Clear
*form.set.fromVert: 			clear
*form.set.label:				Set
*form.redraw.fromVert:			set
*form.redraw.label:			Redraw

*form.copy.vertDistance:			10
*form.copy.fromVert:			redraw
*form.copy.label:				Copy
*form.move.fromVert: 			copy
*form.move.radioGroup:			copy
*form.move.label:				Move
*form.mark.fromVert:			move
*form.mark.label:				Mark
*form.mark.radioGroup:			copy
*form.unmark.fromVert:			mark
*form.unmark.label:			Unmark
*form.unmark.radioGroup:			copy

*form.flipHoriz.vertDistance:		10
*form.flipHoriz.width:			36
*form.flipHoriz.height:			36
*form.flipHoriz.fromVert: 		unmark
*form.flipHoriz.bitmap:			/usr/X11R6/lib/X11/Pixmap/FlipHoriz
*form.up.vertDistance:			10
*form.up.width:				36
*form.up.height:				36
*form.up.fromVert: 			unmark
*form.up.fromHoriz:			flipHoriz
*form.up.bitmap:				/usr/X11R6/lib/X11/Pixmap/Up
*form.flipVert.vertDistance:		10
*form.flipVert.width:			36
*form.flipVert.height:			36
*form.flipVert.fromVert: 			unmark
*form.flipVert.fromHoriz:			up
*form.flipVert.bitmap:			/usr/X11R6/lib/X11/Pixmap/FlipVert
*form.left.width:				36
*form.left.height:			36
*form.left.fromVert: 			flipHoriz
*form.left.bitmap:			/usr/X11R6/lib/X11/Pixmap/Left
*form.fold.width:				36
*form.fold.height:			36
*form.fold.fromVert: 			up
*form.fold.fromHoriz: 			left
*form.fold.bitmap:			/usr/X11R6/lib/X11/Pixmap/Fold
*form.right.width:			36
*form.right.height:			36
*form.right.fromVert: 			flipVert
*form.right.fromHoriz: 			fold
*form.right.bitmap:			/usr/X11R6/lib/X11/Pixmap/Right
*form.rotateLeft.width:			36
*form.rotateLeft.height:			36
*form.rotateLeft.fromVert:		left
*form.rotateLeft.bitmap:			/usr/X11R6/lib/X11/Pixmap/RotateLeft
*form.down.width:				36
*form.down.height:			36
*form.down.fromVert: 			fold
*form.down.fromHoriz: 			rotateLeft
*form.down.bitmap:			/usr/X11R6/lib/X11/Pixmap/Down
*form.rotateRight.width:			36
*form.rotateRight.height:			36
*form.rotateRight.fromVert:		right
*form.rotateRight.fromHoriz:		down
*form.rotateRight.bitmap:			/usr/X11R6/lib/X11/Pixmap/RotateRight

*form.point.vertDistance:			10
*form.point.fromVert: 			rotateLeft
*form.point.radioGroup:  			move
*form.point.label:			Point
*form.curve.fromVert: 			point
*form.curve.radioGroup:  			point
*form.curve.label:			Curve
*form.line.fromVert: 			curve
*form.line.radioGroup: 			curve
*form.line.label:				Line
*form.rectangle.fromVert: 		line
*form.rectangle.radioGroup:  		line
*form.rectangle.label:			Rectangle
*form.filledRectangle.fromVert: 		rectangle
*form.filledRectangle.radioGroup:  	rectangle
*form.filledRectangle.label:		Filled Rectangle
*form.circle.fromVert: 			filledRectangle
*form.circle.radioGroup:  		filledRectangle
*form.circle.label:			Circle
*form.filledCircle.fromVert: 		circle
*form.filledCircle.radioGroup:  		circle
*form.filledCircle.label:			Filled Circle
*form.floodFill.fromVert:			filledCircle
*form.floodFill.radioGroup:  		filledCircle
*form.floodFill.label:			Flood Fill
*form.text.fromVert:			floodFill
*form.text.radioGroup:  			floodFill
*form.text.label:				Text
*form.setHotSpot.vertDistance:		10
*form.setHotSpot.fromVert:		text
*form.setHotSpot.radioGroup:		text
*form.setHotSpot.label:			Set Hot Spot
*form.clearHotSpot.fromVert:		setHotSpot
*form.clearHotSpot.radioGroup:		setHotSpot
*form.clearHotSpot.label:			Clear Hot Spot


! Port Editor Buttons
!
*form.setPort.vertDistance:		10
*form.setPort.fromVert:			clearHotSpot
*form.setPort.radioGroup:			point
*form.setPort.label:			Set Port
*form.clearPort.fromVert:			setPort
*form.clearPort.radioGroup:		point
*form.clearPort.label:			Clear Port
*form.movePort.fromVert:			clearPort
*form.movePort.radioGroup:		point
*form.movePort.label:			Move Port
*form.portInfo.fromVert:			movePort
*form.portInfo.radioGroup:		point
*form.portInfo.label:			Port Info ... 

!  Extension Editor 
*extEditorShell.width:			510
*extEditor.text.width:			500
*extEditor.name.width:			500
*extEditor.text.height:			200
*extEditor.text.fromVert:			name
*extEditor.ok.fromVert:			text
*extEditor.cancel.fromVert:		text
*extEditor.cancel.fromHoriz:		ok
*extEditor.remove.fromVert:		text
*extEditor.remove.fromHoriz:		cancel
*extEditor.Command.left:            	ChainLeft
*extEditor.Command.right:           	ChainLeft
*extEditor.Command.bottom:          	ChainBottom
*extEditor.Command.top:             	ChainBottom
*extEditor.name.top:               	ChainTop
*extEditor.name.bottom:            	ChainTop
*extEditor.text.bottom:             	ChainBottom
*extEditor.text.top:                	ChainTop
*extEditor.name.justify:			left
*extEditor.name.borderWidth:		0
*extEditor.ok.label:			Okay
*extEditor.cancel.label:			Cancel
*extEditor.remove.label:			Remove
*extEditor.text*editType:			edit
*extEditor.text.wrap:			word
*extEditor.text.autoFill:			False
*extEditor.text.scrollVertical:		always
*extEditor.text*baseTranslations: #augment\
			<Key>:		insert-char()\n

! Text options dialog
*textOptions.fontName*string:	-*-fixed-medium-*-*-*-13-*-100-*-*-60-*-*
*textOptions.textString*string:		Hello, Woody!
*textOptionsShell.width:			465
*textOptions.title.width:			455
*textOptions.fontStatus.width:		455
*textOptions.fontLabel.width:		100
*textOptions.textLabel.width:		100
*textOptions.fontName.width:		350
*textOptions.textString.width:		350
*textOptions.fontStatus.fromVert:		title
*textOptions.fontLabel.fromVert:		fontStatus
*textOptions.fontName.fromVert:		fontStatus
*textOptions.fontName.fromHoriz:		fontLabel
*textOptions.textLabel.fromVert:		fontLabel
*textOptions.textString.fromVert:		fontLabel
*textOptions.textString.fromHoriz:	textLabel
*textOptions.close.vertDistance:		20
*textOptions.close.fromVert:		textLabel
*textOptions.apply.vertDistance:		20
*textOptions.apply.fromVert:		textLabel
*textOptions.apply.fromHoriz:		close
*textOptions.title.label:			Text Options
*textOptions.fontStatus.label:
*textOptions.fontLabel.label:		Font Name:
*textOptions.textLabel.label:		Text String:
*textOptions.title.justify:		Center
*textOptions.fontStatus.justify:		Center
*textOptions.fontLabel.justify:		Right
*textOptions.textLabel.justify:		Right
*textOptions.Label.borderWidth:		0
*textOptions*close*label:			Close
*textOptions*apply*label:			Apply
*textOptions.fontName*editType:		edit
*textOptions.fontName.resizable:		True
*textOptions.fontName.resize:		width
*textOptions.textString*editType:		edit
*textOptions.textString.resizable:	True
*textOptions.textString.resize:		width

*textOptions.fontName.translations:#override <Key>Return: apply()
*textOptions.textString.translations:#override <Key>Return: apply()
*textOptions.fontName*baseTranslations: #augment\
			<Key>:		insert-char()
*textOptions.textString*baseTranslations: #augment\
			<Key>:		insert-char()






