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

  1. /////////////////////////////////////////////////////////////////////////////
  2. // Logic 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.05", 0.05"
  28. GridLines=0.50", 0.50"
  29. GridMinorStyleX=1
  30. GridMinorStyleY=1
  31. GridDots=0.10", 0.10"
  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,_LogicGates.SLB,        SymbolLibraryLogicGates
  67.  
  68. -1,UsingDiagramWizard
  69.  
  70. /////////////////////////////////////////////////////////////////////////////
  71. [SLBMenu]
  72. // This defines the contents of the menu that appears at the top of the SymbolLibrary 
  73. // toolbar whenever a file created with this Wizard is opened.
  74. // Format: L, MenuText[, Library]
  75. //
  76. //   where L=Menu nesting level, 1 for top level items
  77. //         MenuText=Text that appears in the menu.  Use & to produce an underscore 
  78. //                   on the next character.
  79. //         Library=The .SLB associated with the menu item
  80.  
  81. 1,&Logic Gates,            _LogicGates.SLB
  82.  
  83. /////////////////////////////////////////////////////////////////////////////
  84. [Toolbars]
  85. // This controls which toolbars are presented to the user during the wizard
  86. // for display once the wizard is complete.
  87. // Format: SectionName
  88. //
  89. //   where SectionName=Registry section name for the toolbar
  90. Wizard
  91. SymbolLibrary
  92.  
  93.