merge the formfield patch from ooo-build
[ooovba.git] / svx / source / fmcomp / showcols.src
blob7f2be7ac3eefb3fdf80689181657b5f17ba9219d
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: showcols.src,v $
10  * $Revision: 1.28 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
30 #include "fmresids.hrc"
31 #include <svx/svxids.hrc>
32 #include "globlmn.hrc"
34 ModalDialog RID_SVX_DLG_SHOWGRIDCOLUMNS
36     OutputSize = TRUE;
37     SVLook = TRUE ;
38     Size = MAP_APPFONT( 200, 117 );
39     Moveable = TRUE;
40     Closeable = TRUE;
42     FixedText 1
43     {
44         Pos = MAP_APPFONT( 6, 6 );
45         Size = MAP_APPFONT( 188, 30 );
46         WordBreak = TRUE;
47         Text [ en-US ] = "The following columns are currently hidden. Please mark the fields you want to show and choose OK.";
48     };
50     ListBox 1
51     {
52         Border = TRUE;
53         Pos = MAP_APPFONT( 6, 39 );
54         Size = MAP_APPFONT( 188, 55 );
55         TabStop = TRUE;
56         DropDown = FALSE;
57         AutoHScroll = TRUE;
58         VScroll = TRUE;
59     };
61     OKButton 1
62     {
63         Pos = MAP_APPFONT( 6, 97 );
64         Size = MAP_APPFONT( 50, 14 );
65         TabStop = TRUE;
66         DefButton = TRUE ;
67     };
69     CancelButton 1
70     {
71         Pos = MAP_APPFONT( 144, 97 );
72         Size = MAP_APPFONT( 50, 14 );
73         TabStop = TRUE;
74     };
75     Text [ en-US ] = "Show columns";