merged tag LIBREOFFICE_3_2_99_3
[LibreOffice.git] / filter / source / xsltdialog / xmlfiltersettingsdialog.src
blobb80dff3bfe509adf1260ec556936c70ad492e8ea
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
11  * OpenOffice.org is free software: you can redistribute it and/or modify
12  * it under the terms of the GNU Lesser General Public License version 3
13  * only, as published by the Free Software Foundation.
14  *
15  * OpenOffice.org is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU Lesser General Public License version 3 for more details
19  * (a copy is included in the LICENSE file that accompanied this code).
20  *
21  * You should have received a copy of the GNU Lesser General Public License
22  * version 3 along with OpenOffice.org.  If not, see
23  * <http://www.openoffice.org/license.html>
24  * for a copy of the LGPLv3 License.
25  *
26  ************************************************************************/
28 #include "xmlfiltersettingsdialog.hrc"
29 #include "xmlfilterhelpids.hrc"
31 #define BUTTONS_LEFT        248
32 #define BUTTONS_TOP         6
33 #define BUTTONS_SPACEING    3
34 #define BUTTONS_WIDTH       66
35 #define BUTTONS_HEIGHT      14
37 WorkWindow DLG_XML_FILTER_SETTINGS_DIALOG
39     Size                    = MAP_APPFONT( 320, 154 );
40     HelpId                  = HID_XML_FILTER_SETTINGS_DIALOG;
41     OutputSize              = TRUE ;
42     SVLook                  = TRUE ;
43     Moveable                = TRUE ;
44     Closeable               = TRUE ;
45     Sizeable                = FALSE;
46     DialogControl           = TRUE ;
47     Text [ en-US ]      = "XML Filter Settings" ;
49     Control CTRL_XML_FILTER_LIST
50     {
51         Pos                 = MAP_APPFONT ( 6 , 6 ) ;
52         Size                = MAP_APPFONT ( 235 , 142 );
53         Border              = TRUE ;
54         TabStop             = TRUE ;
55     };
57     PushButton PB_XML_FILTER_NEW
58     {
59         Pos                 = MAP_APPFONT ( BUTTONS_LEFT , BUTTONS_TOP + 0 * BUTTONS_HEIGHT + 0 * BUTTONS_SPACEING ) ;
60         Size                = MAP_APPFONT ( BUTTONS_WIDTH , BUTTONS_HEIGHT ) ;
61         HelpId              = HID_XML_FILTER_NEW;
62         TabStop             = TRUE ;
63         Text [ en-US ]  = "~New...";
64     };
66     PushButton PB_XML_FILTER_EDIT
67     {
68         Pos                 = MAP_APPFONT ( BUTTONS_LEFT , BUTTONS_TOP + 1 * BUTTONS_HEIGHT + 1 * BUTTONS_SPACEING ) ;
69         Size                = MAP_APPFONT ( BUTTONS_WIDTH , BUTTONS_HEIGHT ) ;
70         HelpId              = HID_XML_FILTER_EDIT;
71         TabStop             = TRUE ;
72         Text [ en-US ]  = "~Edit...";
73     };
75     PushButton PB_XML_FILTER_TEST
76     {
77         Pos                 = MAP_APPFONT ( BUTTONS_LEFT , BUTTONS_TOP + 2 * BUTTONS_HEIGHT + 2 * BUTTONS_SPACEING ) ;
78         Size                = MAP_APPFONT ( BUTTONS_WIDTH , BUTTONS_HEIGHT ) ;
79         HelpId              = HID_XML_FILTER_TEST;
80         TabStop             = TRUE ;
81         Text [ en-US ]  = "~Test XSLTs...";
82     };
84     PushButton PB_XML_FILTER_DELETE
85     {
86         Pos                 = MAP_APPFONT ( BUTTONS_LEFT , BUTTONS_TOP + 3 * BUTTONS_HEIGHT + 4 * BUTTONS_SPACEING ) ;
87         Size                = MAP_APPFONT ( BUTTONS_WIDTH , BUTTONS_HEIGHT ) ;
88         HelpId              = HID_XML_FILTER_DELETE;
89         TabStop             = TRUE ;
90         Text [ en-US ]  = "~Delete...";
91     };
93     PushButton PB_XML_FILTER_SAVE
94     {
95         Pos                 = MAP_APPFONT ( BUTTONS_LEFT , BUTTONS_TOP + 4 * BUTTONS_HEIGHT + 6 * BUTTONS_SPACEING ) ;
96         Size                = MAP_APPFONT ( BUTTONS_WIDTH , BUTTONS_HEIGHT ) ;
97         HelpId              = HID_XML_FILTER_SAVE;
98         TabStop             = TRUE ;
99         Text [ en-US ]  = "~Save as Package...";
100     };
102     PushButton PB_XML_FILTER_OPEN
103     {
104         Pos                 = MAP_APPFONT ( BUTTONS_LEFT , BUTTONS_TOP + 5 * BUTTONS_HEIGHT + 7 * BUTTONS_SPACEING ) ;
105         Size                = MAP_APPFONT ( BUTTONS_WIDTH , BUTTONS_HEIGHT ) ;
106         HelpId              = HID_XML_FILTER_OPEN;
107         TabStop             = TRUE ;
108         Text [ en-US ]  = "~Open Package...";
109         TabStop             = TRUE ;
110     };
112     HelpButton BTN_XML_FILTER_HELP
113     {
114         Pos                 = MAP_APPFONT ( BUTTONS_LEFT, BUTTONS_TOP + 6 * BUTTONS_HEIGHT + 9 * BUTTONS_SPACEING );
115         Size                = MAP_APPFONT ( BUTTONS_WIDTH, BUTTONS_HEIGHT );
116     };
118     PushButton PB_XML_FILTER_CLOSE
119     {
120         Pos                 = MAP_APPFONT ( BUTTONS_LEFT , BUTTONS_TOP + 7 * BUTTONS_HEIGHT + 10 * BUTTONS_SPACEING ) ;
121         Size                = MAP_APPFONT ( BUTTONS_WIDTH , BUTTONS_HEIGHT ) ;
122         HelpId              = HID_XML_FILTER_CLOSE;
123         TabStop             = TRUE ;
124         Text [ en-US ]  = "~Close";
125     };