home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / flowchrt / atk18ibm.zip / CONFIG.GED < prev    next >
Text File  |  1994-02-19  |  2KB  |  58 lines

  1. * This is a sample GED configuration file.
  2. * Note that comments begin with an asterisk (to the end of the line).
  3.  
  4. * The next line redirects all error messages to a file.
  5. * You can point this to your TMP directory if you like.
  6. ERROR = ged.err
  7.  
  8. * The next lines turn off certain confirmations (on by default).
  9. * Uncomment the ones you'd prefer to eliminate confirmation for
  10. * These lines prevent checks (a) when program exit is requested
  11. *                            (b) when flows deletes are requested
  12. *                            (c) when process deletes are requested
  13. *                            (d) when the user requests aborting changes
  14. *                            (e) when store or external deletes are requested
  15. * confirm exit=off
  16. * confirm flow=off
  17. * confirm proc=off
  18. * confirm abort=off
  19. * confirm others=off
  20.  
  21. * The following line allows a user to enter any text desired for any object
  22. * on a diagram.  Uncomment it to activate this feature.
  23. * FREE TEXT=ON
  24.  
  25. * The next line sets the name of the editor to use for minispecs.
  26. * The default is EDLIN; Uncomment to change to EDIT, or set it to your favorite
  27. * Editor = EDIT
  28.  
  29. * The next line requests that every time an object gets a new name *
  30. * the size of the object should be recalculated *
  31. autoresize=on
  32.  
  33. * The following lines set up an epson printer on LPT1
  34. Printer Type = EPSON
  35. Printer Mode = -2
  36. * Comment the previous 2 lines, and uncomment the following 2 lines
  37. * if you have an HP Laserjet-compatible printer
  38. * Printer Type = HP
  39. * Printer Mode = -2
  40.  
  41. * The following lines set the font path, name, and size if uncommented
  42. * Text Font=VGAFIX(12)    * Default is PCFONT(12)
  43. * Font Path=C:\windows    * Defaults are ., %ATK% and .EXE pathname
  44.  
  45. * If you wish to ignore the mouse, even if it is installed, uncomment
  46. * the folloting line
  47. * nomouse
  48.  
  49. * If you wish to have a 'c' at the bottom of each process with a child, and
  50. * an 'm' at the bottom of each process with a minispec, uncomment the following
  51. * line
  52. * Process Aid_Child=On
  53.  
  54. * The default is to show only data flows.  To show both, uncomment the next line
  55. * Show Flows=Both
  56.  
  57. * For other settings, see the GED CONFIGURATION manual page
  58.