xref: /trunk/main/sc/source/ui/src/textdlgs.src (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
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 ************************************************************************/
27
28
29
30#include <svx/dialogs.hrc>
31#include "sc.hrc"
32
33TabDialog RID_SCDLG_CHAR
34{
35    OutputSize = TRUE ;
36    SVLook = TRUE ;
37    Size = MAP_APPFONT ( 289 , 176 ) ;
38    Text [ en-US ] = "Character" ;
39    Moveable = TRUE ;
40    Closeable = TRUE ;
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_CHAR_NAME ;
51                Text [ en-US ] = "Font";
52            };
53            PageItem
54            {
55                Identifier = RID_SVXPAGE_CHAR_EFFECTS ;
56                Text [ en-US ] = "Font Effects";
57            };
58            PageItem
59            {
60                Identifier = RID_SVXPAGE_CHAR_POSITION ;
61                Text [ en-US ] = "Font Position";
62            };
63        };
64    };
65    OKButton 1
66    {
67        Pos = MAP_APPFONT ( 6 , 151 ) ;
68        Size = MAP_APPFONT ( 50 , 14 ) ;
69        TabStop = TRUE ;
70    };
71    CancelButton 1
72    {
73        Pos = MAP_APPFONT ( 60 , 151 ) ;
74        Size = MAP_APPFONT ( 50 , 14 ) ;
75        TabStop = TRUE ;
76    };
77    HelpButton 1
78    {
79        Pos = MAP_APPFONT ( 114 , 151 ) ;
80        Size = MAP_APPFONT ( 50 , 14 ) ;
81        TabStop = TRUE ;
82    };
83    PushButton 1
84    {
85        Pos = MAP_APPFONT ( 169 , 151 ) ;
86        Size = MAP_APPFONT ( 50 , 14 ) ;
87        /* ### ACHTUNG: Neuer Text in Resource? Zur�ck : Zur�ck */
88        Text [ en-US ] = "Back" ;
89        TabStop = TRUE ;
90    };
91};
92
93TabDialog RID_SCDLG_PARAGRAPH
94{
95    OutputSize = TRUE ;
96    SVLook = TRUE ;
97    Size = MAP_APPFONT ( 289 , 176 ) ;
98    Text [ en-US ] = "Paragraph" ;
99    Moveable = TRUE ;
100    Closeable = TRUE ;
101    TabControl 1
102    {
103        OutputSize = TRUE ;
104        Pos = MAP_APPFONT ( 3 , 3 ) ;
105        Size = MAP_APPFONT ( 260 , 135 ) ;
106        PageList =
107        {
108            PageItem
109            {
110                Identifier = RID_SVXPAGE_STD_PARAGRAPH ;
111                /* ### ACHTUNG: Neuer Text in Resource? Einz�ge und Abst�nde : Einz�ge und Abst�nde */
112                Text [ en-US ] = "Indents & Spacing" ;
113                PageResID = RID_SVXPAGE_STD_PARAGRAPH ;
114            };
115            /*
116            PageItem  {
117                    Identifier = RID_SVXPAGE_EXT_PARAGRAPH;
118                    Text [ en-US ] = "Paragraph (Extensions)";
119                    PageResID = RID_SVXPAGE_EXT_PARAGRAPH;
120                };
121*/
122            PageItem
123            {
124                Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ;
125                PageResID = RID_SVXPAGE_ALIGN_PARAGRAPH ;
126                Text [ en-US ] = "Alignment" ;
127            };
128            PageItem
129            {
130                Identifier = RID_SVXPAGE_PARA_ASIAN ;
131                Text [ en-US ] = "Asian Typography";
132            };
133            PageItem
134            {
135                Identifier = RID_SVXPAGE_TABULATOR ;
136                Text [ en-US ] = "Tab" ;
137                PageResID = RID_SVXPAGE_TABULATOR ;
138            };
139        };
140    };
141    OKButton 1
142    {
143        Pos = MAP_APPFONT ( 6 , 151 ) ;
144        Size = MAP_APPFONT ( 50 , 14 ) ;
145        TabStop = TRUE ;
146    };
147    CancelButton 1
148    {
149        Pos = MAP_APPFONT ( 60 , 151 ) ;
150        Size = MAP_APPFONT ( 50 , 14 ) ;
151        TabStop = TRUE ;
152    };
153    HelpButton 1
154    {
155        Pos = MAP_APPFONT ( 114 , 151 ) ;
156        Size = MAP_APPFONT ( 50 , 14 ) ;
157        TabStop = TRUE ;
158    };
159    PushButton 1
160    {
161        Pos = MAP_APPFONT ( 169 , 151 ) ;
162        Size = MAP_APPFONT ( 50 , 14 ) ;
163        /* ### ACHTUNG: Neuer Text in Resource? Zur�ck : Zur�ck */
164        Text [ en-US ] = "Back" ;
165        TabStop = TRUE ;
166    };
167};
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198