home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK): PC Tools Kit 7 / ToolKit.iso / wired / Auto5 / SKETCH.Z / Electronic.STN < prev    next >
Encoding:
Text File  |  1998-02-01  |  3.6 KB  |  107 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. // Electronic 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. // Grid (rectangular, minor subdivisions)
  26. GridType=0
  27. GridSnap=0.125", 0.125"
  28. GridMajor=1.25", 1.25"
  29. GridMinorStyleX=1
  30. GridMinorStyleY=1
  31. GridMinor=0.25", 0.25"
  32.  
  33. [VarsMetric]
  34. // millimeters
  35. UnitLinearType=5
  36.  
  37. /////////////////////////////////////////////////////////////////////////////
  38. [WizardBar]
  39. // This defines the contents of the Wizard toolbar associated with this wizard
  40. // Format: L, CmdName
  41. //              or
  42. //         L, Library,     SmallBMP,     LargeBMP,    ToolTip,         StatusBar
  43. //
  44. //   where L=Level, 1 for top (-1 to produce a gap before the set); 2 for popouts 
  45. //         CmdName=A command name
  46. //              or 
  47. //         Library=The .SLB associated with the button
  48. //         SmallBMP=The graphic file that is displayed when in small button mode
  49. //         LargeBMP=The graphic file that is displayed when in large button mode
  50. //         ToolTip=The text that appears when the user pauses over the button
  51. //         Status=The text that appears on the status bar when the tooltip appears         
  52. //              or 
  53. //         Library=The .SLB associated with the button
  54. //         ID=The internal ID used to get the toolbar bitmaps and strings
  55.  
  56. 1,SelectFence
  57.  
  58. -1,SelectMarquee
  59. 1,TransformStretch
  60.  
  61. -1,PolylineSingle
  62. 1,PolylinePerpendicular
  63.  
  64. -1,AutoFit
  65.  
  66. -1,_ElectronicsHiFreq.SLB,        SymbolLibraryElecHiFreq
  67. 1,_ElectronicsConnector.SLB,        SymbolLibraryElecConnector
  68. 1,_ElectronicsComponent.SLB,        SymbolLibraryElecComponent
  69. 1,_ElectronicsInductor.SLB,        SymbolLibraryElecInductor
  70. 1,_ElectronicsLamp.SLB,            SymbolLibraryElecLamp
  71. 1,_ElectronicsSemiconductor.SLB,    SymbolLibraryElecSemiconductor
  72. 1,_ElectronicsSwitch.SLB,        SymbolLibraryElecSwitch
  73. 1,_ElectronicsTubes.SLB,        SymbolLibraryElecTubes
  74. 1,_ElectronicsWire.SLB,            SymbolLibraryElecWire
  75.  
  76. /////////////////////////////////////////////////////////////////////////////
  77. [SLBMenu]
  78. // This defines the contents of the menu that appears at the top of the SymbolLibrary 
  79. // toolbar whenever a file created with this Wizard is opened.
  80. // Format: L, MenuText[, Library]
  81. //
  82. //   where L=Menu nesting level, 1 for top level items
  83. //         MenuText=Text that appears in the menu.  Use & to produce an underscore 
  84. //                   on the next character.
  85. //         Library=The .SLB associated with the menu item
  86.  
  87. 1,High Frequency,     _ElectronicsHiFreq.SLB
  88. 1,Connectors,        _ElectronicsConnector.SLB
  89. 1,Components,        _ElectronicsComponent.SLB
  90. 1,Inductors,         _ElectronicsInductor.SLB
  91. 1,Lamps,        _ElectronicsLamp.SLB
  92. 1,Semiconductors,    _ElectronicsSemiconductor.SLB
  93. 1,Switch,        _ElectronicsSwitch.SLB
  94. 1,Tubes,        _ElectronicsTubes.SLB
  95. 1,Wire,            _ElectronicsWire.SLB
  96.  
  97. /////////////////////////////////////////////////////////////////////////////
  98. [Toolbars]
  99. // This controls which toolbars are presented to the user during the wizard
  100. // for display once the wizard is complete.
  101. // Format: SectionName
  102. //
  103. //   where SectionName=Registry section name for the toolbar
  104. Wizard
  105. SymbolLibrary
  106.  
  107.