1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: charmap.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
31 // include ---------------------------------------------------------------
32 #include <svx/svxids.hrc>
33 #include <svx/dialogs.hrc>
34 #include "charmap.hrc"
37 // RID_SVXDLG_CHARMAP ----------------------------------------------------
38 ModalDialog RID_SVXDLG_CHARMAP
40 HelpId = SID_CHARMAP ;
42 Text [ en-US ] = "Special Characters";
43 /* Size = MAP_APPFONT ( 297 , 169 ) ; */
44 Size = MAP_APPFONT ( 297 , 153 ) ;
49 HelpId = HID_CHARMAP_CTL_SHOWSET ;
51 Pos = MAP_APPFONT ( 6 , 24 ) ;
52 Size = MAP_APPFONT ( 230 , 112 ) ;
58 Pos = MAP_APPFONT ( 6 , 8 ) ;
59 Size = MAP_APPFONT ( 33 , 8 ) ;
60 Text [ en-US ] = "~Font" ;
66 Pos = MAP_APPFONT ( 42 , 6 ) ;
67 Size = MAP_APPFONT ( 70 , 58 ) ;
74 Pos = MAP_APPFONT ( 118 , 8 ) ;
75 Size = MAP_APPFONT ( 42 , 8 ) ;
76 Text [ en-US ] = "~Subset";
80 Pos = MAP_APPFONT ( 161 , 6 ) ;
81 Size = MAP_APPFONT ( 63 , 68 ) ;
88 Pos = MAP_APPFONT ( 6 , 140 ) ;
89 Size = MAP_APPFONT ( 38 , 8 ) ;
91 Text [ en-US ] = "Characters:";
95 HelpId = HID_CHARMAP_CTL_SHOWTEXT ;
96 Pos = MAP_APPFONT ( 46 , 137 ) ;
97 /* Size = MAP_APPFONT ( 190 , 16 ) ; */
98 Size = MAP_APPFONT ( 244 , 16 ) ;
103 HelpId = HID_CHARMAP_CTL_SHOWCHAR ;
104 Pos = MAP_APPFONT ( 241 , 79 ) ;
105 Size = MAP_APPFONT ( 50 , 44 ) ;
108 FixedText FT_CHARCODE
110 Pos = MAP_APPFONT ( 241 , 126 ) ;
111 Size = MAP_APPFONT ( 50 , 8 ) ;
116 Pos = MAP_APPFONT ( 242 , 6 ) ;
117 Size = MAP_APPFONT ( 50 , 14 ) ;
121 CancelButton BTN_CHAR_CANCEL
123 Pos = MAP_APPFONT ( 242 , 23 ) ;
124 Size = MAP_APPFONT ( 50 , 14 ) ;
127 HelpButton BTN_CHAR_HELP
129 Pos = MAP_APPFONT ( 242 , 43 ) ;
130 Size = MAP_APPFONT ( 50 , 14 ) ;
133 PushButton BTN_DELETE
135 Pos = MAP_APPFONT ( 242 , 63 ) ;
136 Size = MAP_APPFONT ( 50 , 14 ) ;
137 Text [ en-US ] = "~Delete";
142 Pos = MAP_APPFONT ( 242 , 140 ) ;
143 Size = MAP_APPFONT ( 50 , 14 ) ;
144 Text [ en-US ] = "~Assign shortcut...";
148 Pos = MAP_APPFONT ( 6 , 156 ) ;
149 Size = MAP_APPFONT ( 100 , 8 ) ;
151 Text [ en-US ] = "Shortcut key: ";
155 Pos = MAP_APPFONT ( 60 , 156 ) ;
156 Size = MAP_APPFONT ( 160 , 8 ) ;
161 // ********************************************************************** EOF