update dev300-m58
[ooovba.git] / sc / source / ui / src / textdlgs.src
blobce93d8e99720cca66c01f1764cf4e56157634366
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: textdlgs.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  ************************************************************************/
33 #include <svx/dialogs.hrc>
34 #include "sc.hrc"
36 TabDialog RID_SCDLG_CHAR
38     OutputSize = TRUE ;
39     SVLook = TRUE ;
40     Size = MAP_APPFONT ( 289 , 176 ) ;
41     Text [ en-US ] = "Character" ;
42     Moveable = TRUE ;
43     Closeable = TRUE ;
44     TabControl 1
45     {
46         OutputSize = TRUE ;
47         Pos = MAP_APPFONT ( 3 , 3 ) ;
48         Size = MAP_APPFONT ( 260 , 135 ) ;
49         PageList =
50         {
51             PageItem
52             {
53                 Identifier = RID_SVXPAGE_CHAR_NAME ;
54                 Text [ en-US ] = "Font";
55             };
56             PageItem
57             {
58                 Identifier = RID_SVXPAGE_CHAR_EFFECTS ;
59                 Text [ en-US ] = "Font Effects";
60             };
61             PageItem
62             {
63                 Identifier = RID_SVXPAGE_CHAR_POSITION ;
64                 Text [ en-US ] = "Font Position";
65             };
66         };
67     };
68     OKButton 1
69     {
70         Pos = MAP_APPFONT ( 6 , 151 ) ;
71         Size = MAP_APPFONT ( 50 , 14 ) ;
72         TabStop = TRUE ;
73     };
74     CancelButton 1
75     {
76         Pos = MAP_APPFONT ( 60 , 151 ) ;
77         Size = MAP_APPFONT ( 50 , 14 ) ;
78         TabStop = TRUE ;
79     };
80     HelpButton 1
81     {
82         Pos = MAP_APPFONT ( 114 , 151 ) ;
83         Size = MAP_APPFONT ( 50 , 14 ) ;
84         TabStop = TRUE ;
85     };
86     PushButton 1
87     {
88         Pos = MAP_APPFONT ( 169 , 151 ) ;
89         Size = MAP_APPFONT ( 50 , 14 ) ;
90         /* ### ACHTUNG: Neuer Text in Resource? Zurück : Zur³ck */
91         Text [ en-US ] = "Back" ;
92         TabStop = TRUE ;
93     };
96 TabDialog RID_SCDLG_PARAGRAPH
98     OutputSize = TRUE ;
99     SVLook = TRUE ;
100     Size = MAP_APPFONT ( 289 , 176 ) ;
101     Text [ en-US ] = "Paragraph" ;
102     Moveable = TRUE ;
103     Closeable = TRUE ;
104     TabControl 1
105     {
106         OutputSize = TRUE ;
107         Pos = MAP_APPFONT ( 3 , 3 ) ;
108         Size = MAP_APPFONT ( 260 , 135 ) ;
109         PageList =
110         {
111             PageItem
112             {
113                 Identifier = RID_SVXPAGE_STD_PARAGRAPH ;
114                 /* ### ACHTUNG: Neuer Text in Resource? Einzüge und Abstände : Einz³ge und Abstõnde */
115                 Text [ en-US ] = "Indents & Spacing" ;
116                 PageResID = RID_SVXPAGE_STD_PARAGRAPH ;
117             };
118             /*
119             PageItem  {
120                     Identifier = RID_SVXPAGE_EXT_PARAGRAPH;
121                     Text [ en-US ] = "Paragraph (Extensions)";
122                     PageResID = RID_SVXPAGE_EXT_PARAGRAPH;
123                 };
125             PageItem
126             {
127                 Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ;
128                 PageResID = RID_SVXPAGE_ALIGN_PARAGRAPH ;
129                 Text [ en-US ] = "Alignment" ;
130             };
131             PageItem
132             {
133                 Identifier = RID_SVXPAGE_PARA_ASIAN ;
134                 Text [ en-US ] = "Asian Typography";
135             };
136             PageItem
137             {
138                 Identifier = RID_SVXPAGE_TABULATOR ;
139                 Text [ en-US ] = "Tab" ;
140                 PageResID = RID_SVXPAGE_TABULATOR ;
141             };
142         };
143     };
144     OKButton 1
145     {
146         Pos = MAP_APPFONT ( 6 , 151 ) ;
147         Size = MAP_APPFONT ( 50 , 14 ) ;
148         TabStop = TRUE ;
149     };
150     CancelButton 1
151     {
152         Pos = MAP_APPFONT ( 60 , 151 ) ;
153         Size = MAP_APPFONT ( 50 , 14 ) ;
154         TabStop = TRUE ;
155     };
156     HelpButton 1
157     {
158         Pos = MAP_APPFONT ( 114 , 151 ) ;
159         Size = MAP_APPFONT ( 50 , 14 ) ;
160         TabStop = TRUE ;
161     };
162     PushButton 1
163     {
164         Pos = MAP_APPFONT ( 169 , 151 ) ;
165         Size = MAP_APPFONT ( 50 , 14 ) ;
166         /* ### ACHTUNG: Neuer Text in Resource? Zurück : Zur³ck */
167         Text [ en-US ] = "Back" ;
168         TabStop = TRUE ;
169     };