home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK): PC Tools Kit 7 / ToolKit.iso / wired / Auto6 / SKETCH.Z / Mechanical.STN < prev    next >
Encoding:
Text File  |  1998-07-08  |  5.8 KB  |  197 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. // Mechanical 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="Mechanical Wizard"
  11. Orientation=1
  12. ShowHelp=1
  13. DimensionFont=Arial
  14. TextFont=Arial
  15.  
  16. [DefValUS]
  17. DimensionHeight=0.125"
  18. LeaderHeight=0.125"
  19. TextHeight=0.25"
  20.  
  21. [DefValMetric]
  22. DimensionHeight=0.4cm
  23. LeaderHeight=0.4cm
  24. TextHeight=1cm
  25.  
  26. /////////////////////////////////////////////////////////////////////////////
  27. [Vars]
  28. // SCT_METRIC
  29. DrawingScaleType=5
  30.  
  31. [VarsMetric]
  32.  
  33. /////////////////////////////////////////////////////////////////////////////
  34. [WizardBar]
  35. // This defines the contents of the Wizard toolbar associated with this wizard
  36. // Format: L, CmdName
  37. //              or
  38. //         L, Library,     SmallBMP,     LargeBMP,    ToolTip,         StatusBar
  39. //
  40. //   where L=Level, 1 for top (-1 to produce a gap before the set); 2 for popouts 
  41. //         CmdName=A command name
  42. //              or 
  43. //         Library=The .SLB associated with the button
  44. //         SmallBMP=The graphic file that is displayed when in small button mode
  45. //         LargeBMP=The graphic file that is displayed when in large button mode
  46. //         ToolTip=The text that appears when the user pauses over the button
  47. //         Status=The text that appears on the status bar when the tooltip appears         
  48. //              or 
  49. //         Library=The .SLB associated with the button
  50. //         ID=The internal ID used to get the toolbar bitmaps and strings
  51.  
  52. 1,DrawOffset
  53. 1,DrawParallel
  54. 1,TrimCorner
  55. 1,TrimFillet
  56. 1,TrimChamfer
  57. 1,CircleCenterRadius
  58. 1,DimensionLeader
  59.  
  60. -1,_AngleEqual.SLB,        SymbolLibraryAngleEqual
  61.     2,_AngleUnequal.SLB,    SymbolLibraryAngleUnequal
  62.     2,_Beams.SLB,        SymbolLibraryBeam
  63.     2,_SquareTubing.SLB,    SymbolLibrarySquareTubing
  64.  
  65. 1,_Bolt.SLB,            SymbolLibraryBolt
  66.     2,_Nut.SLB,        SymbolLibraryNut
  67.     2,_MiscMechanical.SLB,    SymbolLibraryMechanical
  68.     2,_TapStud.SLB,        SymbolLibraryTapStud
  69.  
  70. 1,_CapScrew.SLB,        SymbolLibraryCapScrew
  71.     2,_MachineScrew.SLB,    SymbolLibraryMachineScrew
  72.     2,_SetScrew.SLB,    SymbolLibrarySetScrew
  73.     2,_SpecScrew.SLB,    SymbolLibrarySpecScrew
  74.  
  75. 1,_Informational.SLB,        SymbolLibraryInformation
  76.     2,_Weld.SLB,        SymbolLibraryWeld
  77.  
  78. 1,_Pins.SLB,            SymbolLibraryPin
  79.     2,_Keys.SLB,        SymbolLibraryKey
  80.     2,_RetainingRing.SLB,    SymbolLibraryRetainingRing
  81.     2,_Rivet.SLB,        SymbolLibraryRivet
  82.  
  83. 1,_Washer.SLB,            SymbolLibraryWasher
  84.     2,_LockWasher.SLB,    SymbolLibraryLockWasher
  85.  
  86. 3,_MechanicalSampler.SLB,    SymbolLibraryMechanical
  87.  
  88. -1,UsingMechanicalWizard
  89.  
  90. /////////////////////////////////////////////////////////////////////////////
  91. [SLBMenu]
  92. // This defines the contents of the menu that appears at the top of the SymbolLibrary 
  93. // toolbar whenever a file created with this Wizard is opened.
  94. // Format: L, MenuText[, Library]
  95. //
  96. //   where L=Menu nesting level, 1 for top level items
  97. //         MenuText=Text that appears in the menu.  Use & to produce an underscore 
  98. //                   on the next character.
  99. //         Library=The .SLB associated with the menu item
  100.  
  101. 1,&Structural Elements
  102.     2,&Equal brackets,    _AngleEqual.SLB
  103.     2,&Unequal brackets,    _AngleUnequal.SLB
  104.     2,&Beams,        _Beams.SLB,
  105.     2,&Square Tubing,    _SquareTubing.SLB
  106.  
  107. 1,&Nuts and Bolts
  108.     2,&Bolts,        _Bolt.SLB
  109.     2,&Nuts,        _Nut.SLB
  110.     2,&Misc.,        _MiscMechanical.SLB
  111.     2,&Taps and Studs,    _TapStud.SLB
  112.  
  113. 1,Sc&rews
  114.     2,&Cap,            _CapScrew.SLB
  115.     2,&Machine,        _MachineScrew.SLB
  116.     2,&Set,            _SetScrew.SLB
  117.     2,&Specialized,        _SpecScrew.SLB
  118.  
  119. 1,&Annotation
  120.     2,&Informational,    _Informational.SLB
  121.     2,&Weld Points,        _Weld.SLB
  122.  
  123. 1,&Connectors
  124.     2,&Pins,        _Pins.SLB
  125.     2,&Keys,        _Keys.SLB
  126.     2,&Retaining Rings,    _RetainingRing.SLB
  127.     2,R&ivets,        _Rivet.SLB
  128.  
  129. 1,&Washers
  130.     2,&Washers,        _Washer.SLB
  131.     2,&Lock Washers,    _LockWasher.SLB
  132.  
  133. /////////////////////////////////////////////////////////////////////////////
  134. [Toolbars]
  135. // This controls which toolbars are presented to the user during the wizard
  136. // for display once the wizard is complete.
  137. // Format: SectionName
  138. //
  139. //   where SectionName=Registry section name for the toolbar
  140. Wizard
  141. SymbolLibrary
  142. Trim
  143. Transform
  144. Grid
  145.  
  146. /////////////////////////////////////////////////////////////////////////////
  147. [Layers]
  148. // This controls which layers are presented to the user for inclusion in the drawing.
  149. // Format: Name[, Color[, Style[, Width]]]
  150. // 
  151. //   where
  152. //         Name=The layer name
  153. //         Color=Standard color (e.g. Black, Blue, Red, etc.), default = Black
  154. //         Style=Standard style (e.g. Solid, Short Dash, etc.), default = Solid
  155. //         Width=Standard width (i.e. 1,3,5,7,9), default = 1
  156. Geometry,        Black
  157. Dimensions,        Gray
  158. Notes,            Black
  159. Construction,        Blue
  160. Symbols,        Black
  161. Hatching,        Black
  162.  
  163. /////////////////////////////////////////////////////////////////////////////
  164. [Fields]
  165. // This controls which fields are presented to the user for inclusion in the drawing.
  166. // Format: Name, Type[, Length[, Precision]]
  167. // 
  168. //   where
  169. //         Name=Field name
  170. //         Type=Field type (i.e, String, Number, Length, Angle, Area)
  171. //         Length=Field length, default = 0
  172. //         Precision=Field precision, default = 0
  173. ItemNumber,        String, 32
  174. PartNumber,        String, 32
  175. Vendor,            String, 32
  176. Description,        String, 32
  177. Quantity,        Number
  178. String1,        String, 32
  179. String2,        String, 32
  180. String3,        String, 32
  181.  
  182. /////////////////////////////////////////////////////////////////////////////
  183. [Reports]
  184. // This section lists all the reports for the template
  185. // Each report name is also a section name containing the report definition.
  186. Parts List
  187.  
  188. [Parts List]
  189. Title=Parts List
  190. Footer=Parts List
  191. SelCriteria=ALL
  192. Type=1
  193. cItems=3
  194. Item0=SymQuantity
  195. Item1=SymName
  196. Item2=SymDescription
  197.