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

  1. /////////////////////////////////////////////////////////////////////////////
  2. // 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. PageNameColor=darkred
  14. ConnectorColor=black
  15. PageNameFont=Arial
  16. SiteName=Site Map
  17.  
  18. /////////////////////////////////////////////////////////////////////////////
  19.  
  20. [Vars]
  21. PaperSpace=1
  22. AutoScaleAnnotation=1
  23.  
  24. // SCT_ALL
  25. DrawingScaleType=0
  26. // inches
  27. UnitLinearType=0
  28.  
  29. [VarsMetric]
  30. // millimeters
  31. UnitLinearType=5
  32.  
  33. /////////////////////////////////////////////////////////////////////////////
  34. [WizardBar]
  35. // This defines the contents of the Wizard toolbar associated with this wizard
  36. // Format: L, CmdName
  37. //              or
  38. //         L, Library,     SmallBMP,     LargeBMP,    ToolTip,         StatusBar
  39. //
  40. //   where L=Level, 1 for top (-1 to produce a gap before the set); 2 for popouts 
  41. //         CmdName=A command name
  42. //              or 
  43. //         Library=The .SLB associated with the button
  44. //         SmallBMP=The graphic file that is displayed when in small button mode
  45. //         LargeBMP=The graphic file that is displayed when in large button mode
  46. //         ToolTip=The text that appears when the user pauses over the button
  47. //         Status=The text that appears on the status bar when the tooltip appears         
  48. //              or 
  49. //         Library=The .SLB associated with the button
  50. //         ID=The internal ID used to get the toolbar bitmaps and strings
  51.  
  52. 1,SelectFence
  53.  
  54. -1,SelectMarquee
  55. 1,TransformStretch
  56.  
  57. -1,PolylineSingle
  58. 1,PolylinePerpendicular
  59.  
  60. -1,AutoFit
  61.  
  62. -1,UsingDiagramWizard
  63.  
  64. /////////////////////////////////////////////////////////////////////////////
  65. [Toolbars]
  66. // This controls which toolbars are presented to the user during the wizard
  67. // for display once the wizard is complete.
  68. // Format: SectionName
  69. //
  70. //   where SectionName=Registry section name for the toolbar
  71. Wizard
  72. SymbolLibrary
  73.  
  74.