xref: /AOO41X/main/cui/source/dialogs/sdrcelldlg.src (revision ca62e2c2083b5d0995f1245bad6c2edfb455fbec)
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 [ en-US ] = "Format Cells" ;
33    Moveable = TRUE ;
34    Closeable = TRUE ;
35    TabControl 1
36    {
37        OutputSize = TRUE ;
38        Pos = MAP_APPFONT ( 3 , 3 ) ;
39        Size = MAP_APPFONT ( 260 , 135 ) ;
40        PageList =
41        {
42            PageItem
43            {
44                Identifier = RID_SVXPAGE_CHAR_NAME ;
45                PageResID = RID_SVXPAGE_CHAR_NAME ;
46                Text [ en-US ] = "Font" ;
47            };
48            PageItem
49            {
50                Identifier = RID_SVXPAGE_CHAR_EFFECTS ;
51                PageResID = RID_SVXPAGE_CHAR_EFFECTS ;
52                Text [ en-US ] = "Font Effects" ;
53            };
54            PageItem
55            {
56                Identifier = RID_SVXPAGE_BORDER;
57                PageResID = RID_SVXPAGE_BORDER;
58                Text [ en-US ] = "Borders" ;
59            };
60            PageItem
61            {
62                Identifier = RID_SVXPAGE_AREA;
63                PageResID = RID_SVXPAGE_AREA;
64                Text [ en-US ] = "Background";
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 ] = "Return" ;
92        TabStop = TRUE ;
93    };
94};
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126