180fe9c7bSAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 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 10cdf0e10cSrcweir * 1180fe9c7bSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12cdf0e10cSrcweir * 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. 19cdf0e10cSrcweir * 2080fe9c7bSAndrew Rist *************************************************************/ 2180fe9c7bSAndrew Rist 22cdf0e10cSrcweir#ifndef _EXTENSIONS_DBP_DBPRESID_HRC_ 23cdf0e10cSrcweir#include "dbpresid.hrc" 24cdf0e10cSrcweir#endif 25cdf0e10cSrcweir 26cdf0e10cSrcweirTabPage RID_PAGE_GW_FIELDSELECTION 27cdf0e10cSrcweir{ 28cdf0e10cSrcweir HelpID = "extensions:TabPage:RID_PAGE_GW_FIELDSELECTION" ; 29cdf0e10cSrcweir SVLook = TRUE ; 30cdf0e10cSrcweir Size = MAP_APPFONT ( WINDOW_SIZE_X, WINDOW_SIZE_Y ) ; 31cdf0e10cSrcweir 32cdf0e10cSrcweir Text [ en-US ] = "Field Selection" ; 33cdf0e10cSrcweir 34cdf0e10cSrcweir FixedLine FL_FRAME 35cdf0e10cSrcweir { 36cdf0e10cSrcweir Pos = MAP_APPFONT ( 4, 40 ) ; 37cdf0e10cSrcweir Size = MAP_APPFONT ( WINDOW_SIZE_X - 8, 8 ) ; 38cdf0e10cSrcweir Text [ en-US ] = "Table element" ; 39cdf0e10cSrcweir }; 40cdf0e10cSrcweir 41cdf0e10cSrcweir FixedText FT_EXISTING_FIELDS 42cdf0e10cSrcweir { 43cdf0e10cSrcweir Pos = MAP_APPFONT ( 7, 52 ) ; 44cdf0e10cSrcweir Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2 - 13, 8 ) ; 45cdf0e10cSrcweir Text [ en-US ] = "Existing fields" ; 46cdf0e10cSrcweir }; 47cdf0e10cSrcweir ListBox LB_EXISTING_FIELDS 48cdf0e10cSrcweir { 49cdf0e10cSrcweir HelpID = "extensions:ListBox:RID_PAGE_GW_FIELDSELECTION:LB_EXISTING_FIELDS" ; 50cdf0e10cSrcweir Pos = MAP_APPFONT ( 7, 63 ) ; 51cdf0e10cSrcweir Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2 - 13, WINDOW_SIZE_Y - 63 - 6 ) ; 52cdf0e10cSrcweir SVLook = TRUE ; 53cdf0e10cSrcweir Border = TRUE ; 54cdf0e10cSrcweir AutoHScroll = TRUE ; 55cdf0e10cSrcweir Sort = FALSE ; 56cdf0e10cSrcweir DropDown = FALSE ; 57cdf0e10cSrcweir }; 58cdf0e10cSrcweir PushButton PB_FIELDRIGHT 59cdf0e10cSrcweir { 60cdf0e10cSrcweir HelpID = "extensions:PushButton:RID_PAGE_GW_FIELDSELECTION:PB_FIELDRIGHT" ; 61cdf0e10cSrcweir Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2, 63 ) ; 62cdf0e10cSrcweir Size = MAP_APPFONT ( ITEM_BUTTON_SIZE_X, ITEM_BUTTON_SIZE_Y ) ; 63*257a2181Smseidel Text = ">" ; 64cdf0e10cSrcweir }; 65cdf0e10cSrcweir PushButton PB_ALLFIELDSRIGHT 66cdf0e10cSrcweir { 67cdf0e10cSrcweir HelpID = "extensions:PushButton:RID_PAGE_GW_FIELDSELECTION:PB_ALLFIELDSRIGHT" ; 68cdf0e10cSrcweir Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2, 63 + ITEM_BUTTON_SIZE_Y + 3 ) ; 69cdf0e10cSrcweir Size = MAP_APPFONT ( ITEM_BUTTON_SIZE_X, ITEM_BUTTON_SIZE_Y ) ; 70*257a2181Smseidel Text = ">>" ; 71cdf0e10cSrcweir }; 72cdf0e10cSrcweir PushButton PB_FIELDLEFT 73cdf0e10cSrcweir { 74cdf0e10cSrcweir HelpID = "extensions:PushButton:RID_PAGE_GW_FIELDSELECTION:PB_FIELDLEFT" ; 75cdf0e10cSrcweir Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2, 63 + ITEM_BUTTON_SIZE_Y + 3 + ITEM_BUTTON_SIZE_Y + 12 ) ; 76cdf0e10cSrcweir Size = MAP_APPFONT ( ITEM_BUTTON_SIZE_X, ITEM_BUTTON_SIZE_Y ) ; 77*257a2181Smseidel Text = "<" ; 78cdf0e10cSrcweir }; 79cdf0e10cSrcweir PushButton PB_ALLFIELDSLEFT 80cdf0e10cSrcweir { 81cdf0e10cSrcweir HelpID = "extensions:PushButton:RID_PAGE_GW_FIELDSELECTION:PB_ALLFIELDSLEFT" ; 82cdf0e10cSrcweir 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 ) ; 83cdf0e10cSrcweir Size = MAP_APPFONT ( ITEM_BUTTON_SIZE_X, ITEM_BUTTON_SIZE_Y ) ; 84*257a2181Smseidel Text = "<<" ; 85cdf0e10cSrcweir }; 86cdf0e10cSrcweir FixedText FT_SELECTED_FIELDS 87cdf0e10cSrcweir { 88cdf0e10cSrcweir Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + ITEM_BUTTON_SIZE_X / 2 + 6, 52 ) ; 89cdf0e10cSrcweir Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2 - 13, 8 ) ; 90cdf0e10cSrcweir Text [ en-US ] = "Selected fields" ; 91cdf0e10cSrcweir }; 92cdf0e10cSrcweir ListBox LB_SELECTED_FIELDS 93cdf0e10cSrcweir { 94cdf0e10cSrcweir HelpID = "extensions:ListBox:RID_PAGE_GW_FIELDSELECTION:LB_SELECTED_FIELDS" ; 95cdf0e10cSrcweir Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + ITEM_BUTTON_SIZE_X / 2 + 6, 63 ) ; 96cdf0e10cSrcweir Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2 - 13, WINDOW_SIZE_Y - 63 - 6 ) ; 97cdf0e10cSrcweir SVLook = TRUE ; 98cdf0e10cSrcweir Border = TRUE ; 99cdf0e10cSrcweir AutoHScroll = TRUE ; 100cdf0e10cSrcweir Sort = FALSE ; 101cdf0e10cSrcweir DropDown = FALSE ; 102cdf0e10cSrcweir }; 103cdf0e10cSrcweir}; 104cdf0e10cSrcweir 105cdf0e10cSrcweirString RID_STR_DATEPOSTFIX 106cdf0e10cSrcweir{ 107cdf0e10cSrcweir Text [ en-US ] = " (Date)" ; 108cdf0e10cSrcweir}; 109cdf0e10cSrcweir 110cdf0e10cSrcweirString RID_STR_TIMEPOSTFIX 111cdf0e10cSrcweir{ 112cdf0e10cSrcweir Text [ en-US ] = " (Time)" ; 113cdf0e10cSrcweir}; 114cdf0e10cSrcweir 115*257a2181Smseidel// ********************************************************************** EOF 116