home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK): PC Tools Kit 7 / ToolKit.iso / wired / Auto6 / SKETCH.Z / Piping.STN < prev    next >
Encoding:
Text File  |  1998-09-29  |  3.2 KB  |  105 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. // Diagram 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="Diagram Wizard"
  11. Orientation=1
  12. ShowHelp=1
  13.  
  14. /////////////////////////////////////////////////////////////////////////////
  15.  
  16. [Vars]
  17. PaperSpace=1
  18. AutoScaleAnnotation=1
  19.  
  20. // SCT_ALL
  21. DrawingScaleType=0
  22. // inches
  23. UnitLinearType=0
  24.  
  25. BreakDistance=0.5"
  26.  
  27. // Grid (rectangular, minor subdivisions)
  28. GridType=0
  29. GridSnap=0.125", 0.125"
  30. GridLines=1.25", 1.25"
  31. GridMinorStyleX=1
  32. GridMinorStyleY=1
  33. GridDots=0.25", 0.25"
  34.  
  35. [VarsMetric]
  36. BreakDistance=1cm
  37. // millimeters
  38. UnitLinearType=5
  39.  
  40. /////////////////////////////////////////////////////////////////////////////
  41. [WizardBar]
  42. // This defines the contents of the Wizard toolbar associated with this wizard
  43. // Format: L, CmdName
  44. //              or
  45. //         L, Library,     SmallBMP,     LargeBMP,    ToolTip,         StatusBar
  46. //
  47. //   where L=Level, 1 for top (-1 to produce a gap before the set); 2 for popouts 
  48. //         CmdName=A command name
  49. //              or 
  50. //         Library=The .SLB associated with the button
  51. //         SmallBMP=The graphic file that is displayed when in small button mode
  52. //         LargeBMP=The graphic file that is displayed when in large button mode
  53. //         ToolTip=The text that appears when the user pauses over the button
  54. //         Status=The text that appears on the status bar when the tooltip appears         
  55. //              or 
  56. //         Library=The .SLB associated with the button
  57. //         ID=The internal ID used to get the toolbar bitmaps and strings
  58.  
  59. 1,SelectFence
  60.  
  61. -1,SelectMarquee
  62. 1,TransformStretch
  63. 1,TrimBreak
  64.  
  65. -1,PolylineSingle
  66. 1,PolylinePerpendicular
  67.  
  68. -1,AutoFit
  69.  
  70. -1,_PipingBell.SLB,    SymbolLibraryPipingBell
  71. 1,_PipingFlanged.SLB,    SymbolLibraryPipingFlanged
  72. 1,_PipingScrewed.SLB,    SymbolLibraryPipingScrewed
  73. 1,_PipingSoldered.SLB,    SymbolLibraryPipingSoldered
  74. 1,_PipingWelded.SLB,    SymbolLibraryPipingWelded
  75.  
  76. -1,UsingDiagramWizard
  77.  
  78. /////////////////////////////////////////////////////////////////////////////
  79. [SLBMenu]
  80. // This defines the contents of the menu that appears at the top of the SymbolLibrary 
  81. // toolbar whenever a file created with this Wizard is opened.
  82. // Format: L, MenuText[, Library]
  83. //
  84. //   where L=Menu nesting level, 1 for top level items
  85. //         MenuText=Text that appears in the menu.  Use & to produce an underscore 
  86. //                   on the next character.
  87. //         Library=The .SLB associated with the menu item
  88.  
  89. 1,&Bell Piping,        _PipingBell.SLB
  90. 1,&Flanged Piping,    _PipingFlanged.SLB
  91. 1,&Screwed Piping,    _PipingScrewed.SLB
  92. 1,S&oldered Piping,    _PipingSoldered.SLB
  93. 1,&Welded Piping,    _PipingWelded.SLB
  94.  
  95. /////////////////////////////////////////////////////////////////////////////
  96. [Toolbars]
  97. // This controls which toolbars are presented to the user during the wizard
  98. // for display once the wizard is complete.
  99. // Format: SectionName
  100. //
  101. //   where SectionName=Registry section name for the toolbar
  102. Wizard
  103. SymbolLibrary
  104.  
  105.