update dev300-m58
[ooovba.git] / svx / source / cui / charmap.src
blob5fdecf8a0ef773c0dd3d9c202bb5d298aa472ef0
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: charmap.src,v $
10  * $Revision: 1.57 $
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 ---------------------------------------------------------------
32 #include <svx/svxids.hrc>
33 #include <svx/dialogs.hrc>
34 #include "charmap.hrc"
35 #include "helpid.hrc"
37  // RID_SVXDLG_CHARMAP ----------------------------------------------------
38 ModalDialog RID_SVXDLG_CHARMAP
40     HelpId = SID_CHARMAP ;
41     SvLook = TRUE ;
42     Text [ en-US ] = "Special Characters";
43 /*      Size = MAP_APPFONT ( 297 , 169 ) ; */
44     Size = MAP_APPFONT ( 297 , 153 ) ;
45     OutputSize = TRUE ;
46     Moveable = TRUE ;
47     Control CT_SHOWSET
48     {
49         HelpId = HID_CHARMAP_CTL_SHOWSET ;
50         Border = TRUE ;
51         Pos = MAP_APPFONT ( 6 , 24 ) ;
52         Size = MAP_APPFONT ( 230 , 112 ) ;
53         TabStop = TRUE ;
54         Group = TRUE ;
55     };
56     FixedText FT_FONT
57     {
58         Pos = MAP_APPFONT ( 6 , 8 ) ;
59         Size = MAP_APPFONT ( 33 , 8 ) ;
60         Text [ en-US ] = "~Font" ;
61         Left = TRUE ;
62         Group = TRUE ;
63     };
64     ListBox LB_FONT
65     {
66         Pos = MAP_APPFONT ( 42 , 6 ) ;
67         Size = MAP_APPFONT ( 70 , 58 ) ;
68         Sort = TRUE ;
69         TabStop = TRUE ;
70         DropDown = TRUE ;
71     };
72     FixedText FT_SUBSET
73     {
74         Pos = MAP_APPFONT ( 118 , 8 ) ;
75         Size = MAP_APPFONT ( 42 , 8 ) ;
76         Text [ en-US ] = "~Subset";
77     };
78     ListBox LB_SUBSET
79     {
80         Pos = MAP_APPFONT ( 161 , 6 ) ;
81         Size = MAP_APPFONT ( 63 , 68 ) ;
82         Sort = FALSE ;
83         TabStop = TRUE ;
84         DropDown = TRUE ;
85     };
86     FixedText FT_SYMBOLE
87     {
88         Pos = MAP_APPFONT ( 6 , 140 ) ;
89         Size = MAP_APPFONT ( 38 , 8 ) ;
90         Left = TRUE ;
91         Text [ en-US ] = "Characters:";
92     };
93     Control CT_SHOWTEXT
94     {
95         HelpId = HID_CHARMAP_CTL_SHOWTEXT ;
96         Pos = MAP_APPFONT ( 46 , 137 ) ;
97 /*              Size = MAP_APPFONT ( 190 , 16 ) ; */
98         Size = MAP_APPFONT ( 244 , 16 ) ;
99         Group = TRUE ;
100     };
101     Control CT_SHOWCHAR
102     {
103         HelpId = HID_CHARMAP_CTL_SHOWCHAR ;
104         Pos = MAP_APPFONT ( 241 , 79 ) ;
105         Size = MAP_APPFONT ( 50 , 44 ) ;
106         Group = TRUE ;
107     };
108     FixedText FT_CHARCODE
109     {
110         Pos = MAP_APPFONT ( 241 , 126 ) ;
111         Size = MAP_APPFONT ( 50 , 8 ) ;
112         Center = TRUE ;
113     };
114     OKButton BTN_CHAR_OK
115     {
116         Pos = MAP_APPFONT ( 242 , 6 ) ;
117         Size = MAP_APPFONT ( 50 , 14 ) ;
118         TabStop = TRUE ;
119         DefButton = TRUE ;
120     };
121     CancelButton BTN_CHAR_CANCEL
122     {
123         Pos = MAP_APPFONT ( 242 , 23 ) ;
124         Size = MAP_APPFONT ( 50 , 14 ) ;
125         TabStop = TRUE ;
126     };
127     HelpButton BTN_CHAR_HELP
128     {
129         Pos = MAP_APPFONT ( 242 , 43 ) ;
130         Size = MAP_APPFONT ( 50 , 14 ) ;
131         TabStop = TRUE ;
132     };
133     PushButton BTN_DELETE
134     {
135         Pos = MAP_APPFONT ( 242 , 63 ) ;
136         Size = MAP_APPFONT ( 50 , 14 ) ;
137         Text [ en-US ] = "~Delete";
138     };
139 /*      
140     PushButton BT_ASSIGN
141     {
142         Pos = MAP_APPFONT ( 242 , 140 ) ;
143         Size = MAP_APPFONT ( 50 , 14 ) ;
144         Text [ en-US ] = "~Assign shortcut...";
145     };
146     FixedText FT_ASSIGN
147     {
148         Pos = MAP_APPFONT ( 6 , 156 ) ;
149         Size = MAP_APPFONT ( 100 , 8 ) ;
150         Left = TRUE ;
151         Text [ en-US ] = "Shortcut key: ";
152     };
153     Control CT_ASSIGN
154     {
155         Pos = MAP_APPFONT ( 60 , 156 ) ;
156         Size = MAP_APPFONT ( 160 , 8 ) ;
157     };
158 */      
161 // ********************************************************************** EOF