summaryrefslogtreecommitdiff
path: root/filter/source/xsltdialog/xmlfiltersettingsdialog.src
blob: 77d1d789f61beff37fc9f5a0483ea803421dadc0 (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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   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 .
 */

#include "xmlfiltersettingsdialog.hrc"
#include "xmlfilterhelpids.hrc"

#define BUTTONS_LEFT        248
#define BUTTONS_TOP         6
#define BUTTONS_SPACEING    3
#define BUTTONS_WIDTH       66
#define BUTTONS_HEIGHT      14

WorkWindow DLG_XML_FILTER_SETTINGS_DIALOG
{
    Size                    = MAP_APPFONT( 320, 154 );
    HelpId                  = HID_XML_FILTER_SETTINGS_DIALOG;
    OutputSize              = TRUE ;
    SVLook                  = TRUE ;
    Moveable                = TRUE ;
    Closeable               = TRUE ;
    Sizeable                = FALSE;
    DialogControl           = TRUE ;
    Text [ en-US ]      = "XML Filter Settings" ;

    Control CTRL_XML_FILTER_LIST
    {
        Pos                 = MAP_APPFONT ( 6 , 6 ) ;
        Size                = MAP_APPFONT ( 235 , 142 );
        Border              = TRUE ;
        TabStop             = TRUE ;
    };

    PushButton PB_XML_FILTER_NEW
    {
        Pos                 = MAP_APPFONT ( BUTTONS_LEFT , BUTTONS_TOP + 0 * BUTTONS_HEIGHT + 0 * BUTTONS_SPACEING ) ;
        Size                = MAP_APPFONT ( BUTTONS_WIDTH , BUTTONS_HEIGHT ) ;
        HelpId              = HID_XML_FILTER_NEW;
        TabStop             = TRUE ;
        Text [ en-US ]  = "~New...";
    };

    PushButton PB_XML_FILTER_EDIT
    {
        Pos                 = MAP_APPFONT ( BUTTONS_LEFT , BUTTONS_TOP + 1 * BUTTONS_HEIGHT + 1 * BUTTONS_SPACEING ) ;
        Size                = MAP_APPFONT ( BUTTONS_WIDTH , BUTTONS_HEIGHT ) ;
        HelpId              = HID_XML_FILTER_EDIT;
        TabStop             = TRUE ;
        Text [ en-US ]  = "~Edit...";
    };

    PushButton PB_XML_FILTER_TEST
    {
        Pos                 = MAP_APPFONT ( BUTTONS_LEFT , BUTTONS_TOP + 2 * BUTTONS_HEIGHT + 2 * BUTTONS_SPACEING ) ;
        Size                = MAP_APPFONT ( BUTTONS_WIDTH , BUTTONS_HEIGHT ) ;
        HelpId              = HID_XML_FILTER_TEST;
        TabStop             = TRUE ;
        Text [ en-US ]  = "~Test XSLTs...";
    };

    PushButton PB_XML_FILTER_DELETE
    {
        Pos                 = MAP_APPFONT ( BUTTONS_LEFT , BUTTONS_TOP + 3 * BUTTONS_HEIGHT + 4 * BUTTONS_SPACEING ) ;
        Size                = MAP_APPFONT ( BUTTONS_WIDTH , BUTTONS_HEIGHT ) ;
        HelpId              = HID_XML_FILTER_DELETE;
        TabStop             = TRUE ;
        Text [ en-US ]  = "~Delete...";
    };

    PushButton PB_XML_FILTER_SAVE
    {
        Pos                 = MAP_APPFONT ( BUTTONS_LEFT , BUTTONS_TOP + 4 * BUTTONS_HEIGHT + 6 * BUTTONS_SPACEING ) ;
        Size                = MAP_APPFONT ( BUTTONS_WIDTH , BUTTONS_HEIGHT ) ;
        HelpId              = HID_XML_FILTER_SAVE;
        TabStop             = TRUE ;
        Text [ en-US ]  = "~Save as Package...";
    };

    PushButton PB_XML_FILTER_OPEN
    {
        Pos                 = MAP_APPFONT ( BUTTONS_LEFT , BUTTONS_TOP + 5 * BUTTONS_HEIGHT + 7 * BUTTONS_SPACEING ) ;
        Size                = MAP_APPFONT ( BUTTONS_WIDTH , BUTTONS_HEIGHT ) ;
        HelpId              = HID_XML_FILTER_OPEN;
        TabStop             = TRUE ;
        Text [ en-US ]  = "~Open Package...";
        TabStop             = TRUE ;
    };

    HelpButton BTN_XML_FILTER_HELP
    {
        Pos                 = MAP_APPFONT ( BUTTONS_LEFT, BUTTONS_TOP + 6 * BUTTONS_HEIGHT + 9 * BUTTONS_SPACEING );
        Size                = MAP_APPFONT ( BUTTONS_WIDTH, BUTTONS_HEIGHT );
    };

    PushButton PB_XML_FILTER_CLOSE
    {
        Pos                 = MAP_APPFONT ( BUTTONS_LEFT , BUTTONS_TOP + 7 * BUTTONS_HEIGHT + 10 * BUTTONS_SPACEING ) ;
        Size                = MAP_APPFONT ( BUTTONS_WIDTH , BUTTONS_HEIGHT ) ;
        HelpId              = HID_XML_FILTER_CLOSE;
        TabStop             = TRUE ;
        Text [ en-US ]  = "~Close";
    };

    String STR_XML_FILTER_LISTBOX
    {
        Text [ en-US ]  = "XML Filter List";
    };

};