xref: /AOO41X/main/sc/source/ui/src/textdlgs.src (revision 82177cdbfc5fbca7e9a45fdfffbbaeb8a0d1d1a3)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24
25
26#include <svx/dialogs.hrc>
27#include "sc.hrc"
28
29TabDialog RID_SCDLG_CHAR
30{
31    OutputSize = TRUE ;
32    SVLook = TRUE ;
33    Size = MAP_APPFONT ( 289 , 176 ) ;
34    Text [ en-US ] = "Character" ;
35    Moveable = TRUE ;
36    Closeable = TRUE ;
37    TabControl 1
38    {
39        OutputSize = TRUE ;
40        Pos = MAP_APPFONT ( 3 , 3 ) ;
41        Size = MAP_APPFONT ( 260 , 135 ) ;
42        PageList =
43        {
44            PageItem
45            {
46                Identifier = RID_SVXPAGE_CHAR_NAME ;
47                Text [ en-US ] = "Font";
48            };
49            PageItem
50            {
51                Identifier = RID_SVXPAGE_CHAR_EFFECTS ;
52                Text [ en-US ] = "Font Effects";
53            };
54            PageItem
55            {
56                Identifier = RID_SVXPAGE_CHAR_POSITION ;
57                Text [ en-US ] = "Font Position";
58            };
59        };
60    };
61    OKButton 1
62    {
63        Pos = MAP_APPFONT ( 6 , 151 ) ;
64        Size = MAP_APPFONT ( 50 , 14 ) ;
65        TabStop = TRUE ;
66    };
67    CancelButton 1
68    {
69        Pos = MAP_APPFONT ( 60 , 151 ) ;
70        Size = MAP_APPFONT ( 50 , 14 ) ;
71        TabStop = TRUE ;
72    };
73    HelpButton 1
74    {
75        Pos = MAP_APPFONT ( 114 , 151 ) ;
76        Size = MAP_APPFONT ( 50 , 14 ) ;
77        TabStop = TRUE ;
78    };
79    PushButton 1
80    {
81        Pos = MAP_APPFONT ( 169 , 151 ) ;
82        Size = MAP_APPFONT ( 50 , 14 ) ;
83        /* ### ACHTUNG: Neuer Text in Resource? Zur�ck : Zur�ck */
84        Text [ en-US ] = "Back" ;
85        TabStop = TRUE ;
86    };
87};
88
89TabDialog RID_SCDLG_PARAGRAPH
90{
91    OutputSize = TRUE ;
92    SVLook = TRUE ;
93    Size = MAP_APPFONT ( 289 , 176 ) ;
94    Text [ en-US ] = "Paragraph" ;
95    Moveable = TRUE ;
96    Closeable = TRUE ;
97    TabControl 1
98    {
99        OutputSize = TRUE ;
100        Pos = MAP_APPFONT ( 3 , 3 ) ;
101        Size = MAP_APPFONT ( 260 , 135 ) ;
102        PageList =
103        {
104            PageItem
105            {
106                Identifier = RID_SVXPAGE_STD_PARAGRAPH ;
107                /* ### ACHTUNG: Neuer Text in Resource? Einz�ge und Abst�nde : Einz�ge und Abst�nde */
108                Text [ en-US ] = "Indents & Spacing" ;
109                PageResID = RID_SVXPAGE_STD_PARAGRAPH ;
110            };
111            /*
112            PageItem  {
113                    Identifier = RID_SVXPAGE_EXT_PARAGRAPH;
114                    Text [ en-US ] = "Paragraph (Extensions)";
115                    PageResID = RID_SVXPAGE_EXT_PARAGRAPH;
116                };
117*/
118            PageItem
119            {
120                Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ;
121                PageResID = RID_SVXPAGE_ALIGN_PARAGRAPH ;
122                Text [ en-US ] = "Alignment" ;
123            };
124            PageItem
125            {
126                Identifier = RID_SVXPAGE_PARA_ASIAN ;
127                Text [ en-US ] = "Asian Typography";
128            };
129            PageItem
130            {
131                Identifier = RID_SVXPAGE_TABULATOR ;
132                Text [ en-US ] = "Tab" ;
133                PageResID = RID_SVXPAGE_TABULATOR ;
134            };
135        };
136    };
137    OKButton 1
138    {
139        Pos = MAP_APPFONT ( 6 , 151 ) ;
140        Size = MAP_APPFONT ( 50 , 14 ) ;
141        TabStop = TRUE ;
142    };
143    CancelButton 1
144    {
145        Pos = MAP_APPFONT ( 60 , 151 ) ;
146        Size = MAP_APPFONT ( 50 , 14 ) ;
147        TabStop = TRUE ;
148    };
149    HelpButton 1
150    {
151        Pos = MAP_APPFONT ( 114 , 151 ) ;
152        Size = MAP_APPFONT ( 50 , 14 ) ;
153        TabStop = TRUE ;
154    };
155    PushButton 1
156    {
157        Pos = MAP_APPFONT ( 169 , 151 ) ;
158        Size = MAP_APPFONT ( 50 , 14 ) ;
159        /* ### ACHTUNG: Neuer Text in Resource? Zur�ck : Zur�ck */
160        Text [ en-US ] = "Back" ;
161        TabStop = TRUE ;
162    };
163};
164
165
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