xref: /trunk/main/cui/source/dialogs/charmap.src (revision a3cbd3e50c1a12e759959b66e76b58b3aeb2b2af)
1*0e2af6afSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*0e2af6afSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*0e2af6afSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*0e2af6afSAndrew Rist * distributed with this work for additional information
6*0e2af6afSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*0e2af6afSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*0e2af6afSAndrew Rist * "License"); you may not use this file except in compliance
9*0e2af6afSAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
11*0e2af6afSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
13*0e2af6afSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*0e2af6afSAndrew Rist * software distributed under the License is distributed on an
15*0e2af6afSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*0e2af6afSAndrew Rist * KIND, either express or implied.  See the License for the
17*0e2af6afSAndrew Rist * specific language governing permissions and limitations
18*0e2af6afSAndrew Rist * under the License.
19cdf0e10cSrcweir *
20*0e2af6afSAndrew Rist *************************************************************/
21*0e2af6afSAndrew Rist
22cdf0e10cSrcweir// include ---------------------------------------------------------------
23cdf0e10cSrcweir#include <cuires.hrc>
24cdf0e10cSrcweir#include "charmap.hrc"
25cdf0e10cSrcweir#include "helpid.hrc"
26cdf0e10cSrcweir#include <svx/dialogs.hrc> // for RID_SVXDLG_CHARMAP
27cdf0e10cSrcweir
28cdf0e10cSrcweir// RID_SVXDLG_CHARMAP ----------------------------------------------------
29cdf0e10cSrcweirModalDialog RID_SVXDLG_CHARMAP
30cdf0e10cSrcweir{
31cdf0e10cSrcweir    HelpId = CMD_SID_CHARMAP ;
32cdf0e10cSrcweir    SvLook = TRUE ;
33cdf0e10cSrcweir    Text [ en-US ] = "Special Characters" ;
34cdf0e10cSrcweir    Size = MAP_APPFONT ( 297, 153 ) ;
35cdf0e10cSrcweir    OutputSize = TRUE ;
36cdf0e10cSrcweir    Moveable = TRUE ;
37cdf0e10cSrcweir    Control CT_SHOWSET
38cdf0e10cSrcweir    {
39cdf0e10cSrcweir        HelpId = HID_CHARMAP_CTL_SHOWSET ;
40cdf0e10cSrcweir        Border = TRUE ;
41cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6, 24 ) ;
42cdf0e10cSrcweir        Size = MAP_APPFONT ( 230, 112 ) ;
43cdf0e10cSrcweir        TabStop = TRUE ;
44cdf0e10cSrcweir        Group = TRUE ;
45cdf0e10cSrcweir    };
46cdf0e10cSrcweir    FixedText FT_FONT
47cdf0e10cSrcweir    {
48cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6, 8 ) ;
49cdf0e10cSrcweir        Size = MAP_APPFONT ( 33, 8 ) ;
50cdf0e10cSrcweir        Text [ en-US ] = "~Font" ;
51cdf0e10cSrcweir        Left = TRUE ;
52cdf0e10cSrcweir        Group = TRUE ;
53cdf0e10cSrcweir    };
54cdf0e10cSrcweir    ListBox LB_FONT
55cdf0e10cSrcweir    {
56cdf0e10cSrcweir        HelpID = "cui:ListBox:RID_SVXDLG_CHARMAP:LB_FONT" ;
57cdf0e10cSrcweir        Pos = MAP_APPFONT ( 42, 6 ) ;
58cdf0e10cSrcweir        Size = MAP_APPFONT ( 70, 58 ) ;
59cdf0e10cSrcweir        Sort = TRUE ;
60cdf0e10cSrcweir        TabStop = TRUE ;
61cdf0e10cSrcweir        DropDown = TRUE ;
62cdf0e10cSrcweir    };
63cdf0e10cSrcweir    FixedText FT_SUBSET
64cdf0e10cSrcweir    {
65cdf0e10cSrcweir        Pos = MAP_APPFONT ( 118, 8 ) ;
66cdf0e10cSrcweir        Size = MAP_APPFONT ( 42, 8 ) ;
67cdf0e10cSrcweir        Text [ en-US ] = "~Subset" ;
68cdf0e10cSrcweir    };
69cdf0e10cSrcweir    ListBox LB_SUBSET
70cdf0e10cSrcweir    {
71cdf0e10cSrcweir        HelpID = "cui:ListBox:RID_SVXDLG_CHARMAP:LB_SUBSET" ;
72cdf0e10cSrcweir        Pos = MAP_APPFONT ( 161, 6 ) ;
73cdf0e10cSrcweir        Size = MAP_APPFONT ( 63, 68 ) ;
74cdf0e10cSrcweir        Sort = FALSE ;
75cdf0e10cSrcweir        TabStop = TRUE ;
76cdf0e10cSrcweir        DropDown = TRUE ;
77cdf0e10cSrcweir    };
78cdf0e10cSrcweir    FixedText FT_SYMBOLE
79cdf0e10cSrcweir    {
80cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6, 140 ) ;
81cdf0e10cSrcweir        Size = MAP_APPFONT ( 38, 8 ) ;
82cdf0e10cSrcweir        Left = TRUE ;
83cdf0e10cSrcweir        Text [ en-US ] = "Characters:" ;
84cdf0e10cSrcweir    };
85cdf0e10cSrcweir    Control CT_SHOWTEXT
86cdf0e10cSrcweir    {
87cdf0e10cSrcweir        HelpId = HID_CHARMAP_CTL_SHOWTEXT ;
88cdf0e10cSrcweir        Pos = MAP_APPFONT ( 46, 137 ) ;
89cdf0e10cSrcweir        Size = MAP_APPFONT ( 244, 16 ) ;
90cdf0e10cSrcweir        Group = TRUE ;
91cdf0e10cSrcweir    };
92cdf0e10cSrcweir    Control CT_SHOWCHAR
93cdf0e10cSrcweir    {
94cdf0e10cSrcweir        HelpId = HID_CHARMAP_CTL_SHOWCHAR ;
95cdf0e10cSrcweir        Pos = MAP_APPFONT ( 241, 79 ) ;
96cdf0e10cSrcweir        Size = MAP_APPFONT ( 50, 44 ) ;
97cdf0e10cSrcweir        Group = TRUE ;
98cdf0e10cSrcweir    };
99cdf0e10cSrcweir    FixedText FT_CHARCODE
100cdf0e10cSrcweir    {
101cdf0e10cSrcweir        Pos = MAP_APPFONT ( 241, 126 ) ;
102cdf0e10cSrcweir        Size = MAP_APPFONT ( 50, 8 ) ;
103cdf0e10cSrcweir        Center = TRUE ;
104cdf0e10cSrcweir    };
105cdf0e10cSrcweir    OKButton BTN_CHAR_OK
106cdf0e10cSrcweir    {
107cdf0e10cSrcweir        Pos = MAP_APPFONT ( 242, 6 ) ;
108cdf0e10cSrcweir        Size = MAP_APPFONT ( 50, 14 ) ;
109cdf0e10cSrcweir        TabStop = TRUE ;
110cdf0e10cSrcweir        DefButton = TRUE ;
111cdf0e10cSrcweir    };
112cdf0e10cSrcweir    CancelButton BTN_CHAR_CANCEL
113cdf0e10cSrcweir    {
114cdf0e10cSrcweir        Pos = MAP_APPFONT ( 242, 23 ) ;
115cdf0e10cSrcweir        Size = MAP_APPFONT ( 50, 14 ) ;
116cdf0e10cSrcweir        TabStop = TRUE ;
117cdf0e10cSrcweir    };
118cdf0e10cSrcweir    HelpButton BTN_CHAR_HELP
119cdf0e10cSrcweir    {
120cdf0e10cSrcweir        Pos = MAP_APPFONT ( 242, 43 ) ;
121cdf0e10cSrcweir        Size = MAP_APPFONT ( 50, 14 ) ;
122cdf0e10cSrcweir        TabStop = TRUE ;
123cdf0e10cSrcweir    };
124cdf0e10cSrcweir    PushButton BTN_DELETE
125cdf0e10cSrcweir    {
126cdf0e10cSrcweir        HelpID = "cui:PushButton:RID_SVXDLG_CHARMAP:BTN_DELETE" ;
127cdf0e10cSrcweir        Pos = MAP_APPFONT ( 242, 63 ) ;
128cdf0e10cSrcweir        Size = MAP_APPFONT ( 50, 14 ) ;
129cdf0e10cSrcweir        Text [ en-US ] = "~Delete" ;
130cdf0e10cSrcweir    };
131cdf0e10cSrcweir};
132cdf0e10cSrcweir
133cdf0e10cSrcweir// ********************************************************************** EOF
134