xref: /trunk/main/cui/source/dialogs/showcols.src (revision e414e35e)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "fmsearch.hrc"
25
26ModalDialog RID_SVX_DLG_SHOWGRIDCOLUMNS
27{
28    HelpID = "cui:ModalDialog:RID_SVX_DLG_SHOWGRIDCOLUMNS" ;
29	OutputSize = TRUE ;
30	SVLook = TRUE ;
31	Size = MAP_APPFONT ( 200, 117 ) ;
32	Moveable = TRUE ;
33	Closeable = TRUE ;
34
35	FixedText 1
36	{
37		Pos = MAP_APPFONT ( 6, 6 ) ;
38		Size = MAP_APPFONT ( 188, 30 ) ;
39		WordBreak = TRUE ;
40		Text [ en-US ] = "The following columns are currently hidden. Please mark the fields you want to show and choose OK." ;
41	};
42
43	ListBox 1
44	{
45	    HelpID = "cui:ListBox:RID_SVX_DLG_SHOWGRIDCOLUMNS:1" ;
46		Border = TRUE ;
47		Pos = MAP_APPFONT ( 6, 39 ) ;
48		Size = MAP_APPFONT ( 188, 55 ) ;
49		TabStop = TRUE ;
50		DropDown = FALSE ;
51		AutoHScroll = TRUE ;
52		VScroll = TRUE ;
53	};
54
55	OKButton 1
56	{
57		Pos = MAP_APPFONT ( 6, 97 ) ;
58		Size = MAP_APPFONT ( 50, 14 ) ;
59		TabStop = TRUE ;
60		DefButton = TRUE ;
61	};
62
63	CancelButton 1
64	{
65		Pos = MAP_APPFONT ( 144, 97 ) ;
66		Size = MAP_APPFONT ( 50, 14 ) ;
67		TabStop = TRUE ;
68	};
69	Text [ en-US ] = "Show columns" ;
70};
71
72// ********************************************************************** EOF
73