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