update dev300-m58
[ooovba.git] / toolkit / workben / layout / message-box.xml
blob61305e443fa30c06187610d946dca9d04617785c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- This is a template.  i18n translation is not performed in-place;
3      i18n translated xml files are generated from this template by
4      transex3/layout/tralay.  !-->
6 <modaldialog xmlns="http://openoffice.org/2007/layout"
7              xmlns:cnt="http://openoffice.org/2007/layout/container"
8              id="message-box" _title="" optimumsize="true"
9              has_border="true" sizeable="true" moveable="true" closeable="true">
10     <vbox border="5" spacing="5">
11     <hbox border="5" spacing="20">
12         <align cnt:expand="false" cnt:fill="true">
13         <fixedimage id="FI_ERROR" cnt:expand="false" cnt:v-align="0.5" cnt:v-fill="0" graphic="res/commandimagelist/msgbox-error.png" />
14         </align>
15         <align cnt:expand="false" cnt:fill="true">
16         <fixedimage id="FI_INFO" cnt:expand="false" cnt:v-align="0.5" cnt:v-fill="0" graphic="res/commandimagelist/msgbox-info.png" />
17         </align>
18         <align cnt:expand="false" cnt:fill="true">
19         <fixedimage id="FI_QUERY" cnt:expand="false" cnt:v-align="0.5" cnt:v-fill="0" graphic="res/commandimagelist/msgbox-query.png" />
20         </align>
21         <align cnt:expand="false" cnt:fill="true">
22         <fixedimage id="FI_WARNING" cnt:expand="false" cnt:v-align="0.5" cnt:v-fill="0" graphic="res/commandimagelist/msgbox-warning.png" />
23         </align>
24         <align cnt:expand="false" cnt:fill="true">
25         <fixedtext id="FT_MESSAGE" _label="FT-LABEL" cnt:v-align="0.5" cnt:v-fill="0" />
26         </align>
27         <flow/>
28     </hbox>
29     <dialogbuttonhbox border="0" spacing="5">
30         <flow/>
31         <!-- deprecoted vcl/MsgBox compatibility !-->
32         <retrybutton id="BTN_RETRY" />
33         <ignorebutton id="BTN_IGNORE" />
35         <yesbutton id="BTN_YES"/>
36         <cancelbutton id="BTN_CANCEL"/>
37         <helpbutton id="BTN_HELP"/>
38         <nobutton id="BTN_NO" xlabel="~Alternate"/>
39     </dialogbuttonhbox>
40     </vbox>
41 </modaldialog>