!		Property	Form		Function
!		--------	--------	-------------
!		geometry	wxh+x+y		window width/height/x&y-origin
!		fontList	name|wxh	fontname or width/height
!		foreground	color		character color name | hexcode
!		background	color		background color name | hexcode


! General Application resources

!*keyboardFocusPolicy:				POINTER
*fontList:					10X20
*foreground:					black
*background:					gray
*selectColor:					green

! Resources for library routines

String Input*geometry:				+720+64
Confirm Dialog*geometry:			+0+64
ErrorMessage*geometry:				+0+200
Message Area*geometry:				1139x34+0+0

! Main Menu resources

plotxy Main Menu*geometry:			+10+64
*Quikdig file     *mnemonic:			Q
*Landmark file    *mnemonic:			L
*Geoquest file    *mnemonic:			G
*Variable format file    *mnemonic:		V
*Reload file      *mnemonic:			R
*Exit             *mnemonic:			E
*Setup     *mnemonic:				S
*Plot      *mnemonic:				P
*Layers      *mnemonic:				L
*Colors      *mnemonic:				C
*Smoothing   *mnemonic:				S
*Hardcopy    *mnemonic:				H
*Screendump  *mnemonic:				S
*Postscript  *mnemonic:				P
*Linear      *mnemonic:				i
*Chi Square  *mnemonic:				C
*Spline      *mnemonic:				S
*No Line     *mnemonic:				L
*No Points   *mnemonic:				N
*Points      *mnemonic:				P

! Accelerators for the default buttons

plotxy*Ok_button.accelerators: Ctrl<Key>1: ArmAndActivate()
plotxy*cancel_button.accelerators: Ctrl<Key>2: ArmAndActivate()
plotxy*help_button.accelerators: Ctrl<Key>3: ArmAndActivate()
plotxy*dum1_button.accelerators: Ctrl<Key>4: ArmAndActivate()
plotxy*dum2_button.accelerators: Ctrl<Key>5: ArmAndActivate()
plotxy*dum3_button.accelerators: Ctrl<Key>6: ArmAndActivate()

! Help Widget resources

*defaultPosition: False
*Help Information*fontList:	9x15bold
*Help Information.dialogTitle: Help Information
*Help Information*XmPushButton.width: 70
*Help Information*XmPushButton.bottomOffset: 3
*Help Information.x: 300
*Help Information.y: 300
*Help Information*Ok.leftOffset: 200
*Help Information*Print.rightOffset: 200
*Help Topic Index.dialogTitle: Help Topic Index
*Help Topic Index.x: 570
*Help Topic Index.y: 50
*Version.dialogTitle: Version Info
*Version.x: 150
*Version.y: 150
*Help Facility.dialogTitle: How to use Help Facility
*Help Facility.x: 100
*Help Facility.y: 100

! INT PLOTXY Widget resources

*plotxy INT_PLOT*geometry:			1139x650+10+150
*plotxy INT_PLOT*background:			ivory
*plotxy INT_PLOT*Plot*fontList:		8x13bold
plotxy*Key1Label.fontList:			8x13bold
plotxy*Key2Label.fontList:			8x13bold
plotxy*Key3Label.fontList:			8x13bold
plotxy*Key4Label.fontList:			8x13bold
plotxy*Key5Label.fontList:			8x13bold
plotxy*Key6Label.fontList:			8x13bold
plotxy*Key7Label.fontList:			8x13bold
plotxy*Key8Label.fontList:			8x13bold

! INT CONTOUR Widget resources

*plotxy INT_CONTOUR_PLOT*background:			white
!
!       resource template for GlFileSaver
!
*plotxy*FSV_shell*fontList: 8x13bold
*FSV_shell.geometry:    +100+500
*FSV_shell*FSV_fileNameTextField.width: 500
*FSV_shell*FSV_fileNameTextField.y: 40
*FSV_shell*XmPushButton.y: 80
*FSV_shell*XmPushButton.width: 80
*FSV_shell*XmPushButton.height: 40
*FSV_shell*FSV_cancelButton.x: 230
*FSV_shell.XmDialogShell.geometry: +150+150
!
! resource template for GlBuildLayout
!
plotxy*BL_shell.geometry: +250+125
plotxy*FileText.background: white
plotxy*FileText.foreground: black
plotxy*FileText.fontList: 9x15
plotxy*RulerText.fontList: 9x15
plotxy*XmPanedWindow.spacing: 20
plotxy*XmPanedWindow.sashHeight: 15
plotxy*XmPanedWindow.sashWidth: 15
plotxy*XmPanedWindow.marginHeight: 8
plotxy*XmPanedWindow.marginWidth: 8
plotxy*HeadingsForm.verticalSpacing: 5
plotxy*BotScrWin.height: 200
plotxy*BotRowCol.marginWidth: 8
plotxy*BotRowCol.marginHeight: 8
plotxy*WGRowCol.spacing: 10
!
! GlFileSel
plotxy*BL_FileSelShell.geometry: +400+225
!
! GlErrorPanel
!
plotxy*error_panel.title: Error
plotxy*error_panel.geometry: +300+300
plotxy*error_panel*fontList: -*-helvetica-bold-r-*-*-14-*-*-*-*-*-*-*
plotxy*error_panel.message_box.messageAlignment: ALIGNMENT_BEGINNING
!
! GlQueryPanel
!
plotxy*query_panel.title: Warning!
plotxy*query_panel.geometry: +300+300
plotxy*query_panel*fontList: -*-helvetica-bold-r-*-*-14-*-*-*-*-*-*-*
plotxy*query_panel.message_box.messageAlignment: ALIGNMENT_BEGINNING
!
! Dialog List
!
plotxy*DL_shell.geometry: +300+200
plotxy*DL_shell.title: Select Variables for Deletion
plotxy*DL_shell*DL_infoText.rows: 2
plotxy*DL_shell*DL_scrWin.height: 300
plotxy*DL_shell*DL_scrWin.width: 300
