home *** CD-ROM | disk | FTP | other *** search
- /////////////////////////////////////////////////////////////////////////////
- // 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
-
- BreakDistance=0.5"
-
- // Grid (rectangular, minor subdivisions)
- GridType=0
- GridSnap=0.125", 0.125"
- GridLines=1.25", 1.25"
- GridMinorStyleX=1
- GridMinorStyleY=1
- GridDots=0.25", 0.25"
-
- [VarsMetric]
- BreakDistance=1cm
- // 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,TrimBreak
-
- -1,PolylineSingle
- 1,PolylinePerpendicular
-
- -1,AutoFit
-
- -1,_PipingBell.SLB, SymbolLibraryPipingBell
- 1,_PipingFlanged.SLB, SymbolLibraryPipingFlanged
- 1,_PipingScrewed.SLB, SymbolLibraryPipingScrewed
- 1,_PipingSoldered.SLB, SymbolLibraryPipingSoldered
- 1,_PipingWelded.SLB, SymbolLibraryPipingWelded
-
- -1,UsingDiagramWizard
-
- /////////////////////////////////////////////////////////////////////////////
- [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,&Bell Piping, _PipingBell.SLB
- 1,&Flanged Piping, _PipingFlanged.SLB
- 1,&Screwed Piping, _PipingScrewed.SLB
- 1,S&oldered Piping, _PipingSoldered.SLB
- 1,&Welded Piping, _PipingWelded.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
-
-