xref: /AOO41X/main/extensions/source/dbpilots/listcombopages.src (revision 80fe9c7b564a9025e6038407fc7761ef01b3ff19)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#ifndef _EXTENSIONS_DBP_DBPRESID_HRC_
25#include "dbpresid.hrc"
26#endif
27
28TabPage RID_PAGE_LCW_CONTENTSELECTION_TABLE
29{
30    HelpID = "extensions:TabPage:RID_PAGE_LCW_CONTENTSELECTION_TABLE";
31    SVLook = TRUE ;
32    Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
33
34    Text [ en-US ] = "Table Selection";
35
36    FixedLine FL_FRAME
37    {
38        Pos = MAP_APPFONT ( 4 , 40  ) ;
39        Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
40        Text [ en-US ] = "Control";
41    };
42
43    FixedText FT_SELECTTABLE_LABEL
44    {
45        Pos = MAP_APPFONT ( 7 , 52  ) ;
46        Size = MAP_APPFONT ( 120, WINDOW_SIZE_Y - 21 ) ;
47        WordBreak = TRUE;
48        Group = TRUE;
49        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:";
50    };
51    ListBox LB_SELECTTABLE
52    {
53        HelpID = "extensions:ListBox:RID_PAGE_LCW_CONTENTSELECTION_TABLE:LB_SELECTTABLE";
54        Pos = MAP_APPFONT ( 130 , 52  ) ;
55        Size = MAP_APPFONT ( WINDOW_SIZE_X - 130 - 7, WINDOW_SIZE_Y - 52 - 6 ) ;
56        SVLook = TRUE ;
57        Border = TRUE ;
58        AutoHScroll = TRUE ;
59        Sort = FALSE;
60        DropDown = FALSE;
61    };
62};
63
64TabPage RID_PAGE_LCW_CONTENTSELECTION_FIELD
65{
66    HelpID = "extensions:TabPage:RID_PAGE_LCW_CONTENTSELECTION_FIELD";
67    SVLook = TRUE ;
68    Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
69
70    Text [ en-US ] = "Field Selection";
71
72    FixedLine FL_FRAME
73    {
74        Pos = MAP_APPFONT ( 4 , 3  ) ;
75        Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
76    };
77
78    FixedText FT_TABLEFIELDS
79    {
80        Pos = MAP_APPFONT ( 7 , 15  ) ;
81        Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 3, 8 ) ;
82        WordBreak = TRUE;
83        Group = TRUE;
84        Text [ en-US ] = "Existing fields";
85    };
86    ListBox LB_SELECTFIELD
87    {
88        HelpID = "extensions:ListBox:RID_PAGE_LCW_CONTENTSELECTION_FIELD:LB_SELECTFIELD";
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        HelpID = "extensions:Edit:RID_PAGE_LCW_CONTENTSELECTION_FIELD:ET_DISPLAYEDFIELD";
106        Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 26  ) ;
107        Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, 12 ) ;
108        SVLook = TRUE ;
109        Border = TRUE ;
110        ReadOnly = TRUE;
111    };
112    FixedText FT_CONTENTFIELD_INFO
113    {
114        Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 45  ) ;
115        Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, WINDOW_SIZE_Y - 51 ) ;
116        WordBreak = TRUE;
117    };
118    String STR_FIELDINFO_COMBOBOX
119    {
120        Text [ en-US ] = "The contents of the field selected will be shown in the combo box list.";
121    };
122
123    String STR_FIELDINFO_LISTBOX
124    {
125        Text [ en-US ] = "The contents of the selected field will be shown in the list box if the linked fields are identical.";
126    };
127};
128
129TabPage RID_PAGE_LCW_FIELDLINK
130{
131    HelpID = "extensions:TabPage:RID_PAGE_LCW_FIELDLINK";
132    SVLook = TRUE ;
133    Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
134
135    Text [ en-US ] = "Field Link";
136
137    FixedText FT_FIELDLINK_DESC
138    {
139        Pos = MAP_APPFONT ( 7 , 6  ) ;
140        Size = MAP_APPFONT ( WINDOW_SIZE_X - 14 , 16 ) ;
141        WordBreak = TRUE;
142        Text [ en-US ] = "This is where you select fields with matching contents so that the value from the display field will be shown.";
143    };
144    FixedLine FL_FRAME
145    {
146        Pos = MAP_APPFONT ( 4 , 25  ) ;
147        Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
148    };
149    FixedText FT_VALUELISTFIELD
150    {
151        Pos = MAP_APPFONT ( 7 , 37  ) ;
152        Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, 8 ) ;
153        Group = TRUE;
154        Text [ en-US ] = "Field from the ~Value Table";
155    };
156    ComboBox CMB_VALUELISTFIELD
157    {
158        HelpID = "extensions:ComboBox:RID_PAGE_LCW_FIELDLINK:CMB_VALUELISTFIELD";
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        HelpID = "extensions:ComboBox:RID_PAGE_LCW_FIELDLINK:CMB_TABLEFIELD";
177        Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 48 ) ;
178        Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, WINDOW_SIZE_Y - 54 ) ;
179        SVLook = TRUE ;
180        Border = TRUE ;
181        DropDown = FALSE;
182        Sort = FALSE;
183        AutoHScroll = TRUE;
184    };
185};
186
187String RID_STR_COMBOWIZ_DBFIELD
188{
189    Text [ en-US ] = "You can either save the value of the combo box in a database field or use it for display purposes.";
190};
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208