/************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License version 3 * only, as published by the Free Software Foundation. * * OpenOffice.org is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License version 3 for more details * (a copy is included in the LICENSE file that accompanied this code). * * You should have received a copy of the GNU Lesser General Public License * version 3 along with OpenOffice.org. If not, see * * for a copy of the LGPLv3 License. * ************************************************************************/ // include --------------------------------------------------------------- #include #include "charmap.hrc" #include "helpid.hrc" #include // for RID_SVXDLG_CHARMAP // RID_SVXDLG_CHARMAP ---------------------------------------------------- ModalDialog RID_SVXDLG_CHARMAP { HelpId = CMD_SID_CHARMAP ; SvLook = TRUE ; Text [ en-US ] = "Special Characters"; Size = MAP_APPFONT ( 297 , 153 ) ; OutputSize = TRUE ; Moveable = TRUE ; Control CT_SHOWSET { HelpId = HID_CHARMAP_CTL_SHOWSET ; Border = TRUE ; Pos = MAP_APPFONT ( 6 , 24 ) ; Size = MAP_APPFONT ( 230 , 112 ) ; TabStop = TRUE ; Group = TRUE ; }; FixedText FT_FONT { Pos = MAP_APPFONT ( 6 , 8 ) ; Size = MAP_APPFONT ( 33 , 8 ) ; Text [ en-US ] = "~Font" ; Left = TRUE ; Group = TRUE ; }; ListBox LB_FONT { HelpID = "cui:ListBox:RID_SVXDLG_CHARMAP:LB_FONT"; Pos = MAP_APPFONT ( 42 , 6 ) ; Size = MAP_APPFONT ( 70 , 58 ) ; Sort = TRUE ; TabStop = TRUE ; DropDown = TRUE ; }; FixedText FT_SUBSET { Pos = MAP_APPFONT ( 118 , 8 ) ; Size = MAP_APPFONT ( 42 , 8 ) ; Text [ en-US ] = "~Subset"; }; ListBox LB_SUBSET { HelpID = "cui:ListBox:RID_SVXDLG_CHARMAP:LB_SUBSET"; Pos = MAP_APPFONT ( 161 , 6 ) ; Size = MAP_APPFONT ( 63 , 68 ) ; Sort = FALSE ; TabStop = TRUE ; DropDown = TRUE ; }; FixedText FT_SYMBOLE { Pos = MAP_APPFONT ( 6 , 140 ) ; Size = MAP_APPFONT ( 38 , 8 ) ; Left = TRUE ; Text [ en-US ] = "Characters:"; }; Control CT_SHOWTEXT { HelpId = HID_CHARMAP_CTL_SHOWTEXT ; Pos = MAP_APPFONT ( 46 , 137 ) ; Size = MAP_APPFONT ( 244 , 16 ) ; Group = TRUE ; }; Control CT_SHOWCHAR { HelpId = HID_CHARMAP_CTL_SHOWCHAR ; Pos = MAP_APPFONT ( 241 , 79 ) ; Size = MAP_APPFONT ( 50 , 44 ) ; Group = TRUE ; }; FixedText FT_CHARCODE { Pos = MAP_APPFONT ( 241 , 126 ) ; Size = MAP_APPFONT ( 50 , 8 ) ; Center = TRUE ; }; OKButton BTN_CHAR_OK { Pos = MAP_APPFONT ( 242 , 6 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton BTN_CHAR_CANCEL { Pos = MAP_APPFONT ( 242 , 23 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; HelpButton BTN_CHAR_HELP { Pos = MAP_APPFONT ( 242 , 43 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; PushButton BTN_DELETE { HelpID = "cui:PushButton:RID_SVXDLG_CHARMAP:BTN_DELETE"; Pos = MAP_APPFONT ( 242 , 63 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; Text [ en-US ] = "~Delete"; }; }; // ********************************************************************** EOF