bump product version to 4.1.6.2
[LibreOffice.git] / extensions / source / dbpilots / listcombopages.src
blob7223f46d269b369a745ef9e04e13a262c59869c6
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include "dbpresid.hrc"
22 TabPage RID_PAGE_LCW_CONTENTSELECTION_TABLE
24     HelpID = "extensions:TabPage:RID_PAGE_LCW_CONTENTSELECTION_TABLE";
25     SVLook = TRUE ;
26     Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
28     Text [ en-US ] = "Table Selection";
30     FixedLine FL_FRAME
31     {
32         Pos = MAP_APPFONT ( 4 , 40  ) ;
33         Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
34         Text [ en-US ] = "Control";
35     };
37     FixedText FT_SELECTTABLE_LABEL
38     {
39         Pos = MAP_APPFONT ( 7 , 52  ) ;
40         Size = MAP_APPFONT ( 120, WINDOW_SIZE_Y - 21 ) ;
41         WordBreak = TRUE;
42         Group = TRUE;
43         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:";
44     };
45     ListBox LB_SELECTTABLE
46     {
47         HelpID = "extensions:ListBox:RID_PAGE_LCW_CONTENTSELECTION_TABLE:LB_SELECTTABLE";
48         Pos = MAP_APPFONT ( 130 , 52  ) ;
49         Size = MAP_APPFONT ( WINDOW_SIZE_X - 130 - 7, WINDOW_SIZE_Y - 52 - 6 ) ;
50         SVLook = TRUE ;
51         Border = TRUE ;
52         AutoHScroll = TRUE ;
53         Sort = FALSE;
54         DropDown = FALSE;
55     };
58 TabPage RID_PAGE_LCW_CONTENTSELECTION_FIELD
60     HelpID = "extensions:TabPage:RID_PAGE_LCW_CONTENTSELECTION_FIELD";
61     SVLook = TRUE ;
62     Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
64     Text [ en-US ] = "Field Selection";
66     FixedLine FL_FRAME
67     {
68         Pos = MAP_APPFONT ( 4 , 3  ) ;
69         Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
70     };
72     FixedText FT_TABLEFIELDS
73     {
74         Pos = MAP_APPFONT ( 7 , 15  ) ;
75         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 3, 8 ) ;
76         WordBreak = TRUE;
77         Group = TRUE;
78         Text [ en-US ] = "Existing fields";
79     };
80     ListBox LB_SELECTFIELD
81     {
82         HelpID = "extensions:ListBox:RID_PAGE_LCW_CONTENTSELECTION_FIELD:LB_SELECTFIELD";
83         Pos = MAP_APPFONT ( 7 , 26  ) ;
84         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, WINDOW_SIZE_Y - 32 ) ;
85         SVLook = TRUE ;
86         Border = TRUE ;
87         AutoHScroll = TRUE ;
88         Sort = FALSE;
89         DropDown = FALSE;
90     };
91     FixedText FT_DISPLAYEDFIELD
92     {
93         Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 15  ) ;
94         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, 8 ) ;
95         Text [ en-US ] = "Display field";
96     };
97     Edit ET_DISPLAYEDFIELD
98     {
99         HelpID = "extensions:Edit:RID_PAGE_LCW_CONTENTSELECTION_FIELD:ET_DISPLAYEDFIELD";
100         Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 26  ) ;
101         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, 12 ) ;
102         SVLook = TRUE ;
103         Border = TRUE ;
104         ReadOnly = TRUE;
105     };
106     FixedText FT_CONTENTFIELD_INFO
107     {
108         Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 45  ) ;
109         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, WINDOW_SIZE_Y - 51 ) ;
110         WordBreak = TRUE;
111     };
112     String STR_FIELDINFO_COMBOBOX
113     {
114         Text [ en-US ] = "The contents of the field selected will be shown in the combo box list.";
115     };
117     String STR_FIELDINFO_LISTBOX
118     {
119         Text [ en-US ] = "The contents of the selected field will be shown in the list box if the linked fields are identical.";
120     };
123 TabPage RID_PAGE_LCW_FIELDLINK
125     HelpID = "extensions:TabPage:RID_PAGE_LCW_FIELDLINK";
126     SVLook = TRUE ;
127     Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
129     Text [ en-US ] = "Field Link";
131     FixedText FT_FIELDLINK_DESC
132     {
133         Pos = MAP_APPFONT ( 7 , 6  ) ;
134         Size = MAP_APPFONT ( WINDOW_SIZE_X - 14 , 16 ) ;
135         WordBreak = TRUE;
136         Text [ en-US ] = "This is where you select fields with matching contents so that the value from the display field will be shown.";
137     };
138     FixedLine FL_FRAME
139     {
140         Pos = MAP_APPFONT ( 4 , 25  ) ;
141         Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
142     };
143     FixedText FT_VALUELISTFIELD
144     {
145         Pos = MAP_APPFONT ( 7 , 37  ) ;
146         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, 8 ) ;
147         Group = TRUE;
148         Text [ en-US ] = "Field from the ~Value Table";
149     };
150     ComboBox CMB_VALUELISTFIELD
151     {
152         HelpID = "extensions:ComboBox:RID_PAGE_LCW_FIELDLINK:CMB_VALUELISTFIELD";
153         Pos = MAP_APPFONT ( 7 , 48  ) ;
154         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, WINDOW_SIZE_Y - 54 ) ;
155         SVLook = TRUE ;
156         Border = TRUE ;
157         DropDown = FALSE;
158         Sort = FALSE;
159         AutoHScroll = TRUE;
160     };
161     FixedText FT_TABLEFIELD
162     {
163         Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 37 ) ;
164         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, 8 ) ;
165         Group = TRUE;
166         Text [ en-US ] = "Field from the ~List Table";
167     };
168     ComboBox CMB_TABLEFIELD
169     {
170         HelpID = "extensions:ComboBox:RID_PAGE_LCW_FIELDLINK:CMB_TABLEFIELD";
171         Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 48 ) ;
172         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, WINDOW_SIZE_Y - 54 ) ;
173         SVLook = TRUE ;
174         Border = TRUE ;
175         DropDown = FALSE;
176         Sort = FALSE;
177         AutoHScroll = TRUE;
178     };
181 String RID_STR_COMBOWIZ_DBFIELD
183     Text [ en-US ] = "You can either save the value of the combo box in a database field or use it for display purposes.";
186 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */