home *** CD-ROM | disk | FTP | other *** search
- /////////////////////////////////////////////////////////////////////////////
- // Network Diagram Wizard Stencil
- //
- // Copyright (C) 1997 by Autodesk, Inc.
- /////////////////////////////////////////////////////////////////////////////
- // Note: Tabs should be set to 8 for optimal viewing
-
- /////////////////////////////////////////////////////////////////////////////
- [Defaults]
- DialogCaption="Diagram Wizard"
- Orientation=1
- ShowHelp=1
-
- /////////////////////////////////////////////////////////////////////////////
-
- [Vars]
- PaperSpace=1
- AutoScaleAnnotation=1
-
- // SCT_ALL
- DrawingScaleType=0
- // inches
- UnitLinearType=0
-
- [VarsMetric]
- // millimeters
- UnitLinearType=5
-
- /////////////////////////////////////////////////////////////////////////////
- [WizardBar]
- // This defines the contents of the Wizard toolbar associated with this wizard
- // Format: L, CmdName
- // or
- // L, Library, SmallBMP, LargeBMP, ToolTip, StatusBar
- //
- // where L=Level, 1 for top (-1 to produce a gap before the set); 2 for popouts
- // CmdName=A command name
- // or
- // Library=The .SLB associated with the button
- // SmallBMP=The graphic file that is displayed when in small button mode
- // LargeBMP=The graphic file that is displayed when in large button mode
- // ToolTip=The text that appears when the user pauses over the button
- // Status=The text that appears on the status bar when the tooltip appears
- // or
- // Library=The .SLB associated with the button
- // ID=The internal ID used to get the toolbar bitmaps and strings
-
- 1,SelectFence
-
- -1,SelectMarquee
- 1,TransformStretch
-
- -1,PolylineSingle
- 1,PolylinePerpendicular
-
- -1,AutoFit
-
- -1,_NetworkDiagram1.SLB, SymbolLibraryNetwork
- 1,_NetworkDiagram2.SLB, SymbolLibraryNetwork
-
- /////////////////////////////////////////////////////////////////////////////
- [SLBMenu]
- // This defines the contents of the menu that appears at the top of the SymbolLibrary
- // toolbar whenever a file created with this Wizard is opened.
- // Format: L, MenuText[, Library]
- //
- // where L=Menu nesting level, 1 for top level items
- // MenuText=Text that appears in the menu. Use & to produce an underscore
- // on the next character.
- // Library=The .SLB associated with the menu item
-
- 1,&Networking 1, _NetworkDiagram1.SLB
- 1,N&etworking 2, _NetworkDiagram2.SLB
-
- /////////////////////////////////////////////////////////////////////////////
- [Toolbars]
- // This controls which toolbars are presented to the user during the wizard
- // for display once the wizard is complete.
- // Format: SectionName
- //
- // where SectionName=Registry section name for the toolbar
- Wizard
- SymbolLibrary
-