32773 Allow to enter in selection mode instead of drawing mode\nSelect mode
32775 Places a node or a link at the back of the z-order\Back
32776 Places a node or a link at the front of the z-order\nFore
57344 demo
57345 Ready
57600 Select and display an AddFlow example\nNew
57634 Copy the selection and put it on the Clipboard (metafile format)\nCopy
57648 Open another window for the active document\nNew Window
57649 Arrange icons at the bottom of the window\nArrange Icons
57650 Arrange windows so they overlap\nCascade Windows
57651 Arrange windows as non-overlapping tiles\nTile Windows
57652 Arrange windows as non-overlapping tiles\nTile Windows
57653 Split the active window into panes\nSplit
57664 Display program information, version number and copyright\nAbout
57665 Quit the application\nExit
57680 Switch to the next window pane\nNext Pane
57681 Switch back to the previous window pane\nPrevious Pane
59136 EXT
59137 CAP
59138 NUM
59139 SCRL
59140 OVR
59141 REC
61184 Change the window size
61185 Change the window position
61186 Reduce the window to an icon
61187 Enlarge the window to full size
61188 Switch to the next document window
61189 Switch to the previous document window
61190 Close the active window
61202 Restore the window to normal size
61203 Activate Task List
61215 Activate this window
61216 If you double-click on a node or a link, a dialog box is displayed allowing you to change its properties. If you double-click outside any nodes or links, then the same dialog box allows you to change the default properties. In this example, we have implemented a hierarchy between nodes. For instance the ""INTERNET"" node owns all nodes inside itself. See the Rigid property in order to know how to create ownership between nodes.
61217 In this example, the purpose is to associate actors (Transparent blue nodes) to task items (yellow nodes).You can't change the process diagram. You can only move and resize nodes or stretch links. This limitation is added here in order to demonstrate how easy it is to customize your application.Therefore, you may create new actor node or change actor names by double-clicking over actor node and \nyou may also create links between actor nodes and task nodes (Ex.: Jane - Order Entry). A dialog box is displayed when you double-click on an actor node (DblClick event).Note that when mouse is over a sizing square, the mouse pointer is changing, depending on its position. (PointedArea property)
61218 This example illustrates various link styles. The first and last points of the green link can be modified (See AdjustOrg and AdjustDst properties) Note that we have a reflexive link and that the red link is not stretchable.
61219 Here, you have a way to combine the node and link add into a single step.You bring the mouse cursor into the handle at the center of the selected node, press the left button, move the mouse where you want but not over a node. Then you release the left button and you'll see that a node and a link are created together.