Update ooo320-m1
[ooovba.git] / sfx2 / source / dialog / mgetempl.src
blob96734c30d576ff30e2cdcc8735db17cbedbdb14e
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: mgetempl.src,v $
10  * $Revision: 1.34 $
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  ************************************************************************/
30  // include ---------------------------------------------------------------
31 #include <sfx2/sfx.hrc>
32 #include "helpid.hrc"
33 #include "mgetempl.hrc"
34  // pragma ----------------------------------------------------------------
36  // TP_MANAGE_STYLES ------------------------------------------------------
37 TabPage TP_MANAGE_STYLES
39     HelpId = HID_MANAGE_STYLES ;
40     Hide = TRUE ;
41     Size = MAP_APPFONT ( 260 , 185 ) ;
42     FixedText FT_NAME
43     {
44         Pos = MAP_APPFONT ( 6 , 8 ) ;
45         Size = MAP_APPFONT ( 61 , 10 ) ;
46         Text [ en-US ] = "~Name" ;
47     };
48     Edit ED_NAME
49     {
50         Border = TRUE ;
51         Pos = MAP_APPFONT ( 70 , 6  ) ;
52         Size = MAP_APPFONT ( 184 , 12 ) ;
53     };
54     CheckBox CB_AUTO
55     {
56         Pos = MAP_APPFONT ( 164 , 8 ) ;
57         Size = MAP_APPFONT ( 90 , 10 ) ;
58         Hide = TRUE ;
59         Text [ en-US ] = "~AutoUpdate" ;
60     };
61     FixedText FT_NEXT
62     {
63         Pos = MAP_APPFONT ( 6 , 26 ) ;
64         Size = MAP_APPFONT ( 61 , 10 ) ;
65         Text [ en-US ] = "Ne~xt Style" ;
66     };
67     ListBox LB_NEXT
68     {
69         Border = TRUE ;
70         Pos = MAP_APPFONT ( 70 , 24 ) ;
71         Size = MAP_APPFONT ( 184 , 65 ) ;
72         DropDown = TRUE ;
73         Sort = TRUE ;
74     };
75     FixedText FT_BASE
76     {
77         Pos = MAP_APPFONT ( 6 , 44 ) ;
78         Size = MAP_APPFONT ( 61 , 10 ) ;
79         /* ### ACHTUNG: Neuer Text in Resource? ~Verknüpft mit : ~Verkn³pft mit */
80         /* ### ACHTUNG: Neuer Text in Resource? ~Verknüpft mit : ~Verkn³pft mit */
81         Text [ en-US ] = "Linked with" ;
82     };
83     ListBox LB_BASE
84     {
85         Border = TRUE ;
86         Pos = MAP_APPFONT ( 70 , 42 ) ;
87         Size = MAP_APPFONT ( 184 , 65 ) ;
88         DropDown = TRUE ;
89         Sort = TRUE ;
90     };
91     FixedText FT_REGION
92     {
93         Pos = MAP_APPFONT ( 6 , 62 ) ;
94         Size = MAP_APPFONT ( 61 , 10 ) ;
95         Text [ en-US ] = "~Category" ;
96     };
97     ListBox LB_REGION
98     {
99         Border = TRUE ;
100         Pos = MAP_APPFONT ( 70 , 60 ) ;
101         Size = MAP_APPFONT ( 184 , 64 ) ;
102         DropDown = TRUE ;
103     };
104     FixedText FT_DESC
105     {
106         Pos = MAP_APPFONT ( 12 , 88  ) ;
107         Size = MAP_APPFONT ( 236 , 85 ) ;
108         WordBreak = TRUE ;
109         Hide = TRUE ;
110     };
111     MultiLineEdit ED_DESC
112     {
113         Pos = MAP_APPFONT ( 12 , 88  ) ;
114         Size = MAP_APPFONT ( 236 , 85 ) ;
115         ReadOnly = TRUE ;
116         IgnoreTab = TRUE;
117     };
118     FixedLine GB_DESC
119     {
120         Pos = MAP_APPFONT ( 6 , 77  ) ;
121         Size = MAP_APPFONT ( 248 , 8 ) ;
122         Text [ en-US ] = "Contains" ;
123     };
125  // ********************************************************************** EOF