<html>
	<link rel="stylesheet" type="text/css" href="Help.css" />
	<head>
		<title>Vault 3 On-Line Help: File / Password Dialog</title>
	</head>
	<body>
		<div class="TopicTitle">File / Password Dialog</div>
		<div class="TopicText">
			<p>
			Use this dialog box to specify whether or not the current Vault 3 document is password protected. If you chose to password protect the
			document, use this dialog to specify the password.			
			</p>
		</div>
		<div class="DialogFields">
			<div class="DialogFieldsHeader">
				Dialog Box Fields and Buttons:
			</div>
			<img class="DialogImage" src="artwork/PasswordDialog.png" alt="File / Password Dialog" />
			<div class="DialogFieldLabel">
				Require a password to access {filename}
			</div>
			<div class="DialogFieldText">
				Check this box to password-protect the Vault 3 document. Otherwise clear it.
			</div>
			<div class="DialogFieldLabel">
				Password:
			</div>
			<div class="DialogFieldText">
				Type your password in this text box.
			</div>
			<div class="DialogFieldLabel">
				Enter Password again:
			</div>
			<div class="DialogFieldText">
				Type your password in this text box. You are required to type your password twice to ensure that the password was entered correctly.
			</div>
			<div class="DialogFieldLabel">
				Hide password characters
			</div>
			<div class="DialogFieldText">
				Check this box to ensure that no-one can see the password characters as you type them. Clear this box to see the characters.
			</div>
			<div class="DialogFieldLabel">
				OK
			</div>
			<div class="DialogFieldText">
				Press this button to save your changes.
			</div>
			<div class="DialogFieldLabel">
				Cancel
			</div>
			<div class="DialogFieldText">
				Press this button to discard your changes.
			</div>
		</div>
		<div class="SeeAlsoTitle">See Also:</div>
		<div class="SeeAlso">
			<a class="SeeAlsoLink" href="Dialogs_PasswordDialog.html">Password Dialog</a>
			<a class="SeeAlsoLink" href="Dialogs_PasswordPromptDialog.html">Password Prompt Dialog</a>
		</div>
		<div class="PreviousNextTopics">
			<span class="PreviousTopic"><a href="Dialogs_MoveItemsDialog.html" class="PreviousTopicLink">Previous Topic</a></span>
			<span class="NextTopic"><a href="Dialogs_PasswordPromptDialog.html" class="NextTopicLink">Next Topic</a></span>
		</div>
	</body>
</html>