xref: /trunk/main/cui/source/dialogs/charmap.src (revision 7670ab779549d7913098aa9e18e66c33b446cb8b)
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// include ---------------------------------------------------------------
23#include <cuires.hrc>
24#include "charmap.hrc"
25#include "helpid.hrc"
26#include <svx/dialogs.hrc> // for RID_SVXDLG_CHARMAP
27
28// RID_SVXDLG_CHARMAP ----------------------------------------------------
29ModalDialog RID_SVXDLG_CHARMAP
30{
31    HelpId = CMD_SID_CHARMAP ;
32    SvLook = TRUE ;
33    Text [ en-US ] = "Special Characters" ;
34    Size = MAP_APPFONT ( 297, 153 ) ;
35    OutputSize = TRUE ;
36    Moveable = TRUE ;
37    Control CT_SHOWSET
38    {
39        HelpId = HID_CHARMAP_CTL_SHOWSET ;
40        Border = TRUE ;
41        Pos = MAP_APPFONT ( 6, 24 ) ;
42        Size = MAP_APPFONT ( 230, 112 ) ;
43        TabStop = TRUE ;
44        Group = TRUE ;
45    };
46    FixedText FT_FONT
47    {
48        Pos = MAP_APPFONT ( 6, 8 ) ;
49        Size = MAP_APPFONT ( 33, 8 ) ;
50        Text [ en-US ] = "~Font" ;
51        Left = TRUE ;
52        Group = TRUE ;
53    };
54    ListBox LB_FONT
55    {
56        HelpID = "cui:ListBox:RID_SVXDLG_CHARMAP:LB_FONT" ;
57        Pos = MAP_APPFONT ( 42, 6 ) ;
58        Size = MAP_APPFONT ( 70, 58 ) ;
59        Sort = TRUE ;
60        TabStop = TRUE ;
61        DropDown = TRUE ;
62    };
63    FixedText FT_SUBSET
64    {
65        Pos = MAP_APPFONT ( 118, 8 ) ;
66        Size = MAP_APPFONT ( 42, 8 ) ;
67        Text [ en-US ] = "~Subset" ;
68    };
69    ListBox LB_SUBSET
70    {
71        HelpID = "cui:ListBox:RID_SVXDLG_CHARMAP:LB_SUBSET" ;
72        Pos = MAP_APPFONT ( 161, 6 ) ;
73        Size = MAP_APPFONT ( 63, 68 ) ;
74        Sort = FALSE ;
75        TabStop = TRUE ;
76        DropDown = TRUE ;
77    };
78    FixedText FT_SYMBOLE
79    {
80        Pos = MAP_APPFONT ( 6, 140 ) ;
81        Size = MAP_APPFONT ( 38, 8 ) ;
82        Left = TRUE ;
83        Text [ en-US ] = "Characters:" ;
84    };
85    Control CT_SHOWTEXT
86    {
87        HelpId = HID_CHARMAP_CTL_SHOWTEXT ;
88        Pos = MAP_APPFONT ( 46, 137 ) ;
89        Size = MAP_APPFONT ( 244, 16 ) ;
90        Group = TRUE ;
91    };
92    Control CT_SHOWCHAR
93    {
94        HelpId = HID_CHARMAP_CTL_SHOWCHAR ;
95        Pos = MAP_APPFONT ( 241, 79 ) ;
96        Size = MAP_APPFONT ( 50, 44 ) ;
97        Group = TRUE ;
98    };
99    FixedText FT_CHARCODE
100    {
101        Pos = MAP_APPFONT ( 241, 126 ) ;
102        Size = MAP_APPFONT ( 50, 8 ) ;
103        Center = TRUE ;
104    };
105    OKButton BTN_CHAR_OK
106    {
107        Pos = MAP_APPFONT ( 242, 6 ) ;
108        Size = MAP_APPFONT ( 50, 14 ) ;
109        TabStop = TRUE ;
110        DefButton = TRUE ;
111    };
112    CancelButton BTN_CHAR_CANCEL
113    {
114        Pos = MAP_APPFONT ( 242, 23 ) ;
115        Size = MAP_APPFONT ( 50, 14 ) ;
116        TabStop = TRUE ;
117    };
118    HelpButton BTN_CHAR_HELP
119    {
120        Pos = MAP_APPFONT ( 242, 43 ) ;
121        Size = MAP_APPFONT ( 50, 14 ) ;
122        TabStop = TRUE ;
123    };
124    PushButton BTN_DELETE
125    {
126        HelpID = "cui:PushButton:RID_SVXDLG_CHARMAP:BTN_DELETE" ;
127        Pos = MAP_APPFONT ( 242, 63 ) ;
128        Size = MAP_APPFONT ( 50, 14 ) ;
129        Text [ en-US ] = "~Delete" ;
130    };
131};
132
133// ********************************************************************** EOF
134