!
! Resources for the  ospX  oligo Selection program
!
   Xosp.minWidth: 300
   Xosp.minHeight: 200

! Labels have no borders and are not resized 
   Xosp*Label.borderWidth: 0
   Xosp*Label.top:         ChainTop
   Xosp*Label.bottom:      ChainTop
   Xosp*Label.left:        ChainLeft
   Xosp*Label.right:       ChainLeft
  
! Buttons are not resized 
   Xosp*Command.top:         ChainTop
   Xosp*Command.bottom:      ChainTop
   Xosp*Command.left:        ChainLeft
   Xosp*Command.right:       ChainLeft

! Start End info Text widgets have no borders and are not resized 
   Xosp*startEnd*Text.top:         ChainTop
   Xosp*startEnd*Text.bottom:      ChainTop
   Xosp*startEnd*Text.left:        ChainLeft
   Xosp*startEnd*Text.right:       ChainLeft
   Xosp*startEnd.top:         ChainTop
   Xosp*startEnd.bottom:      ChainTop
   Xosp*startEnd.left:        ChainLeft
   Xosp*startEnd.right:       ChainLeft

   Xosp*results.resizable:         True
   Xosp*results.top:         ChainTop
   Xosp*results.bottom:      ChainTop
   Xosp*results.left:        ChainLeft
   Xosp*results.right:       ChainRight




!Main Display
   Xosp.mainForm.title.resizable: True
   Xosp.mainForm.title.label:  Oligo Selection Program
   Xosp.mainForm.title.background:  light steel blue
   Xosp.mainForm.title.height: 15
   Xosp.mainForm.title.width: 900 
   Xosp.mainForm*command.height 25
   Xosp.mainForm*command.width: 125
   Xosp.mainForm.strandDirxn.label:   ----->
   Xosp.mainForm.strandDirxn.background:   light gray
   Xosp.mainForm.strandNum.label:   DS
   Xosp.mainForm.strandNum.background:   snow4
   Xosp.mainForm.otherStrandDirxn.label:   ----->
   Xosp.mainForm.otherStrandDirxn.background:   light gray
   Xosp.mainForm.otherStrandNum.label:   DS
   Xosp.mainForm.otherStrandNum.background:   snow4
   Xosp.mainForm.analyze.label:   ANALYZE
   Xosp.mainForm.analyze.background:   light steel blue
   Xosp.mainForm.options.label:   OPTIONS
   Xosp.mainForm.options.background:   light gray
   Xosp.mainForm.changeParams.label: PARAMS
   Xosp.mainForm.changeParams.background: gray
   Xosp.mainForm.saveOligo.label: SAVE
   Xosp.mainForm.saveOligo.background: plum
   Xosp.mainForm.outputInfo.label: OUTPUT INFO
   Xosp.mainForm.outputInfo.background: gray
   Xosp.mainForm.oligoInfo.label: OLIGO INFO
   Xosp.mainForm.oligoInfo.background: light steel blue
   Xosp.mainForm.scoringWeight.label: WEIGHTS
   Xosp.mainForm.scoringWeight.background: light gray
   Xosp.mainForm.about.label: ABOUT
   Xosp.mainForm.about.background:  gray
   Xosp.mainForm.quit.label: QUIT
   Xosp.mainForm.quit.background: plum
   Xosp.mainForm.startEnd*borderColor: XtDefaultBackground
   Xosp.mainForm.results.string: Results
   Xosp.mainForm.startEnd.lseq_fn.label: Sequence file:
   Xosp.mainForm.startEnd*height: 20
 Xosp.mainForm.startEnd*Text.translations: #override \n\ <Key>Return: ok()
 Xosp*paramForm*Text.translations: #override \n\ <Key>Return: ok()
   Xosp.mainForm.typePaste.label: TYPE/PASTE IN SEQUENCE
   Xosp.mainForm.typePaste.resizable: True
   Xosp.mainForm.typePaste.background: light steel blue
   Xosp.mainForm.typePaste.width: 900
   Xosp.mainForm.results.label: RESULTS:
   Xosp.mainForm.results.resize: True
   Xosp.mainForm.results.width: 900
   Xosp*viewport.width: 900
   Xosp*viewport.height: 350
   Xosp*viewport.top:    ChainTop
   Xosp*viewport.bottom: ChainBottom
   Xosp*viewport.left:   ChainLeft
   Xosp*viewport.right:  ChainRight

   Xosp*graphResults.resizable: True
   Xosp*graphResults.top:    ChainTop
   Xosp*graphResults.bottom: ChainTop
   Xosp*graphResults.left:   ChainLeft
   Xosp*graphResults.right:  ChainRight
   Xosp*graphResults.font: -misc-*-bold-*15-*
   Xosp*graphResults.width: 880
   Xosp*graphResults.height: 300
   Xosp*graphResults.translations: #override \n\
         <Expose>: exposeGraph() \n\
         <Btn1Down>,<Btn1Up>: displayPrimers()
   Xosp*graphResults.graphColour1: steel blue
!   Xosp*graphResults.graphColour1: black
   Xosp*graphResults.graphColour2: white
   Xosp*graphResults.graphColour3: white
   Xosp*graphResults.graphColour4: white
   Xosp*confirm.label: CONFIRM
   Xosp*cancel.label: CANCEL
   Xosp*dummy.top:    ChainTop
   Xosp*dummy.bottom: ChainBottom
   Xosp*dummy.left:   ChainLeft
   Xosp*dummy.right:  ChainRight
   Xosp*dummy.width:  900
 









