!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!||!!!!
! 
! XLand : resource file for Xland, a X interface to the landscape program
!
! This file needs to be edited to reflect the locations of certain files 
! required by xland. The X resource variable name starts with an * and
! the definition of the particular variable starts after the :
!
! The lines that need to be edited are all at the beginning of this file
! and are in the section starting with CHANGE ME and ending with END
!
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!CHANGE ME
! this is the directory whose content will be displayed when the
! file browser built into xland will be popped up (click on file on the
! main menu). These directory is intended to put the sequences you 
! want to look at.
!
*seqdirectory: /ural/b/stormo-lab/levy/xland/sequences/

!this is the directory wher the various *.bitmap files  are.
!If you have not copied somewhere else they will be with the
! rest of the code
*bitmappath: /ural/b/stormo-lab/levy/xland/src/

! this is the directory where the file ColorTable is located.
*ctpath:	/ural/b/stormo-lab/levy/xland/src/

! This is the directory that hold the pbm programs xwdtopnm and pnmtops
! This only needs to be set if you require printing of landscapes
! directly from Xland.
*pbmpath: /ural/b/stormo-lab/levy/xland/src/


! Modify these resources only if you want to play with colors and make
! your own colortables or use another colortable that is in the file ColorTable.
! if you make your own colortable it should go in the file ColorTable.
!
! this is the color table used to display the lancscape in color mode
! when no filter are applied
*colortable: spectrum
! this is the color table used when a filter is applied
*fltctable: filter_color
! this is the color table used with a difference landscape
*difftable: diff_test2
!END


*cursorColor: red
! set command button visual

*Command.borderColor: red
*Command.borderWidth: 2
*Command.background: light slate blue
*Command.foreground: white
*Command.shapeStyle: oval


! set layout of lanscape window

*landscape_shell*Command.foreground: white
*landscape_shell*Command.background: light slate blue
*landscape_shell.title: Landscape


*landscape_shell*Command.height: 18
*landscape_shell*Command.width: 50

!
! Top area of the landscape display
!
*landscape_close.label: Close
*landscape_goto.label: Goto
*landscape_search.label: Search
*landscape_label.label: Label
*landscape_info.label: Info
*landscape_write.label: Write
*landscape_options.label: Options
*landscape_filter.label: Filters


!
! Middle area of the landscape display
!


*landscape_hpane.orientation: horizontal 
!*landscape_hpane*Core.showGrip: False
*landscape_vpane*Box.showGrip: False
*landscape_vpane*Label.showGrip: False
*landscape_errormes.borderWidth: 0
*landscape_form.borderWidth: 0

*landscape_colorstrip.width: 20
*landscape_colorstrip.height: 44

*landscape_display.resizable: TRUE
*landscape_display.width: 560
*landscape_display.height: 500
*landscape_display.top:	chainTop
*landscape_display.bottom:	chainBottom
*landscape_display.left:	chainLeft
*landscape_display.right:	chainRight

*landscape_scroll_h.resizable: TRUE
*landscape_scroll_v.resizable: True
*landscape_shell*landscape_scroll_h.orientation:	Horizontal
!*landscape_shell*landscape_scroll_v.height: 286 
*landscape_shell*landscape_scroll_h.height:	14
*landscape_shell*landscape_scroll_h.width: 560

*landscape_shell*landscape_scroll_h.fromVert:   landscape_display
*landscape_shell*landscape_scroll_v.fromHoriz: landscape_display

*landscape_shell*landscape_scroll_v.top:	chainTop
*landscape_shell*landscape_scroll_v.bottom:	chainBottom
*landscape_shell*landscape_scroll_v.left:	chainRight
*landscape_shell*landscape_scroll_v.right:	chainRight
*landscape_shell*landscape_scroll_h.top:	chainBottom
*landscape_shell*landscape_scroll_h.bottom:	chainBottom
*landscape_shell*landscape_scroll_h.left:	chainLeft
*landscape_shell*landscape_scroll_h.right:	chainRight
!
!
!
!
! change translation for core widget used as a graphic window
!
*landscape_display.translations:	#override \n\
	<Expose>:	ExposeLandscape()				\n\
	<ConfigureNotify>:	ResizeLandscape()    \n\
	<Btn1Up>:	MouseEvent()

!
! Botton part of the display
!
*landscape_errormes.height: 80
*landscape_errormes.label:

!
! goto dialog resources
!
*gotodialog.label: Enter position 
*gotodialog*allowShellResize: True
*gotodialog*value:
*gotodialog*Text.translations:	#override \n\
	<Key>Return:		GotoDialogAction()
! 
! file dialog resources
! 
*filedialog*Text.translations: #override \n\
	<Key>Return:	FileDialogAction()

!
! printer dialog resources
!
*printerdialog*Text.translations: #override \n\
	<Key>Return:	PrinterDialogAction()


!
! set layout of the sequence widget
!
!

XLand.title: Sequences

*sequence_view.width: 150
*sequence_view.height: 200
*sequence_list.defaultColumns: 1
*sequence_list.forceColumns: TRUE
*sequence_list.rowSpacing: 5

*landscape_view.width: 150
*landscape_view.height: 200
*landscape_list.rowSpacing: 5
*landscape_list.defaultColumns: 1
*landscape_list.forceColumns: TRUE

*sequence_dialog.internalBorderWidth: 0
! name the buttons
*sequence_dialog*file.label: File
*sequence_dialog*index.label: Index
*sequence_dialog*del.label: Delete
*sequence_dialog*landscape.label: Landscape
*sequence_dialog*display.label: Display
*sequence_dialog*info.label: Info
*sequence_dialog*quit.label: Quit
*sequence_dialog*quit.background: red

*sequence_dialog*quit.width: 80 
*sequence_dialog*file.width: 80
*sequence_dialog*index.width: 80
*sequence_dialog*del.width: 80
*sequence_dialog*landscape.width: 80
*sequence_dialog*display.width: 80
*sequence_dialog*info.width: 80
*sequence_dialog*index.fromVert: file
*sequence_dialog*info.fromVert: index
*sequence_dialog*landscape.fromVert: info
*sequence_dialog*display.fromVert: landscape
*sequence_dialog*del.fromVert: display
*sequence_dialog*quit.fromVert: del
*sequence_dialog*sequence_view.fromVert: label1
*landscape_view.fromVert: label2
!*landscape_view.borderWidth: 0
!*sequence_view.borderWidth: 0

!
! Resource setting for the info request menu
!
*info_title.borderWidth: 0
*info_title.justify: center
*info_text.fromVert: info_title
*info_text.borderWidth: 0
*info_ok.label: OK
*info_ok.fromVert: info_text

! resource setting for the file browser window
!

*file_shell.title: File-browser
*directory.borderWidth: 2
*directory.bordiercolor: red
*directory.background: light slate blue
*directory.foreground: white
*file_viewport.fromVert: close_file
*file_viewport.allowHoriz:	true
*file_viewport.allowVert:	true
*file_viewport.height:	200
*file_viewport.width:	400
*directory.fromHoriz:	prev
!*directory.width:	265
*directory.resizable: TRUE

*directory.translations:	#override \n\
	<Key>Return:	ListDirectory()
*file_shell*close_file.label: Close
*open.label: Read
*open.fromHoriz: close_file
*prev.label: Prev
*prev.fromHoriz: open
File_shell*Command.bottom:	chainTop
File_shell*Command.top:	chainBottom
File_shell*Command.left:	chainLeft
File_shell*Command.right:	chainLeft
File_shell*prev.right:	chainLeft
*directory.bottom:	chainTop
*directory.top:		chainBottom
*directory.left:	chainRight
*directory.right:	chainRight
File_shell*file_viewport.top:		chainTop
File_shell*file_viewport.bottom:	chainBottom
File_shell*file_viewport.left:		chainLeft
File_shell*file_viewport.right:	chainRight




!
! Set layout of the landscape selector window
!
*vpane.width: 350
*vpane*Label.width: 120
*vpane*Text.width: 230
*vpane*Label.justify: left
*vpane*Label.borderWidth: 0
*vpane*List.height: 100
*vpane*List.width: 350

*vpane.form.nametxt.fromHoriz: name
*vpane.form.nametxt.translations: #override \n\
	<Key>Return:	None()
	
*vpane.form.name.left: chainLeft
*vpane.form.name.right: chainLeft
*vpane.form.nametxt.left: chainLeft
*vpane.form.nametxt.right: chainRight

*vpane.form1.dsttxt.fromHoriz: dst
*vpane.form1.dsttxt.width: 230
*vpane.form1.dsttxt.right: chainRight
*vpane.form1.dsttxt.left: chainLeft
*vpane.form1.dst.right: chainLeft
*vpane.form1.dst.left: chainLeft

*vpane*srcs.width: 350
*vpane*srcs.top: chainTop
*vpane*srcs.bottom: chainTop
*vpane*List.top: chainTop
*vpane*List.bottom: chainBottom
*vpane.form2.view.fromVert: srcs

*vpane.form1.skipAdjust: TRUE
*vpane.form.skipAdjust: TRUE
*vpane.box.skipAdjust: TRUE

*vpane*name.label: Landscape name:
*vpane*srcs.label: Source sequences:
*vpane*dst.label: Destination seq:

*vpane*Command.width: 57
*vpane*Command.resize: FALSE

*vpane*methodbut.menuName: method_menu
*vpane*methodbut.label: Methods
*vpane*srcbut.label: Source
*vpane*dstbut.label: Dest
*vpane*delbut.label: Delete
*vpane*donebut.label: Done
*vpane*cancelbut.label: Cancel
*vpane*cancelbut.background: red


!
! resources setting for the writing selection menu of the landscape display
!
*landscape_options.menuName: options_menu
*landscape_label.menuName: label_menu
*label_visibility.menu: visibility_menu
*label_setting.menu: setting_menu
*label_deleting.menu: deleting_menu
*landscape_write.menuName: write_menu
*landscape_filter.menuName: filter_menu
*MenuButton.borderColor: red
*MenuButton.borderWidth: 2
*MenuButton.background: light slate blue
*MenuButton.foreground: white
*MenuButton.shapeStyle: oval
*SimpleMenu*menuLabel.foreground: light slate blue
!*SimpleMenu.background: light slate blue
*SmeBSB.foreground: red
*SmeMenu.foreground: red
*write_cancel.background: red
*write_cancel.label: Cancel
*write_file.label: File
*write_lpr.label: Printer
*write_label.borderWidth: 0
*write_label.label: Write to:
*write_label.justify: left
*write_form*Command.width: 86
*write_file.fromVert: write_label
*write_lpr.fromVert: write_label
*write_lpr.fromHoriz: write_file
*write_cancel.fromVert: write_label
*write_cancel.fromHoriz: write_lpr

!
! resources settign for the search menu selction of the landscape display
!
*string_label.width: 60
*search_text.fromHoriz: string_label
*search_text.width: 270

*search_land.width: 125
*string_land.width: 60
*string_land.fromVert: string_label
*search_land.fromVert: search_text
*search_land.fromHoriz: string_land
*search_dir.width: 100
*string_dir.width: 35
*string_dir.fromVert: string_label
*string_dir.fromHoriz: search_land
*search_dir.fromVert: string_label
*search_dir.fromHoriz: string_dir


*src_screen.label: 20
*prev_src.fromHoriz: src_screen
*next_src.fromHoriz: prev_src
*cancel_src.fromHoriz: next_src
*cancel_src.background: red

*src_screen.label: Screen
*prev_src.label: Prev
*next_src.label: Next
*cancel_src.label: Close

*prev_src.width: 60
*next_src.width: 60
*cancel_src.width: 60
*search_message.width: 2000