1*80fe9c7bSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*80fe9c7bSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*80fe9c7bSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*80fe9c7bSAndrew Rist * distributed with this work for additional information
6*80fe9c7bSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*80fe9c7bSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*80fe9c7bSAndrew Rist * "License"); you may not use this file except in compliance
9*80fe9c7bSAndrew Rist * with the License.  You may obtain a copy of the License at
10*80fe9c7bSAndrew Rist *
11*80fe9c7bSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*80fe9c7bSAndrew Rist *
13*80fe9c7bSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*80fe9c7bSAndrew Rist * software distributed under the License is distributed on an
15*80fe9c7bSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*80fe9c7bSAndrew Rist * KIND, either express or implied.  See the License for the
17*80fe9c7bSAndrew Rist * specific language governing permissions and limitations
18*80fe9c7bSAndrew Rist * under the License.
19*80fe9c7bSAndrew Rist *
20*80fe9c7bSAndrew Rist *************************************************************/
21*80fe9c7bSAndrew Rist
22*80fe9c7bSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef _EXTENSIONS_DBP_DBPRESID_HRC_
25cdf0e10cSrcweir#include "dbpresid.hrc"
26cdf0e10cSrcweir#endif
27cdf0e10cSrcweir
28cdf0e10cSrcweirTabPage RID_PAGE_GW_FIELDSELECTION
29cdf0e10cSrcweir{
30cdf0e10cSrcweir    HelpID = "extensions:TabPage:RID_PAGE_GW_FIELDSELECTION";
31cdf0e10cSrcweir	SVLook = TRUE ;
32cdf0e10cSrcweir	Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
33cdf0e10cSrcweir
34cdf0e10cSrcweir	Text [ en-US ] = "Field Selection";
35cdf0e10cSrcweir
36cdf0e10cSrcweir	FixedLine FL_FRAME
37cdf0e10cSrcweir	{
38cdf0e10cSrcweir		Pos = MAP_APPFONT ( 4 , 40  ) ;
39cdf0e10cSrcweir		Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
40cdf0e10cSrcweir		Text [ en-US ] = "Table element";
41cdf0e10cSrcweir	};
42cdf0e10cSrcweir
43cdf0e10cSrcweir	FixedText FT_EXISTING_FIELDS
44cdf0e10cSrcweir	{
45cdf0e10cSrcweir		Pos = MAP_APPFONT ( 7, 52 );
46cdf0e10cSrcweir		Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2 - 13, 8 );
47cdf0e10cSrcweir		Text [ en-US ] = "Existing fields";
48cdf0e10cSrcweir	};
49cdf0e10cSrcweir	ListBox LB_EXISTING_FIELDS
50cdf0e10cSrcweir	{
51cdf0e10cSrcweir	    HelpID = "extensions:ListBox:RID_PAGE_GW_FIELDSELECTION:LB_EXISTING_FIELDS";
52cdf0e10cSrcweir		Pos = MAP_APPFONT ( 7 , 63  ) ;
53cdf0e10cSrcweir		Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2 - 13, WINDOW_SIZE_Y - 63 - 6 ) ;
54cdf0e10cSrcweir		SVLook = TRUE ;
55cdf0e10cSrcweir		Border = TRUE ;
56cdf0e10cSrcweir		AutoHScroll = TRUE ;
57cdf0e10cSrcweir		Sort = FALSE;
58cdf0e10cSrcweir		DropDown = FALSE;
59cdf0e10cSrcweir	};
60cdf0e10cSrcweir	PushButton PB_FIELDRIGHT
61cdf0e10cSrcweir	{
62cdf0e10cSrcweir	    HelpID = "extensions:PushButton:RID_PAGE_GW_FIELDSELECTION:PB_FIELDRIGHT";
63cdf0e10cSrcweir		Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2, 63 );
64cdf0e10cSrcweir		Size = MAP_APPFONT ( ITEM_BUTTON_SIZE_X, ITEM_BUTTON_SIZE_Y );
65cdf0e10cSrcweir		Text = "->";
66cdf0e10cSrcweir	};
67cdf0e10cSrcweir	PushButton PB_ALLFIELDSRIGHT
68cdf0e10cSrcweir	{
69cdf0e10cSrcweir	    HelpID = "extensions:PushButton:RID_PAGE_GW_FIELDSELECTION:PB_ALLFIELDSRIGHT";
70cdf0e10cSrcweir		Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2, 63 + ITEM_BUTTON_SIZE_Y + 3 );
71cdf0e10cSrcweir		Size = MAP_APPFONT ( ITEM_BUTTON_SIZE_X, ITEM_BUTTON_SIZE_Y );
72cdf0e10cSrcweir		Text = "=>>";
73cdf0e10cSrcweir	};
74cdf0e10cSrcweir	PushButton PB_FIELDLEFT
75cdf0e10cSrcweir	{
76cdf0e10cSrcweir	    HelpID = "extensions:PushButton:RID_PAGE_GW_FIELDSELECTION:PB_FIELDLEFT";
77cdf0e10cSrcweir		Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2, 63 + ITEM_BUTTON_SIZE_Y + 3 + ITEM_BUTTON_SIZE_Y + 12 );
78cdf0e10cSrcweir		Size = MAP_APPFONT ( ITEM_BUTTON_SIZE_X, ITEM_BUTTON_SIZE_Y );
79cdf0e10cSrcweir		Text = "<-";
80cdf0e10cSrcweir	};
81cdf0e10cSrcweir	PushButton PB_ALLFIELDSLEFT
82cdf0e10cSrcweir	{
83cdf0e10cSrcweir	    HelpID = "extensions:PushButton:RID_PAGE_GW_FIELDSELECTION:PB_ALLFIELDSLEFT";
84cdf0e10cSrcweir		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 );
85cdf0e10cSrcweir		Size = MAP_APPFONT ( ITEM_BUTTON_SIZE_X, ITEM_BUTTON_SIZE_Y );
86cdf0e10cSrcweir		Text = "<<=";
87cdf0e10cSrcweir	};
88cdf0e10cSrcweir	FixedText FT_SELECTED_FIELDS
89cdf0e10cSrcweir	{
90cdf0e10cSrcweir		Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + ITEM_BUTTON_SIZE_X / 2 + 6, 52 );
91cdf0e10cSrcweir		Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2 - 13, 8 );
92cdf0e10cSrcweir		Text [ en-US ] = "Selected fields";
93cdf0e10cSrcweir	};
94cdf0e10cSrcweir	ListBox LB_SELECTED_FIELDS
95cdf0e10cSrcweir	{
96cdf0e10cSrcweir	    HelpID = "extensions:ListBox:RID_PAGE_GW_FIELDSELECTION:LB_SELECTED_FIELDS";
97cdf0e10cSrcweir		Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + ITEM_BUTTON_SIZE_X / 2 + 6 , 63  ) ;
98cdf0e10cSrcweir		Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2 - 13, WINDOW_SIZE_Y - 63 - 6 ) ;
99cdf0e10cSrcweir		SVLook = TRUE ;
100cdf0e10cSrcweir		Border = TRUE ;
101cdf0e10cSrcweir		AutoHScroll = TRUE ;
102cdf0e10cSrcweir		Sort = FALSE;
103cdf0e10cSrcweir		DropDown = FALSE;
104cdf0e10cSrcweir	};
105cdf0e10cSrcweir};
106cdf0e10cSrcweir
107cdf0e10cSrcweirString RID_STR_DATEPOSTFIX
108cdf0e10cSrcweir{
109cdf0e10cSrcweir	Text [ en-US ] = " (Date)";
110cdf0e10cSrcweir};
111cdf0e10cSrcweir
112cdf0e10cSrcweirString RID_STR_TIMEPOSTFIX
113cdf0e10cSrcweir{
114cdf0e10cSrcweir	Text [ en-US ] = " (Time)";
115cdf0e10cSrcweir};
116cdf0e10cSrcweir
117cdf0e10cSrcweir
118