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