merge the formfield patch from ooo-build
[ooovba.git] / sfx2 / source / dialog / newstyle.src
blobe522dfa24e8acf468c133b50f569641e6abd8b4a
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: newstyle.src,v $
10  * $Revision: 1.25 $
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 <sfx2/sfx.hrc>
32 #include "dialog.hrc"
33 #include "newstyle.hrc"
35 ModalDialog DLG_NEW_STYLE_BY_EXAMPLE
37     HelpId = SID_STYLE_NEW_BY_EXAMPLE ;
38     OutputSize = TRUE ;
39     SVLook = TRUE ;
40     Size = MAP_APPFONT ( 177 , 112 ) ;
41     Text [ en-US ] = "Create Style" ;
42     Moveable = TRUE ;
43     FixedLine FL_COL
44     {
45         Pos = MAP_APPFONT ( 6 , 3 ) ;
46         Size = MAP_APPFONT ( 109 , 8 ) ;
47         Text [ en-US ] = "Style name" ;
48     };
49     ComboBox LB_COL
50     {
51         Pos = MAP_APPFONT ( 12 , 14 ) ;
52         Size = MAP_APPFONT ( 94 , 92 ) ;
53         TabStop = TRUE ;
54     };
55     OKButton BT_OK
56     {
57         Disable = TRUE ;
58         Pos = MAP_APPFONT ( 121 , 6 ) ;
59         Size = MAP_APPFONT ( 50 , 14 ) ;
60         TabStop = TRUE ;
61         DefButton = TRUE ;
62     };
63     CancelButton BT_CANCEL
64     {
65         Pos = MAP_APPFONT ( 121 , 23 ) ;
66         Size = MAP_APPFONT ( 50 , 14 ) ;
67         TabStop = TRUE ;
68     };
69     QueryBox MSG_OVERWRITE
70     {
71         Buttons = WB_YES_NO ;
72         DefButton = WB_DEF_NO ;
73         Message [ en-US ] = "Style already exists. Overwrite?" ;
74     };