website history:
Default select is new window
Right Click for Select New Tab ...
2009feb19: added nwul frame tags rc11 ... rc33
2009feb17: added frameset logic
2009feb09: first upload of website
using NOVICE gui (NOVENA) logic
3 rows by 3 columns, 9 areas
each area has various aliases
row1, col1 = rc11=logo=file_menu=nwul (north west upper left)
row1, col2 = rc12=info=help_text=nord
row1, col3 = rc13=rogo=form_menu=neur (north east upper right)
row2, col1 = rc21=task=task_list=west
row2, col2 = rc22=rest=work=quad=grid
row2, col3 = rc23=tool=tool_list=east
row3, col1 = rc31=keys=font_menu=swll (south west lower left)
row3, col2 = rc32=stat=type_text=soud
row3, col3 = rc33=pads=view_menu=selr (south east lower right)
The actual GUI is written in Fortran using the Winteracter graphics library.
This library contains subroutines for bitmaps, openGL, ..., used extensively.
The library also allows graphics resizing, save as PCX or PNG, ...
The only 'resource.rc' line is a link to the 'icon' on the title line.
At present, all text is bitmapped and created on the fly dot by dot.
The menu corners are usually mapped to buttons using fortran code.
The text areas (nord and soud) contain text, bars, buttons, created on the fly.
The list areas (west and east) contain lists, bars, buttons, created on the fly.
The central work area contains graphics, text, lists, buttons, ... whatever.