diff options
author | Behrend Cornelius <bc@openoffice.org> | 2001-05-04 14:25:30 +0000 |
---|---|---|
committer | Behrend Cornelius <bc@openoffice.org> | 2001-05-04 14:25:30 +0000 |
commit | c21ceb55e9a4e42114f87a150308ce638c671352 (patch) | |
tree | dea9f89b721c9c6b52dad458729900f0ca0b9ef9 /wizards/source/euro/DlgPassword.xdl | |
parent | 82da03eb8f6b300e0c4dd1e32a2da02271e39902 (diff) |
##Dialogs renamed
Diffstat (limited to 'wizards/source/euro/DlgPassword.xdl')
-rw-r--r-- | wizards/source/euro/DlgPassword.xdl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/wizards/source/euro/DlgPassword.xdl b/wizards/source/euro/DlgPassword.xdl new file mode 100644 index 000000000000..41986edf3dfe --- /dev/null +++ b/wizards/source/euro/DlgPassword.xdl @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" dlg:id="DlgPassword" dlg:title="DlgPassword" dlg:left="77" dlg:top="93" dlg:width="313" dlg:height="64"> + <dlg:bulletinboard> + <dlg:titledbox dlg:id="frmPassword" dlg:tab-index="0" dlg:left="7" dlg:top="5" dlg:width="244" dlg:height="28"> + <dlg:title dlg:value="frmPassword"/> + </dlg:titledbox> + <dlg:button dlg:id="cmdGoOn" dlg:tab-index="1" dlg:left="260" dlg:top="7" dlg:width="47" dlg:height="13" dlg:value="cmdGoOn"/> + <dlg:button dlg:id="cmdCancel" dlg:tab-index="2" dlg:left="260" dlg:top="24" dlg:width="47" dlg:height="13" dlg:value="cmdCancel"/> + <dlg:button dlg:id="cmdHelp" dlg:tab-index="3" dlg:left="260" dlg:top="47" dlg:width="47" dlg:height="13" dlg:value="cmdHelp"/> + <dlg:textfield dlg:id="txtPassword" dlg:tab-index="4" dlg:left="11" dlg:top="15" dlg:width="235" dlg:height="13" dlg:echochar="*"/> + </dlg:bulletinboard> +</dlg:window>
\ No newline at end of file |