summaryrefslogtreecommitdiff
path: root/toolkit/uiconfig/layout/message-box.xml
blob: e7b0d5501c475b0407fdfcd052d569b4202d8f5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
 *
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *   http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 *
 ***********************************************************-->
<!-- This is a template.  i18n translation is not performed in-place;
     i18n translated xml files are generated from this template by
     transex3/layout/tralay.  !-->

<modaldialog xmlns="http://openoffice.org/2007/layout"
             xmlns:cnt="http://openoffice.org/2007/layout/container"
             id="message-box" _title="" optimumsize="true"
             has_border="true" sizeable="true" moveable="true" closeable="true">
    <vbox border="5" spacing="5">
    <hbox border="5" spacing="20">
        <align cnt:expand="false" cnt:fill="true">
        <fixedimage id="FI_ERROR" cnt:expand="false" cnt:v-align="0.5" cnt:v-fill="0" graphic="res/commandimagelist/msgbox-error.png" />
        </align>
        <align cnt:expand="false" cnt:fill="true">
        <fixedimage id="FI_INFO" cnt:expand="false" cnt:v-align="0.5" cnt:v-fill="0" graphic="res/commandimagelist/msgbox-info.png" />
        </align>
        <align cnt:expand="false" cnt:fill="true">
        <fixedimage id="FI_QUERY" cnt:expand="false" cnt:v-align="0.5" cnt:v-fill="0" graphic="res/commandimagelist/msgbox-query.png" />
        </align>
        <align cnt:expand="false" cnt:fill="true">
        <fixedimage id="FI_WARNING" cnt:expand="false" cnt:v-align="0.5" cnt:v-fill="0" graphic="res/commandimagelist/msgbox-warning.png" />
        </align>
        <align cnt:expand="false" cnt:fill="true">
        <fixedtext id="FT_MESSAGE" _label="FT-LABEL" cnt:v-align="0.5" cnt:v-fill="0" />
        </align>
        <flow/>
    </hbox>
    <dialogbuttonhbox border="0" spacing="5">
        <flow/>
        <!-- deprecoted vcl/MsgBox compatibility !-->
        <retrybutton id="BTN_RETRY" />
        <ignorebutton id="BTN_IGNORE" />

        <yesbutton id="BTN_YES"/>
        <cancelbutton id="BTN_CANCEL"/>
        <helpbutton id="BTN_HELP"/>
        <nobutton id="BTN_NO" xlabel="~Alternate"/>
    </dialogbuttonhbox>
    </vbox>
</modaldialog>