1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
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.
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).
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.
26 ************************************************************************/
28 #ifndef _EXTENSIONS_DBP_DBPRESID_HRC_
29 #include "dbpresid.hrc"
32 TabPage RID_PAGE_LCW_CONTENTSELECTION_TABLE
35 Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
37 Text [ en-US ] = "Table Selection";
41 Pos = MAP_APPFONT ( 4 , 40 ) ;
42 Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
43 Text [ en-US ] = "Control";
46 FixedText FT_SELECTTABLE_LABEL
48 Pos = MAP_APPFONT ( 7 , 52 ) ;
49 Size = MAP_APPFONT ( 120, WINDOW_SIZE_Y - 21 ) ;
52 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:";
54 ListBox LB_SELECTTABLE
56 Pos = MAP_APPFONT ( 130 , 52 ) ;
57 Size = MAP_APPFONT ( WINDOW_SIZE_X - 130 - 7, WINDOW_SIZE_Y - 52 - 6 ) ;
66 TabPage RID_PAGE_LCW_CONTENTSELECTION_FIELD
69 Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
71 Text [ en-US ] = "Field Selection";
75 Pos = MAP_APPFONT ( 4 , 3 ) ;
76 Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
79 FixedText FT_TABLEFIELDS
81 Pos = MAP_APPFONT ( 7 , 15 ) ;
82 Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 3, 8 ) ;
85 Text [ en-US ] = "Existing fields";
87 ListBox LB_SELECTFIELD
89 Pos = MAP_APPFONT ( 7 , 26 ) ;
90 Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, WINDOW_SIZE_Y - 32 ) ;
97 FixedText FT_DISPLAYEDFIELD
99 Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 15 ) ;
100 Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, 8 ) ;
101 Text [ en-US ] = "Display field";
103 Edit ET_DISPLAYEDFIELD
105 Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 26 ) ;
106 Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, 12 ) ;
111 FixedText FT_CONTENTFIELD_INFO
113 Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 45 ) ;
114 Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, WINDOW_SIZE_Y - 51 ) ;
117 String STR_FIELDINFO_COMBOBOX
119 Text [ en-US ] = "The contents of the field selected will be shown in the combo box list.";
122 String STR_FIELDINFO_LISTBOX
124 Text [ en-US ] = "The contents of the selected field will be shown in the list box if the linked fields are identical.";
128 TabPage RID_PAGE_LCW_FIELDLINK
131 Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
133 Text [ en-US ] = "Field Link";
135 FixedText FT_FIELDLINK_DESC
137 Pos = MAP_APPFONT ( 7 , 6 ) ;
138 Size = MAP_APPFONT ( WINDOW_SIZE_X - 14 , 16 ) ;
140 Text [ en-US ] = "This is where you select fields with matching contents so that the value from the display field will be shown.";
144 Pos = MAP_APPFONT ( 4 , 25 ) ;
145 Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
147 FixedText FT_VALUELISTFIELD
149 Pos = MAP_APPFONT ( 7 , 37 ) ;
150 Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, 8 ) ;
152 Text [ en-US ] = "Field from the ~Value Table";
154 ComboBox CMB_VALUELISTFIELD
156 Pos = MAP_APPFONT ( 7 , 48 ) ;
157 Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, WINDOW_SIZE_Y - 54 ) ;
164 FixedText FT_TABLEFIELD
166 Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 37 ) ;
167 Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, 8 ) ;
169 Text [ en-US ] = "Field from the ~List Table";
171 ComboBox CMB_TABLEFIELD
173 Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 48 ) ;
174 Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, WINDOW_SIZE_Y - 54 ) ;
183 String RID_STR_COMBOWIZ_DBFIELD
185 Text [ en-US ] = "You can either save the value of the combo box in a database field or use it for display purposes.";