merged tag ooo/OOO330_m14
[LibreOffice.git] / extensions / source / dbpilots / groupboxpages.src
blob6b651e848010a728f6e3af41ccb0e11f7dd447e5
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_GROUPRADIOSELECTION
34     SVLook = TRUE ;
35     Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
36     Text [ en-US ] = "Data";
38     FixedLine FL_DATA
39     {
40         Pos = MAP_APPFONT ( 4 , 40  ) ;
41         Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
42     };
43     FixedText FT_RADIOLABELS
44     {
45         Pos = MAP_APPFONT ( 7 , 52  ) ;
46         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2 - 13, 24 ) ;
47         WordBreak = TRUE;
48         Group = TRUE;
49         Text [ en-US ] = "Which ~names do you want to give the option fields?";
50     };
51     Edit ET_RADIOLABELS
52     {
53         Pos = MAP_APPFONT ( 7 , 79  ) ;
54         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2 - 13, 12 ) ;
55         SVLook = TRUE ;
56         Border = TRUE ;
57     };
58     PushButton PB_MOVETORIGHT
59     {
60         Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2 , 79  ) ;
61         Size = MAP_APPFONT ( ITEM_BUTTON_SIZE_X , ITEM_BUTTON_SIZE_Y ) ;
62         Text = "~>>";
63     };
64     PushButton PB_MOVETOLEFT
65     {
66         Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2 , 79 + ITEM_BUTTON_SIZE_Y + 3 ) ;
67         Size = MAP_APPFONT ( ITEM_BUTTON_SIZE_X , ITEM_BUTTON_SIZE_Y ) ;
68         Text = "~<<";
69     };
70     FixedText FT_RADIOBUTTONS
71     {
72         Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + ITEM_BUTTON_SIZE_X / 2 + 6 , 52  ) ;
73         Size = MAP_APPFONT ( WINDOW_SIZE_X - WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2 - 6 - 7, 8 ) ;
74         Group = TRUE;
75         Text [ en-US ] = "~Option fields";
76     };
77     ListBox LB_RADIOBUTTONS
78     {
79         Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + ITEM_BUTTON_SIZE_X / 2 + 6 , 79  ) ;
80         Size = MAP_APPFONT ( WINDOW_SIZE_X - WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2 - 6 - 7, WINDOW_SIZE_Y - 79 - 6 ) ;
81         SVLook = TRUE ;
82         Border = TRUE ;
83         AutoHScroll = TRUE ;
84         Sort = FALSE;
85     };
88 TabPage RID_PAGE_DEFAULTFIELDSELECTION
90     SVLook = TRUE ;
91     Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
92     Text [ en-US ] = "Default Field Selection";
94     FixedLine FL_DEFAULTSELECTION
95     {
96         Pos = MAP_APPFONT ( 4 , 3  ) ;
97         Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
98     };
99     FixedText FT_DEFAULTSELECTION
100     {
101         Pos = MAP_APPFONT ( 7 , 15  ) ;
102         Size = MAP_APPFONT ( WINDOW_SIZE_X - 14, 24 ) ;
103         WordBreak = TRUE;
105         Text [ en-US ] = "Should one option field be selected as a default?";
106     };
107     RadioButton RB_DEFSELECTION_YES
108     {
109         Pos = MAP_APPFONT ( 7 , 44  ) ;
110         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, 10 ) ;
111         Group = TRUE;
112         TabStop = TRUE;
113         Text [ en-US ] = "~Yes, the following:";
114     };
115     ListBox LB_DEFSELECTIONFIELD
116     {
117         Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 42  ) ;
118         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, 14 ) ;
119         TabStop = TRUE;
120         SVLook = TRUE ;
121         Border = TRUE ;
122         DropDown = TRUE;
123         AutoHScroll = TRUE ;
124         Sort = FALSE;
125     };
126     RadioButton RB_DEFSELECTION_NO
127     {
128         Pos = MAP_APPFONT ( 7 , 59  ) ;
129         Size = MAP_APPFONT ( WINDOW_SIZE_X - 14, 10 ) ;
130         TabStop = FALSE;
131         Text [ en-US ] = "No, one particular field is not going to be selected.";
132     };
135 TabPage RID_PAGE_OPTIONVALUES
137     SVLook = TRUE ;
138     Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
139     Text [ en-US ] = "Field Values";
141     FixedLine FL_OPTIONVALUES
142     {
143         Pos = MAP_APPFONT ( 4 , 3  ) ;
144         Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
145     };
146     FixedText FT_OPTIONVALUES_EXPL
147     {
148         Pos = MAP_APPFONT ( 7 , 15  ) ;
149         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, 24 ) ;
150         WordBreak = TRUE;
151         Text [ en-US ] = "When you select an option, the option group is given a specific value.";
152     };
153     FixedText FT_OPTIONVALUES
154     {
155         Pos = MAP_APPFONT ( 7 , 42  ) ;
156         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, 16 ) ;
157         WordBreak = TRUE;
158         Group = TRUE;
159         Text [ en-US ] = "Which ~value do you want to assign to each option?";
160     };
161     Edit ET_OPTIONVALUE
162     {
163         Pos = MAP_APPFONT ( 7 , 61 ) ;
164         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10, 12 ) ;
165         SVLook = TRUE ;
166         Border = TRUE ;
167         TabStop = TRUE;
168     };
169     FixedText FT_RADIOBUTTONS
170     {
171         Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 15  ) ;
172         Size = MAP_APPFONT ( WINDOW_SIZE_X - 14 , 8 ) ;
173         Text [ en-US ] = "~Option fields";
174     };
175     ListBox LB_RADIOBUTTONS
176     {
177         Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 26  ) ;
178         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10 , WINDOW_SIZE_Y - 32 ) ;
179         SVLook = TRUE ;
180         Border = TRUE ;
181         AutoHScroll = TRUE ;
182         DropDown = FALSE;
183     };
186 TabPage RID_PAGE_OPTIONS_FINAL
188     SVLook = TRUE ;
189     Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
190     Text [ en-US ] = "Create Option Group";
192     FixedLine FL_NAMEIT
193     {
194         Pos = MAP_APPFONT ( 4 , 3  ) ;
195         Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
196     };
197     FixedText FT_NAMEIT
198     {
199         Pos = MAP_APPFONT ( 7 , 15  ) ;
200         Size = MAP_APPFONT ( WINDOW_SIZE_X - 14, 16 ) ;
201         WordBreak = TRUE;
202         Text [ en-US ] = "Which ~caption is to be given to your option group?";
203     };
204     Edit ET_NAMEIT
205     {
206         Pos = MAP_APPFONT ( 7 , 34 ) ;
207         Size = MAP_APPFONT ( WINDOW_SIZE_X - 14, 12 ) ;
208         SVLook = TRUE ;
209         Border = TRUE ;
210     };
211     FixedText FT_THATSALL
212     {
213         Pos = MAP_APPFONT ( 7 , WINDOW_SIZE_Y - 22  ) ;
214         Size = MAP_APPFONT ( WINDOW_SIZE_X - 14, 16 ) ;
215         WordBreak = TRUE;
216         Center = TRUE;
217         Text [ en-US ] = "These were all details needed to create the option group.";
218     };
221 String RID_STR_GROUPWIZ_DBFIELD
223     Text [ en-US ] = "You can either save the value of the option group in a database field or use it for a later action.";