xref: /trunk/main/sc/source/ui/src/textdlgs.src (revision 6fd2419af095b9e12baf06e33db2129edf4d719b)
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 <svx/dialogs.hrc>
25#include "sc.hrc"
26
27TabDialog RID_SCDLG_CHAR
28{
29    OutputSize = TRUE ;
30    SVLook = TRUE ;
31    Size = MAP_APPFONT ( 289, 176 ) ;
32    Text [ en-US ] = "Character" ;
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                Text [ en-US ] = "Font" ;
46            };
47            PageItem
48            {
49                Identifier = RID_SVXPAGE_CHAR_EFFECTS ;
50                Text [ en-US ] = "Font Effects" ;
51            };
52            PageItem
53            {
54                Identifier = RID_SVXPAGE_CHAR_POSITION ;
55                Text [ en-US ] = "Font Position" ;
56            };
57        };
58    };
59    OKButton 1
60    {
61        Pos = MAP_APPFONT ( 6, 151 ) ;
62        Size = MAP_APPFONT ( 50, 14 ) ;
63        TabStop = TRUE ;
64    };
65    CancelButton 1
66    {
67        Pos = MAP_APPFONT ( 60, 151 ) ;
68        Size = MAP_APPFONT ( 50, 14 ) ;
69        TabStop = TRUE ;
70    };
71    HelpButton 1
72    {
73        Pos = MAP_APPFONT ( 114, 151 ) ;
74        Size = MAP_APPFONT ( 50, 14 ) ;
75        TabStop = TRUE ;
76    };
77    PushButton 1
78    {
79        Pos = MAP_APPFONT ( 169, 151 ) ;
80        Size = MAP_APPFONT ( 50, 14 ) ;
81        Text [ en-US ] = "Back" ;
82        TabStop = TRUE ;
83    };
84};
85
86TabDialog RID_SCDLG_PARAGRAPH
87{
88    OutputSize = TRUE ;
89    SVLook = TRUE ;
90    Size = MAP_APPFONT ( 289, 176 ) ;
91    Text [ en-US ] = "Paragraph" ;
92    Moveable = TRUE ;
93    Closeable = TRUE ;
94    TabControl 1
95    {
96        OutputSize = TRUE ;
97        Pos = MAP_APPFONT ( 3, 3 ) ;
98        Size = MAP_APPFONT ( 260, 135 ) ;
99        PageList =
100        {
101            PageItem
102            {
103                Identifier = RID_SVXPAGE_STD_PARAGRAPH ;
104                Text [ en-US ] = "Indents & Spacing" ;
105                PageResID = RID_SVXPAGE_STD_PARAGRAPH ;
106            };
107            /*
108            PageItem
109            {
110                Identifier = RID_SVXPAGE_EXT_PARAGRAPH ;
111                Text [ en-US ] = "Paragraph (Extensions)" ;
112                PageResID = RID_SVXPAGE_EXT_PARAGRAPH ;
113            };
114            */
115            PageItem
116            {
117                Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ;
118                PageResID = RID_SVXPAGE_ALIGN_PARAGRAPH ;
119                Text [ en-US ] = "Alignment" ;
120            };
121            PageItem
122            {
123                Identifier = RID_SVXPAGE_PARA_ASIAN ;
124                Text [ en-US ] = "Asian Typography" ;
125            };
126            PageItem
127            {
128                Identifier = RID_SVXPAGE_TABULATOR ;
129                Text [ en-US ] = "Tab" ;
130                PageResID = RID_SVXPAGE_TABULATOR ;
131            };
132        };
133    };
134    OKButton 1
135    {
136        Pos = MAP_APPFONT ( 6, 151 ) ;
137        Size = MAP_APPFONT ( 50, 14 ) ;
138        TabStop = TRUE ;
139    };
140    CancelButton 1
141    {
142        Pos = MAP_APPFONT ( 60, 151 ) ;
143        Size = MAP_APPFONT ( 50, 14 ) ;
144        TabStop = TRUE ;
145    };
146    HelpButton 1
147    {
148        Pos = MAP_APPFONT ( 114, 151 ) ;
149        Size = MAP_APPFONT ( 50, 14 ) ;
150        TabStop = TRUE ;
151    };
152    PushButton 1
153    {
154        Pos = MAP_APPFONT ( 169, 151 ) ;
155        Size = MAP_APPFONT ( 50, 14 ) ;
156        Text [ en-US ] = "Back" ;
157        TabStop = TRUE ;
158    };
159};
160
161// ********************************************************************** EOF
162