home *** CD-ROM | disk | FTP | other *** search
- /////////////////////////////////////////////////////////////////////////////
- // Workbench Wizard Stencil
- //
- // Copyright (C) 1997 by Autodesk, Inc.
- /////////////////////////////////////////////////////////////////////////////
- // Note: Tabs should be set to 8 for optimal viewing
-
- /////////////////////////////////////////////////////////////////////////////
- [Defaults]
- DialogCaption="Workbench Wizard"
- Orientation=1
- ShowHelp=1
-
- [DefValUS]
- Width=7"
- Height=7"
-
- [DefValMetric]
- Width=18cm
- Height=18cm
-
- /////////////////////////////////////////////////////////////////////////////
- [Vars]
- // SCT_ENGINEERING
- DrawingScaleType=3
-
- [VarsMetric]
-
- /////////////////////////////////////////////////////////////////////////////
- [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,TrimCorner
- 1,LineSingle
- 1,AutoScale
-
- -1,_AngleEqual.SLB, SymbolLibraryAngleEqual
- 2,_AngleUnequal.SLB, SymbolLibraryAngleUnequal
- 2,_Beams.SLB, SymbolLibraryBeam
- 2,_SquareTubing.SLB, SymbolLibrarySquareTubing
-
- 1,_Bolt.SLB, SymbolLibraryBolt
- 2,_Nut.SLB, SymbolLibraryNut
- 2,_MiscMechanical.SLB, SymbolLibraryMechanical
- 2,_TapStud.SLB, SymbolLibraryTapStud
-
- 1,_CapScrew.SLB, SymbolLibraryCapScrew
- 2,_MachineScrew.SLB, SymbolLibraryMachineScrew
- 2,_SetScrew.SLB, SymbolLibrarySetScrew
- 2,_SpecScrew.SLB, SymbolLibrarySpecScrew
-
- 1,_Informational.SLB, SymbolLibraryInformation
- 2,_Weld.SLB, SymbolLibraryWeld
-
- 1,_Pins.SLB, SymbolLibraryPin
- 2,_Keys.SLB, SymbolLibraryKey
- 2,_RetainingRing.SLB, SymbolLibraryRetainingRing
- 2,_Rivet.SLB, SymbolLibraryRivet
-
- 1,_Washer.SLB, SymbolLibraryWasher
- 2,_LockWasher.SLB, SymbolLibraryLockWasher
-
- 3,_MechanicalSampler.SLB, SymbolLibraryMechanical
-
- -1,UsingWorkbenchWizard
-
- /////////////////////////////////////////////////////////////////////////////
- [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,&Structural Elements
- 2,&Equal brackets, _AngleEqual.SLB
- 2,&Unequal brackets, _AngleUnequal.SLB
- 2,&Beams, _Beams.SLB,
- 2,&Square Tubing, _SquareTubing.SLB
-
- 1,&Nuts and Bolts
- 2,&Bolts, _Bolt.SLB
- 2,&Nuts, _Nut.SLB
- 2,&Misc., _MiscMechanical.SLB
- 2,&Taps and Studs, _TapStud.SLB
-
- 1,Sc&rews
- 2,&Cap, _CapScrew.SLB
- 2,&Machine, _MachineScrew.SLB
- 2,&Set, _SetScrew.SLB
- 2,&Specialized, _SpecScrew.SLB
-
- 1,&Annotation
- 2,&Informational, _Informational.SLB
- 2,&Weld Points, _Weld.SLB
-
- 1,&Connectors
- 2,&Pins, _Pins.SLB
- 2,&Keys, _Keys.SLB
- 2,&Retaining Rings, _RetainingRing.SLB
- 2,R&ivets, _Rivet.SLB
-
- 1,&Washers
- 2,&Washers, _Washer.SLB
- 2,&Lock Washers, _LockWasher.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
- Trim
- Transform
- SymbolLibrary
-
- /////////////////////////////////////////////////////////////////////////////
- [Layers]
- // This controls which layers are presented to the user for inclusion in the drawing.
- // Format: Name[, Color[, Style[, Width]]]
- //
- // where
- // Name=The layer name
- // Color=Standard color (e.g. Black, Blue, Red, etc.), default = Black
- // Style=Standard style (e.g. Solid, Short Dash, etc.), default = Solid
- // Width=Standard width (i.e. 1,3,5,7,9), default = 1
- Geometry, Black
- Dimensions, Gray
- Notes, Black
- Construction, Blue
- Symbols, Black
-
- /////////////////////////////////////////////////////////////////////////////
- [Fields]
- // This controls which fields are presented to the user for inclusion in the drawing.
- // Format: Name, Type[, Length[, Precision]]
- //
- // where
- // Name=Field name
- // Type=Field type (i.e, String, Number, Length, Angle, Area)
- // Length=Field length, default = 0
- // Precision=Field precision, default = 0
- PartNumber, String, 32
- Vendor, String, 32
- String1, String, 32
- String2, String, 32
- String3, String, 32
-
-
- /////////////////////////////////////////////////////////////////////////////
- [Reports]
- // This section lists all the reports for the template
- // Each report name is also a section name containing the report definition.
- Parts List
-
- [Parts List]
- Title=Parts List
- Footer=Parts List
- SelCriteria=ALL
- Type=1
- cItems=3
- Item0=SymQuantity
- Item1=SymName
- Item2=SymDescription
-