bump product version to 4.1.6.2
[LibreOffice.git] / sc / source / ui / dbgui / dapitype.src
blob39f34a8fb27f9853954c5801b39ce48cba743b05
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include "sc.hrc"
21 #include "dapitype.hrc"
23 ModalDialog RID_SCDLG_DAPISERVICE
25     OutputSize = TRUE ;
26     HelpId = HID_DATAPILOT_SERVICE ;
27     SVLook = TRUE ;
28     Size = MAP_APPFONT ( 241 , 94 ) ;
29     Moveable = TRUE ;
30     Closeable = FALSE ;
31     OKButton BTN_OK
32     {
33         Pos = MAP_APPFONT ( 185 , 6 ) ;
34         Size = MAP_APPFONT ( 50 , 14 ) ;
35         TabStop = TRUE ;
36         DefButton = TRUE ;
37     };
38     CancelButton BTN_CANCEL
39     {
40         Pos = MAP_APPFONT ( 185 , 23 ) ;
41         Size = MAP_APPFONT ( 50 , 14 ) ;
42         TabStop = TRUE ;
43     };
44     HelpButton BTN_HELP
45     {
46         Pos = MAP_APPFONT ( 185 , 43 ) ;
47         Size = MAP_APPFONT ( 50 , 14 ) ;
48         TabStop = TRUE ;
49     };
50     FixedText FT_SERVICE
51     {
52         Pos = MAP_APPFONT ( 12 , 14 ) ;
53         Size = MAP_APPFONT ( 40 , 8 ) ;
54         Text [ en-US ] = "~Service";
55     };
56     ListBox LB_SERVICE
57     {
58         HelpID = "sc:ListBox:RID_SCDLG_DAPISERVICE:LB_SERVICE";
59         Border = TRUE ;
60         Pos = MAP_APPFONT ( 56 , 12 ) ;
61         Size = MAP_APPFONT ( 120 , 80 ) ;
62         TabStop = TRUE ;
63         DropDown = TRUE ;
64     };
65     FixedText FT_SOURCE
66     {
67         Pos = MAP_APPFONT ( 12 , 30 ) ;
68         Size = MAP_APPFONT ( 40 , 8 ) ;
69         Text [ en-US ] = "So~urce";
70     };
71     Edit ED_SOURCE
72     {
73         HelpID = "sc:Edit:RID_SCDLG_DAPISERVICE:ED_SOURCE";
74         Border = TRUE ;
75         Pos = MAP_APPFONT ( 56 , 28 ) ;
76         Size = MAP_APPFONT ( 120 , 12 ) ;
77         TabStop = TRUE ;
78     };
79     FixedText FT_NAME
80     {
81         Pos = MAP_APPFONT ( 12 , 46 ) ;
82         Size = MAP_APPFONT ( 40 , 8 ) ;
83         Text [ en-US ] = "~Name";
84     };
85     Edit ED_NAME
86     {
87         HelpID = "sc:Edit:RID_SCDLG_DAPISERVICE:ED_NAME";
88         Border = TRUE ;
89         Pos = MAP_APPFONT ( 56 , 44 ) ;
90         Size = MAP_APPFONT ( 120 , 12 ) ;
91         TabStop = TRUE ;
92     };
93     FixedText FT_USER
94     {
95         Pos = MAP_APPFONT ( 12 , 62 ) ;
96         Size = MAP_APPFONT ( 40 , 8 ) ;
97         Text [ en-US ] = "Us~er";
98     };
99     Edit ED_USER
100     {
101         HelpID = "sc:Edit:RID_SCDLG_DAPISERVICE:ED_USER";
102         Border = TRUE ;
103         Pos = MAP_APPFONT ( 56 , 60 ) ;
104         Size = MAP_APPFONT ( 120 , 12 ) ;
105         TabStop = TRUE ;
106     };
107     FixedText FT_PASSWD
108     {
109         Pos = MAP_APPFONT ( 12 , 78 ) ;
110         Size = MAP_APPFONT ( 40 , 8 ) ;
111         Text [ en-US ] = "~Password";
112     };
113     Edit ED_PASSWD
114     {
115         HelpID = "sc:Edit:RID_SCDLG_DAPISERVICE:ED_PASSWD";
116         Border = TRUE ;
117         Pos = MAP_APPFONT ( 56 , 76 ) ;
118         Size = MAP_APPFONT ( 120 , 12 ) ;
119         TabStop = TRUE ;
120         PassWord = TRUE ;
121     };
122     FixedLine FL_FRAME
123     {
124         Pos = MAP_APPFONT ( 6 , 3 ) ;
125         Size = MAP_APPFONT ( 173 , 8 ) ;
126         Text [ en-US ] = "Selection";
127     };
128     Text [ en-US ] = "External Source";
132 //------------------------------------------------------------------------
135 ModalDialog RID_SCDLG_DAPIDATA
137     OutputSize = TRUE ;
138     HelpId = HID_DATAPILOT_DATABASE ;
139     SVLook = TRUE ;
140     Size = MAP_APPFONT ( 241 , 63 ) ;
141     Moveable = TRUE ;
142     Closeable = FALSE ;
143     OKButton BTN_OK
144     {
145         Pos = MAP_APPFONT ( 185 , 6 ) ;
146         Size = MAP_APPFONT ( 50 , 14 ) ;
147         TabStop = TRUE ;
148         DefButton = TRUE ;
149     };
150     CancelButton BTN_CANCEL
151     {
152         Pos = MAP_APPFONT ( 185 , 23 ) ;
153         Size = MAP_APPFONT ( 50 , 14 ) ;
154         TabStop = TRUE ;
155     };
156     HelpButton BTN_HELP
157     {
158         Pos = MAP_APPFONT ( 185 , 43 ) ;
159         Size = MAP_APPFONT ( 50 , 14 ) ;
160         TabStop = TRUE ;
161     };
163     FixedText FT_DATABASE
164     {
165         Pos = MAP_APPFONT ( 12 , 14 ) ;
166         Size = MAP_APPFONT ( 52 , 8 ) ;
167         Text [ en-US ] = "~Database";
168     };
169     ListBox LB_DATABASE
170     {
171         HelpID = "sc:ListBox:RID_SCDLG_DAPIDATA:LB_DATABASE";
172         Border = TRUE ;
173         Pos = MAP_APPFONT ( 66 , 12 ) ;
174         Size = MAP_APPFONT ( 110 , 80 ) ;
175         TabStop = TRUE ;
176         DropDown = TRUE ;
177     };
179     FixedText FT_OBJECT
180     {
181         Pos = MAP_APPFONT ( 12 , 30 ) ;
182         Size = MAP_APPFONT ( 52 , 8 ) ;
183         Text [ en-US ] = "Data so~urce";
184     };
185     ComboBox CB_OBJECT
186     {
187         HelpID = "sc:ComboBox:RID_SCDLG_DAPIDATA:CB_OBJECT";
188         Border = TRUE ;
189         Pos = MAP_APPFONT ( 66 , 28 ) ;
190         Size = MAP_APPFONT ( 110 , 80 ) ;
191         TabStop = TRUE ;
192         DropDown = TRUE ;
193     };
195     FixedText FT_OBJTYPE
196     {
197         Pos = MAP_APPFONT ( 12 , 46 ) ;
198         Size = MAP_APPFONT ( 52 , 8 ) ;
199         Text [ en-US ] = "~Type";
200     };
201     ListBox LB_OBJTYPE
202     {
203         HelpID = "sc:ListBox:RID_SCDLG_DAPIDATA:LB_OBJTYPE";
204         Border = TRUE ;
205         Pos = MAP_APPFONT ( 66 , 44 ) ;
206         Size = MAP_APPFONT ( 110 , 80 ) ;
207         TabStop = TRUE ;
208         DropDown = TRUE ;
209     StringList [ en-US ] =
210     {
211             < "Sheet" ; Default ; > ;
212         < "Query" ; Default ; > ;
213         < "Sql" ; Default ; > ;
214         < "Sql [Native]" ; Default ; > ;
215     };
216     };
218     FixedLine FL_FRAME
219     {
220         Pos = MAP_APPFONT ( 6 , 3 ) ;
221         Size = MAP_APPFONT ( 173 , 8 ) ;
222         Text [ en-US ] = "Selection";
223     };
224     Text [ en-US ] = "Select Data Source";
227 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */