/************************************************************************* * * 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 "globals.hrc" #include "chrdlg.hrc" #include "chardlg.hrc" #include "helpid.h" TabDialog DLG_CHAR { OutputSize = TRUE ; SVLook = TRUE ; Text [ en-US ] = "Character" ; Moveable = TRUE ; TabControl 1 { OutputSize = TRUE ; PageList = { PageItem { Identifier = TP_CHAR_STD ; Text [ en-US ] = "Font" ; PageResID = TP_CHAR_STD ; }; PageItem { Identifier = TP_CHAR_EXT ; Text [ en-US ] = "Font Effects" ; PageResID = TP_CHAR_EXT ; }; PageItem { Identifier = TP_CHAR_POS ; PageResID = TP_CHAR_POS ; Text [ en-US ] = "Position"; }; PageItem { Identifier = TP_CHAR_TWOLN ; PageResID = TP_CHAR_TWOLN; Text [ en-US ] = "Asian Layout"; }; PageItem { Identifier = TP_CHAR_URL ; Text [ en-US ] = "Hyperlink" ; }; PageItem { Identifier = TP_BACKGROUND ; Text [ en-US ] = "Background" ; PageResID = TP_BACKGROUND ; }; }; }; }; TabDialog DLG_DRAWCHAR { OutputSize = TRUE ; SVLook = TRUE ; Text [ en-US ] = "Font" ; Moveable = TRUE ; Closeable = TRUE ; TabControl 1 { OutputSize = TRUE ; PageList = { PageItem { Identifier = TP_CHAR_STD ; Text [ en-US ] = "Font" ; PageResID = TP_CHAR_STD ; }; }; }; }; TabPage TP_CHAR_URL { HelpID = HID_CHAR_URL ; SVLook = TRUE ; Size = MAP_APPFONT ( 260 , 185 ) ; Hide = TRUE ; FixedLine FL_URL { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 248 , 8 ) ; Text [ en-US ] = "Hyperlink" ; }; FixedText FT_URL { Pos = MAP_APPFONT ( 12 , 17 ) ; Size = MAP_APPFONT ( 73 , 8 ) ; Text [ en-US ] = "~URL" ; }; Edit ED_URL { Pos = MAP_APPFONT ( 88 , 15 ) ; Size = MAP_APPFONT ( 104 , 12 ) ; Border = TRUE ; TabStop = TRUE ; }; PushButton PB_URL { Pos = MAP_APPFONT ( 198 , 14 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; Text [ en-US ] = "~Browse..." ; }; FixedText FT_TEXT { Pos = MAP_APPFONT ( 12 , 33 ) ; Size = MAP_APPFONT ( 73 , 8 ) ; Text [ en-US ] = "Te~xt"; }; Edit ED_TEXT { Pos = MAP_APPFONT ( 88 , 31 ) ; Size = MAP_APPFONT ( 104 , 12 ) ; Border = TRUE ; TabStop = TRUE ; Group = TRUE ; }; FixedText FT_NAME { Pos = MAP_APPFONT ( 12 , 49 ) ; Size = MAP_APPFONT ( 73 , 8 ) ; Text [ en-US ] = "~Name" ; }; Edit ED_NAME { Pos = MAP_APPFONT ( 88 , 47 ) ; Size = MAP_APPFONT ( 104 , 12 ) ; Border = TRUE ; TabStop = TRUE ; Group = TRUE ; }; FixedText FT_TARGET { Pos = MAP_APPFONT ( 12 , 65 ) ; Size = MAP_APPFONT ( 73 , 10 ) ; Text [ en-US ] = "~Target frame" ; }; ComboBox LB_TARGET { Pos = MAP_APPFONT ( 88 , 63 ) ; Size = MAP_APPFONT ( 104 , 60 ) ; TabStop = TRUE ; DropDown = TRUE ; Sort = TRUE ; Group = TRUE ; }; PushButton PB_EVENT { Pos = MAP_APPFONT ( 12 , 79 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; Text [ en-US ] = "~Events..." ; }; FixedLine FL_STYLE { Pos = MAP_APPFONT ( 6 , 104 ) ; Size = MAP_APPFONT ( 248 , 8 ) ; Text [ en-US ] = "Character Styles" ; }; FixedText FT_VISITED { Pos = MAP_APPFONT ( 12 , 116 ) ; Size = MAP_APPFONT ( 73 , 8 ) ; Text [ en-US ] = "~Visited links" ; }; ListBox LB_VISITED { Pos = MAP_APPFONT ( 88 , 113 ) ; Size = MAP_APPFONT ( 104 , 60 ) ; Border = TRUE ; TabStop = TRUE ; DropDown = TRUE ; Sort = TRUE ; Group = TRUE ; }; FixedText FT_NOT_VISITED { Pos = MAP_APPFONT ( 12 , 131 ) ; Size = MAP_APPFONT ( 73 , 10 ) ; Text [ en-US ] = "Unvisited ~links" ; }; ListBox LB_NOT_VISITED { Pos = MAP_APPFONT ( 88 , 129 ) ; Size = MAP_APPFONT ( 104 , 60 ) ; Border = TRUE ; TabStop = TRUE ; DropDown = TRUE ; Sort = TRUE ; Group = TRUE ; }; };