home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK): PC Tools Kit 7 / ToolKit.iso / wired / Auto5 / SKETCH.Z / Network.STN < prev    next >
Encoding:
Text File  |  1998-02-01  |  2.7 KB  |  85 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. // Network Diagram Wizard Stencil
  3. //
  4. // Copyright (C) 1997 by Autodesk, Inc.
  5. /////////////////////////////////////////////////////////////////////////////
  6. // Note: Tabs should be set to 8 for optimal viewing
  7.  
  8. /////////////////////////////////////////////////////////////////////////////
  9. [Defaults]
  10. DialogCaption="Diagram Wizard"
  11. Orientation=1
  12. ShowHelp=1
  13.  
  14. /////////////////////////////////////////////////////////////////////////////
  15.  
  16. [Vars]
  17. PaperSpace=1
  18. AutoScaleAnnotation=1
  19.  
  20. // SCT_ALL
  21. DrawingScaleType=0
  22. // inches
  23. UnitLinearType=0
  24.  
  25. [VarsMetric]
  26. // millimeters
  27. UnitLinearType=5
  28.  
  29. /////////////////////////////////////////////////////////////////////////////
  30. [WizardBar]
  31. // This defines the contents of the Wizard toolbar associated with this wizard
  32. // Format: L, CmdName
  33. //              or
  34. //         L, Library,     SmallBMP,     LargeBMP,    ToolTip,         StatusBar
  35. //
  36. //   where L=Level, 1 for top (-1 to produce a gap before the set); 2 for popouts 
  37. //         CmdName=A command name
  38. //              or 
  39. //         Library=The .SLB associated with the button
  40. //         SmallBMP=The graphic file that is displayed when in small button mode
  41. //         LargeBMP=The graphic file that is displayed when in large button mode
  42. //         ToolTip=The text that appears when the user pauses over the button
  43. //         Status=The text that appears on the status bar when the tooltip appears         
  44. //              or 
  45. //         Library=The .SLB associated with the button
  46. //         ID=The internal ID used to get the toolbar bitmaps and strings
  47.  
  48. 1,SelectFence
  49.  
  50. -1,SelectMarquee
  51. 1,TransformStretch
  52.  
  53. -1,PolylineSingle
  54. 1,PolylinePerpendicular
  55.  
  56. -1,AutoFit
  57.  
  58. -1,_NetworkDiagram1.SLB,        SymbolLibraryNetwork
  59. 1,_NetworkDiagram2.SLB,        SymbolLibraryNetwork
  60.  
  61. /////////////////////////////////////////////////////////////////////////////
  62. [SLBMenu]
  63. // This defines the contents of the menu that appears at the top of the SymbolLibrary 
  64. // toolbar whenever a file created with this Wizard is opened.
  65. // Format: L, MenuText[, Library]
  66. //
  67. //   where L=Menu nesting level, 1 for top level items
  68. //         MenuText=Text that appears in the menu.  Use & to produce an underscore 
  69. //                   on the next character.
  70. //         Library=The .SLB associated with the menu item
  71.  
  72. 1,&Networking 1,    _NetworkDiagram1.SLB
  73. 1,N&etworking 2,    _NetworkDiagram2.SLB
  74.  
  75. /////////////////////////////////////////////////////////////////////////////
  76. [Toolbars]
  77. // This controls which toolbars are presented to the user during the wizard
  78. // for display once the wizard is complete.
  79. // Format: SectionName
  80. //
  81. //   where SectionName=Registry section name for the toolbar
  82. Wizard
  83. SymbolLibrary
  84.  
  85.