xref: /AOO41X/main/sw/source/ui/chrdlg/chardlg.src (revision ff0525f24f03981d56b7579b645949f111420994)
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 "globals.hrc"
25#include "chrdlg.hrc"
26#include "chardlg.hrc"
27#include "helpid.h"
28
29TabDialog DLG_CHAR
30{
31    OutputSize = TRUE ;
32    SVLook = TRUE ;
33    Text [ en-US ] = "Character" ;
34    Moveable = TRUE ;
35    TabControl 1
36    {
37        OutputSize = TRUE ;
38        PageList =
39        {
40            PageItem
41            {
42                Identifier = TP_CHAR_STD ;
43                Text [ en-US ] = "Font" ;
44                PageResID = TP_CHAR_STD ;
45            };
46            PageItem
47            {
48                Identifier = TP_CHAR_EXT ;
49                Text [ en-US ] = "Font Effects" ;
50                PageResID = TP_CHAR_EXT ;
51            };
52            PageItem
53            {
54                Identifier = TP_CHAR_POS ;
55                PageResID = TP_CHAR_POS ;
56                Text [ en-US ] = "Position";
57            };
58            PageItem
59            {
60                Identifier = TP_CHAR_TWOLN ;
61                PageResID = TP_CHAR_TWOLN;
62                Text [ en-US ] = "Asian Layout";
63            };
64            PageItem
65            {
66                Identifier = TP_CHAR_URL ;
67                Text [ en-US ] = "Hyperlink" ;
68            };
69            PageItem
70            {
71                Identifier = TP_BACKGROUND ;
72                Text [ en-US ] = "Background" ;
73                PageResID = TP_BACKGROUND ;
74            };
75        };
76    };
77};
78TabDialog DLG_DRAWCHAR
79{
80    OutputSize = TRUE ;
81    SVLook = TRUE ;
82    Text [ en-US ] = "Font" ;
83    Moveable = TRUE ;
84    Closeable = TRUE ;
85    TabControl 1
86    {
87        OutputSize = TRUE ;
88        PageList =
89        {
90            PageItem
91            {
92                Identifier = TP_CHAR_STD ;
93                Text [ en-US ] = "Font" ;
94                PageResID = TP_CHAR_STD ;
95            };
96        };
97    };
98};
99TabPage TP_CHAR_URL
100{
101    HelpID = HID_CHAR_URL ;
102    SVLook = TRUE ;
103    Size = MAP_APPFONT ( 260 , 185 ) ;
104    Hide = TRUE ;
105    FixedLine FL_URL
106    {
107        Pos = MAP_APPFONT ( 6 , 3 ) ;
108        Size = MAP_APPFONT ( 248 , 8 ) ;
109        Text [ en-US ] = "Hyperlink" ;
110    };
111    FixedText FT_URL
112    {
113        Pos = MAP_APPFONT ( 12 , 17 ) ;
114        Size = MAP_APPFONT ( 73 , 8 ) ;
115        Text [ en-US ] = "~URL" ;
116    };
117    Edit ED_URL
118    {
119        HelpID = "sw:Edit:TP_CHAR_URL:ED_URL";
120        Pos = MAP_APPFONT ( 88 , 15 ) ;
121        Size = MAP_APPFONT ( 104 , 12 ) ;
122        Border = TRUE ;
123        TabStop = TRUE ;
124    };
125    PushButton PB_URL
126    {
127        HelpID = "sw:PushButton:TP_CHAR_URL:PB_URL";
128        Pos = MAP_APPFONT ( 198 , 14 ) ;
129        Size = MAP_APPFONT ( 50 , 14 ) ;
130        TabStop = TRUE ;
131        Text [ en-US ] = "~Browse..." ;
132    };
133    FixedText FT_TEXT
134    {
135        Pos = MAP_APPFONT ( 12 , 33 ) ;
136        Size = MAP_APPFONT ( 73 , 8 ) ;
137        Text [ en-US ] = "Te~xt";
138    };
139    Edit ED_TEXT
140    {
141        HelpID = "sw:Edit:TP_CHAR_URL:ED_TEXT";
142        Pos = MAP_APPFONT ( 88 , 31 ) ;
143        Size = MAP_APPFONT ( 104 , 12 ) ;
144        Border = TRUE ;
145        TabStop = TRUE ;
146        Group = TRUE ;
147    };
148    FixedText FT_NAME
149    {
150        Pos = MAP_APPFONT ( 12 , 49 ) ;
151        Size = MAP_APPFONT ( 73 , 8 ) ;
152        Text [ en-US ] = "~Name" ;
153    };
154    Edit ED_NAME
155    {
156        HelpID = "sw:Edit:TP_CHAR_URL:ED_NAME";
157        Pos = MAP_APPFONT ( 88 , 47 ) ;
158        Size = MAP_APPFONT ( 104 , 12 ) ;
159        Border = TRUE ;
160        TabStop = TRUE ;
161        Group = TRUE ;
162    };
163    FixedText FT_TARGET
164    {
165        Pos = MAP_APPFONT ( 12 , 65 ) ;
166        Size = MAP_APPFONT ( 73 , 10 ) ;
167        Text [ en-US ] = "~Target frame" ;
168    };
169    ComboBox LB_TARGET
170    {
171        HelpID = "sw:ComboBox:TP_CHAR_URL:LB_TARGET";
172        Pos = MAP_APPFONT ( 88 , 63 ) ;
173        Size = MAP_APPFONT ( 104 , 60 ) ;
174        TabStop = TRUE ;
175        DropDown = TRUE ;
176        Sort = TRUE ;
177        Group = TRUE ;
178    };
179    PushButton PB_EVENT
180    {
181        HelpID = "sw:PushButton:TP_CHAR_URL:PB_EVENT";
182        Pos = MAP_APPFONT ( 12 , 79 ) ;
183        Size = MAP_APPFONT ( 50 , 14 ) ;
184        TabStop = TRUE ;
185        Text [ en-US ] = "~Events..." ;
186    };
187    FixedLine FL_STYLE
188    {
189        Pos = MAP_APPFONT ( 6 , 104 ) ;
190        Size = MAP_APPFONT ( 248 , 8 ) ;
191        Text [ en-US ] = "Character Styles" ;
192    };
193    FixedText FT_VISITED
194    {
195        Pos = MAP_APPFONT ( 12 , 116 ) ;
196        Size = MAP_APPFONT ( 73 , 8 ) ;
197        Text [ en-US ] = "~Visited links" ;
198    };
199    ListBox LB_VISITED
200    {
201        HelpID = "sw:ListBox:TP_CHAR_URL:LB_VISITED";
202        Pos = MAP_APPFONT ( 88 , 113 ) ;
203        Size = MAP_APPFONT ( 104 , 60 ) ;
204        Border = TRUE ;
205        TabStop = TRUE ;
206        DropDown = TRUE ;
207        Sort = TRUE ;
208        Group = TRUE ;
209    };
210    FixedText FT_NOT_VISITED
211    {
212        Pos = MAP_APPFONT ( 12 , 131 ) ;
213        Size = MAP_APPFONT ( 73 , 10 ) ;
214        Text [ en-US ] = "Unvisited ~links" ;
215    };
216    ListBox LB_NOT_VISITED
217    {
218        HelpID = "sw:ListBox:TP_CHAR_URL:LB_NOT_VISITED";
219        Pos = MAP_APPFONT ( 88 , 129 ) ;
220        Size = MAP_APPFONT ( 104 , 60 ) ;
221        Border = TRUE ;
222        TabStop = TRUE ;
223        DropDown = TRUE ;
224        Sort = TRUE ;
225        Group = TRUE ;
226    };
227};
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269