merged tag ooo/OOO330_m14
[LibreOffice.git] / extensions / source / dbpilots / listcombopages.src
blobeb83140de316094db71eb5689a982425d3330a42
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  ************************************************************************/
28 #ifndef _EXTENSIONS_DBP_DBPRESID_HRC_
29 #include "dbpresid.hrc"
30 #endif
32 TabPage RID_PAGE_LCW_CONTENTSELECTION_TABLE
34     SVLook = TRUE ;
35     Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
37     Text [ en-US ] = "Table Selection";
39     FixedLine FL_FRAME
40     {
41         Pos = MAP_APPFONT ( 4 , 40  ) ;
42         Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
43         Text [ en-US ] = "Control";
44     };
46     FixedText FT_SELECTTABLE_LABEL
47     {
48         Pos = MAP_APPFONT ( 7 , 52  ) ;
49         Size = MAP_APPFONT ( 120, WINDOW_SIZE_Y - 21 ) ;
50         WordBreak = TRUE;
51         Group = TRUE;
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:";
53     };
54     ListBox LB_SELECTTABLE
55     {
56         Pos = MAP_APPFONT ( 130 , 52  ) ;
57         Size = MAP_APPFONT ( WINDOW_SIZE_X - 130 - 7, WINDOW_SIZE_Y - 52 - 6 ) ;
58         SVLook = TRUE ;
59         Border = TRUE ;
60         AutoHScroll = TRUE ;
61         Sort = FALSE;
62         DropDown = FALSE;
63     };
66 TabPage RID_PAGE_LCW_CONTENTSELECTION_FIELD
68     SVLook = TRUE ;
69     Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
71     Text [ en-US ] = "Field Selection";
73     FixedLine FL_FRAME
74     {
75         Pos = MAP_APPFONT ( 4 , 3  ) ;
76         Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
77     };
79     FixedText FT_TABLEFIELDS
80     {
81         Pos = MAP_APPFONT ( 7 , 15  ) ;
82         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 3, 8 ) ;
83         WordBreak = TRUE;
84         Group = TRUE;
85         Text [ en-US ] = "Existing fields";
86     };
87     ListBox LB_SELECTFIELD
88     {
89         Pos = MAP_APPFONT ( 7 , 26  ) ;
90         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, WINDOW_SIZE_Y - 32 ) ;
91         SVLook = TRUE ;
92         Border = TRUE ;
93         AutoHScroll = TRUE ;
94         Sort = FALSE;
95         DropDown = FALSE;
96     };
97     FixedText FT_DISPLAYEDFIELD
98     {
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";
102     };
103     Edit ET_DISPLAYEDFIELD
104     {
105         Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 26  ) ;
106         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, 12 ) ;
107         SVLook = TRUE ;
108         Border = TRUE ;
109         ReadOnly = TRUE;
110     };
111     FixedText FT_CONTENTFIELD_INFO
112     {
113         Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 45  ) ;
114         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, WINDOW_SIZE_Y - 51 ) ;
115         WordBreak = TRUE;
116     };
117     String STR_FIELDINFO_COMBOBOX
118     {
119         Text [ en-US ] = "The contents of the field selected will be shown in the combo box list.";
120     };
122     String STR_FIELDINFO_LISTBOX
123     {
124         Text [ en-US ] = "The contents of the selected field will be shown in the list box if the linked fields are identical.";
125     };
128 TabPage RID_PAGE_LCW_FIELDLINK
130     SVLook = TRUE ;
131     Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
133     Text [ en-US ] = "Field Link";
135     FixedText FT_FIELDLINK_DESC
136     {
137         Pos = MAP_APPFONT ( 7 , 6  ) ;
138         Size = MAP_APPFONT ( WINDOW_SIZE_X - 14 , 16 ) ;
139         WordBreak = TRUE;
140         Text [ en-US ] = "This is where you select fields with matching contents so that the value from the display field will be shown.";
141     };
142     FixedLine FL_FRAME
143     {
144         Pos = MAP_APPFONT ( 4 , 25  ) ;
145         Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
146     };
147     FixedText FT_VALUELISTFIELD
148     {
149         Pos = MAP_APPFONT ( 7 , 37  ) ;
150         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, 8 ) ;
151         Group = TRUE;
152         Text [ en-US ] = "Field from the ~Value Table";
153     };
154     ComboBox CMB_VALUELISTFIELD
155     {
156         Pos = MAP_APPFONT ( 7 , 48  ) ;
157         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, WINDOW_SIZE_Y - 54 ) ;
158         SVLook = TRUE ;
159         Border = TRUE ;
160         DropDown = FALSE;
161         Sort = FALSE;
162         AutoHScroll = TRUE;
163     };
164     FixedText FT_TABLEFIELD
165     {
166         Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 37 ) ;
167         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, 8 ) ;
168         Group = TRUE;
169         Text [ en-US ] = "Field from the ~List Table";
170     };
171     ComboBox CMB_TABLEFIELD
172     {
173         Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 48 ) ;
174         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, WINDOW_SIZE_Y - 54 ) ;
175         SVLook = TRUE ;
176         Border = TRUE ;
177         DropDown = FALSE;
178         Sort = FALSE;
179         AutoHScroll = TRUE;
180     };
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.";