Update ooo320-m1
[ooovba.git] / extensions / source / dbpilots / listcombopages.src
blob8b37e0d338c9ed843ca81ce4c7d76aef33c215cd
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: listcombopages.src,v $
10  * $Revision: 1.41 $
11  *
12  * This file is part of OpenOffice.org.
13  *
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.
17  *
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).
23  *
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.
28  *
29  ************************************************************************/
31 #ifndef _EXTENSIONS_DBP_DBPRESID_HRC_
32 #include "dbpresid.hrc"
33 #endif
35 TabPage RID_PAGE_LCW_CONTENTSELECTION_TABLE
37     SVLook = TRUE ;
38     Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
40     Text [ en-US ] = "Table Selection";
42     FixedLine FL_FRAME
43     {
44         Pos = MAP_APPFONT ( 4 , 40  ) ;
45         Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
46         Text [ en-US ] = "Control";
47     };
49     FixedText FT_SELECTTABLE_LABEL
50     {
51         Pos = MAP_APPFONT ( 7 , 52  ) ;
52         Size = MAP_APPFONT ( 120, WINDOW_SIZE_Y - 21 ) ;
53         WordBreak = TRUE;
54         Group = TRUE;
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:";
56     };
57     ListBox LB_SELECTTABLE
58     {
59         Pos = MAP_APPFONT ( 130 , 52  ) ;
60         Size = MAP_APPFONT ( WINDOW_SIZE_X - 130 - 7, WINDOW_SIZE_Y - 52 - 6 ) ;
61         SVLook = TRUE ;
62         Border = TRUE ;
63         AutoHScroll = TRUE ;
64         Sort = FALSE;
65         DropDown = FALSE;
66     };
69 TabPage RID_PAGE_LCW_CONTENTSELECTION_FIELD
71     SVLook = TRUE ;
72     Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
74     Text [ en-US ] = "Field Selection";
76     FixedLine FL_FRAME
77     {
78         Pos = MAP_APPFONT ( 4 , 3  ) ;
79         Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
80     };
82     FixedText FT_TABLEFIELDS
83     {
84         Pos = MAP_APPFONT ( 7 , 15  ) ;
85         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 3, 8 ) ;
86         WordBreak = TRUE;
87         Group = TRUE;
88         Text [ en-US ] = "Existing fields";
89     };
90     ListBox LB_SELECTFIELD
91     {
92         Pos = MAP_APPFONT ( 7 , 26  ) ;
93         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, WINDOW_SIZE_Y - 32 ) ;
94         SVLook = TRUE ;
95         Border = TRUE ;
96         AutoHScroll = TRUE ;
97         Sort = FALSE;
98         DropDown = FALSE;
99     };
100     FixedText FT_DISPLAYEDFIELD
101     {
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";
105     };
106     Edit ET_DISPLAYEDFIELD
107     {
108         Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 26  ) ;
109         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, 12 ) ;
110         SVLook = TRUE ;
111         Border = TRUE ;
112         ReadOnly = TRUE;
113     };
114     FixedText FT_CONTENTFIELD_INFO
115     {
116         Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 45  ) ;
117         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, WINDOW_SIZE_Y - 51 ) ;
118         WordBreak = TRUE;
119     };
120     String STR_FIELDINFO_COMBOBOX
121     {
122         Text [ en-US ] = "The contents of the field selected will be shown in the combo box list.";
123     };
125     String STR_FIELDINFO_LISTBOX
126     {
127         Text [ en-US ] = "The contents of the selected field will be shown in the list box if the linked fields are identical.";
128     };
131 TabPage RID_PAGE_LCW_FIELDLINK
133     SVLook = TRUE ;
134     Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
136     Text [ en-US ] = "Field Link";
138     FixedText FT_FIELDLINK_DESC
139     {
140         Pos = MAP_APPFONT ( 7 , 6  ) ;
141         Size = MAP_APPFONT ( WINDOW_SIZE_X - 14 , 16 ) ;
142         WordBreak = TRUE;
143         Text [ en-US ] = "This is where you select fields with matching contents so that the value from the display field will be shown.";
144     };
145     FixedLine FL_FRAME
146     {
147         Pos = MAP_APPFONT ( 4 , 25  ) ;
148         Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
149     };
150     FixedText FT_VALUELISTFIELD
151     {
152         Pos = MAP_APPFONT ( 7 , 37  ) ;
153         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, 8 ) ;
154         Group = TRUE;
155         Text [ en-US ] = "Field from the ~Value Table";
156     };
157     ComboBox CMB_VALUELISTFIELD
158     {
159         Pos = MAP_APPFONT ( 7 , 48  ) ;
160         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, WINDOW_SIZE_Y - 54 ) ;
161         SVLook = TRUE ;
162         Border = TRUE ;
163         DropDown = FALSE;
164         Sort = FALSE;
165         AutoHScroll = TRUE;
166     };
167     FixedText FT_TABLEFIELD
168     {
169         Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 37 ) ;
170         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, 8 ) ;
171         Group = TRUE;
172         Text [ en-US ] = "Field from the ~List Table";
173     };
174     ComboBox CMB_TABLEFIELD
175     {
176         Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 48 ) ;
177         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, WINDOW_SIZE_Y - 54 ) ;
178         SVLook = TRUE ;
179         Border = TRUE ;
180         DropDown = FALSE;
181         Sort = FALSE;
182         AutoHScroll = TRUE;
183     };
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.";