merged tag ooo/OOO330_m14
[LibreOffice.git] / extensions / source / dbpilots / commonpagesdbp.src
blob41d199a70209aecf5965c57e8edacd3caa8bd90e
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_TABLESELECTION
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 , 3  ) ;
41         Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
42         Text [ en-US ]  = "Data";
43     };
44     FixedText FT_EXPLANATION
45     {
46         Pos = MAP_APPFONT ( 7 , 15  ) ;
47         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10 , WINDOW_SIZE_Y - 21 ) ;
48         WordBreak = TRUE;
49         Group = TRUE;
50         Text [ en-US ] = "Currently, the form the control belongs to is not (or not completely) bound to a data source.\n\nPlease choose a data source and a table.\n\n\nPlease note that the settings made on this page will take effect immediately upon leaving the page.";
51     };
52     FixedText FT_DATASOURCE
53     {
54         Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 15  ) ;
55         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10 , 8) ;
56         Group = TRUE;
57         Text [ en-US ] = "~Data source:";
58     };
59     ListBox LB_DATASOURCE
60     {
61         Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 , 26  ) ;
62         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 27 , 14 ) ;
63         SVLook = TRUE ;
64         Border = TRUE ;
65         DropDown = TRUE ;
66         AutoHScroll = TRUE ;
67     };
69     PushButton PB_FORMDATASOURCE
70     {
71         Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3 + WINDOW_HALF_SIZE_X - 24 , 25  ) ;
72         Size = MAP_APPFONT ( 14 , 14 ) ;
73         Text [ en-US ] = "~...";
74     };
76     FixedText FT_TABLE
77     {
78         Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3, 46 ) ;
79         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 14 , 8) ;
80         Group = TRUE;
81         Text [ en-US ] = "~Table / Query:";
82     };
83     ListBox LB_TABLE
84     {
85         Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 3, 57  ) ;
86         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 10 , WINDOW_SIZE_Y - 6 - 57 ) ;
87         SVLook = TRUE ;
88         Border = TRUE ;
89         Sort = TRUE;
90         AutoHScroll = TRUE ;
91     };
93     Image IMG_TABLE
94     {
95         ImageBitmap = Bitmap { File = "sx03188.bmp"; };
96         MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
97     };
99     Image IMG_TABLE_HC
100     {
101         ImageBitmap = Bitmap { File = "sxh03188.bmp"; };
102         MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
103     };
105     Image IMG_QUERY
106     {
107         ImageBitmap = Bitmap { File = "sx03202.bmp"; };
108         MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
109     };
111     Image IMG_QUERY_HC
112     {
113         ImageBitmap = Bitmap { File = "sxh03202.bmp"; };
114         MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
115     };
119 TabPage RID_PAGE_OPTION_DBFIELD
121     SVLook = TRUE ;
122     Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
123     Text [ en-US ] = "Database Field";
125     FixedLine FL_DATABASEFIELD_EXPL
126     {
127         Pos = MAP_APPFONT ( 4 , 3  ) ;
128         Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
129     };
130     FixedText FT_DATABASEFIELD_EXPL
131     {
132         Pos = MAP_APPFONT ( 7 , 15  ) ;
133         Size = MAP_APPFONT ( WINDOW_SIZE_X - 14, 16 ) ;
134         WordBreak = TRUE;
135     };
136     FixedText FT_DATABASEFIELD_QUEST
137     {
138         Pos = MAP_APPFONT ( 7 , 34  ) ;
139         Size = MAP_APPFONT ( WINDOW_SIZE_X - 14, 16 ) ;
140         WordBreak = TRUE;
141         Text [ en-US ] = "Do you want to save the value in a database field?";
142     };
143     RadioButton RB_STOREINFIELD_YES
144     {
145         Pos = MAP_APPFONT ( 7 , 53  ) ;
146         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 20, 10 ) ;
147         Group = TRUE;
148         TabStop = TRUE;
149         Text [ en-US ] = "~Yes, I want to save it in the following database field:";
150     };
151     ListBox LB_STOREINFIELD
152     {
153         Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + 23, 51 ) ;
154         Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - 30, 14 ) ;
155         TabStop = TRUE;
156         SVLook = TRUE ;
157         Border = TRUE ;
158         DropDown = TRUE;
159         AutoHScroll = TRUE ;
160     };
161     RadioButton RB_STOREINFIELD_NO
162     {
163         Pos = MAP_APPFONT ( 7 , 68 ) ;
164         Size = MAP_APPFONT ( WINDOW_SIZE_X - 14, 10 ) ;
165         TabStop = FALSE;
166         Text [ en-US ] = "~No, I only want to save the value in the form.";
167     };
170 TabPage RID_PAGE_FORM_DATASOURCE_STATUS
172     FixedLine FL_FORMSETINGS
173     {
174         Pos = MAP_APPFONT ( 4 , 3  ) ;
175         Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
176         Text [ en-US ] = "Form";
177     };
178     FixedText FT_FORMDATASOURCELABEL
179     {
180         Pos = MAP_APPFONT ( 7 , 15 ) ;
181         Size = MAP_APPFONT ( 60 , 8 ) ;
182         Text [ en-US ] = "Data source";
183     };
184     FixedText FT_FORMDATASOURCE
185     {
186         Pos = MAP_APPFONT ( 7 + 60 + 3 , 15 ) ;
187         Size = MAP_APPFONT ( WINDOW_SIZE_X / 2 - 80 - 3 , 19 ) ;
188         WordBreak = TRUE;
189     };
191     FixedText FT_FORMCONTENTTYPELABEL
192     {
193         Pos = MAP_APPFONT ( WINDOW_SIZE_X / 2 + 3, 15 ) ;
194         Size = MAP_APPFONT ( 60 , 8 ) ;
195         Text [ en-US ] = "Content type";
196     };
197     FixedText FT_FORMCONTENTTYPE
198     {
199         Pos = MAP_APPFONT ( WINDOW_SIZE_X / 2 + 3 + 60 , 15 ) ;
200         Size = MAP_APPFONT ( WINDOW_SIZE_X - ( WINDOW_SIZE_X / 2 + 3 + 60 ) - 7 , 8 ) ;
201     };
203     FixedText FT_FORMTABLELABEL
204     {
205         Pos = MAP_APPFONT ( WINDOW_SIZE_X / 2 + 3, 26 ) ;
206         Size = MAP_APPFONT ( 60 , 8 ) ;
207         Text [ en-US ] = "Content";
208     };
209     FixedText FT_FORMTABLE
210     {
211         Pos = MAP_APPFONT ( WINDOW_SIZE_X / 2 + 3 + 60 , 26 ) ;
212         Size = MAP_APPFONT ( WINDOW_SIZE_X - ( WINDOW_SIZE_X / 2 + 3 + 60 ) - 7 , 8 ) ;
213     };
216 String RID_STR_TYPE_TABLE
218     Text [ en-US ] = "Table";
221 String RID_STR_TYPE_QUERY
223     Text [ en-US ] = "Query";
226 String RID_STR_TYPE_COMMAND
228     Text [ en-US ] = "SQL command";