ICS ### The first line in the file must be "ICS" - even before any comments. ### ### This file configures browser-based SwiftView only. ### Rename this file to npsview.ics and place it in your ### c:\programs\SwiftView folder to customize the local browser, ### or at the root of your website to customize all visiting browsers. ### Move button bar to top of plug-in window gui controls display topbuttons ### Display both text and icons on toolbar gui controls style both ### Adds a button for SwiftView direct printing. gui button label "D-print" icon print info "Copy document to printer" command "gui dialog directprint" ### Adds a button for SwiftView fast printing. gui button label "F-print" icon print info "Fast Print menu" command "gui dialog fastprint" ### Adds a save button. gui button label save icon save info save command "gui dialog save" ### The following four commands set pen colors for HPGL files. hpgl pen 1 red 255 green 0 blue 0 width normal hpgl pen 2 red 0 green 0 blue 255 width normal hpgl pen 3 red 0 green 255 blue 0 width normal hpgl pen 4 red 255 green 0 blue 255 width normal ### Add a standard markup to every document. set ldocinit "onpage all markup attributes print disable|onpage all markup text font \"face sans size 8 pitchcpi 16\" |onpage all markup attributes fgcolor rgb:ff/00/00| onpage all markup attributes coordinates device xorigin 0.15 yorigin 0.1|onpage all markup text rxloc 0 ryloc .5 string \"This non-printing SwiftView markup is configured in the npsview.ics file. Document opened on $strftime(%X %x).\""