xref: /trunk/main/extensions/source/dbpilots/listcombopages.src (revision fc9fd3f14a55d77b35643a64034752a178b2a5b0)
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 ************************************************************************/
27
28#ifndef _EXTENSIONS_DBP_DBPRESID_HRC_
29#include "dbpresid.hrc"
30#endif
31
32TabPage RID_PAGE_LCW_CONTENTSELECTION_TABLE
33{
34    HelpID = "extensions:TabPage:RID_PAGE_LCW_CONTENTSELECTION_TABLE";
35    SVLook = TRUE ;
36    Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
37
38    Text [ en-US ] = "Table Selection";
39
40    FixedLine FL_FRAME
41    {
42        Pos = MAP_APPFONT ( 4 , 40  ) ;
43        Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
44        Text [ en-US ] = "Control";
45    };
46
47    FixedText FT_SELECTTABLE_LABEL
48    {
49        Pos = MAP_APPFONT ( 7 , 52  ) ;
50        Size = MAP_APPFONT ( 120, WINDOW_SIZE_Y - 21 ) ;
51        WordBreak = TRUE;
52        Group = TRUE;
53        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    };
55    ListBox LB_SELECTTABLE
56    {
57        HelpID = "extensions:ListBox:RID_PAGE_LCW_CONTENTSELECTION_TABLE:LB_SELECTTABLE";
58        Pos = MAP_APPFONT ( 130 , 52  ) ;
59        Size = MAP_APPFONT ( WINDOW_SIZE_X - 130 - 7, WINDOW_SIZE_Y - 52 - 6 ) ;
60        SVLook = TRUE ;
61        Border = TRUE ;
62        AutoHScroll = TRUE ;
63        Sort = FALSE;
64        DropDown = FALSE;
65    };
66};
67
68TabPage RID_PAGE_LCW_CONTENTSELECTION_FIELD
69{
70    HelpID = "extensions:TabPage:RID_PAGE_LCW_CONTENTSELECTION_FIELD";
71    SVLook = TRUE ;
72    Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
73
74    Text [ en-US ] = "Field Selection";
75
76    FixedLine FL_FRAME
77    {
78        Pos = MAP_APPFONT ( 4 , 3  ) ;
79        Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
80    };
81
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        HelpID = "extensions:ListBox:RID_PAGE_LCW_CONTENTSELECTION_FIELD:LB_SELECTFIELD";
93        Pos = MAP_APPFONT ( 7 , 26  ) ;
94        Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, WINDOW_SIZE_Y - 32 ) ;
95        SVLook = TRUE ;
96        Border = TRUE ;
97        AutoHScroll = TRUE ;
98        Sort = FALSE;
99        DropDown = FALSE;
100    };
101    FixedText FT_DISPLAYEDFIELD
102    {
103        Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 15  ) ;
104        Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, 8 ) ;
105        Text [ en-US ] = "Display field";
106    };
107    Edit ET_DISPLAYEDFIELD
108    {
109        HelpID = "extensions:Edit:RID_PAGE_LCW_CONTENTSELECTION_FIELD:ET_DISPLAYEDFIELD";
110        Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 26  ) ;
111        Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, 12 ) ;
112        SVLook = TRUE ;
113        Border = TRUE ;
114        ReadOnly = TRUE;
115    };
116    FixedText FT_CONTENTFIELD_INFO
117    {
118        Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 45  ) ;
119        Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, WINDOW_SIZE_Y - 51 ) ;
120        WordBreak = TRUE;
121    };
122    String STR_FIELDINFO_COMBOBOX
123    {
124        Text [ en-US ] = "The contents of the field selected will be shown in the combo box list.";
125    };
126
127    String STR_FIELDINFO_LISTBOX
128    {
129        Text [ en-US ] = "The contents of the selected field will be shown in the list box if the linked fields are identical.";
130    };
131};
132
133TabPage RID_PAGE_LCW_FIELDLINK
134{
135    HelpID = "extensions:TabPage:RID_PAGE_LCW_FIELDLINK";
136    SVLook = TRUE ;
137    Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
138
139    Text [ en-US ] = "Field Link";
140
141    FixedText FT_FIELDLINK_DESC
142    {
143        Pos = MAP_APPFONT ( 7 , 6  ) ;
144        Size = MAP_APPFONT ( WINDOW_SIZE_X - 14 , 16 ) ;
145        WordBreak = TRUE;
146        Text [ en-US ] = "This is where you select fields with matching contents so that the value from the display field will be shown.";
147    };
148    FixedLine FL_FRAME
149    {
150        Pos = MAP_APPFONT ( 4 , 25  ) ;
151        Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
152    };
153    FixedText FT_VALUELISTFIELD
154    {
155        Pos = MAP_APPFONT ( 7 , 37  ) ;
156        Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, 8 ) ;
157        Group = TRUE;
158        Text [ en-US ] = "Field from the ~Value Table";
159    };
160    ComboBox CMB_VALUELISTFIELD
161    {
162        HelpID = "extensions:ComboBox:RID_PAGE_LCW_FIELDLINK:CMB_VALUELISTFIELD";
163        Pos = MAP_APPFONT ( 7 , 48  ) ;
164        Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, WINDOW_SIZE_Y - 54 ) ;
165        SVLook = TRUE ;
166        Border = TRUE ;
167        DropDown = FALSE;
168        Sort = FALSE;
169        AutoHScroll = TRUE;
170    };
171    FixedText FT_TABLEFIELD
172    {
173        Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 37 ) ;
174        Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, 8 ) ;
175        Group = TRUE;
176        Text [ en-US ] = "Field from the ~List Table";
177    };
178    ComboBox CMB_TABLEFIELD
179    {
180        HelpID = "extensions:ComboBox:RID_PAGE_LCW_FIELDLINK:CMB_TABLEFIELD";
181        Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 48 ) ;
182        Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, WINDOW_SIZE_Y - 54 ) ;
183        SVLook = TRUE ;
184        Border = TRUE ;
185        DropDown = FALSE;
186        Sort = FALSE;
187        AutoHScroll = TRUE;
188    };
189};
190
191String RID_STR_COMBOWIZ_DBFIELD
192{
193    Text [ en-US ] = "You can either save the value of the combo box in a database field or use it for display purposes.";
194};
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212