xref: /aoo41x/main/cui/source/dialogs/sdrcelldlg.src (revision 0e2af6af)
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#include <cuires.hrc>
25#include <svx/dialogs.hrc>
26
27TabDialog RID_SVX_FORMAT_CELLS_DLG
28{
29	OutputSize = TRUE ;
30	SVLook = TRUE ;
31	Size = MAP_APPFONT ( 289 , 176 ) ;
32    Text [ de ] = "Zellen formatieren" ;
33	Text [ en-US ] = "Format Cells" ;
34	Moveable = TRUE ;
35	Closeable = TRUE ;
36	TabControl 1
37	{
38		OutputSize = TRUE ;
39		Pos = MAP_APPFONT ( 3 , 3 ) ;
40		Size = MAP_APPFONT ( 260 , 135 ) ;
41		PageList =
42		{
43			PageItem
44			{
45				Identifier = RID_SVXPAGE_CHAR_NAME ;
46				PageResID = RID_SVXPAGE_CHAR_NAME ;
47				Text [ de ] = "Schrift" ;
48				Text [ en-US ] = "Font" ;
49				Text [ x-comment ] = " ";
50			};
51			PageItem
52			{
53				Identifier = RID_SVXPAGE_CHAR_EFFECTS ;
54				PageResID = RID_SVXPAGE_CHAR_EFFECTS ;
55				Text [ de ] = "Schrifteffekt" ;
56				Text [ en-US ] = "Font Effects" ;
57				Text [ x-comment ] = " ";
58			};
59			PageItem
60			{
61				Identifier = RID_SVXPAGE_BORDER;
62				PageResID = RID_SVXPAGE_BORDER;
63				Text [ de ] = "Umrandung" ;
64				Text [ en-US ] = "Borders" ;
65				Text [ x-comment ] = " ";
66			};
67			PageItem
68			{
69				Identifier = RID_SVXPAGE_AREA;
70				PageResID = RID_SVXPAGE_AREA;
71				Text [ de ] = "Hintergrund";
72				Text [ en-US ] = "Background";
73				Text [ x-comment ] = " ";
74			};
75		};
76	};
77	OKButton 1
78	{
79		Pos = MAP_APPFONT ( 6 , 151 ) ;
80		Size = MAP_APPFONT ( 50 , 14 ) ;
81		TabStop = TRUE ;
82	};
83	CancelButton 1
84	{
85		Pos = MAP_APPFONT ( 60 , 151 ) ;
86		Size = MAP_APPFONT ( 50 , 14 ) ;
87		TabStop = TRUE ;
88	};
89	HelpButton 1
90	{
91		Pos = MAP_APPFONT ( 114 , 151 ) ;
92		Size = MAP_APPFONT ( 50 , 14 ) ;
93		TabStop = TRUE ;
94	};
95	PushButton 1
96	{
97		Pos = MAP_APPFONT ( 169 , 151 ) ;
98		Size = MAP_APPFONT ( 50 , 14 ) ;
99		/* ### ACHTUNG: Neuer Text in Resource? Zur�ck : Zur�ck */
100		Text [ de ] = "Zurück" ;
101		Text [ en-US ] = "Return" ;
102		TabStop = TRUE ;
103		Text [ x-comment ] = " ";
104	};
105	Text [ x-comment ] = " ";
106};
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138