1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: listcombopages.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
31 #ifndef _EXTENSIONS_DBP_DBPRESID_HRC_
32 #include "dbpresid.hrc"
35 TabPage RID_PAGE_LCW_CONTENTSELECTION_TABLE
38 Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
40 Text [ en-US ] = "Table Selection";
44 Pos = MAP_APPFONT ( 4 , 40 ) ;
45 Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
46 Text [ en-US ] = "Control";
49 FixedText FT_SELECTTABLE_LABEL
51 Pos = MAP_APPFONT ( 7 , 52 ) ;
52 Size = MAP_APPFONT ( 120, WINDOW_SIZE_Y - 21 ) ;
55 Text [ en-US ] = "On the right side, you see all the tables from the data source of the form.\n\n\nChoose the table from which the data should be used as basis for the list content:";
57 ListBox LB_SELECTTABLE
59 Pos = MAP_APPFONT ( 130 , 52 ) ;
60 Size = MAP_APPFONT ( WINDOW_SIZE_X - 130 - 7, WINDOW_SIZE_Y - 52 - 6 ) ;
69 TabPage RID_PAGE_LCW_CONTENTSELECTION_FIELD
72 Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
74 Text [ en-US ] = "Field Selection";
78 Pos = MAP_APPFONT ( 4 , 3 ) ;
79 Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
82 FixedText FT_TABLEFIELDS
84 Pos = MAP_APPFONT ( 7 , 15 ) ;
85 Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 3, 8 ) ;
88 Text [ en-US ] = "Existing fields";
90 ListBox LB_SELECTFIELD
92 Pos = MAP_APPFONT ( 7 , 26 ) ;
93 Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, WINDOW_SIZE_Y - 32 ) ;
100 FixedText FT_DISPLAYEDFIELD
102 Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 15 ) ;
103 Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, 8 ) ;
104 Text [ en-US ] = "Display field";
106 Edit ET_DISPLAYEDFIELD
108 Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 26 ) ;
109 Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, 12 ) ;
114 FixedText FT_CONTENTFIELD_INFO
116 Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 45 ) ;
117 Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, WINDOW_SIZE_Y - 51 ) ;
120 String STR_FIELDINFO_COMBOBOX
122 Text [ en-US ] = "The contents of the field selected will be shown in the combo box list.";
125 String STR_FIELDINFO_LISTBOX
127 Text [ en-US ] = "The contents of the selected field will be shown in the list box if the linked fields are identical.";
131 TabPage RID_PAGE_LCW_FIELDLINK
134 Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
136 Text [ en-US ] = "Field Link";
138 FixedText FT_FIELDLINK_DESC
140 Pos = MAP_APPFONT ( 7 , 6 ) ;
141 Size = MAP_APPFONT ( WINDOW_SIZE_X - 14 , 16 ) ;
143 Text [ en-US ] = "This is where you select fields with matching contents so that the value from the display field will be shown.";
147 Pos = MAP_APPFONT ( 4 , 25 ) ;
148 Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
150 FixedText FT_VALUELISTFIELD
152 Pos = MAP_APPFONT ( 7 , 37 ) ;
153 Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, 8 ) ;
155 Text [ en-US ] = "Field from the ~Value Table";
157 ComboBox CMB_VALUELISTFIELD
159 Pos = MAP_APPFONT ( 7 , 48 ) ;
160 Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, WINDOW_SIZE_Y - 54 ) ;
167 FixedText FT_TABLEFIELD
169 Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 37 ) ;
170 Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, 8 ) ;
172 Text [ en-US ] = "Field from the ~List Table";
174 ComboBox CMB_TABLEFIELD
176 Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 48 ) ;
177 Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, WINDOW_SIZE_Y - 54 ) ;
186 String RID_STR_COMBOWIZ_DBFIELD
188 Text [ en-US ] = "You can either save the value of the combo box in a database field or use it for display purposes.";