1998-09-09 00:52:38 +00:00
|
|
|
<xml>
|
|
|
|
<head>
|
1999-02-19 09:05:00 +00:00
|
|
|
<link role="stringprops" href="PrefLabels.properties"/>
|
1998-09-09 00:52:38 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<dialog id="userPrefs" title="$userPrefsLabel">
|
|
|
|
<panel layout="gridbag">
|
|
|
|
|
|
|
|
<label title="$userNameLabel"
|
|
|
|
weightx="1" fill="horizontal" gridwidth="remainder"
|
|
|
|
insets="[5,5,0,5]"/>
|
|
|
|
|
|
|
|
<input type="text" ID="userNameField" value="userNameField"
|
|
|
|
weightx="1" fill="horizontal" gridwidth="remainder"
|
|
|
|
insets="[0,5,5,5]"/>
|
|
|
|
|
|
|
|
<label title="$userOrganizationLabel"
|
|
|
|
weightx="1" fill="horizontal" gridwidth="remainder"
|
|
|
|
insets="[0,5,5,5]"/>
|
|
|
|
|
|
|
|
<input type="text" ID="userOrganizationField" value="userOrganizationField"
|
|
|
|
weightx="1" fill="horizontal" gridwidth="remainder"
|
|
|
|
insets="[0,5,5,5]"/>
|
|
|
|
|
|
|
|
<label title="$userEmailAddressLabel"
|
|
|
|
weightx="1" fill="horizontal" gridwidth="remainder"
|
|
|
|
insets="[5,5,0,5]"/>
|
|
|
|
|
|
|
|
<input type="text" ID="userEmailAddressField" value="userEmailAddressField"
|
|
|
|
weightx="1" fill="horizontal" gridwidth="remainder"
|
|
|
|
insets="[0,5,5,5]"/>
|
|
|
|
</panel>
|
|
|
|
</dialog>
|
|
|
|
|
|
|
|
<dialog id="serverPrefs" title="$serverPrefsLabel">
|
|
|
|
<panel layout="gridbag">
|
|
|
|
<input type="jlist" ID="hostList"
|
|
|
|
weightx="1" fill="both" gridwidth="relative" gridheight="3"
|
|
|
|
insets="[5,5,0,5]"/>
|
|
|
|
|
|
|
|
<input type="button" ID="newButton" command="newButton" title="$newLabel"
|
|
|
|
weightx="1" fill="horizontal" gridwidth="remainder"
|
|
|
|
insets="[5,0,0,5]"/>
|
|
|
|
|
|
|
|
<input type="button" ID="editButton" command="editButton" title="$editLabel"
|
|
|
|
weightx="1" fill="horizontal" gridwidth="remainder"
|
|
|
|
insets="[5,0,0,5]"/>
|
|
|
|
|
|
|
|
<input type="button" ID="deleteButton" command="deleteButton"
|
|
|
|
title="$deleteLabel"
|
|
|
|
weightx="1" fill="horizontal" gridwidth="remainder"
|
|
|
|
insets="[5,0,0,5]"/>
|
|
|
|
|
|
|
|
<input type="checkbox" ID="leaveOnServerCheck" value="leaveOnServerCheck"
|
|
|
|
title="$mailLeaveOnServerLabel"
|
|
|
|
weightx="1" fill="horizontal" gridwidth="remainder"
|
|
|
|
insets="[5,5,5,5]"/>
|
|
|
|
|
|
|
|
<label title="$mailDirectoryLabel"
|
|
|
|
weightx="1" fill="horizontal" gridwidth="remainder"
|
|
|
|
insets="[5,5,0,5]"/>
|
|
|
|
|
|
|
|
<input type="text" ID="mailDirectoryField" value="mailDirectoryField"
|
1999-02-20 23:39:04 +00:00
|
|
|
weightx="1" fill="horizontal" gridwidth="relative"
|
1998-09-09 00:52:38 +00:00
|
|
|
insets="[0,5,5,5]"/>
|
|
|
|
|
|
|
|
<input type="button" ID="chooseButton" command="chooseButton"
|
|
|
|
title="$chooseLabel"
|
|
|
|
weightx="1" fill="horizontal" gridwidth="remainder"
|
|
|
|
insets="[0,0,5,5]"/>
|
|
|
|
|
|
|
|
<label title="$smtpHostLabel"
|
|
|
|
weightx="1" fill="horizontal" gridwidth="remainder"
|
|
|
|
insets="[5,5,0,5]"/>
|
|
|
|
|
|
|
|
<input type="text" ID="smtpHostField" value="smtpHostField"
|
|
|
|
weightx="1" fill="horizontal" gridwidth="remainder"
|
|
|
|
insets="[0,5,5,5]"/>
|
|
|
|
</panel>
|
|
|
|
</dialog>
|
|
|
|
|
|
|
|
<dialog id="UIPrefs" title="$UIPrefsLabel">
|
|
|
|
<panel layout="gridbag">
|
|
|
|
<label title="$lafLabel"
|
|
|
|
weightx="1" fill="horizontal" gridwidth="remainder"
|
|
|
|
insets="[5,5,5,5]"/>
|
|
|
|
<input type="jlist" ID="LAFList"
|
|
|
|
weightx="1" fill="both" gridwidth="relative" gridheight="3"
|
|
|
|
insets="[0,5,5,5]"/>
|
|
|
|
</panel>
|
|
|
|
</dialog>
|
|
|
|
</body>
|
|
|
|
</xml>
|