1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27 28#include "fmsearch.hrc" 29 30ModalDialog RID_SVX_DLG_SHOWGRIDCOLUMNS 31{ 32 HelpID = "cui:ModalDialog:RID_SVX_DLG_SHOWGRIDCOLUMNS"; 33 OutputSize = TRUE; 34 SVLook = TRUE ; 35 Size = MAP_APPFONT( 200, 117 ); 36 Moveable = TRUE; 37 Closeable = TRUE; 38 39 FixedText 1 40 { 41 Pos = MAP_APPFONT( 6, 6 ); 42 Size = MAP_APPFONT( 188, 30 ); 43 WordBreak = TRUE; 44 Text [ en-US ] = "The following columns are currently hidden. Please mark the fields you want to show and choose OK."; 45 }; 46 47 ListBox 1 48 { 49 HelpID = "cui:ListBox:RID_SVX_DLG_SHOWGRIDCOLUMNS:1"; 50 Border = TRUE; 51 Pos = MAP_APPFONT( 6, 39 ); 52 Size = MAP_APPFONT( 188, 55 ); 53 TabStop = TRUE; 54 DropDown = FALSE; 55 AutoHScroll = TRUE; 56 VScroll = TRUE; 57 }; 58 59 OKButton 1 60 { 61 Pos = MAP_APPFONT( 6, 97 ); 62 Size = MAP_APPFONT( 50, 14 ); 63 TabStop = TRUE; 64 DefButton = TRUE ; 65 }; 66 67 CancelButton 1 68 { 69 Pos = MAP_APPFONT( 144, 97 ); 70 Size = MAP_APPFONT( 50, 14 ); 71 TabStop = TRUE; 72 }; 73 Text [ en-US ] = "Show columns"; 74}; 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105