home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK): PC Tools Kit 7 / ToolKit.iso / wired / Auto5 / SKETCH.Z / Logic.STN < prev    next >
Encoding:
Text File  |  1998-02-01  |  2.8 KB  |  91 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. GridMajor=0.50", 0.50"
  29. GridMinorStyleX=1
  30. GridMinorStyleY=1
  31. GridMinor=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. /////////////////////////////////////////////////////////////////////////////
  69. [SLBMenu]
  70. // This defines the contents of the menu that appears at the top of the SymbolLibrary 
  71. // toolbar whenever a file created with this Wizard is opened.
  72. // Format: L, MenuText[, Library]
  73. //
  74. //   where L=Menu nesting level, 1 for top level items
  75. //         MenuText=Text that appears in the menu.  Use & to produce an underscore 
  76. //                   on the next character.
  77. //         Library=The .SLB associated with the menu item
  78.  
  79. 1,&Logic Gates,            _LogicGates.SLB
  80.  
  81. /////////////////////////////////////////////////////////////////////////////
  82. [Toolbars]
  83. // This controls which toolbars are presented to the user during the wizard
  84. // for display once the wizard is complete.
  85. // Format: SectionName
  86. //
  87. //   where SectionName=Registry section name for the toolbar
  88. Wizard
  89. SymbolLibrary
  90.  
  91.