Update ooo320-m1
[ooovba.git] / sw / source / ui / chrdlg / chardlg.src
blob60986ea399569171f268c1a537b28f1ef59919fa
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: chardlg.src,v $
10  * $Revision: 1.52 $
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  ************************************************************************/
31 #include "globals.hrc"
32 #include "chrdlg.hrc"
33 #include "chardlg.hrc"
34 #include "helpid.h"
36 TabDialog DLG_CHAR
38     OutputSize = TRUE ;
39     SVLook = TRUE ;
40     Text [ en-US ] = "Character" ;
41     Moveable = TRUE ;
42     TabControl 1
43     {
44         OutputSize = TRUE ;
45         PageList =
46         {
47             PageItem
48             {
49                 Identifier = TP_CHAR_STD ;
50                 Text [ en-US ] = "Font" ;
51                 PageResID = TP_CHAR_STD ;
52             };
53             PageItem
54             {
55                 Identifier = TP_CHAR_EXT ;
56                 Text [ en-US ] = "Font Effects" ;
57                 PageResID = TP_CHAR_EXT ;
58             };
59             PageItem
60             {
61                 Identifier = TP_CHAR_POS ;
62                 PageResID = TP_CHAR_POS ;
63                 Text [ en-US ] = "Position";
64             };
65             PageItem
66             {
67                 Identifier = TP_CHAR_TWOLN ;
68                 PageResID = TP_CHAR_TWOLN;
69                 Text [ en-US ] = "Asian Layout";
70             };
71             PageItem
72             {
73                 Identifier = TP_CHAR_URL ;
74                 Text [ en-US ] = "Hyperlink" ;
75             };
76             PageItem
77             {
78                 Identifier = TP_BACKGROUND ;
79                 Text [ en-US ] = "Background" ;
80                 PageResID = TP_BACKGROUND ;
81             };
82         };
83     };
85 TabDialog DLG_DRAWCHAR
87     OutputSize = TRUE ;
88     SVLook = TRUE ;
89     Text [ en-US ] = "Font" ;
90     Moveable = TRUE ;
91     Closeable = TRUE ;
92     TabControl 1
93     {
94         OutputSize = TRUE ;
95         PageList =
96         {
97             PageItem
98             {
99                 Identifier = TP_CHAR_STD ;
100                 Text [ en-US ] = "Font" ;
101                 PageResID = TP_CHAR_STD ;
102             };
103         };
104     };
106 TabPage TP_CHAR_URL
108     HelpID = HID_CHAR_URL ;
109     SVLook = TRUE ;
110     Size = MAP_APPFONT ( 260 , 185 ) ;
111     Hide = TRUE ;
112     FixedLine FL_URL
113     {
114         Pos = MAP_APPFONT ( 6 , 3 ) ;
115         Size = MAP_APPFONT ( 248 , 8 ) ;
116         Text [ en-US ] = "Hyperlink" ;
117     };
118     FixedText FT_URL
119     {
120         Pos = MAP_APPFONT ( 12 , 17 ) ;
121         Size = MAP_APPFONT ( 73 , 8 ) ;
122         Text [ en-US ] = "~URL" ;
123     };
124     Edit ED_URL
125     {
126         Pos = MAP_APPFONT ( 88 , 15 ) ;
127         Size = MAP_APPFONT ( 104 , 12 ) ;
128         Border = TRUE ;
129         TabStop = TRUE ;
130     };
131     PushButton PB_URL
132     {
133         Pos = MAP_APPFONT ( 198 , 14 ) ;
134         Size = MAP_APPFONT ( 50 , 14 ) ;
135         TabStop = TRUE ;
136         Text [ en-US ] = "~Browse..." ;
137     };
138     FixedText FT_TEXT
139     {
140         Pos = MAP_APPFONT ( 12 , 33 ) ;
141         Size = MAP_APPFONT ( 73 , 8 ) ;
142         Text [ en-US ] = "Te~xt";
143     };
144     Edit ED_TEXT
145     {
146         Pos = MAP_APPFONT ( 88 , 31 ) ;
147         Size = MAP_APPFONT ( 104 , 12 ) ;
148         Border = TRUE ;
149         TabStop = TRUE ;
150         Group = TRUE ;
151     };
152     FixedText FT_NAME
153     {
154         Pos = MAP_APPFONT ( 12 , 49 ) ;
155         Size = MAP_APPFONT ( 73 , 8 ) ;
156         Text [ en-US ] = "~Name" ;
157     };
158     Edit ED_NAME
159     {
160         Pos = MAP_APPFONT ( 88 , 47 ) ;
161         Size = MAP_APPFONT ( 104 , 12 ) ;
162         Border = TRUE ;
163         TabStop = TRUE ;
164         Group = TRUE ;
165     };
166     FixedText FT_TARGET
167     {
168         Pos = MAP_APPFONT ( 12 , 65 ) ;
169         Size = MAP_APPFONT ( 73 , 10 ) ;
170         Text [ en-US ] = "~Target frame" ;
171     };
172     ComboBox LB_TARGET
173     {
174         Pos = MAP_APPFONT ( 88 , 63 ) ;
175         Size = MAP_APPFONT ( 104 , 60 ) ;
176         TabStop = TRUE ;
177         DropDown = TRUE ;
178         Sort = TRUE ;
179         Group = TRUE ;
180     };
181     PushButton PB_EVENT
182     {
183         Pos = MAP_APPFONT ( 12 , 79 ) ;
184         Size = MAP_APPFONT ( 50 , 14 ) ;
185         TabStop = TRUE ;
186         Text [ en-US ] = "~Events..." ;
187     };
188     FixedLine FL_STYLE
189     {
190         Pos = MAP_APPFONT ( 6 , 104 ) ;
191         Size = MAP_APPFONT ( 248 , 8 ) ;
192         Text [ en-US ] = "Character Styles" ;
193     };
194     FixedText FT_VISITED
195     {
196         Pos = MAP_APPFONT ( 12 , 116 ) ;
197         Size = MAP_APPFONT ( 73 , 8 ) ;
198         Text [ en-US ] = "~Visited links" ;
199     };
200     ListBox LB_VISITED
201     {
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         Pos = MAP_APPFONT ( 88 , 129 ) ;
219         Size = MAP_APPFONT ( 104 , 60 ) ;
220         Border = TRUE ;
221         TabStop = TRUE ;
222         DropDown = TRUE ;
223         Sort = TRUE ;
224         Group = TRUE ;
225     };