merge the formfield patch from ooo-build
[ooovba.git] / filter / source / xsltdialog / xmlfileview.src
bloba52f50440b9226c08384bf8e67f183ddb2ac8879
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: xmlfileview.src,v $
10  * $Revision: 1.11 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #include "xmlfileview.hrc"
32 #include "xmlfilterhelpids.hrc"
34 #define DIALOG_WIDTH    500
35 #define DIALOG_HEIGHT   400
37 WorkWindow DLG_XML_SOURCE_FILE_DIALOG
39     Size                                        = MAP_APPFONT( DIALOG_WIDTH, DIALOG_HEIGHT );
40     HelpId                                      = HID_XML_SOURCE_FILE_DIALOG;
41     OutputSize                          = TRUE ;
42     SVLook                                      = TRUE ;
43     Sizeable                            = TRUE ;
44     Minable                                     = TRUE ;
45     Maxable                                     = TRUE ;
46     Moveable                            = TRUE ;
47     Closeable                           = TRUE ;
48     Text [ en-US ]              = "XML Filter output" ;
50     PushButton PB_VALIDATE
51     {
52         Pos                                     = MAP_APPFONT ( 6 , 6 ) ;
53         Size                            = MAP_APPFONT ( 60 , 14 ) ;
54         TabStop                         = TRUE ;
55         HelpId                          = HID_XML_SOURCE_FILE_VALIDATE;
56         Text [ en-US ]  = "~Validate";
57     };