xref: /trunk/main/wizards/source/euro/DlgPassword.xdl (revision 10d685ea)
1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2cdf0e10cSrcweir<!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
358d70080SAndrew Rist<!--***********************************************************
4*10d685eaSMatthias Seidel *
558d70080SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
658d70080SAndrew Rist * or more contributor license agreements.  See the NOTICE file
758d70080SAndrew Rist * distributed with this work for additional information
858d70080SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
958d70080SAndrew Rist * to you under the Apache License, Version 2.0 (the
1058d70080SAndrew Rist * "License"); you may not use this file except in compliance
1158d70080SAndrew Rist * with the License.  You may obtain a copy of the License at
12*10d685eaSMatthias Seidel *
1358d70080SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
14*10d685eaSMatthias Seidel *
1558d70080SAndrew Rist * Unless required by applicable law or agreed to in writing,
1658d70080SAndrew Rist * software distributed under the License is distributed on an
1758d70080SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1858d70080SAndrew Rist * KIND, either express or implied.  See the License for the
1958d70080SAndrew Rist * specific language governing permissions and limitations
2058d70080SAndrew Rist * under the License.
21*10d685eaSMatthias Seidel *
2258d70080SAndrew Rist ***********************************************************-->
23cdf0e10cSrcweir<dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="DlgPassword" dlg:left="77" dlg:top="93" dlg:width="310" dlg:height="65" dlg:closeable="true" dlg:moveable="true" dlg:title="DlgPassword">
24cdf0e10cSrcweir <dlg:bulletinboard>
25cdf0e10cSrcweir  <dlg:button dlg:id="cmdGoOn" dlg:tab-index="0" dlg:left="251" dlg:top="6" dlg:width="53" dlg:height="14" dlg:help-url="HID:WIZARDS_HID_DLGPASSWORD_CMDGOON" dlg:value="cmdGoOn">
26cdf0e10cSrcweir   <script:event script:event-name="on-performaction" script:macro-name="vnd.sun.star.script:Euro.Protect.ReadPassword?language=Basic&amp;location=application" script:language="Script"/>
27cdf0e10cSrcweir  </dlg:button>
28cdf0e10cSrcweir  <dlg:button dlg:id="cmdCancel" dlg:tab-index="1" dlg:left="251" dlg:top="24" dlg:width="53" dlg:height="14" dlg:help-url="HID:WIZARDS_HID_DLGPASSWORD_CMDCANCEL" dlg:value="cmdCancel">
29cdf0e10cSrcweir   <script:event script:event-name="on-performaction" script:macro-name="vnd.sun.star.script:Euro.Protect.RejectPassword?language=Basic&amp;location=application" script:language="Script"/>
30cdf0e10cSrcweir  </dlg:button>
31cdf0e10cSrcweir  <dlg:button dlg:id="cmdHelp" dlg:tab-index="2" dlg:left="251" dlg:top="45" dlg:width="53" dlg:height="14" dlg:tag="34692" dlg:value="cmdHelp" dlg:button-type="help"/>
32cdf0e10cSrcweir  <dlg:textfield dlg:id="txtPassword" dlg:tab-index="3" dlg:left="11" dlg:top="18" dlg:width="232" dlg:height="12" dlg:help-url="HID:WIZARDS_HID_DLGPASSWORD_TXTPASSWORD" dlg:echochar="*"/>
33cdf0e10cSrcweir  <dlg:fixedline dlg:id="hlnPassword" dlg:tab-index="4" dlg:left="6" dlg:top="6" dlg:width="238" dlg:height="8" dlg:value="hlnPassword"/>
34cdf0e10cSrcweir </dlg:bulletinboard>
3558d70080SAndrew Rist</dlg:window>
36