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