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

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