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