home *** CD-ROM | disk | FTP | other *** search
- /////////////////////////////////////////////////////////////////////////////
- // PCBoard 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,_PCB1.SLB, SymbolLibraryPCB1
- 1,_PCB2.SLB, SymbolLibraryPCB2
- 1,_PCB3.SLB, SymbolLibraryPCB3
- 1,_PCB4.SLB, SymbolLibraryPCB4
- 1,_PCB5.SLB, SymbolLibraryPCB5
- 1,_PCB6.SLB, SymbolLibraryPCB6
-
- -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,Library &1, _PCB1.SLB
- 1,Library &2, _PCB2.SLB
- 1,Library &3, _PCB3.SLB
- 1,Library &4, _PCB4.SLB
- 1,Library &5, _PCB5.SLB
- 1,Library &6, _PCB6.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
-
-