!***************************************************************
!*
!*    Resources to be used with the english version of
!*    VARKON 1.19 for Linux.
!*
!*    (C)2008 J.Kjellander
!*
!***************************************************************

!*
!***Text fonts. Default are standard X11 fonts.
!***On some systems other fonts may exist that look better.
!*
varkon.font.small:              7x13
!varkon.font.small:              6x13
!varkon.font.small:              lucidasans-bold-10

varkon.font.normal:             9x15
!varkon.font.normal:             fixed

varkon.font.big:                10x20
!varkon.font.big:                12x24
!varkon.font.big:                -adobe-times-medium-r-normal--18-180-75-75-p-94-iso8859-1
!*
!***Resources for f216, "Edit active module in MBS format".
!***Default editor is vi in a xterm window which should work
!***on all Unix platforms. If you have kwrite or a similar
!***editor that you want to use, set emulator = nothing as below
!***and editor = kwrite.
!*
varkon.mbsedit.emulator:        xterm -title MBS-Edit -e
varkon.mbsedit.editor:          vi
!varkon.mbsedit.emulator:
!varkon.mbsedit.editor:          kwrite
varkon.mbsedit.compiler:        mbsc
varkon.mbsedit.autocompile:     True
varkon.mbsedit.autoexec:        True
!*
!***varkon.html_viewer is used by the help-system to spawn a
!***HTML-browser. If this resource is defined Varkon will send
!***the required helpfile to the browser. If not defined
!***Varkon will display the file $VARKON_DOC/no_html_viewer.txt
!***in a list window.
!*
!***Suse Linux with KDE can use Konqueror
!varkon.html_viewer:             konqueror
!
!***Many Linux systems use firefox or seamonkey
!varkon.html_viewer:             firefox
!varkon.html_viewer:             seamonkey
!
!***Mozilla may also work
!varkon.html_viewer:             mozilla
!
!***The following line will spawn the default browser on MacOSX systems
!varkon.html_viewer:             open
!*
!***Default graphic window. You may use more if you want.
!*
varkon.grawin_1.geometry:       700x500+200
!varkon.grawin_2.geometry:       495x435+135+10
!varkon.grawin_3.geometry:       495x435+145+20
varkon.margin_up  :             32
!*
!***What to show in graphical window titlebars.
!*
!varkon.title:                   Custom title
varkon.title.jobdir:            True
varkon.title.jobname:           True
varkon.title.viewname:          True
!*
!***Default toolbar for graphics windows.
!*
varkon.icon_1.geometry:         +0+0
varkon.icon_1.name:             Varkon_zoom.xpm
varkon.icon_1.action:           f193
varkon.icon_1.tooltip:          Fit a rectangle to the window

varkon.icon_2.geometry:         +38+0
varkon.icon_2.name:             Varkon_autozoom.xpm
varkon.icon_2.action:           f194
varkon.icon_2.tooltip:          Fit the model to the window

varkon.icon_3.geometry:         +76+0
varkon.icon_3.name:             Varkon_scale.xpm
varkon.icon_3.action:           f188
varkon.icon_3.tooltip:          Set the scale to any value

varkon.icon_4.geometry:         +114+0
varkon.icon_4.name:             Varkon_pan.xpm
varkon.icon_4.action:           f189
varkon.icon_4.tooltip:          Move the model with the mouse

varkon.icon_5.geometry:         +152+0
varkon.icon_5.name:             Varkon_previous.xpm
varkon.icon_5.action:           f191
varkon.icon_5.tooltip:          Return to the previous view

varkon.icon_6.geometry:         +190+0
varkon.icon_6.name:             Varkon_views.xpm
varkon.icon_6.action:           f102
varkon.icon_6.tooltip:          Create, edit or activate views

varkon.icon_7.geometry:         +228+0
varkon.icon_7.name:             Varkon_grid.xpm
varkon.icon_7.action:           f103
varkon.icon_7.tooltip:          Grid settings

varkon.icon_8.geometry:         +266+0
varkon.icon_8.name:             Varkon_levels.xpm
varkon.icon_8.action:           f197
varkon.icon_8.tooltip:          Blank, unblank or list levels

varkon.icon_9.geometry:         +304+0
varkon.icon_9.name:             Varkon_printer.xpm
varkon.icon_9.action:           f150
varkon.icon_9.tooltip:          Print this window (or set printer parameters)

!*
!***Resources OpenGL rendering windows
!*
varkon.rwin.title:              Varkon dynamic view
varkon.rwin.geometry:           900x650+250+50
varkon.rwin.margin_up:          32

varkon.rwin.icon_1.geometry:    +0+0
varkon.rwin.icon_1.name:        Varkon_zoom.xpm
varkon.rwin.icon_1.action:      f193
varkon.rwin.icon_1.tooltip:     Fit a rectangle to the window

varkon.rwin.icon_2.geometry:    +38+0
varkon.rwin.icon_2.name:        Varkon_autozoom.xpm
varkon.rwin.icon_2.action:      f194
varkon.rwin.icon_2.tooltip:     Fit the model to the window

varkon.rwin.icon_3.geometry:    +76+0
varkon.rwin.icon_3.name:        Varkon_wireframe.xpm
varkon.rwin.icon_3.action:      f100
varkon.rwin.icon_3.tooltip:     Show model as wireframe

varkon.rwin.icon_4.geometry:    +114+0
varkon.rwin.icon_4.name:        Varkon_shade.xpm
varkon.rwin.icon_4.action:      f101
varkon.rwin.icon_4.tooltip:     Show model with shaded surfaces

varkon.rwin.icon_5.geometry:    +152+0
varkon.rwin.icon_5.name:        Varkon_views.xpm
varkon.rwin.icon_5.action:      f102
varkon.rwin.icon_5.tooltip:     Create, edit or activate views

varkon.rwin.icon_6.geometry:    +190+0
varkon.rwin.icon_6.name:        Varkon_levels.xpm
varkon.rwin.icon_6.action:      f197
varkon.rwin.icon_6.tooltip:     Blank, unblank or list levels

varkon.rwin.icon_7.geometry:    +228+0
varkon.rwin.icon_7.name:        Varkon_printer.xpm
varkon.rwin.icon_7.action:      f150
varkon.rwin.icon_7.tooltip:     Create TIFF file (Beta test function)
!*
!***Resources for the system mode dialogue.
!*
varkon.mode.what:               What do you want to do now ?
varkon.mode.explicit:            - Edit or create a RES-file
varkon.mode.generic:             - Edit or create a module
varkon.mode.learnmore:           - Learn more about VARKON
varkon.mode.exit:                - Exit
!*
!***Resources for the partname dialogue.
!*
varkon.partname.title:           Select part
varkon.partname.geometry:       +50+50
varkon.partname.jobdir:          Job directory
varkon.partname.jobdir.tooltip:  Select from the parts in the current job directory
varkon.partname.libdir:          Part library
varkon.partname.libdir.tooltip:  Select from the parts in the current part library
varkon.partname.empty:           No modules found !
!*
!***Resources for the menu window.
!*
!varkon.menu.title:              MENU
varkon.menu.geometry:           +5+5
varkon.menu.button_1.text:       abs
varkon.menu.button_1.tooltip:    Use absolute coordinates for position input
varkon.menu.button_2.text:       rel
varkon.menu.button_2.tooltip:    Use relative coordinates for position input
varkon.menu.button_3.text:       curs
varkon.menu.button_3.tooltip:    Use mouse cursor for position input
varkon.menu.button_4.text:       MBS
varkon.menu.button_4.tooltip:    Use MBS expressions for position input
varkon.menu.button_5.text:       end
varkon.menu.button_5.tooltip:    Use the end of a line, arc or curve for position input
varkon.menu.button_6.text:       on
varkon.menu.button_6.tooltip:    Use entities for position input
varkon.menu.button_7.text:       cent
varkon.menu.button_7.tooltip:    Use arc or curve center for position input
varkon.menu.button_8.text:       int
varkon.menu.button_8.tooltip:    Use intersects for position input
varkon.menu.button_9.text:       grid
varkon.menu.button_9.tooltip:    Use grid for position input
varkon.menu.level.tooltip:       Set the currently active level number
varkon.menu.pen.tooltip:         Set the currently active pen or color number
varkon.menu.width.tooltip:       Set the currently active linewidth
varkon.menu.csy.tooltip:         Set the currently active coordinate system
varkon.menu.csy.title:           Activate csys
varkon.menu.local.tooltip:       Pick a coordinate system to activate, MODE_LOCAL(#n); in MBS
varkon.menu.global.tooltip:      Activate the global coordinate system, MODE_GLOBAL(); in MBS
varkon.menu.basic.tooltip:       Activate the basic coordinate system, MODE_BASIC(); in MBS
varkon.menu.mbs.tooltip:         Edit active module in MBS text mode
varkon.menu.run.text:            Run
varkon.menu.run.tooltip:         Execute active module (new result is created)
varkon.menu.editp.text:          EditP
varkon.menu.editp.tooltip:       Edit the parameters of a part
varkon.menu.delete.text:         Delete
varkon.menu.delete.tooltip:      Delete an entity (or part)
!*
!***Resources for the print dialogue
!*
varkon.print.title:              Print window
varkon.print.geometry:           +150+150
varkon.print.portrait:           Portrait
varkon.print.portrait.tooltip:   Print window upright
varkon.print.landscape:          Landscape
varkon.print.landscape.tooltip:  Print window 90 degrees rotated CCW
varkon.print.configure:          Configure
varkon.print.configure.tooltip:  Edit printer configuration
varkon.print.configure.title:    Printer settings
varkon.print.driver:             Varkon printer driver
varkon.print.driver.tooltip:     postscript, hp7475, hpgl2 etc.
varkon.print.command:            Unix print command
varkon.print.command.tooltip:    Command that will direct driver output to the printer
varkon.print.mediasize:          Media size
varkon.print.media_x.tooltip:    Media size in horizontal direction (A4 = 210 mm)
varkon.print.media_y.tooltip:    Media size in vertical direction (A4 = 297 mm)
varkon.print.orientation:        Print orientation
varkon.print.auto:               Auto
varkon.print.auto.tooltip:       Automatically scale print to fit media
varkon.print.select:             Select
varkon.print.select.tooltip:     Use the mouse to select what part of the model to print
varkon.print.manual:             Manual
varkon.print.manual.tooltip:     Manually configure print scale and orientation
varkon.print.manual.title:       Print scale and orientation
varkon.print.manual.rotation:    Print rotation (degrees CCW around low left)
varkon.print.manual.xmin:        Move print in X-direction (mm, default=0)
varkon.print.manual.ymin:        Move print in Y-direction (mm, default=0)
varkon.print.manual.scale:       Print scale
!*
!***Resources for list windows.
!*
varkon.list.title:               Listing - 
varkon.list.geometry:            +200+100
varkon.list.title.jobnam:        True
varkon.list.printer:             lpr
!*
!***Resources for input dialogs.
!*
varkon.input.title:             Input
varkon.input.geometry:          +250+200
varkon.input.page:              Page
varkon.input.okey:              Ok
varkon.input.okey.tooltip:      Accept this input and save changes
varkon.input.reject:            Cancel
varkon.input.reject.tooltip:    Exit this function, don't save changes
varkon.input.on:                On
varkon.input.off:               Off
varkon.input.next:              Next
varkon.input.help:              Help
varkon.input.help.tooltip:      Display man pages for this function
varkon.input.close:             Close
varkon.input.close.tooltip:     Close this window
varkon.input.save:              Save
varkon.input.delete:            Delete
varkon.input.apply:             Apply
varkon.input.up.tooltip:        Display files in parent directory
varkon.input.new.tooltip:       Create a new directory
varkon.input.new.title:         Create directory
varkon.input.new.prompt:        Create new directory in:
varkon.input.file:              Filename:
varkon.input.file.tooltip:      Enter filename and select OK
!*
!***Resources for the alternative popup.
!*
varkon.alternative.title:       Alternative
varkon.alternative.geometry:    +250+250
!*
!***Resources for the view dialogue
!*
varkon.view.title:               View settings
varkon.view.geometry:            +150+150
varkon.view.csys.text:           Coordinate system
varkon.view.csys.tooltip:        Align this view with a coordinate system XY-plane
varkon.view.campos.text:         Camera position
varkon.view.campos.tooltip:      View the model from a given position
varkon.view.save.text:           Save as
varkon.view.save.tooltip:        Save the current view with the name below
varkon.view.delete.text:         Delete view
varkon.view.delete.tooltip:      Delete the view with the name below
!*
!***Resources for the grid dialogue
!*
varkon.grid.title:               Grid settings
varkon.grid.geometry:            +150+150
varkon.grid.position.text:       Base position
varkon.grid.resolution.text:     Grid resolution
varkon.grid.move.text:           Move
varkon.grid.move.tooltip:        Move the grid to a specified position in the XY-plane
varkon.grid.edit.text:           Edit
varkon.grid.edit.tooltip:        Set the distance between grid points to a specified value
varkon.grid.show.text:           Show grid
varkon.grid.show.tooltip:        Make the grid visible
varkon.grid.hide.text:           Hide grid
varkon.grid.hide.tooltip:        Make the grid invisible
!*
!***Resources for the attributes dialogue
!*
varkon.attribute.title:          Active attributes
varkon.attribute.geometry:       +150+150
varkon.attribute.point.text:     Point
varkon.attribute.point.tooltip:  Set the active point attributes (PFONT and PSIZE)
varkon.attribute.point.font0:    Activate point font 0. Points display as (x)
varkon.attribute.point.font1:    Activate point font 1. Points displayed as (+)
varkon.attribute.point.font2:    Activate point font 2. Points displayed as (.)
varkon.attribute.point.size:     Set point size, default = 2.
varkon.attribute.line.text:      Line
varkon.attribute.line.tooltip:   Set the active line attributes (LFONT and LDASHL)
varkon.attribute.line.font0:     Activate line font 0, solid
varkon.attribute.line.font1:     Activate line font 1, dashed
varkon.attribute.line.font2:     Activate line font 2, centerline
varkon.attribute.line.dashl:     Set the active line dash length in mm
varkon.attribute.arc.text:       Arc
varkon.attribute.arc.tooltip:    Set the active arc attributes (AFONT and ADASHL)
varkon.attribute.arc.font0:      Activate arc font 0, solid
varkon.attribute.arc.font1:      Activate arc font 1, dashed
varkon.attribute.arc.font2:      Activate arc font 2, centerline
varkon.attribute.arc.dashl:      Set the active arc dash length in mm
varkon.attribute.curve.text:     Curve
varkon.attribute.curve.tooltip:  Set the active curve attributes (CFONT and CDASHL)
varkon.attribute.curve.font0:    Activate curve font 0, solid
varkon.attribute.curve.font1:    Activate curve font 1, dashed
varkon.attribute.curve.font2:    Activate curve font 2, centerline
varkon.attribute.curve.dashl:    Set the active curve dash length in mm
varkon.attribute.surf.text:      Surf
varkon.attribute.surf.tooltip:   Set the active surface attributes (SDASHL, NULINES and NVLINES)
varkon.attribute.surf.dashl:     Set the active surface mid curve dash length in mm
varkon.attribute.surf.nulines:   Set the number of surface mid curves in U-direction
varkon.attribute.surf.nvlines:   Set the number of surface mid curves in V-direction
varkon.attribute.text.text:      Text
varkon.attribute.text.tooltip:   Set the active text attributes (TSIZE, TWIDTH etc.)
varkon.attribute.text.size:      Set graphical text size (height in mm), default = 5.
varkon.attribute.text.width:     Set graphical text width (% of height), default = 60%.
varkon.attribute.text.slant:     Set graphical text slant (% of 45 degrees), default = 15.
varkon.attribute.text.font0:     Activate text font 0 (default font)
varkon.attribute.text.font1:     Activate text font 1 (bold font)
varkon.attribute.text.tpmode0:   Activate posmode 0 (3D text follows view plane)
varkon.attribute.text.tpmode1:   Activate posmode 1 (3D text follows coordinate system XY plane)
varkon.attribute.hatch.text:     Hatch
varkon.attribute.hatch.tooltip:  Set the active hatch attributes (XFONT and XDASHL)
varkon.attribute.hatch.font0:    Activate hatch font 0, solid
varkon.attribute.hatch.font1:    Activate hatch font 1, dashed
varkon.attribute.hatch.font2:    Activate hatch font 2, centerline
varkon.attribute.hatch.dashl:    Set the active hatch dash length in mm
varkon.attribute.dim.text:       Dim
varkon.attribute.dim.tooltip:    Set the active dimension attributes (DTSIZ, DASIZ etc.)
varkon.attribute.dim.tsize:      Set the dimension text size
varkon.attribute.dim.asize:      Set the dimension arrow size
varkon.attribute.dim.ndig:       Set the number of dimension decimals
varkon.attribute.dim.auto:       Turn automatic dimension text off (0) or on (1)
!*
!***Resources for the scale dialog.
!*
varkon.scale.title:              Scale
varkon.scale.double:             Double
varkon.scale.half:               Half
!*
!***Resources for the perspective dialog.
!*
varkon.persp.title:              Perspective for view : 
varkon.persp.persp:              True perspective
varkon.persp.dist:               Distance is
!*
!***Resources for the levels dialog.
!*
varkon.level.title:              Level settings
varkon.level.geometry:           +150+50
varkon.level.blank:              -
varkon.level.unblank:            +
varkon.level.name:               Level name
varkon.level.name.tooltip:       List levels by name with wildcard ie. Side* or *B*
varkon.level.range:              Range
varkon.level.range.tooltip:      List one or more levels ie. 0 or 0-10
varkon.level.used:               All used
varkon.level.used.tooltip:       List all levels that are used by entities
varkon.level.plus.tooltip:       List more levels in forward direction
varkon.level.minus.tooltip:      List more levels in reverse direction
!*
!***Color for active coordinate system.
!*
varkon.act_csys_pen:             2
!*
!***Varkon GUI system colors.
!*
varkon.background:               gray82
varkon.buttonColor:              gray88
varkon.selectedButtonColor:      gray66
varkon.highlightedButtonColor:   SteelBlue
varkon.foreground:               Black
varkon.topShadowColor:           White
varkon.bottomShadowColor:        Black
varkon.tooltipColor:             LightYellow
varkon.highlightedEntityColor:   Cyan
!*
!***Varkon pen colors.
!*
varkon.color_0:                  White
varkon.color_1:                  Black
varkon.color_2:                  Red
varkon.color_3:                  LightGreen
varkon.color_4:                  LightBlue
varkon.color_5:                  DarkRed
varkon.color_6:                  DarkGreen
varkon.color_7:                  DarkBlue
varkon.color_8:                  Brown
varkon.color_9:                  Yellow
varkon.color_10:                 Orange
varkon.color_11:                 Gray
!*
!***OpenGL-configuration. Currently only
!***rgba-mode is supported on color displays.
!***Doublebuffer makes dynamic shading faster.
!*
varkon.shade.rgba:               True
varkon.shade.doublebuffer:       True
!*
!***OpenGL color- and z-depth. Linux with Mesa
!***sets this automatically. IBM, HP
!***and other workstations may require
!***proper settings here.
!*
!varkon.shade.redbits:           5
!varkon.shade.greenbits:         6
!varkon.shade.bluebits:          5
!varkon.shade.zbits:             16
!*
!***Default light intensity.
!*
varkon.light.intensity:          50
!
!***************************************************************