1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
21 #include "dapitype.hrc"
23 ModalDialog RID_SCDLG_DAPISERVICE
26 HelpId = HID_DATAPILOT_SERVICE ;
28 Size = MAP_APPFONT ( 241 , 94 ) ;
33 Pos = MAP_APPFONT ( 185 , 6 ) ;
34 Size = MAP_APPFONT ( 50 , 14 ) ;
38 CancelButton BTN_CANCEL
40 Pos = MAP_APPFONT ( 185 , 23 ) ;
41 Size = MAP_APPFONT ( 50 , 14 ) ;
46 Pos = MAP_APPFONT ( 185 , 43 ) ;
47 Size = MAP_APPFONT ( 50 , 14 ) ;
52 Pos = MAP_APPFONT ( 12 , 14 ) ;
53 Size = MAP_APPFONT ( 40 , 8 ) ;
54 Text [ en-US ] = "~Service";
58 HelpID = "sc:ListBox:RID_SCDLG_DAPISERVICE:LB_SERVICE";
60 Pos = MAP_APPFONT ( 56 , 12 ) ;
61 Size = MAP_APPFONT ( 120 , 80 ) ;
67 Pos = MAP_APPFONT ( 12 , 30 ) ;
68 Size = MAP_APPFONT ( 40 , 8 ) ;
69 Text [ en-US ] = "So~urce";
73 HelpID = "sc:Edit:RID_SCDLG_DAPISERVICE:ED_SOURCE";
75 Pos = MAP_APPFONT ( 56 , 28 ) ;
76 Size = MAP_APPFONT ( 120 , 12 ) ;
81 Pos = MAP_APPFONT ( 12 , 46 ) ;
82 Size = MAP_APPFONT ( 40 , 8 ) ;
83 Text [ en-US ] = "~Name";
87 HelpID = "sc:Edit:RID_SCDLG_DAPISERVICE:ED_NAME";
89 Pos = MAP_APPFONT ( 56 , 44 ) ;
90 Size = MAP_APPFONT ( 120 , 12 ) ;
95 Pos = MAP_APPFONT ( 12 , 62 ) ;
96 Size = MAP_APPFONT ( 40 , 8 ) ;
97 Text [ en-US ] = "Us~er";
101 HelpID = "sc:Edit:RID_SCDLG_DAPISERVICE:ED_USER";
103 Pos = MAP_APPFONT ( 56 , 60 ) ;
104 Size = MAP_APPFONT ( 120 , 12 ) ;
109 Pos = MAP_APPFONT ( 12 , 78 ) ;
110 Size = MAP_APPFONT ( 40 , 8 ) ;
111 Text [ en-US ] = "~Password";
115 HelpID = "sc:Edit:RID_SCDLG_DAPISERVICE:ED_PASSWD";
117 Pos = MAP_APPFONT ( 56 , 76 ) ;
118 Size = MAP_APPFONT ( 120 , 12 ) ;
124 Pos = MAP_APPFONT ( 6 , 3 ) ;
125 Size = MAP_APPFONT ( 173 , 8 ) ;
126 Text [ en-US ] = "Selection";
128 Text [ en-US ] = "External Source";
132 //------------------------------------------------------------------------
135 ModalDialog RID_SCDLG_DAPIDATA
138 HelpId = HID_DATAPILOT_DATABASE ;
140 Size = MAP_APPFONT ( 241 , 63 ) ;
145 Pos = MAP_APPFONT ( 185 , 6 ) ;
146 Size = MAP_APPFONT ( 50 , 14 ) ;
150 CancelButton BTN_CANCEL
152 Pos = MAP_APPFONT ( 185 , 23 ) ;
153 Size = MAP_APPFONT ( 50 , 14 ) ;
158 Pos = MAP_APPFONT ( 185 , 43 ) ;
159 Size = MAP_APPFONT ( 50 , 14 ) ;
163 FixedText FT_DATABASE
165 Pos = MAP_APPFONT ( 12 , 14 ) ;
166 Size = MAP_APPFONT ( 52 , 8 ) ;
167 Text [ en-US ] = "~Database";
171 HelpID = "sc:ListBox:RID_SCDLG_DAPIDATA:LB_DATABASE";
173 Pos = MAP_APPFONT ( 66 , 12 ) ;
174 Size = MAP_APPFONT ( 110 , 80 ) ;
181 Pos = MAP_APPFONT ( 12 , 30 ) ;
182 Size = MAP_APPFONT ( 52 , 8 ) ;
183 Text [ en-US ] = "Data so~urce";
187 HelpID = "sc:ComboBox:RID_SCDLG_DAPIDATA:CB_OBJECT";
189 Pos = MAP_APPFONT ( 66 , 28 ) ;
190 Size = MAP_APPFONT ( 110 , 80 ) ;
197 Pos = MAP_APPFONT ( 12 , 46 ) ;
198 Size = MAP_APPFONT ( 52 , 8 ) ;
199 Text [ en-US ] = "~Type";
203 HelpID = "sc:ListBox:RID_SCDLG_DAPIDATA:LB_OBJTYPE";
205 Pos = MAP_APPFONT ( 66 , 44 ) ;
206 Size = MAP_APPFONT ( 110 , 80 ) ;
209 StringList [ en-US ] =
211 < "Sheet" ; Default ; > ;
212 < "Query" ; Default ; > ;
213 < "Sql" ; Default ; > ;
214 < "Sql [Native]" ; Default ; > ;
220 Pos = MAP_APPFONT ( 6 , 3 ) ;
221 Size = MAP_APPFONT ( 173 , 8 ) ;
222 Text [ en-US ] = "Selection";
224 Text [ en-US ] = "Select Data Source";
227 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */