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