xref: /trunk/main/cui/source/dialogs/charmap.src (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28 // include ---------------------------------------------------------------
29
30#include <cuires.hrc>
31#include "charmap.hrc"
32#include "helpid.hrc"
33#include <svx/dialogs.hrc> // for RID_SVXDLG_CHARMAP
34
35 // RID_SVXDLG_CHARMAP ----------------------------------------------------
36ModalDialog RID_SVXDLG_CHARMAP
37{
38    HelpId = CMD_SID_CHARMAP ;
39    SvLook = TRUE ;
40    Text [ en-US ] = "Special Characters";
41    Size = MAP_APPFONT ( 297 , 153 ) ;
42    OutputSize = TRUE ;
43    Moveable = TRUE ;
44    Control CT_SHOWSET
45    {
46        HelpId = HID_CHARMAP_CTL_SHOWSET ;
47        Border = TRUE ;
48        Pos = MAP_APPFONT ( 6 , 24 ) ;
49        Size = MAP_APPFONT ( 230 , 112 ) ;
50        TabStop = TRUE ;
51        Group = TRUE ;
52    };
53    FixedText FT_FONT
54    {
55        Pos = MAP_APPFONT ( 6 , 8 ) ;
56        Size = MAP_APPFONT ( 33 , 8 ) ;
57        Text [ en-US ] = "~Font" ;
58        Left = TRUE ;
59        Group = TRUE ;
60    };
61    ListBox LB_FONT
62    {
63        HelpID = "cui:ListBox:RID_SVXDLG_CHARMAP:LB_FONT";
64        Pos = MAP_APPFONT ( 42 , 6 ) ;
65        Size = MAP_APPFONT ( 70 , 58 ) ;
66        Sort = TRUE ;
67        TabStop = TRUE ;
68        DropDown = TRUE ;
69    };
70    FixedText FT_SUBSET
71    {
72        Pos = MAP_APPFONT ( 118 , 8 ) ;
73        Size = MAP_APPFONT ( 42 , 8 ) ;
74        Text [ en-US ] = "~Subset";
75    };
76    ListBox LB_SUBSET
77    {
78        HelpID = "cui:ListBox:RID_SVXDLG_CHARMAP:LB_SUBSET";
79        Pos = MAP_APPFONT ( 161 , 6 ) ;
80        Size = MAP_APPFONT ( 63 , 68 ) ;
81        Sort = FALSE ;
82        TabStop = TRUE ;
83        DropDown = TRUE ;
84    };
85    FixedText FT_SYMBOLE
86    {
87        Pos = MAP_APPFONT ( 6 , 140 ) ;
88        Size = MAP_APPFONT ( 38 , 8 ) ;
89        Left = TRUE ;
90        Text [ en-US ] = "Characters:";
91    };
92    Control CT_SHOWTEXT
93    {
94        HelpId = HID_CHARMAP_CTL_SHOWTEXT ;
95        Pos = MAP_APPFONT ( 46 , 137 ) ;
96        Size = MAP_APPFONT ( 244 , 16 ) ;
97        Group = TRUE ;
98    };
99    Control CT_SHOWCHAR
100    {
101        HelpId = HID_CHARMAP_CTL_SHOWCHAR ;
102        Pos = MAP_APPFONT ( 241 , 79 ) ;
103        Size = MAP_APPFONT ( 50 , 44 ) ;
104        Group = TRUE ;
105    };
106    FixedText FT_CHARCODE
107    {
108        Pos = MAP_APPFONT ( 241 , 126 ) ;
109        Size = MAP_APPFONT ( 50 , 8 ) ;
110        Center = TRUE ;
111    };
112    OKButton BTN_CHAR_OK
113    {
114        Pos = MAP_APPFONT ( 242 , 6 ) ;
115        Size = MAP_APPFONT ( 50 , 14 ) ;
116        TabStop = TRUE ;
117        DefButton = TRUE ;
118    };
119    CancelButton BTN_CHAR_CANCEL
120    {
121        Pos = MAP_APPFONT ( 242 , 23 ) ;
122        Size = MAP_APPFONT ( 50 , 14 ) ;
123        TabStop = TRUE ;
124    };
125    HelpButton BTN_CHAR_HELP
126    {
127        Pos = MAP_APPFONT ( 242 , 43 ) ;
128        Size = MAP_APPFONT ( 50 , 14 ) ;
129        TabStop = TRUE ;
130    };
131    PushButton BTN_DELETE
132    {
133        HelpID = "cui:PushButton:RID_SVXDLG_CHARMAP:BTN_DELETE";
134        Pos = MAP_APPFONT ( 242 , 63 ) ;
135        Size = MAP_APPFONT ( 50 , 14 ) ;
136        Text [ en-US ] = "~Delete";
137    };
138};
139
140// ********************************************************************** EOF
141