merge the formfield patch from ooo-build
[ooovba.git] / sd / source / ui / dlg / tabtempl.src
blobdc92fa364b8f3ba31cd35f902241803f8e377877
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: tabtempl.src,v $
10  * $Revision: 1.30 $
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 "tabtempl.hrc"
32 #include <svx/dialogs.hrc>
33 TabDialog TAB_TEMPLATE
35     OutputSize = TRUE ;
36     SVLook = TRUE ;
37     Size = MAP_APPFONT ( 289 , 176 ) ;
38     Text [ en-US ] = "Graphics Styles" ;
39     Moveable = TRUE ;
40      // Closeable = TRUE; // Dieser Dialog hat OK und/oder Cancel Button ! (KH)
41     TabControl 1
42     {
43         OutputSize = TRUE ;
44         Pos = MAP_APPFONT ( 3 , 3 ) ;
45         Size = MAP_APPFONT ( 260 , 135 ) ;
46         PageList =
47         {
48             PageItem
49             {
50                 Identifier = RID_SVXPAGE_LINE ;
51                 Text [ en-US ] = "Line" ;
52                 PageResID = RID_SVXPAGE_LINE ;
53             };
54             PageItem
55             {
56                 Identifier = RID_SVXPAGE_AREA ;
57                 /* ### ACHTUNG: Neuer Text in Resource? Fläche : Flõche */
58                 Text [ en-US ] = "Area" ;
59                 PageResID = RID_SVXPAGE_AREA ;
60             };
61             PageItem
62             {
63                 Identifier = RID_SVXPAGE_SHADOW ;
64                 PageResID = RID_SVXPAGE_SHADOW ;
65                 Text [ en-US ] = "Shadowing" ;
66             };
67             PageItem
68             {
69                 Identifier = RID_SVXPAGE_TRANSPARENCE ;
70                 Text [ en-US ] = "Transparency";
71             };
72             PageItem
73             {
74                 Identifier = RID_SVXPAGE_CHAR_NAME;
75                 Text [ en-US ] = "Font" ;
76                 PageResID = RID_SVXPAGE_CHAR_NAME ;
77             };
78             PageItem
79             {
80                 Identifier = RID_SVXPAGE_CHAR_EFFECTS ;
81                 Text [ en-US ] = "Font Effect" ;
82                 PageResID = RID_SVXPAGE_CHAR_EFFECTS ;
83             };
84             PageItem
85             {
86                 Identifier = RID_SVXPAGE_STD_PARAGRAPH ;
87                 /* ### ACHTUNG: Neuer Text in Resource? Einzüge und Abstände : Einz³ge und Abstõnde */
88                 Text [ en-US ] = "Indents & Spacing" ;
89                 PageResID = RID_SVXPAGE_STD_PARAGRAPH ;
90             };
91             PageItem
92             {
93                 Identifier = RID_SVXPAGE_TEXTATTR ;
94                 PageResID = RID_SVXPAGE_TEXTATTR ;
95                 Text [ en-US ] = "Text" ;
96             };
97             PageItem
98             {
99                 Identifier = RID_SVXPAGE_TEXTANIMATION ;
100                 PageResID = RID_SVXPAGE_TEXTANIMATION ;
101                 Text [ en-US ] = "Text Animation" ;
102             };
103             PageItem
104             {
105                 Identifier = RID_SVXPAGE_MEASURE ;
106                 /* ### ACHTUNG: Neuer Text in Resource? Bemaßung : Bema˜ung */
107                 Text [ en-US ] = "Dimensioning" ;
108                 PageResID = RID_SVXPAGE_MEASURE ;
109             };
110             PageItem
111             {
112                 Identifier = RID_SVXPAGE_CONNECTION ;
113                 Text [ en-US ] = "Connector" ;
114             };
115             PageItem
116             {
117                 Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ;
118                 PageResID = RID_SVXPAGE_ALIGN_PARAGRAPH ;
119                 Text [ en-US ] = "Alignment" ;
120             };
121             PageItem
122             {
123                 Identifier = RID_SVXPAGE_PARA_ASIAN ;
124                 PageResID = RID_SVXPAGE_PARA_ASIAN ;
125                 Text[ en-US ] = "Asian Typography";
126             };          
127             PageItem
128             {
129                 Identifier = RID_SVXPAGE_TABULATOR ;
130                 Text [ en-US ] = "Tabs" ;
131                 PageResID = RID_SVXPAGE_TABULATOR ;
132             };
133         };
134     };
135     OKButton 1
136     {
137         Pos = MAP_APPFONT ( 6 , 151 ) ;
138         Size = MAP_APPFONT ( 50 , 14 ) ;
139         TabStop = TRUE ;
140     };
141     CancelButton 1
142     {
143         Pos = MAP_APPFONT ( 60 , 151 ) ;
144         Size = MAP_APPFONT ( 50 , 14 ) ;
145         TabStop = TRUE ;
146     };
147     HelpButton 1
148     {
149         Pos = MAP_APPFONT ( 114 , 151 ) ;
150         Size = MAP_APPFONT ( 50 , 14 ) ;
151         TabStop = TRUE ;
152     };
153     PushButton 1
154     {
155         Pos = MAP_APPFONT ( 169 , 151 ) ;
156         Size = MAP_APPFONT ( 50 , 14 ) ;
157         /* ### ACHTUNG: Neuer Text in Resource? Zurück : Zur³ck */
158         Text [ en-US ] = "Back" ;
159         TabStop = TRUE ;
160     };