Visio2000: Where Settings Are Stored in the Registry: Part 2 (298426)



The information in this article applies to:

  • Microsoft Visio 2000 Standard Edition
  • Microsoft Visio 2000 Professional Edition
  • Microsoft Visio 2000 Technical Edition
  • Microsoft Visio 2000 Enterprise Edition

This article was previously published under Q298426
IMPORTANT: This article contains information about modifying the registry. Before you modify the registry, make sure to back it up and make sure that you understand how to restore the registry if a problem occurs. For information about how to back up, restore, and edit the registry, click the following article number to view the article in the Microsoft Knowledge Base:

256986 Description of the Microsoft Windows Registry

SUMMARY

This article is one of several articles that list the registry settings for Microsoft Visio 2000. This article describes the following sections of the registry:

HKEY_CURRENT_USER\Software\Visio\Visio 2000\Document

HKEY_CURRENT_USER\Software\Visio\Visio 2000\Toolbars

For a listing of other registry settings, click the article numbers below to view the articles in the Microsoft Knowledge Base:

298435 Visio2000: Where Settings Are Stored in the Registry: Part 1

298434 Visio2000: Where Settings Are Stored in the Registry: Part 3

About Visio Registry Entries

Visio uses the Windows registry to store user settings and other application information. To keep the entries in the registry to a minimum, Visio automatically writes out only those settings that are not default and a few others that are useful (such as file paths, import and export filters, and last files).

How to Include All Possible Settings in the Registry

To include all possible settings in the registry, follow these steps:
  1. Start Microsoft Visio.
  2. On the Tools menu, click Options. Click the Advanced tab.
  3. Click to select the Put all settings in Windows registry check box.
  4. Click OK.
  5. Quit Visio.

MORE INFORMATION

WARNING: If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.

Document Subkey

The Document subkey contains state information that is specific to the current document. Much of this information is also stored in the Visio data file. The following table contains a detailed explanation of the items in this subkey:
AutoScaleConversionRatio=8
--------------------------
Visio uses this setting to determine when to automatically scale masters 
when the master's scale differs from the drawing page scale by this 
ratio.


ConnectDisplay=1
----------------
Non-zero if connection points are displayed; zero if not.


CustPropAnchorState=10 (Bottom-Right corner)
-------------------------------------------
Determines where the custom property window is anchored.

Top = 1
Bottom = 2
Left = 4
Right = 8
Floating = 16


CustPropAutoHeight=0
--------------------
Determines whether or not to automatically size the window for the contents.

0 = Do not resize the window
1 = Resize the window


CustPropAutoHide=0
------------------
Determines whether or not to automatically close the window when the mouse is no longer over it.

0 = Do not automatically hide the window
1 = Automatically hide the window


CustPropDisplay=0
-----------------
Determines whether to display the custom property window

0 = Do not display the window
1 = Display the window


CustPropPos=0 0
---------------
X, Y coordinates of the upper left corner of the custom property window.
First value = X, Second value = Y


CustPropRect=0 0 150 150
------------------------
Left, Top, Right, and Bottom coordinates of the custom property window,
in that order.


DrawingExplorerAnchorState=5
DrawingExplorerAutoHide=0
DrawingExplorerDisplay=0
DrawingExplorerPos=0 0
DrawingExplorerRect=0 0 273 240
-------------------------------

See CustProp settings above.


GridDensity=4
-------------
The density of the grid in subdivisions per inch.


GridPage=1
----------
Non-zero if the grid is displayed on the drawing page; zero if not.


GuideDisplay=1
--------------
Non-zero if guides are displayed; zero if not.


MaxUndo=10
----------
The maximum number of commands in the undo buffer.


MeasurementSystem_Angle=81
MeasurementSystem_Drawing=73
MeasurementSystem_Duration=44
MeasurementSystem_Page=73
MeasurementSystem_Text=50
-----------------------------
The default units to use if a user doesn't type any units and no units were previously specified. _Angle, _Page, _Text, and _Duration indicate the units specified in the Default Units of Measure section of the Options dialog box, while _Drawing indicates the units specified in the Measurements section of the Page Properties dialog box. Settings are based on the following constants:

43     Elapsed weeks
44     Elapsed days
45     Elapsed hours
46     Elapsed minutes
47     Elapsed seconds
49     Picas and points
50     Points
51     Picas
52     Ciceros and didots
53     Didots
54     Ciceros
65     Inch (decimal)
66     Foot
67     Feet and inches
68     Mile (decimal)
69     Centimeter
70     Millimeter
71     Meter
72     Kilometer
73     Inch (fractional)
74     Miles (fractional)
75     Yards
81     Angles in decimal degrees
82     Angles in degrees-minutes-seconds
83     Angles in radians
84     Angles in minutes-seconds
85     Angles in seconds


NewMasterAlign=2
----------------
Default alignment for new masters.

1     Left
2     Center
3     Right


NewMasterAutoUpdate=1
---------------------
Non-zero to automatically update master icons to reflect changes to the 
master.


NewMasterIconSize=1
-------------------
The default size of a new master.

1     Normal
2     Tall
3     Wide
4     Double


PageBreakDisplay=0
------------------
0     Do not show page breaks during print preview.
1     Show page breaks.


PanZoomAnchorState=9
PanZoomAutoHide=0
PanZoomDisplay=0
PanZoomPos=0 0
PanZoomRect=0 0 205 175
-----------------------
Set CustProp settings above.


RulerDensity=16
---------------
The density of the rulers in subdivisions per inch.


RulerDisplay=1
--------------
Non-zero if the ruler is displayed; zero if not.


ShowFormulas=1
--------------
Zero      Display values in cells in the ShapeSheet window. This 
          is the same as selecting Values on the View menu in the 
          ShapeSheet window.

Non-zero  Display formulas in cells in the ShapeSheet window. This 
          is the same as selecting Formulas on the View menu in the 
          ShapeSheet window.


SizePosAnchorState=6
SizePosAutoHeight=1
SizePosAutoHide=0
SizePosDisplay=0
SizePosPos=0 0
SizePosRec=0 0 150 150
----------------------
See CustProp settings above.
				

Toolbars Subkey

The Toolbars subkey allows you to enable or disable ToolTips:
ShowTooltips=1
--------------
Display Tooltips for the Toolbars.

0 = Do not display ToolTips
1 = Display ToolTips
				

Modification Type:MajorLast Reviewed:6/11/2002
Keywords:kbinfo KB298426