1*81d089aeSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*81d089aeSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*81d089aeSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*81d089aeSAndrew Rist * distributed with this work for additional information
6*81d089aeSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*81d089aeSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*81d089aeSAndrew Rist * "License"); you may not use this file except in compliance
9*81d089aeSAndrew Rist * with the License.  You may obtain a copy of the License at
10*81d089aeSAndrew Rist *
11*81d089aeSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*81d089aeSAndrew Rist *
13*81d089aeSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*81d089aeSAndrew Rist * software distributed under the License is distributed on an
15*81d089aeSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*81d089aeSAndrew Rist * KIND, either express or implied.  See the License for the
17*81d089aeSAndrew Rist * specific language governing permissions and limitations
18*81d089aeSAndrew Rist * under the License.
19*81d089aeSAndrew Rist *
20*81d089aeSAndrew Rist *************************************************************/
21*81d089aeSAndrew Rist
22*81d089aeSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef _DBAUI_DBADMINSETUP_HRC_
25cdf0e10cSrcweir#include "dbadminsetup.hrc"
26cdf0e10cSrcweir#endif
27cdf0e10cSrcweir
28cdf0e10cSrcweir#ifndef _DBAUI_AUTOCONTROLS_HRC_
29cdf0e10cSrcweir#include "AutoControls.hrc"
30cdf0e10cSrcweir#endif
31cdf0e10cSrcweir
32cdf0e10cSrcweir
33cdf0e10cSrcweir#define CHECKBOX_HEIGHT		8
34cdf0e10cSrcweir#define FIXEDTEXT_HEIGHT	8
35cdf0e10cSrcweir#define RELATED_CONTROLS	4
36cdf0e10cSrcweir#define UNRELATED_CONTROLS	7
37cdf0e10cSrcweir#define EDIT_HEIGHT			12
38cdf0e10cSrcweir#define EDIT_X				101
39cdf0e10cSrcweir
40cdf0e10cSrcweir
41cdf0e10cSrcweir// -----------------------------------------------------------------------------
42cdf0e10cSrcweirModalDialog DLG_DATABASE_WIZARD
43cdf0e10cSrcweir{
44cdf0e10cSrcweir	OutputSize = TRUE ;
45cdf0e10cSrcweir	Moveable = TRUE;
46cdf0e10cSrcweir	Closeable = TRUE ;
47cdf0e10cSrcweir	HelpId = HID_DLG_DATABASE_WIZARD;
48cdf0e10cSrcweir	Hide = TRUE;
49cdf0e10cSrcweir	Text[ en-US ]  = "Database Wizard" ;
50cdf0e10cSrcweir
51cdf0e10cSrcweir	TabControl 1
52cdf0e10cSrcweir	{
53cdf0e10cSrcweir		OutputSize = TRUE ;
54cdf0e10cSrcweir		HelpId = HID_DSADMIN_TABCONTROL;
55cdf0e10cSrcweir	};
56cdf0e10cSrcweir
57cdf0e10cSrcweir	String STR_DBWIZARDTITLE
58cdf0e10cSrcweir	{
59cdf0e10cSrcweir	    Text[ en-US ]  = "Database Wizard" ;
60cdf0e10cSrcweir	};
61cdf0e10cSrcweir
62cdf0e10cSrcweir	String STR_PAGETITLE_INTROPAGE
63cdf0e10cSrcweir	{
64cdf0e10cSrcweir		Text[ en-US ]  = "Select database" ;
65cdf0e10cSrcweir	};
66cdf0e10cSrcweir
67cdf0e10cSrcweir	String STR_PAGETITLE_DBASE
68cdf0e10cSrcweir	{
69cdf0e10cSrcweir		Text[ en-US ]  = "Set up dBASE connection" ;
70cdf0e10cSrcweir
71cdf0e10cSrcweir	};
72cdf0e10cSrcweir
73cdf0e10cSrcweir	String STR_PAGETITLE_TEXT
74cdf0e10cSrcweir	{
75cdf0e10cSrcweir		Text[ en-US ]  = "Set up a connection to text files" ;
76cdf0e10cSrcweir	};
77cdf0e10cSrcweir
78cdf0e10cSrcweir
79cdf0e10cSrcweir	String STR_PAGETITLE_MSACCESS
80cdf0e10cSrcweir	{
81cdf0e10cSrcweir		Text[ en-US ]  = "Set up Microsoft Access connection" ;
82cdf0e10cSrcweir	};
83cdf0e10cSrcweir
84cdf0e10cSrcweir	String STR_PAGETITLE_LDAP
85cdf0e10cSrcweir	{
86cdf0e10cSrcweir		Text[ en-US ]  = "Set up LDAP connection" ;
87cdf0e10cSrcweir	};
88cdf0e10cSrcweir
89cdf0e10cSrcweir	String STR_PAGETITLE_ADABAS
90cdf0e10cSrcweir	{
91cdf0e10cSrcweir		Text[ en-US ]  = "Set up Adabas D connection" ;
92cdf0e10cSrcweir	};
93cdf0e10cSrcweir
94cdf0e10cSrcweir	String STR_PAGETITLE_ADO
95cdf0e10cSrcweir	{
96cdf0e10cSrcweir		Text[ en-US ]  = "Set up ADO connection" ;
97cdf0e10cSrcweir	};
98cdf0e10cSrcweir
99cdf0e10cSrcweir	String STR_PAGETITLE_JDBC
100cdf0e10cSrcweir	{
101cdf0e10cSrcweir		Text[ en-US ]  = "Set up JDBC connection" ;
102cdf0e10cSrcweir	};
103cdf0e10cSrcweir
104cdf0e10cSrcweir	String STR_PAGETITLE_ORACLE
105cdf0e10cSrcweir	{
106cdf0e10cSrcweir		Text[ en-US ] = "Set up Oracle database connection" ;
107cdf0e10cSrcweir	};
108cdf0e10cSrcweir
109cdf0e10cSrcweir	String STR_PAGETITLE_MYSQL
110cdf0e10cSrcweir	{
111cdf0e10cSrcweir		Text[ en-US ] = "Set up MySQL connection" ;
112cdf0e10cSrcweir	};
113cdf0e10cSrcweir
114cdf0e10cSrcweir	String STR_PAGETITLE_ODBC
115cdf0e10cSrcweir	{
116cdf0e10cSrcweir		Text[ en-US ] = "Set up ODBC connection" ;
117cdf0e10cSrcweir	};
118cdf0e10cSrcweir
119cdf0e10cSrcweir	String STR_PAGETITLE_SPREADSHEET
120cdf0e10cSrcweir	{
121cdf0e10cSrcweir		Text[ en-US ] = "Set up Spreadsheet connection" ;
122cdf0e10cSrcweir	};
123cdf0e10cSrcweir
124cdf0e10cSrcweir	String STR_PAGETITLE_AUTHENTIFICATION
125cdf0e10cSrcweir	{
126cdf0e10cSrcweir		Text[ en-US ] = "Set up user authentication" ;
127cdf0e10cSrcweir	};
128cdf0e10cSrcweir
129cdf0e10cSrcweir    String STR_PAGETITLE_MYSQL_NATIVE
130cdf0e10cSrcweir    {
131cdf0e10cSrcweir        Text [ en-US ] = "Set up MySQL server data";
132cdf0e10cSrcweir    };
133cdf0e10cSrcweir
134cdf0e10cSrcweir	String STR_PAGETITLE_FINAL
135cdf0e10cSrcweir	{
136cdf0e10cSrcweir		Text[ en-US ] = "Save and proceed" ;
137cdf0e10cSrcweir	};
138cdf0e10cSrcweir};
139cdf0e10cSrcweir
140cdf0e10cSrcweir
141cdf0e10cSrcweirString STR_DATABASEDEFAULTNAME
142cdf0e10cSrcweir{
143cdf0e10cSrcweir	Text[ en-US ]  = "New Database" ;
144cdf0e10cSrcweir};
145cdf0e10cSrcweir
146cdf0e10cSrcweir
147cdf0e10cSrcweirTabPage PAGE_DBWIZARD_MYSQL_INTRO
148cdf0e10cSrcweir{
149cdf0e10cSrcweir    HelpID = "dbaccess:TabPage:PAGE_DBWIZARD_MYSQL_INTRO";
150cdf0e10cSrcweir	SVLook = TRUE ;
151cdf0e10cSrcweir	Pos = MAP_APPFONT ( 0 , 0 ) ;
152cdf0e10cSrcweir	Size = MAP_APPFONT ( WIZARD_PAGE_X , WIZARD_PAGE_Y ) ;
153cdf0e10cSrcweir	Hide = TRUE ;
154cdf0e10cSrcweir
155cdf0e10cSrcweir	FixedText FT_MYSQL_HEADERTEXT
156cdf0e10cSrcweir	{
157cdf0e10cSrcweir		Pos = MAP_APPFONT ( START_X , 8 ) ;
158cdf0e10cSrcweir		Size = MAP_APPFONT ( (WIZARD_PAGE_X - START_X) - 12 , 2 * FIXEDTEXT_HEIGHT ) ;
159cdf0e10cSrcweir		Text[ en-US ] = "Set up a connection to a MySQL database";
160cdf0e10cSrcweir		WordBreak = TRUE;
161cdf0e10cSrcweir	};
162cdf0e10cSrcweir
163cdf0e10cSrcweir
164cdf0e10cSrcweir    FixedText FT_MYSQL_HELPTEXT
165cdf0e10cSrcweir    {
166cdf0e10cSrcweir        Pos = MAP_APPFONT (START_X , 27 )  ;
167cdf0e10cSrcweir        Size = MAP_APPFONT ( 213 , 48 ) ;
168cdf0e10cSrcweir        Text[ en-US ]   = "You can connect to a MySQL database using either ODBC or JDBC.\nPlease contact your system administrator if you are unsure about the following settings.";
169cdf0e10cSrcweir        WordBreak = TRUE ;
170cdf0e10cSrcweir    };
171cdf0e10cSrcweir
172cdf0e10cSrcweir    FixedText FT_MYSQLCONNECTIONMODE
173cdf0e10cSrcweir    {
174cdf0e10cSrcweir        Pos = MAP_APPFONT (START_X , 79 )  ;
175cdf0e10cSrcweir        Size = MAP_APPFONT ( 209 , 8 ) ;
176cdf0e10cSrcweir        Text[ en-US ] = "How do you want to connect to your MySQL database?" ;
177cdf0e10cSrcweir    };
178cdf0e10cSrcweir
179cdf0e10cSrcweir    RadioButton RB_CONNECTVIAODBC
180cdf0e10cSrcweir    {
181cdf0e10cSrcweir        HelpId = HID_PAGE_DBWIZARD_MYSQL_RB_CONNECTVIAODBC ;
182cdf0e10cSrcweir        Pos = MAP_APPFONT (START_X + 6 , 91 )  ;
183cdf0e10cSrcweir        Size = MAP_APPFONT ( 205 , 9 ) ;
184cdf0e10cSrcweir        Text[ en-US ] = "Connect using ODBC (Open Database Connectivity)" ;
185cdf0e10cSrcweir    };
186cdf0e10cSrcweir
187cdf0e10cSrcweir    RadioButton RB_CONNECTVIAJDBC
188cdf0e10cSrcweir    {
189cdf0e10cSrcweir        HelpId = HID_PAGE_DBWIZARD_MYSQL_RB_CONNECTVIAJDBC ;
190cdf0e10cSrcweir        Pos = MAP_APPFONT (START_X + 6, 103 )  ;
191cdf0e10cSrcweir        Size = MAP_APPFONT ( 208 , 8 ) ;
192cdf0e10cSrcweir        Text[ en-US ] = "Connect using JDBC (Java Database Connectivity)" ;
193cdf0e10cSrcweir    };
194cdf0e10cSrcweir    RadioButton RB_CONNECTVIANATIVE
195cdf0e10cSrcweir    {
196cdf0e10cSrcweir        HelpID = "dbaccess:RadioButton:PAGE_DBWIZARD_MYSQL_INTRO:RB_CONNECTVIANATIVE";
197cdf0e10cSrcweir        Pos = MAP_APPFONT (START_X + 6 , 115 )  ;
198cdf0e10cSrcweir        Size = MAP_APPFONT ( 205 , 9 ) ;
199cdf0e10cSrcweir        Text[ en-US ] = "Connect directly" ;
200cdf0e10cSrcweir        Hide = TRUE ;
201cdf0e10cSrcweir    };
202cdf0e10cSrcweir
203cdf0e10cSrcweir};
204cdf0e10cSrcweir
205cdf0e10cSrcweir#define AUTHENTEDIT_X   (EDIT_X - 10)
206cdf0e10cSrcweir
207cdf0e10cSrcweirTabPage PAGE_DBWIZARD_AUTHENTIFICATION
208cdf0e10cSrcweir{
209cdf0e10cSrcweir    HelpID = "dbaccess:TabPage:PAGE_DBWIZARD_AUTHENTIFICATION";
210cdf0e10cSrcweir	SVLook = TRUE ;
211cdf0e10cSrcweir	Pos = MAP_APPFONT ( 0 , 0 ) ;
212cdf0e10cSrcweir	Size = MAP_APPFONT ( WIZARD_PAGE_X , WIZARD_PAGE_Y ) ;
213cdf0e10cSrcweir	Hide = TRUE ;
214cdf0e10cSrcweir
215cdf0e10cSrcweir	FixedText FT_AUTHENTIFICATIONHEADERTEXT
216cdf0e10cSrcweir	{
217cdf0e10cSrcweir		Pos = MAP_APPFONT ( START_X , 8 ) ;
218cdf0e10cSrcweir		Size = MAP_APPFONT ( (WIZARD_PAGE_X - START_X) - 12 , 2 * FIXEDTEXT_HEIGHT ) ;
219cdf0e10cSrcweir		Text[ en-US ] = "Set up the user authentication";
220cdf0e10cSrcweir		WordBreak = TRUE;
221cdf0e10cSrcweir	};
222cdf0e10cSrcweir
223cdf0e10cSrcweir
224cdf0e10cSrcweir    FixedText FT_AUTHENTIFICATIONHELPTEXT\
225cdf0e10cSrcweir    {
226cdf0e10cSrcweir        Pos = MAP_APPFONT (START_X , 27 )  ;
227cdf0e10cSrcweir        Size = MAP_APPFONT ( WIZARD_PAGE_X - START_X - 6, 3*FIXEDTEXT_HEIGHT ) ;
228cdf0e10cSrcweir        Text[ en-US ] = "Some databases require you to enter a user name." ;\
229cdf0e10cSrcweir        WordBreak = TRUE ;
230cdf0e10cSrcweir    };
231cdf0e10cSrcweir
232cdf0e10cSrcweir    FixedText FT_GENERALUSERNAME
233cdf0e10cSrcweir    {
234cdf0e10cSrcweir        Pos = MAP_APPFONT (START_X , 62 ) ;
235cdf0e10cSrcweir        Size = MAP_APPFONT ( AUTHENTEDIT_X - START_X  , FIXEDTEXT_HEIGHT ) ;
236cdf0e10cSrcweir        Text[ en-US ] = "~User name" ;
237cdf0e10cSrcweir    };
238cdf0e10cSrcweir
239cdf0e10cSrcweir    Edit ET_GENERALUSERNAME
240cdf0e10cSrcweir    {
241cdf0e10cSrcweir		Border = TRUE ;
242cdf0e10cSrcweir        HelpId = HID_PAGE_DBWIZARD_AUTHENTIFICATION_ET_GENERALUSERNAME ;
243cdf0e10cSrcweir        Pos = MAP_APPFONT (AUTHENTEDIT_X , 60 )  ;
244cdf0e10cSrcweir        Size = MAP_APPFONT ( (WIZARD_PAGE_X - AUTHENTEDIT_X - 6), EDIT_HEIGHT ) ;
245cdf0e10cSrcweir    };
246cdf0e10cSrcweir
247cdf0e10cSrcweir    CheckBox CB_GENERALPASSWORDREQUIRED
248cdf0e10cSrcweir    {
249cdf0e10cSrcweir        HelpId = HID_PAGE_DBWIZARD_AUTHENTIFICATION_CB_GENERALPASSWORDREQUIRED ;
250cdf0e10cSrcweir        Pos = MAP_APPFONT (AUTHENTEDIT_X , 76 );
251cdf0e10cSrcweir        Size = MAP_APPFONT ( 93 , CHECKBOX_HEIGHT );
252cdf0e10cSrcweir        Text[ en-US ] = "Password re~quired" ;
253cdf0e10cSrcweir    };
254cdf0e10cSrcweir
255cdf0e10cSrcweir    PushButton PB_TESTCONNECTION
256cdf0e10cSrcweir    {
257cdf0e10cSrcweir        HelpId = HID_PAGE_DBWIZARD_AUTHENTIFICATION_PB_TESTCONNECTION ;
258cdf0e10cSrcweir        Pos = MAP_APPFONT (WIZARD_PAGE_X - BUTTON_WIDTH - UNRELATED_CONTROLS , WIZARD_PAGE_Y - 18 ) ;
259cdf0e10cSrcweir        Size = MAP_APPFONT ( BUTTON_WIDTH , BUTTON_HEIGHT ) ;
260cdf0e10cSrcweir        Text[ en-US ] = "~Test Connection" ;
261cdf0e10cSrcweir    };
262cdf0e10cSrcweir
263cdf0e10cSrcweir};
264cdf0e10cSrcweir
265cdf0e10cSrcweir
266cdf0e10cSrcweirTabPage PAGE_DBWIZARD_FINAL
267cdf0e10cSrcweir{
268cdf0e10cSrcweir    HelpID = "dbaccess:TabPage:PAGE_DBWIZARD_FINAL";
269cdf0e10cSrcweir	SVLook = TRUE ;
270cdf0e10cSrcweir	Pos = MAP_APPFONT ( 0 , 0 ) ;
271cdf0e10cSrcweir	Size = MAP_APPFONT ( WIZARD_PAGE_X , WIZARD_PAGE_Y ) ;
272cdf0e10cSrcweir	Hide = TRUE ;
273cdf0e10cSrcweir
274cdf0e10cSrcweir
275cdf0e10cSrcweir	FixedText FT_FINALHEADER
276cdf0e10cSrcweir	{
277cdf0e10cSrcweir		Pos = MAP_APPFONT ( START_X , 8 ) ;
278cdf0e10cSrcweir		Size = MAP_APPFONT ( WIZARD_PAGE_X - START_X - 6 , 2* FIXEDTEXT_HEIGHT ) ;
279cdf0e10cSrcweir		Text[ en-US ] = "Decide how to proceed after saving the database";
280cdf0e10cSrcweir		WordBreak = TRUE;
281cdf0e10cSrcweir	};
282cdf0e10cSrcweir
283cdf0e10cSrcweir    FixedText FT_FINALHELPTEXT
284cdf0e10cSrcweir    {
285cdf0e10cSrcweir        Pos = MAP_APPFONT (START_X , 27 )  ;
286cdf0e10cSrcweir        Size = MAP_APPFONT ( WIZARD_PAGE_X - START_X - 6, 2*FIXEDTEXT_HEIGHT ) ;
287cdf0e10cSrcweir        Text[ en-US ] = "Do you want the wizard to register the database in %PRODUCTNAME?" ;
288cdf0e10cSrcweir        WordBreak = TRUE ;
289cdf0e10cSrcweir    };
290cdf0e10cSrcweir
291cdf0e10cSrcweir
292cdf0e10cSrcweir    RadioButton RB_REGISTERDATASOURCE
293cdf0e10cSrcweir    {
294cdf0e10cSrcweir        HelpId = HID_PAGE_DBWIZARD_FINAL_RB_REGISTERDATASOURCE;
295cdf0e10cSrcweir        Pos = MAP_APPFONT (START_X + 6 , 45 )  ;
296cdf0e10cSrcweir        Size = MAP_APPFONT ( 205 , 9 ) ;
297cdf0e10cSrcweir        Group = TRUE;
298cdf0e10cSrcweir        Text[ en-US ] = "~Yes, register the database for me" ;
299cdf0e10cSrcweir    };
300cdf0e10cSrcweir
301cdf0e10cSrcweir
302cdf0e10cSrcweir    RadioButton RB_DONTREGISTERDATASOURCE
303cdf0e10cSrcweir    {
304cdf0e10cSrcweir        HelpId = HID_PAGE_DBWIZARD_FINAL_RB_DONTREGISTERDATASOURCE ;
305cdf0e10cSrcweir        Pos = MAP_APPFONT (START_X + 6, 57 )  ;
306cdf0e10cSrcweir        Size = MAP_APPFONT ( 208 , 8 ) ;
307cdf0e10cSrcweir        Text[ en-US ] = "N~o, do not register the database" ;
308cdf0e10cSrcweir    };
309cdf0e10cSrcweir
310cdf0e10cSrcweir    FixedText FT_ADDITIONALSETTINGS
311cdf0e10cSrcweir    {
312cdf0e10cSrcweir        Pos = MAP_APPFONT (START_X , 100 )  ;
313cdf0e10cSrcweir        Size = MAP_APPFONT ( WIZARD_PAGE_X - START_X - 6 , 8 ) ;
314cdf0e10cSrcweir        Text[ en-US ] = "After the database file has been saved, what do you want to do?" ;
315cdf0e10cSrcweir    };
316cdf0e10cSrcweir
317cdf0e10cSrcweir    CheckBox CB_OPENAFTERWARDS
318cdf0e10cSrcweir    {
319cdf0e10cSrcweir        HelpId = HID_PAGE_DBWIZARD_FINAL_CB_OPENAFTERWARDS ;
320cdf0e10cSrcweir        Pos = MAP_APPFONT (START_X + 6, 118 )  ;
321cdf0e10cSrcweir        Size = MAP_APPFONT ( WIZARD_PAGE_X - START_X , 8 ) ;
322cdf0e10cSrcweir        Text[ en-US ] = "Open the database for editing" ;
323cdf0e10cSrcweir    };
324cdf0e10cSrcweir
325cdf0e10cSrcweir    CheckBox CB_STARTTABLEWIZARD
326cdf0e10cSrcweir    {
327cdf0e10cSrcweir        HelpId = HID_PAGE_DBWIZARD_FINAL_CB_STARTTABLEWIZARD ;
328cdf0e10cSrcweir        Pos = MAP_APPFONT (START_X + 6, 130 )  ;
329cdf0e10cSrcweir        Size = MAP_APPFONT ( WIZARD_PAGE_X - START_X - 12 , 8 ) ;
330cdf0e10cSrcweir        Text[ en-US ] = "Create tables using the table wizard" ;
331cdf0e10cSrcweir    };
332cdf0e10cSrcweir
333cdf0e10cSrcweir
334cdf0e10cSrcweir	FixedText FT_FINALTEXT
335cdf0e10cSrcweir	{
336cdf0e10cSrcweir		Pos = MAP_APPFONT ( START_X , 173 ) ;
337cdf0e10cSrcweir		Size = MAP_APPFONT ( WIZARD_PAGE_X - START_X - 6 , 2* FIXEDTEXT_HEIGHT ) ;
338cdf0e10cSrcweir		Text[ en-US ]  = "Click 'Finish' to save the database.";
339cdf0e10cSrcweir		WordBreak = TRUE;
340cdf0e10cSrcweir	};
341cdf0e10cSrcweir};
342cdf0e10cSrcweir
343cdf0e10cSrcweirTabPage PAGE_DBWIZARD_MYSQL_JDBC
344cdf0e10cSrcweir{
345cdf0e10cSrcweir    HelpID = "dbaccess:TabPage:PAGE_DBWIZARD_MYSQL_JDBC";
346cdf0e10cSrcweir	SVLook = TRUE ;
347cdf0e10cSrcweir	Pos = MAP_APPFONT ( 0 , 0 ) ;
348cdf0e10cSrcweir	Size = MAP_APPFONT ( WIZARD_PAGE_X , WIZARD_PAGE_Y ) ;
349cdf0e10cSrcweir	Hide = TRUE ;
350cdf0e10cSrcweir
351cdf0e10cSrcweir
352cdf0e10cSrcweir    String STR_MYSQLJDBC_HEADERTEXT
353cdf0e10cSrcweir	{
354cdf0e10cSrcweir        Text[ en-US ] = "Set up connection to a MySQL database using JDBC" ;
355cdf0e10cSrcweir	};
356cdf0e10cSrcweir
357cdf0e10cSrcweir	String STR_MYSQLJDBC_HELPTEXT
358cdf0e10cSrcweir	{
359cdf0e10cSrcweir        Text[ en-US ] = "Please enter the required information to connect to a MySQL database using JDBC. Note that a JDBC driver class must be installed on your system and registered with %PRODUCTNAME.\nPlease contact your system administrator if you are unsure about the following settings.";
360cdf0e10cSrcweir	};
361cdf0e10cSrcweir
362cdf0e10cSrcweir    String STR_MYSQL_DRIVERCLASSTEXT
363cdf0e10cSrcweir    {
364cdf0e10cSrcweir		Text [  en-US  ] = "MySQL JDBC d~river class:";
365cdf0e10cSrcweir    };
366cdf0e10cSrcweir
367cdf0e10cSrcweir
368cdf0e10cSrcweir    String STR_MYSQL_DEFAULT
369cdf0e10cSrcweir    {
370cdf0e10cSrcweir        Text[ en-US ] = "Default: 3306";
371cdf0e10cSrcweir    };
372cdf0e10cSrcweir
373cdf0e10cSrcweir	AUTOHELP_JDBCCONTROLGROUP(HID_PAGE_DBWIZARD_JDBC_ET_MYSQLDBNAME,HID_PAGE_DBWIZARD_JDBC_ET_MYSQLHOSTSERVER,HID_PAGE_DBWIZARD_JDBC_ET_MYSQLPORT,HID_PAGE_DBWIZARD_JDBC_ET_MYSQLCLASS,HID_PAGE_DBWIZARD_JDBC_PB_TESTMYSQLCLASS)
374cdf0e10cSrcweir};
375cdf0e10cSrcweir
376cdf0e10cSrcweirTabPage PAGE_DBWIZARD_MYSQL_NATIVE
377cdf0e10cSrcweir{
378cdf0e10cSrcweir    HelpID = "dbaccess:TabPage:PAGE_DBWIZARD_MYSQL_NATIVE";
379cdf0e10cSrcweir	SVLook = TRUE ;
380cdf0e10cSrcweir	Pos = MAP_APPFONT ( 0, 0 ) ;
381cdf0e10cSrcweir	Size = MAP_APPFONT ( WIZARD_PAGE_X , WIZARD_PAGE_Y ) ;
382cdf0e10cSrcweir	Hide = TRUE ;
383cdf0e10cSrcweir
384cdf0e10cSrcweir	FixedText FT_SETUP_WIZARD_HEADER
385cdf0e10cSrcweir	{
386cdf0e10cSrcweir		Pos = MAP_APPFONT ( START_X , 8 ) ;
387cdf0e10cSrcweir		Size = MAP_APPFONT ( WIZARD_PAGE_X - START_X - 12 , 2 * FIXEDTEXT_HEIGHT ) ;
388cdf0e10cSrcweir        Text[ en-US ] = "Set up connection to a MySQL database" ;
389cdf0e10cSrcweir		WordBreak = TRUE;
390cdf0e10cSrcweir	};
391cdf0e10cSrcweir
392cdf0e10cSrcweir	FixedText FT_SETUP_WIZARD_HELP
393cdf0e10cSrcweir	{
394cdf0e10cSrcweir		Pos = MAP_APPFONT ( START_X , INIT_Y ) ;
395cdf0e10cSrcweir		Size = MAP_APPFONT ( WIZARD_PAGE_X - START_X - 12 , 3 * FIXEDTEXT_HEIGHT ) ;
396cdf0e10cSrcweir        Text [ en-US ] = "Please enter the required information to connect to a MySQL database.";
397cdf0e10cSrcweir		WordBreak = TRUE;
398cdf0e10cSrcweir	};
399cdf0e10cSrcweir};
400cdf0e10cSrcweir
401cdf0e10cSrcweir
402cdf0e10cSrcweirTabPage PAGE_DBWIZARD_DBASE
403cdf0e10cSrcweir{
404cdf0e10cSrcweir    HelpID = "dbaccess:TabPage:PAGE_DBWIZARD_DBASE";
405cdf0e10cSrcweir	SVLook = TRUE ;
406cdf0e10cSrcweir	Pos = MAP_APPFONT ( 0 , 0 ) ;
407cdf0e10cSrcweir	Size = MAP_APPFONT ( WIZARD_PAGE_X , WIZARD_PAGE_Y ) ;
408cdf0e10cSrcweir	Hide = TRUE ;
409cdf0e10cSrcweir
410cdf0e10cSrcweir    String STR_DBASE_HEADERTEXT
411cdf0e10cSrcweir	{
412cdf0e10cSrcweir        Text[ en-US ] = "Set up a connection to dBASE files" ;
413cdf0e10cSrcweir	};
414cdf0e10cSrcweir
415cdf0e10cSrcweir
416cdf0e10cSrcweir    String STR_DBASE_HELPTEXT
417cdf0e10cSrcweir	{
418cdf0e10cSrcweir        Text[ en-US ]  = "Select the folder where the dBASE files are stored." ;
419cdf0e10cSrcweir	};
420cdf0e10cSrcweir
421cdf0e10cSrcweir 	AUTO_HELP_BROWSECONTROLGROUP( 3, HID_PAGE_DBWIZARD_DBASE_ET_DBASELOCATION,HID_PAGE_DBWIZARD_DBASE_PB_DBASELOCATION)
422cdf0e10cSrcweir};
423cdf0e10cSrcweir
424cdf0e10cSrcweir
425cdf0e10cSrcweirTabPage PAGE_DBWIZARD_TEXT
426cdf0e10cSrcweir{
427cdf0e10cSrcweir    HelpID = "dbaccess:TabPage:PAGE_DBWIZARD_TEXT";
428cdf0e10cSrcweir
429cdf0e10cSrcweir    String STR_TEXT_HEADERTEXT
430cdf0e10cSrcweir	{
431cdf0e10cSrcweir        Text[ en-US ]   = "Set up a connection to text files" ;
432cdf0e10cSrcweir	};
433cdf0e10cSrcweir
434cdf0e10cSrcweir
435cdf0e10cSrcweir    String STR_TEXT_HELPTEXT
436cdf0e10cSrcweir	{
437cdf0e10cSrcweir        Text[ en-US ]   = "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode." ;
438cdf0e10cSrcweir	};
439cdf0e10cSrcweir
440cdf0e10cSrcweir
441cdf0e10cSrcweir	String STR_TEXT_PATH_OR_FILE{
442cdf0e10cSrcweir		Text[ en-US ]  = "Path to text files";
443cdf0e10cSrcweir	};
444cdf0e10cSrcweir
445cdf0e10cSrcweir
446cdf0e10cSrcweir	AUTO_HELP_BROWSECONTROLGROUP(3, HID_PAGE_DBWIZARD_TEXT_ET_LOCATIONTEXTFILE,HID_PAGE_DBWIZARD_TEXT_PB_LOCATIONTEXTFILE)
447cdf0e10cSrcweir	AUTO_SEPARATORCONTROLGROUP(82, WIZARD_PAGE_X)
448cdf0e10cSrcweir };
449cdf0e10cSrcweir
450cdf0e10cSrcweir
451cdf0e10cSrcweir
452cdf0e10cSrcweirTabPage PAGE_DBWIZARD_MSACCESS
453cdf0e10cSrcweir{
454cdf0e10cSrcweir    HelpID = "dbaccess:TabPage:PAGE_DBWIZARD_MSACCESS";
455cdf0e10cSrcweir	SVLook = TRUE ;
456cdf0e10cSrcweir	Pos = MAP_APPFONT ( 0 , 0 ) ;
457cdf0e10cSrcweir	Size = MAP_APPFONT ( WIZARD_PAGE_X , WIZARD_PAGE_Y ) ;
458cdf0e10cSrcweir	Hide = TRUE ;
459cdf0e10cSrcweir
460cdf0e10cSrcweir    String STR_MSACCESS_HEADERTEXT
461cdf0e10cSrcweir	{
462cdf0e10cSrcweir        Text[ en-US ] = "Set up a connection to a Microsoft Access database" ;
463cdf0e10cSrcweir	};
464cdf0e10cSrcweir
465cdf0e10cSrcweir
466cdf0e10cSrcweir    String STR_MSACCESS_HELPTEXT
467cdf0e10cSrcweir	{
468cdf0e10cSrcweir        Text[ en-US ] = "Please select the Microsoft Access file you want to access.";
469cdf0e10cSrcweir	};
470cdf0e10cSrcweir
471cdf0e10cSrcweir	AUTO_HELP_BROWSECONTROLGROUP(3, HID_PAGE_DBWIZARD_MSACCESS_ET_MSACCESSLOCATION, HID_PAGE_DBWIZARD_MSACCESS_PB_MSACCESSLOCATION)
472cdf0e10cSrcweir// FT_MSACCESS_MDB_FILE
473cdf0e10cSrcweir};
474cdf0e10cSrcweir
475cdf0e10cSrcweir
476cdf0e10cSrcweirTabPage PAGE_DBWIZARD_LDAP
477cdf0e10cSrcweir{
478cdf0e10cSrcweir    HelpID = "dbaccess:TabPage:PAGE_DBWIZARD_LDAP";
479cdf0e10cSrcweir	SVLook = TRUE ;
480cdf0e10cSrcweir	Pos = MAP_APPFONT ( 0 , 0 ) ;
481cdf0e10cSrcweir	Size = MAP_APPFONT ( WIZARD_PAGE_X , WIZARD_PAGE_Y ) ;
482cdf0e10cSrcweir	Hide = TRUE ;
483cdf0e10cSrcweir
484cdf0e10cSrcweir	FixedText FT_LDAP_HEADERTEXT
485cdf0e10cSrcweir	{
486cdf0e10cSrcweir		Pos = MAP_APPFONT ( START_X , 8 ) ;
487cdf0e10cSrcweir		Size = MAP_APPFONT ( (WIZARD_PAGE_X - START_X) - 12 , 2 * FIXEDTEXT_HEIGHT ) ;
488cdf0e10cSrcweir		Text[ en-US ] = "Set up a connection to an LDAP directory";
489cdf0e10cSrcweir		WordBreak = TRUE;
490cdf0e10cSrcweir	};
491cdf0e10cSrcweir
492cdf0e10cSrcweir
493cdf0e10cSrcweir    FixedText FT_LDAP_HELPTEXT
494cdf0e10cSrcweir    {
495cdf0e10cSrcweir        Pos = MAP_APPFONT (START_X , 27 )  ;
496cdf0e10cSrcweir        Size = MAP_APPFONT (WIZARD_PAGE_X - START_X - 6, 5 * FIXEDTEXT_HEIGHT ) ;
497cdf0e10cSrcweir        Text[ en-US ] = "Please enter the required information to connect to an LDAP directory.\nPlease contact your system administrator if you are unsure about the following settings." ;
498cdf0e10cSrcweir        WordBreak = TRUE ;
499cdf0e10cSrcweir    };
500cdf0e10cSrcweir	AUTO_HOSTCONTROLGROUP(  INIT_Y + 7 * FIXEDTEXT_HEIGHT +		UNRELATED_CONTROLS,							HID_PAGE_DBWIZARD_LDAP_ET_HOSTSERVER)
501cdf0e10cSrcweir	AUTO_BASEDNCONTROLGROUP(INIT_Y + 7 * FIXEDTEXT_HEIGHT +		UNRELATED_CONTROLS +	 EDIT_HEIGHT +	   RELATED_CONTROLS,	HID_PAGE_DBWIZARD_LDAP_ET_BASEDN)
502cdf0e10cSrcweir	AUTO_PORTCONTROLGROUP(  INIT_Y + 7 * FIXEDTEXT_HEIGHT +		UNRELATED_CONTROLS + 2 * EDIT_HEIGHT + 2 * RELATED_CONTROLS,	HID_PAGE_DBWIZARD_LDAP_ET_PORTNUMBER)
503cdf0e10cSrcweir
504cdf0e10cSrcweir    String STR_LDAP_DEFAULT{
505cdf0e10cSrcweir        Text[ en-US ] = "Default: 389" ;
506cdf0e10cSrcweir    };
507cdf0e10cSrcweir
508cdf0e10cSrcweir    CheckBox CB_WIZ_USESSL
509cdf0e10cSrcweir    {
510cdf0e10cSrcweir        HelpId = HID_PAGE_DBWIZARD_LDAP_CB_USESSL ;
511cdf0e10cSrcweir        Pos = MAP_APPFONT (START_X , INIT_Y + 7 * FIXEDTEXT_HEIGHT +		UNRELATED_CONTROLS + 3 * EDIT_HEIGHT + 4 * RELATED_CONTROLS )  ;
512cdf0e10cSrcweir        Size = MAP_APPFONT ( 212 , 8 ) ;
513cdf0e10cSrcweir        Text[ en-US ] = "Use ~secure connection (SSL)" ;
514cdf0e10cSrcweir    };
515cdf0e10cSrcweir};
516cdf0e10cSrcweir
517cdf0e10cSrcweir
518cdf0e10cSrcweirTabPage PAGE_DBWIZARD_ADABAS
519cdf0e10cSrcweir{
520cdf0e10cSrcweir    HelpID = "dbaccess:TabPage:PAGE_DBWIZARD_ADABAS";
521cdf0e10cSrcweir	SVLook = TRUE ;
522cdf0e10cSrcweir	Pos = MAP_APPFONT ( 0 , 0 ) ;
523cdf0e10cSrcweir	Size = MAP_APPFONT ( WIZARD_PAGE_X , WIZARD_PAGE_Y ) ;
524cdf0e10cSrcweir	Hide = TRUE ;
525cdf0e10cSrcweir
526cdf0e10cSrcweir    String STR_ADABAS_HEADERTEXT
527cdf0e10cSrcweir	{
528cdf0e10cSrcweir        Text[ en-US ]   = "Set up a connection to an Adabas D database" ;
529cdf0e10cSrcweir	};
530cdf0e10cSrcweir
531cdf0e10cSrcweir
532cdf0e10cSrcweir	String STR_ADABAS_HELPTEXT{
533cdf0e10cSrcweir        Text[ en-US ] = "Enter the name of the Adabas D database you want to connect to.\nClick 'Browse...' to select an Adabas D database that is already registered in %PRODUCTNAME." ;
534cdf0e10cSrcweir	};
535cdf0e10cSrcweir
536cdf0e10cSrcweir	AUTO_HELP_BROWSECONTROLGROUP(4, HID_PAGE_DBWIZARD_ADABAS_ET_ADABASNAME, HID_PAGE_DBWIZARD_ADABAS_PB_ADABASNAME)
537cdf0e10cSrcweir};
538cdf0e10cSrcweir
539cdf0e10cSrcweir
540cdf0e10cSrcweirTabPage PAGE_DBWIZARD_ADO
541cdf0e10cSrcweir{
542cdf0e10cSrcweir    HelpID = "dbaccess:TabPage:PAGE_DBWIZARD_ADO";
543cdf0e10cSrcweir	SVLook = TRUE ;
544cdf0e10cSrcweir	Pos = MAP_APPFONT ( 0 , 0 ) ;
545cdf0e10cSrcweir	Size = MAP_APPFONT ( WIZARD_PAGE_X , WIZARD_PAGE_Y ) ;
546cdf0e10cSrcweir	Hide = TRUE ;
547cdf0e10cSrcweir
548cdf0e10cSrcweir    String STR_ADO_HEADERTEXT
549cdf0e10cSrcweir	{
550cdf0e10cSrcweir        Text[ en-US ] = "Set up a connection to an ADO database" ;
551cdf0e10cSrcweir	};
552cdf0e10cSrcweir
553cdf0e10cSrcweir	String STR_ADO_HELPTEXT{
554cdf0e10cSrcweir        Text[ en-US ] = "Please enter the URL of the ADO data source you want to connect to.\nClick 'Browse' to configure provider-specific settings.\nPlease contact your system administrator if you are unsure about the following settings." ;
555cdf0e10cSrcweir	};
556cdf0e10cSrcweir
557cdf0e10cSrcweir	AUTO_HELP_BROWSECONTROLGROUP(5, HID_PAGE_DBWIZARD_ADO_ET_ADOURL, HID_PAGE_DBWIZARD_ADO_PB_ADOURL)
558cdf0e10cSrcweir
559cdf0e10cSrcweir};
560cdf0e10cSrcweir
561cdf0e10cSrcweir
562cdf0e10cSrcweirTabPage PAGE_DBWIZARD_ODBC
563cdf0e10cSrcweir{
564cdf0e10cSrcweir    HelpID = "dbaccess:TabPage:PAGE_DBWIZARD_ODBC";
565cdf0e10cSrcweir	SVLook = TRUE ;
566cdf0e10cSrcweir	Pos = MAP_APPFONT ( 0 , 0 ) ;
567cdf0e10cSrcweir	Size = MAP_APPFONT ( WIZARD_PAGE_X , WIZARD_PAGE_Y ) ;
568cdf0e10cSrcweir	Hide = TRUE ;
569cdf0e10cSrcweir
570cdf0e10cSrcweir    String STR_ODBC_HEADERTEXT
571cdf0e10cSrcweir	{
572cdf0e10cSrcweir        Text[ en-US ] = "Set up a connection to an ODBC database" ;
573cdf0e10cSrcweir	};
574cdf0e10cSrcweir
575cdf0e10cSrcweir	String STR_ODBC_HELPTEXT{
576cdf0e10cSrcweir        Text[ en-US ] = "Enter the name of the ODBC database you want to connect to.\nClick 'Browse...' to select an ODBC database that is already registered in %PRODUCTNAME.\nPlease contact your system administrator if you are unsure about the following settings." ;
577cdf0e10cSrcweir	};
578cdf0e10cSrcweir
579cdf0e10cSrcweir	AUTO_HELP_BROWSECONTROLGROUP(6, HID_PAGE_DBWIZARD_ODBC_ET_NAMEOFODBCDATASOURCE, HID_PAGE_DBWIZARD_ODBC_PB_NAMEOFODBCDATASOURCE)
580cdf0e10cSrcweir};
581cdf0e10cSrcweir
582cdf0e10cSrcweirTabPage PAGE_DBWIZARD_USERDEFINED
583cdf0e10cSrcweir{
584cdf0e10cSrcweir    HelpID = "dbaccess:TabPage:PAGE_DBWIZARD_USERDEFINED";
585cdf0e10cSrcweir	SVLook = TRUE ;
586cdf0e10cSrcweir	Pos = MAP_APPFONT ( 0 , 0 ) ;
587cdf0e10cSrcweir	Size = MAP_APPFONT ( WIZARD_PAGE_X , WIZARD_PAGE_Y ) ;
588cdf0e10cSrcweir	Hide = TRUE ;
589cdf0e10cSrcweir
590cdf0e10cSrcweir	AUTO_HELP_BROWSECONTROLGROUP(6, HID_PAGE_DBWIZARD_USERDEFINED_ET_BROWSE, HID_PAGE_DBWIZARD_USERDEFINED_BROWSE)
591cdf0e10cSrcweir};
592cdf0e10cSrcweir
593cdf0e10cSrcweir
594cdf0e10cSrcweir
595cdf0e10cSrcweirTabPage PAGE_DBWIZARD_JDBC
596cdf0e10cSrcweir{
597cdf0e10cSrcweir    HelpID = "dbaccess:TabPage:PAGE_DBWIZARD_JDBC";
598cdf0e10cSrcweir	SVLook = TRUE ;
599cdf0e10cSrcweir	Pos = MAP_APPFONT ( 0 , 0 ) ;
600cdf0e10cSrcweir	Size = MAP_APPFONT ( WIZARD_PAGE_X , WIZARD_PAGE_Y ) ;
601cdf0e10cSrcweir	Hide = TRUE ;
602cdf0e10cSrcweir
603cdf0e10cSrcweir    String STR_JDBC_HEADERTEXT
604cdf0e10cSrcweir	{
605cdf0e10cSrcweir        Text[ en-US ] = "Set up a connection to a JDBC database" ;
606cdf0e10cSrcweir	};
607cdf0e10cSrcweir
608cdf0e10cSrcweir	String STR_JDBC_HELPTEXT{
609cdf0e10cSrcweir        Text[ en-US ] = "Please enter the required information to connect to a JDBC database.\nPlease contact your system administrator if you are unsure about the following settings." ;
610cdf0e10cSrcweir	};
611cdf0e10cSrcweir
612cdf0e10cSrcweir	AUTO_HELP_BROWSECONTROLGROUP(4, HID_PAGE_DBWIZARD_JDBC_ET_JDBCURL, HID_PAGE_DBWIZARD_JDBC_PB_JDBCURL)
613cdf0e10cSrcweir	AUTO_JDBCDRIVERCLASSGROUP(119, HID_PAGE_DBWIZARD_JDBC_ET_JDBCCLASS, HID_PAGE_DBWIZARD_JDBC_PB_TESTJDBCCLASS)
614cdf0e10cSrcweir};
615cdf0e10cSrcweir
616cdf0e10cSrcweir
617cdf0e10cSrcweir
618cdf0e10cSrcweirTabPage PAGE_DBWIZARD_ORACLE
619cdf0e10cSrcweir{
620cdf0e10cSrcweir    HelpID = "dbaccess:TabPage:PAGE_DBWIZARD_ORACLE";
621cdf0e10cSrcweir	SVLook = TRUE ;
622cdf0e10cSrcweir	Pos = MAP_APPFONT ( 0 , 0 ) ;
623cdf0e10cSrcweir	Size = MAP_APPFONT ( WIZARD_PAGE_X , WIZARD_PAGE_Y ) ;
624cdf0e10cSrcweir	Hide = TRUE ;
625cdf0e10cSrcweir
626cdf0e10cSrcweir    String STR_ORACLE_HEADERTEXT
627cdf0e10cSrcweir	{
628cdf0e10cSrcweir        Text[ en-US ] = "Set up a connection to an Oracle database";
629cdf0e10cSrcweir	};
630cdf0e10cSrcweir
631cdf0e10cSrcweir    String STR_ORACLE_DEFAULT
632cdf0e10cSrcweir    {
633cdf0e10cSrcweir        Text[ en-US ] = "Default: 1521" ;
634cdf0e10cSrcweir    };
635cdf0e10cSrcweir
636cdf0e10cSrcweir
637cdf0e10cSrcweir    String STR_ORACLE_DRIVERCLASSTEXT{
638cdf0e10cSrcweir		Text [ en-US ] = "Oracle JDBC ~driver class";
639cdf0e10cSrcweir    };
640cdf0e10cSrcweir
641cdf0e10cSrcweir
642cdf0e10cSrcweir	String STR_ORACLE_HELPTEXT{
643cdf0e10cSrcweir        Text[ en-US ] = "Please enter the required information to connect to an Oracle database.Note that a JDBC Driver Class must be installed on your system and registered with %PRODUCTNAME.\nPlease contact your system administrator if you are unsure about the following settings." ;
644cdf0e10cSrcweir	};
645cdf0e10cSrcweir
646cdf0e10cSrcweir	AUTOHELP_JDBCCONTROLGROUP(HID_PAGE_DBWIZARD_ORACLE_ET_ORACLEDBNAME,HID_PAGE_DBWIZARD_ORACLE_ET_ORACLEHOSTSERVER,HID_PAGE_DBWIZARD_ORACLE_ET_ORACLEPORT,HID_PAGE_DBWIZARD_ORACLE_ET_ORACLECLASS,HID_PAGE_DBWIZARD_ORACLE_PB_TESTORACLECLASS)
647cdf0e10cSrcweir};
648cdf0e10cSrcweir
649cdf0e10cSrcweir
650cdf0e10cSrcweirTabPage PAGE_DBWIZARD_SPREADSHEET
651cdf0e10cSrcweir{
652cdf0e10cSrcweir    HelpID = "dbaccess:TabPage:PAGE_DBWIZARD_SPREADSHEET";
653cdf0e10cSrcweir	SVLook = TRUE ;
654cdf0e10cSrcweir	Pos = MAP_APPFONT ( 0 , 0 ) ;
655cdf0e10cSrcweir	Size = MAP_APPFONT ( WIZARD_PAGE_X , WIZARD_PAGE_Y ) ;
656cdf0e10cSrcweir	Hide = TRUE ;
657cdf0e10cSrcweir
658cdf0e10cSrcweir    String STR_SPREADSHEET_HEADERTEXT
659cdf0e10cSrcweir	{
660cdf0e10cSrcweir        Text[ en-US ] = "Set up a connection to spreadsheets";
661cdf0e10cSrcweir	};
662cdf0e10cSrcweir
663cdf0e10cSrcweir
664cdf0e10cSrcweir	String STR_SPREADSHEET_HELPTEXT{
665cdf0e10cSrcweir        Text[ en-US ] = "Click 'Browse...' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\n%PRODUCTNAME will open this file in read-only mode." ;
666cdf0e10cSrcweir	};
667cdf0e10cSrcweir
668cdf0e10cSrcweir
669cdf0e10cSrcweir	AUTO_HELP_BROWSECONTROLGROUP(3, HID_PAGE_DBWIZARD_SPREADSHEET_ET_SPREADSHEETPATH,HID_PAGE_DBWIZARD_SPREADSHEET_PB_SPREADSHEETPATH )
670cdf0e10cSrcweir
671cdf0e10cSrcweir	String STR_SPREADSHEETPATH{
672cdf0e10cSrcweir        Text[ en-US ] = "~Location and file name" ;
673cdf0e10cSrcweir	};
674cdf0e10cSrcweir
675cdf0e10cSrcweir
676cdf0e10cSrcweir    CheckBox CB_SPREADSHEETPASSWORDREQUIRED
677cdf0e10cSrcweir    {
678cdf0e10cSrcweir        HelpId = HID_PAGE_DBWIZARD_SPREADSHEET_CB_SPREADSHEETPASSWORDREQUIRED ;
679cdf0e10cSrcweir        Pos = MAP_APPFONT (START_X + UNRELATED_CONTROLS , 83 )  ;
680cdf0e10cSrcweir        Size = MAP_APPFONT ( 93 , 11 ) ;
681cdf0e10cSrcweir        Text[ en-US ] = "~Password required" ;
682cdf0e10cSrcweir    };
683cdf0e10cSrcweir};
684cdf0e10cSrcweir
685cdf0e10cSrcweir
686