merged tag ooo/OOO330_m14
[LibreOffice.git] / extensions / source / dbpilots / gridpages.src
blob5aca75b77d556e3d284b0929888036bd9ef93c4b
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  ************************************************************************/
28 #ifndef _EXTENSIONS_DBP_DBPRESID_HRC_
29 #include "dbpresid.hrc"
30 #endif
32 TabPage RID_PAGE_GW_FIELDSELECTION
34     SVLook = TRUE ;
35     Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
37     Text [ en-US ] = "Field Selection";
39     FixedLine FL_FRAME
40     {
41         Pos = MAP_APPFONT ( 4 , 40  ) ;
42         Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
43         Text [ en-US ] = "Table element";
44     };
46     FixedText FT_EXISTING_FIELDS
47     {
48         Pos = MAP_APPFONT ( 7, 52 );
49         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2 - 13, 8 );
50         Text [ en-US ] = "Existing fields";
51     };
52     ListBox LB_EXISTING_FIELDS
53     {
54         Pos = MAP_APPFONT ( 7 , 63  ) ;
55         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2 - 13, WINDOW_SIZE_Y - 63 - 6 ) ;
56         SVLook = TRUE ;
57         Border = TRUE ;
58         AutoHScroll = TRUE ;
59         Sort = FALSE;
60         DropDown = FALSE;
61     };
62     PushButton PB_FIELDRIGHT
63     {
64         Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2, 63 );
65         Size = MAP_APPFONT ( ITEM_BUTTON_SIZE_X, ITEM_BUTTON_SIZE_Y );
66         Text = "->";
67     };
68     PushButton PB_ALLFIELDSRIGHT
69     {
70         Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2, 63 + ITEM_BUTTON_SIZE_Y + 3 );
71         Size = MAP_APPFONT ( ITEM_BUTTON_SIZE_X, ITEM_BUTTON_SIZE_Y );
72         Text = "=>>";
73     };
74     PushButton PB_FIELDLEFT
75     {
76         Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2, 63 + ITEM_BUTTON_SIZE_Y + 3 + ITEM_BUTTON_SIZE_Y + 12 );
77         Size = MAP_APPFONT ( ITEM_BUTTON_SIZE_X, ITEM_BUTTON_SIZE_Y );
78         Text = "<-";
79     };
80     PushButton PB_ALLFIELDSLEFT
81     {
82         Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2, 63 + ITEM_BUTTON_SIZE_Y + 3 + ITEM_BUTTON_SIZE_Y + 12 + ITEM_BUTTON_SIZE_Y + 3 );
83         Size = MAP_APPFONT ( ITEM_BUTTON_SIZE_X, ITEM_BUTTON_SIZE_Y );
84         Text = "<<=";
85     };
86     FixedText FT_SELECTED_FIELDS
87     {
88         Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + ITEM_BUTTON_SIZE_X / 2 + 6, 52 );
89         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2 - 13, 8 );
90         Text [ en-US ] = "Selected fields";
91     };
92     ListBox LB_SELECTED_FIELDS
93     {
94         Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + ITEM_BUTTON_SIZE_X / 2 + 6 , 63  ) ;
95         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2 - 13, WINDOW_SIZE_Y - 63 - 6 ) ;
96         SVLook = TRUE ;
97         Border = TRUE ;
98         AutoHScroll = TRUE ;
99         Sort = FALSE;
100         DropDown = FALSE;
101     };
104 String RID_STR_DATEPOSTFIX
106     Text [ en-US ] = " (Date)";
109 String RID_STR_TIMEPOSTFIX
111     Text [ en-US ] = " (Time)";