/* 	SCCSID:	%W%	%E%	*/
/*
     Description of configuration file for graph editor
     --------------------------------------------------

     Linedelim =    Line delimiter, any character or LF
                    (default=LF)
     Namedelim =    Name delimiter any character (default=:)
     Attrdelim =    Attribute delimiter any character (default=;)
     Valuedelim=    Value delimiter any character (default=,)
     class     =    Predefined classes are head, node, leaf, field,
                    multfield and bitmap
     org       =    Originator can be dll, pcx or bmp
     bmp       =    Bitmap name if dll or bitmap file if pcx, bmp
     cbmp      =    Bitmap name to show current node or leaf
     ...
*/

Linedelim=^J
Namedelim=:
Attrdelim=;
Valuedelim=,

// Field definitions
Condition:class=condfield;visible=true;frame=true;input=yes;fullWidth=yes;\
     height=19;width=100;nid=1
Subroutine:class=condfield;visible=true;frame=true;input=yes;fullWidth=yes;\
     height=19;width=100;nid=2
Comment:class=field;visible=true;frame=true;input=yes;\
     pos=262;height=19;width=290;nid=3

// Expand/Collapse
Expand:class=expand;bitmap=tfmged$$.plus;bitmapOpen=tfmged$$.minus

// Savebin
SaveBin:class=savebin;bitmap=tfmged$$.clossave;bitmapOpen=tfmged$$.opensave;\
    file="c:\\temp\\save.gld"

// Dropbin
DropBin:class=dropbin;bitmap=tfmged$$.closdrop;bitmapOpen=tfmged$$.opendrop

// Step definitions
Main:class=head;bitmap=tfmged$$.main;nid=1024
Iteration:class=node;bitmap=tfmged$$.iter;field=Comment;field=Condition;nid=1
Condition:class=node;bitmap=tfmged$$.cond;field=Comment;field=Condition;nid=2
Switch:class=node;bitmap=tfmged$$.select;field=Comment;nid=3
Processing:class=leaf;bitmap=tfmged$$.proc;field=Comment;nid=4
Subroutine:class=leaf;bitmap=tfmged$$.subr;field=Comment;\
    field=Subroutine;nid=5
Break:class=leaf;bitmap=tfmged$$.break;field=Comment;nid=6
Except:class=node;bitmap=tfmged$$.except;field=Comment;nid=9
Deffunc:class=leaf;bitmap=tfmged$$.func;field=Comment;nid=7
Defstruc:class=leaf;bitmap=tfmged$$.struct;field=Comment;nid=8
