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

  1. /////////////////////////////////////////////////////////////////////////////
  2. // PCBoard 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. [VarsMetric]
  26. // millimeters
  27. UnitLinearType=5
  28.  
  29. /////////////////////////////////////////////////////////////////////////////
  30. [WizardBar]
  31. // This defines the contents of the Wizard toolbar associated with this wizard
  32. // Format: L, CmdName
  33. //              or
  34. //         L, Library,     SmallBMP,     LargeBMP,    ToolTip,         StatusBar
  35. //
  36. //   where L=Level, 1 for top (-1 to produce a gap before the set); 2 for popouts 
  37. //         CmdName=A command name
  38. //              or 
  39. //         Library=The .SLB associated with the button
  40. //         SmallBMP=The graphic file that is displayed when in small button mode
  41. //         LargeBMP=The graphic file that is displayed when in large button mode
  42. //         ToolTip=The text that appears when the user pauses over the button
  43. //         Status=The text that appears on the status bar when the tooltip appears         
  44. //              or 
  45. //         Library=The .SLB associated with the button
  46. //         ID=The internal ID used to get the toolbar bitmaps and strings
  47.  
  48. 1,SelectFence
  49.  
  50. -1,SelectMarquee
  51. 1,TransformStretch
  52.  
  53. -1,PolylineSingle
  54. 1,PolylinePerpendicular
  55.  
  56. -1,AutoFit
  57.  
  58. -1,_PCB1.SLB,        SymbolLibraryPCB1
  59. 1,_PCB2.SLB,        SymbolLibraryPCB2
  60. 1,_PCB3.SLB,        SymbolLibraryPCB3
  61. 1,_PCB4.SLB,        SymbolLibraryPCB4
  62. 1,_PCB5.SLB,        SymbolLibraryPCB5
  63. 1,_PCB6.SLB,        SymbolLibraryPCB6
  64.  
  65. -1,UsingDiagramWizard
  66.  
  67. /////////////////////////////////////////////////////////////////////////////
  68. [SLBMenu]
  69. // This defines the contents of the menu that appears at the top of the SymbolLibrary 
  70. // toolbar whenever a file created with this Wizard is opened.
  71. // Format: L, MenuText[, Library]
  72. //
  73. //   where L=Menu nesting level, 1 for top level items
  74. //         MenuText=Text that appears in the menu.  Use & to produce an underscore 
  75. //                   on the next character.
  76. //         Library=The .SLB associated with the menu item
  77.  
  78. 1,Library &1,        _PCB1.SLB
  79. 1,Library &2,        _PCB2.SLB
  80. 1,Library &3,        _PCB3.SLB
  81. 1,Library &4,        _PCB4.SLB
  82. 1,Library &5,        _PCB5.SLB
  83. 1,Library &6,        _PCB6.SLB
  84.  
  85. /////////////////////////////////////////////////////////////////////////////
  86. [Toolbars]
  87. // This controls which toolbars are presented to the user during the wizard
  88. // for display once the wizard is complete.
  89. // Format: SectionName
  90. //
  91. //   where SectionName=Registry section name for the toolbar
  92. Wizard
  93. SymbolLibrary
  94.  
  95.