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