/************************************************************************* * * 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 "highred.hrc" ModelessDialog RID_SCDLG_HIGHLIGHT_CHANGES { OutputSize = TRUE ; HelpId = CMD_FID_CHG_ACCEPT ; Hide = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 318 , 148 ) ; Moveable = TRUE ; Closeable = TRUE ; // Dieser Dialog hat einen Cancel-Button ! CheckBox CB_HIGHLIGHT { HelpID = "sc:CheckBox:RID_SCDLG_HIGHLIGHT_CHANGES:CB_HIGHLIGHT"; Pos = MAP_APPFONT ( 6 , 6 ) ; Size = MAP_APPFONT ( 150 , 10 ) ; TabStop = TRUE ; Text [ en-US ] = "~Show changes in spreadsheet" ; }; FixedLine FL_FILTER { Pos = MAP_APPFONT ( 6 , 22 ) ; Size = MAP_APPFONT ( 255 , 8 ) ; Text [ en-US ] = "Filter settings"; }; CheckBox CB_HIGHLIGHT_ACCEPT { HelpID = "sc:CheckBox:RID_SCDLG_HIGHLIGHT_CHANGES:CB_HIGHLIGHT_ACCEPT"; Pos = MAP_APPFONT ( 12 , 118 ) ; Size = MAP_APPFONT ( 246 , 10 ) ; TabStop = TRUE ; Text [ en-US ] = "Show ~accepted changes" ; }; CheckBox CB_HIGHLIGHT_REJECT { HelpID = "sc:CheckBox:RID_SCDLG_HIGHLIGHT_CHANGES:CB_HIGHLIGHT_REJECT"; Pos = MAP_APPFONT ( 12 , 132 ) ; Size = MAP_APPFONT ( 246 , 10 ) ; TabStop = TRUE ; Text [ en-US ] = "Show ~rejected changes" ; }; OKButton BTN_OK { Pos = MAP_APPFONT ( 267 , 6 ) ; Size = MAP_APPFONT ( 45 , 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton BTN_CANCEL { Pos = MAP_APPFONT ( 267 , 23 ) ; Size = MAP_APPFONT ( 45 , 14 ) ; TabStop = TRUE ; }; HelpButton BTN_HELP { Pos = MAP_APPFONT ( 267 , 43 ) ; Size = MAP_APPFONT ( 45 , 14 ) ; TabStop = TRUE ; }; Edit ED_ASSIGN { HelpID = "sc:Edit:RID_SCDLG_HIGHLIGHT_CHANGES:ED_ASSIGN"; Hide = TRUE ; Border = TRUE ; Pos = MAP_APPFONT ( 12 , 119 ) ; Size = MAP_APPFONT ( 128 , 12 ) ; TabStop = TRUE ; }; ImageButton RB_ASSIGN { HelpID = "sc:ImageButton:RID_SCDLG_HIGHLIGHT_CHANGES:RB_ASSIGN"; Hide = TRUE ; Pos = MAP_APPFONT ( 142 , 118 ) ; Size = MAP_APPFONT ( 13 , 15 ) ; TabStop = FALSE ; QuickHelpText [ en-US ] = "Minimize/Maximize" ; }; Text [ en-US ] = "Show Changes" ; };