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