181d089aeSAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 381d089aeSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 481d089aeSAndrew Rist * or more contributor license agreements. See the NOTICE file 581d089aeSAndrew Rist * distributed with this work for additional information 681d089aeSAndrew Rist * regarding copyright ownership. The ASF licenses this file 781d089aeSAndrew Rist * to you under the Apache License, Version 2.0 (the 881d089aeSAndrew Rist * "License"); you may not use this file except in compliance 981d089aeSAndrew Rist * with the License. You may obtain a copy of the License at 10cdf0e10cSrcweir * 1181d089aeSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12cdf0e10cSrcweir * 1381d089aeSAndrew Rist * Unless required by applicable law or agreed to in writing, 1481d089aeSAndrew Rist * software distributed under the License is distributed on an 1581d089aeSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 1681d089aeSAndrew Rist * KIND, either express or implied. See the License for the 1781d089aeSAndrew Rist * specific language governing permissions and limitations 1881d089aeSAndrew Rist * under the License. 19cdf0e10cSrcweir * 2081d089aeSAndrew Rist *************************************************************/ 2181d089aeSAndrew Rist 2281d089aeSAndrew 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#define AUTHENTEDIT_X (EDIT_X - 10) 205cdf0e10cSrcweir 206cdf0e10cSrcweirTabPage PAGE_DBWIZARD_AUTHENTIFICATION 207cdf0e10cSrcweir{ 208cdf0e10cSrcweir HelpID = "dbaccess:TabPage:PAGE_DBWIZARD_AUTHENTIFICATION" ; 209cdf0e10cSrcweir SVLook = TRUE ; 210cdf0e10cSrcweir Pos = MAP_APPFONT ( 0, 0 ) ; 211cdf0e10cSrcweir Size = MAP_APPFONT ( WIZARD_PAGE_X, WIZARD_PAGE_Y ) ; 212cdf0e10cSrcweir Hide = TRUE ; 213cdf0e10cSrcweir 214cdf0e10cSrcweir FixedText FT_AUTHENTIFICATIONHEADERTEXT 215cdf0e10cSrcweir { 216cdf0e10cSrcweir Pos = MAP_APPFONT ( START_X, 8 ) ; 217cdf0e10cSrcweir Size = MAP_APPFONT ( (WIZARD_PAGE_X - START_X) - 12, 2 * FIXEDTEXT_HEIGHT ) ; 218cdf0e10cSrcweir Text [ en-US ] = "Set up the user authentication" ; 219cdf0e10cSrcweir WordBreak = TRUE ; 220cdf0e10cSrcweir }; 221cdf0e10cSrcweir 222cdf0e10cSrcweir 223cdf0e10cSrcweir FixedText FT_AUTHENTIFICATIONHELPTEXT\ 224cdf0e10cSrcweir { 225cdf0e10cSrcweir Pos = MAP_APPFONT (START_X, 27 ) ; 226cdf0e10cSrcweir Size = MAP_APPFONT ( WIZARD_PAGE_X - START_X - 6, 3*FIXEDTEXT_HEIGHT ) ; 227cdf0e10cSrcweir Text [ en-US ] = "Some databases require you to enter a user name." ; \ 228cdf0e10cSrcweir WordBreak = TRUE ; 229cdf0e10cSrcweir }; 230cdf0e10cSrcweir 231cdf0e10cSrcweir FixedText FT_GENERALUSERNAME 232cdf0e10cSrcweir { 233cdf0e10cSrcweir Pos = MAP_APPFONT (START_X, 62 ) ; 234cdf0e10cSrcweir Size = MAP_APPFONT ( AUTHENTEDIT_X - START_X , FIXEDTEXT_HEIGHT ) ; 235cdf0e10cSrcweir Text [ en-US ] = "~User name" ; 236cdf0e10cSrcweir }; 237cdf0e10cSrcweir 238cdf0e10cSrcweir Edit ET_GENERALUSERNAME 239cdf0e10cSrcweir { 240cdf0e10cSrcweir Border = TRUE ; 241cdf0e10cSrcweir HelpId = HID_PAGE_DBWIZARD_AUTHENTIFICATION_ET_GENERALUSERNAME ; 242cdf0e10cSrcweir Pos = MAP_APPFONT (AUTHENTEDIT_X, 60 ) ; 243cdf0e10cSrcweir Size = MAP_APPFONT ( (WIZARD_PAGE_X - AUTHENTEDIT_X - 6), EDIT_HEIGHT ) ; 244cdf0e10cSrcweir }; 245cdf0e10cSrcweir 246cdf0e10cSrcweir CheckBox CB_GENERALPASSWORDREQUIRED 247cdf0e10cSrcweir { 248cdf0e10cSrcweir HelpId = HID_PAGE_DBWIZARD_AUTHENTIFICATION_CB_GENERALPASSWORDREQUIRED ; 249cdf0e10cSrcweir Pos = MAP_APPFONT (AUTHENTEDIT_X, 76 ); 250cdf0e10cSrcweir Size = MAP_APPFONT ( 93, CHECKBOX_HEIGHT ); 251cdf0e10cSrcweir Text [ en-US ] = "Password re~quired" ; 252cdf0e10cSrcweir }; 253cdf0e10cSrcweir 254cdf0e10cSrcweir PushButton PB_TESTCONNECTION 255cdf0e10cSrcweir { 256cdf0e10cSrcweir HelpId = HID_PAGE_DBWIZARD_AUTHENTIFICATION_PB_TESTCONNECTION ; 257cdf0e10cSrcweir Pos = MAP_APPFONT (WIZARD_PAGE_X - BUTTON_WIDTH - UNRELATED_CONTROLS, WIZARD_PAGE_Y - 18 ) ; 258cdf0e10cSrcweir Size = MAP_APPFONT ( BUTTON_WIDTH, BUTTON_HEIGHT ) ; 259cdf0e10cSrcweir Text [ en-US ] = "~Test Connection" ; 260cdf0e10cSrcweir }; 261cdf0e10cSrcweir}; 262cdf0e10cSrcweir 263cdf0e10cSrcweir 264cdf0e10cSrcweirTabPage PAGE_DBWIZARD_FINAL 265cdf0e10cSrcweir{ 266cdf0e10cSrcweir HelpID = "dbaccess:TabPage:PAGE_DBWIZARD_FINAL" ; 267cdf0e10cSrcweir SVLook = TRUE ; 268cdf0e10cSrcweir Pos = MAP_APPFONT ( 0, 0 ) ; 269cdf0e10cSrcweir Size = MAP_APPFONT ( WIZARD_PAGE_X, WIZARD_PAGE_Y ) ; 270cdf0e10cSrcweir Hide = TRUE ; 271cdf0e10cSrcweir 272cdf0e10cSrcweir 273cdf0e10cSrcweir FixedText FT_FINALHEADER 274cdf0e10cSrcweir { 275cdf0e10cSrcweir Pos = MAP_APPFONT ( START_X, 8 ) ; 276cdf0e10cSrcweir Size = MAP_APPFONT ( WIZARD_PAGE_X - START_X - 6, 2* FIXEDTEXT_HEIGHT ) ; 277cdf0e10cSrcweir Text [ en-US ] = "Decide how to proceed after saving the database" ; 278cdf0e10cSrcweir WordBreak = TRUE ; 279cdf0e10cSrcweir }; 280cdf0e10cSrcweir 281cdf0e10cSrcweir FixedText FT_FINALHELPTEXT 282cdf0e10cSrcweir { 283cdf0e10cSrcweir Pos = MAP_APPFONT (START_X, 27 ) ; 284cdf0e10cSrcweir Size = MAP_APPFONT ( WIZARD_PAGE_X - START_X - 6, 2*FIXEDTEXT_HEIGHT ) ; 285cdf0e10cSrcweir Text [ en-US ] = "Do you want the wizard to register the database in %PRODUCTNAME?" ; 286cdf0e10cSrcweir WordBreak = TRUE ; 287cdf0e10cSrcweir }; 288cdf0e10cSrcweir 289cdf0e10cSrcweir 290cdf0e10cSrcweir RadioButton RB_REGISTERDATASOURCE 291cdf0e10cSrcweir { 292cdf0e10cSrcweir HelpId = HID_PAGE_DBWIZARD_FINAL_RB_REGISTERDATASOURCE ; 293cdf0e10cSrcweir Pos = MAP_APPFONT (START_X + 6, 45 ) ; 294cdf0e10cSrcweir Size = MAP_APPFONT ( 205, 9 ) ; 295cdf0e10cSrcweir Group = TRUE ; 296cdf0e10cSrcweir Text [ en-US ] = "~Yes, register the database for me" ; 297cdf0e10cSrcweir }; 298cdf0e10cSrcweir 299cdf0e10cSrcweir 300cdf0e10cSrcweir RadioButton RB_DONTREGISTERDATASOURCE 301cdf0e10cSrcweir { 302cdf0e10cSrcweir HelpId = HID_PAGE_DBWIZARD_FINAL_RB_DONTREGISTERDATASOURCE ; 303cdf0e10cSrcweir Pos = MAP_APPFONT (START_X + 6, 57 ) ; 304cdf0e10cSrcweir Size = MAP_APPFONT ( 208, 8 ) ; 305cdf0e10cSrcweir Text [ en-US ] = "N~o, do not register the database" ; 306cdf0e10cSrcweir }; 307cdf0e10cSrcweir 308cdf0e10cSrcweir FixedText FT_ADDITIONALSETTINGS 309cdf0e10cSrcweir { 310cdf0e10cSrcweir Pos = MAP_APPFONT (START_X, 100 ) ; 311cdf0e10cSrcweir Size = MAP_APPFONT ( WIZARD_PAGE_X - START_X - 6, 8 ) ; 312cdf0e10cSrcweir Text [ en-US ] = "After the database file has been saved, what do you want to do?" ; 313cdf0e10cSrcweir }; 314cdf0e10cSrcweir 315cdf0e10cSrcweir CheckBox CB_OPENAFTERWARDS 316cdf0e10cSrcweir { 317cdf0e10cSrcweir HelpId = HID_PAGE_DBWIZARD_FINAL_CB_OPENAFTERWARDS ; 318cdf0e10cSrcweir Pos = MAP_APPFONT (START_X + 6, 118 ) ; 319cdf0e10cSrcweir Size = MAP_APPFONT ( WIZARD_PAGE_X - START_X, 8 ) ; 320cdf0e10cSrcweir Text [ en-US ] = "Open the database for editing" ; 321cdf0e10cSrcweir }; 322cdf0e10cSrcweir 323cdf0e10cSrcweir CheckBox CB_STARTTABLEWIZARD 324cdf0e10cSrcweir { 325cdf0e10cSrcweir HelpId = HID_PAGE_DBWIZARD_FINAL_CB_STARTTABLEWIZARD ; 326cdf0e10cSrcweir Pos = MAP_APPFONT (START_X + 6, 130 ) ; 327cdf0e10cSrcweir Size = MAP_APPFONT ( WIZARD_PAGE_X - START_X - 12, 8 ) ; 328cdf0e10cSrcweir Text [ en-US ] = "Create tables using the table wizard" ; 329cdf0e10cSrcweir }; 330cdf0e10cSrcweir 331cdf0e10cSrcweir 332cdf0e10cSrcweir FixedText FT_FINALTEXT 333cdf0e10cSrcweir { 334cdf0e10cSrcweir Pos = MAP_APPFONT ( START_X, 173 ) ; 335cdf0e10cSrcweir Size = MAP_APPFONT ( WIZARD_PAGE_X - START_X - 6, 2* FIXEDTEXT_HEIGHT ) ; 336cdf0e10cSrcweir Text [ en-US ] = "Click 'Finish' to save the database." ; 337cdf0e10cSrcweir WordBreak = TRUE ; 338cdf0e10cSrcweir }; 339cdf0e10cSrcweir}; 340cdf0e10cSrcweir 341cdf0e10cSrcweirTabPage PAGE_DBWIZARD_MYSQL_JDBC 342cdf0e10cSrcweir{ 343cdf0e10cSrcweir HelpID = "dbaccess:TabPage:PAGE_DBWIZARD_MYSQL_JDBC" ; 344cdf0e10cSrcweir SVLook = TRUE ; 345cdf0e10cSrcweir Pos = MAP_APPFONT ( 0, 0 ) ; 346cdf0e10cSrcweir Size = MAP_APPFONT ( WIZARD_PAGE_X, WIZARD_PAGE_Y ) ; 347cdf0e10cSrcweir Hide = TRUE ; 348cdf0e10cSrcweir 349cdf0e10cSrcweir 350cdf0e10cSrcweir String STR_MYSQLJDBC_HEADERTEXT 351cdf0e10cSrcweir { 352cdf0e10cSrcweir Text [ en-US ] = "Set up connection to a MySQL database using JDBC" ; 353cdf0e10cSrcweir }; 354cdf0e10cSrcweir 355cdf0e10cSrcweir String STR_MYSQLJDBC_HELPTEXT 356cdf0e10cSrcweir { 357cdf0e10cSrcweir 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." ; 358cdf0e10cSrcweir }; 359cdf0e10cSrcweir 360cdf0e10cSrcweir String STR_MYSQL_DRIVERCLASSTEXT 361cdf0e10cSrcweir { 362cdf0e10cSrcweir Text [ en-US ] = "MySQL JDBC d~river class:" ; 363cdf0e10cSrcweir }; 364cdf0e10cSrcweir 365cdf0e10cSrcweir 366cdf0e10cSrcweir String STR_MYSQL_DEFAULT 367cdf0e10cSrcweir { 368cdf0e10cSrcweir Text [ en-US ] = "Default: 3306" ; 369cdf0e10cSrcweir }; 370cdf0e10cSrcweir 371cdf0e10cSrcweir 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) 372cdf0e10cSrcweir}; 373cdf0e10cSrcweir 374cdf0e10cSrcweirTabPage PAGE_DBWIZARD_MYSQL_NATIVE 375cdf0e10cSrcweir{ 376cdf0e10cSrcweir HelpID = "dbaccess:TabPage:PAGE_DBWIZARD_MYSQL_NATIVE" ; 377cdf0e10cSrcweir SVLook = TRUE ; 378cdf0e10cSrcweir Pos = MAP_APPFONT ( 0, 0 ) ; 379cdf0e10cSrcweir Size = MAP_APPFONT ( WIZARD_PAGE_X, WIZARD_PAGE_Y ) ; 380cdf0e10cSrcweir Hide = TRUE ; 381cdf0e10cSrcweir 382cdf0e10cSrcweir FixedText FT_SETUP_WIZARD_HEADER 383cdf0e10cSrcweir { 384cdf0e10cSrcweir Pos = MAP_APPFONT ( START_X, 8 ) ; 385cdf0e10cSrcweir Size = MAP_APPFONT ( WIZARD_PAGE_X - START_X - 12, 2 * FIXEDTEXT_HEIGHT ) ; 386cdf0e10cSrcweir Text [ en-US ] = "Set up connection to a MySQL database" ; 387cdf0e10cSrcweir WordBreak = TRUE ; 388cdf0e10cSrcweir }; 389cdf0e10cSrcweir 390cdf0e10cSrcweir FixedText FT_SETUP_WIZARD_HELP 391cdf0e10cSrcweir { 392cdf0e10cSrcweir Pos = MAP_APPFONT ( START_X, INIT_Y ) ; 393cdf0e10cSrcweir Size = MAP_APPFONT ( WIZARD_PAGE_X - START_X - 12, 3 * FIXEDTEXT_HEIGHT ) ; 394cdf0e10cSrcweir Text [ en-US ] = "Please enter the required information to connect to a MySQL database." ; 395cdf0e10cSrcweir WordBreak = TRUE ; 396cdf0e10cSrcweir }; 397cdf0e10cSrcweir}; 398cdf0e10cSrcweir 399cdf0e10cSrcweir 400cdf0e10cSrcweirTabPage PAGE_DBWIZARD_DBASE 401cdf0e10cSrcweir{ 402cdf0e10cSrcweir HelpID = "dbaccess:TabPage:PAGE_DBWIZARD_DBASE" ; 403cdf0e10cSrcweir SVLook = TRUE ; 404cdf0e10cSrcweir Pos = MAP_APPFONT ( 0, 0 ) ; 405cdf0e10cSrcweir Size = MAP_APPFONT ( WIZARD_PAGE_X, WIZARD_PAGE_Y ) ; 406cdf0e10cSrcweir Hide = TRUE ; 407cdf0e10cSrcweir 408cdf0e10cSrcweir String STR_DBASE_HEADERTEXT 409cdf0e10cSrcweir { 410cdf0e10cSrcweir Text [ en-US ] = "Set up a connection to dBASE files" ; 411cdf0e10cSrcweir }; 412cdf0e10cSrcweir 413cdf0e10cSrcweir 414cdf0e10cSrcweir String STR_DBASE_HELPTEXT 415cdf0e10cSrcweir { 416cdf0e10cSrcweir Text [ en-US ] = "Select the folder where the dBASE files are stored." ; 417cdf0e10cSrcweir }; 418cdf0e10cSrcweir 419cdf0e10cSrcweir AUTO_HELP_BROWSECONTROLGROUP( 3, HID_PAGE_DBWIZARD_DBASE_ET_DBASELOCATION,HID_PAGE_DBWIZARD_DBASE_PB_DBASELOCATION) 420cdf0e10cSrcweir}; 421cdf0e10cSrcweir 422cdf0e10cSrcweir 423cdf0e10cSrcweirTabPage PAGE_DBWIZARD_TEXT 424cdf0e10cSrcweir{ 425cdf0e10cSrcweir HelpID = "dbaccess:TabPage:PAGE_DBWIZARD_TEXT" ; 426cdf0e10cSrcweir 427cdf0e10cSrcweir String STR_TEXT_HEADERTEXT 428cdf0e10cSrcweir { 429cdf0e10cSrcweir Text [ en-US ] = "Set up a connection to text files" ; 430cdf0e10cSrcweir }; 431cdf0e10cSrcweir 432cdf0e10cSrcweir 433cdf0e10cSrcweir String STR_TEXT_HELPTEXT 434cdf0e10cSrcweir { 435cdf0e10cSrcweir 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." ; 436cdf0e10cSrcweir }; 437cdf0e10cSrcweir 438cdf0e10cSrcweir 439cdf0e10cSrcweir String STR_TEXT_PATH_OR_FILE{ 440cdf0e10cSrcweir Text [ en-US ] = "Path to text files" ; 441cdf0e10cSrcweir }; 442cdf0e10cSrcweir 443cdf0e10cSrcweir 444cdf0e10cSrcweir AUTO_HELP_BROWSECONTROLGROUP(3, HID_PAGE_DBWIZARD_TEXT_ET_LOCATIONTEXTFILE,HID_PAGE_DBWIZARD_TEXT_PB_LOCATIONTEXTFILE) 445cdf0e10cSrcweir AUTO_SEPARATORCONTROLGROUP(82, WIZARD_PAGE_X) 446cdf0e10cSrcweir }; 447cdf0e10cSrcweir 448cdf0e10cSrcweir 449cdf0e10cSrcweirTabPage PAGE_DBWIZARD_MSACCESS 450cdf0e10cSrcweir{ 451cdf0e10cSrcweir HelpID = "dbaccess:TabPage:PAGE_DBWIZARD_MSACCESS" ; 452cdf0e10cSrcweir SVLook = TRUE ; 453cdf0e10cSrcweir Pos = MAP_APPFONT ( 0, 0 ) ; 454cdf0e10cSrcweir Size = MAP_APPFONT ( WIZARD_PAGE_X, WIZARD_PAGE_Y ) ; 455cdf0e10cSrcweir Hide = TRUE ; 456cdf0e10cSrcweir 457cdf0e10cSrcweir String STR_MSACCESS_HEADERTEXT 458cdf0e10cSrcweir { 459cdf0e10cSrcweir Text [ en-US ] = "Set up a connection to a Microsoft Access database" ; 460cdf0e10cSrcweir }; 461cdf0e10cSrcweir 462cdf0e10cSrcweir 463cdf0e10cSrcweir String STR_MSACCESS_HELPTEXT 464cdf0e10cSrcweir { 465cdf0e10cSrcweir Text [ en-US ] = "Please select the Microsoft Access file you want to access." ; 466cdf0e10cSrcweir }; 467cdf0e10cSrcweir 468cdf0e10cSrcweir AUTO_HELP_BROWSECONTROLGROUP(3, HID_PAGE_DBWIZARD_MSACCESS_ET_MSACCESSLOCATION, HID_PAGE_DBWIZARD_MSACCESS_PB_MSACCESSLOCATION) 469cdf0e10cSrcweir// FT_MSACCESS_MDB_FILE 470cdf0e10cSrcweir}; 471cdf0e10cSrcweir 472cdf0e10cSrcweir 473cdf0e10cSrcweirTabPage PAGE_DBWIZARD_LDAP 474cdf0e10cSrcweir{ 475cdf0e10cSrcweir HelpID = "dbaccess:TabPage:PAGE_DBWIZARD_LDAP" ; 476cdf0e10cSrcweir SVLook = TRUE ; 477cdf0e10cSrcweir Pos = MAP_APPFONT ( 0, 0 ) ; 478cdf0e10cSrcweir Size = MAP_APPFONT ( WIZARD_PAGE_X, WIZARD_PAGE_Y ) ; 479cdf0e10cSrcweir Hide = TRUE ; 480cdf0e10cSrcweir 481cdf0e10cSrcweir FixedText FT_LDAP_HEADERTEXT 482cdf0e10cSrcweir { 483cdf0e10cSrcweir Pos = MAP_APPFONT ( START_X, 8 ) ; 484cdf0e10cSrcweir Size = MAP_APPFONT ( (WIZARD_PAGE_X - START_X) - 12, 2 * FIXEDTEXT_HEIGHT ) ; 485cdf0e10cSrcweir Text [ en-US ] = "Set up a connection to an LDAP directory" ; 486cdf0e10cSrcweir WordBreak = TRUE ; 487cdf0e10cSrcweir }; 488cdf0e10cSrcweir 489cdf0e10cSrcweir 490cdf0e10cSrcweir FixedText FT_LDAP_HELPTEXT 491cdf0e10cSrcweir { 492cdf0e10cSrcweir Pos = MAP_APPFONT (START_X, 27 ) ; 493cdf0e10cSrcweir Size = MAP_APPFONT (WIZARD_PAGE_X - START_X - 6, 5 * FIXEDTEXT_HEIGHT ) ; 494cdf0e10cSrcweir 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." ; 495cdf0e10cSrcweir WordBreak = TRUE ; 496cdf0e10cSrcweir }; 497cdf0e10cSrcweir AUTO_HOSTCONTROLGROUP( INIT_Y + 7 * FIXEDTEXT_HEIGHT + UNRELATED_CONTROLS, HID_PAGE_DBWIZARD_LDAP_ET_HOSTSERVER) 498cdf0e10cSrcweir AUTO_BASEDNCONTROLGROUP(INIT_Y + 7 * FIXEDTEXT_HEIGHT + UNRELATED_CONTROLS + EDIT_HEIGHT + RELATED_CONTROLS, HID_PAGE_DBWIZARD_LDAP_ET_BASEDN) 499cdf0e10cSrcweir AUTO_PORTCONTROLGROUP( INIT_Y + 7 * FIXEDTEXT_HEIGHT + UNRELATED_CONTROLS + 2 * EDIT_HEIGHT + 2 * RELATED_CONTROLS, HID_PAGE_DBWIZARD_LDAP_ET_PORTNUMBER) 500cdf0e10cSrcweir 501cdf0e10cSrcweir String STR_LDAP_DEFAULT{ 502cdf0e10cSrcweir Text [ en-US ] = "Default: 389" ; 503cdf0e10cSrcweir }; 504cdf0e10cSrcweir 505cdf0e10cSrcweir CheckBox CB_WIZ_USESSL 506cdf0e10cSrcweir { 507cdf0e10cSrcweir HelpId = HID_PAGE_DBWIZARD_LDAP_CB_USESSL ; 508cdf0e10cSrcweir Pos = MAP_APPFONT (START_X, INIT_Y + 7 * FIXEDTEXT_HEIGHT + UNRELATED_CONTROLS + 3 * EDIT_HEIGHT + 4 * RELATED_CONTROLS ) ; 509cdf0e10cSrcweir Size = MAP_APPFONT ( 212, 8 ) ; 510cdf0e10cSrcweir Text [ en-US ] = "Use ~secure connection (SSL)" ; 511cdf0e10cSrcweir }; 512cdf0e10cSrcweir}; 513cdf0e10cSrcweir 514cdf0e10cSrcweir 515cdf0e10cSrcweirTabPage PAGE_DBWIZARD_ADABAS 516cdf0e10cSrcweir{ 517cdf0e10cSrcweir HelpID = "dbaccess:TabPage:PAGE_DBWIZARD_ADABAS" ; 518cdf0e10cSrcweir SVLook = TRUE ; 519cdf0e10cSrcweir Pos = MAP_APPFONT ( 0, 0 ) ; 520cdf0e10cSrcweir Size = MAP_APPFONT ( WIZARD_PAGE_X, WIZARD_PAGE_Y ) ; 521cdf0e10cSrcweir Hide = TRUE ; 522cdf0e10cSrcweir 523cdf0e10cSrcweir String STR_ADABAS_HEADERTEXT 524cdf0e10cSrcweir { 525cdf0e10cSrcweir Text [ en-US ] = "Set up a connection to an Adabas D database" ; 526cdf0e10cSrcweir }; 527cdf0e10cSrcweir 528cdf0e10cSrcweir 529cdf0e10cSrcweir String STR_ADABAS_HELPTEXT{ 530*c575ce11SMatthias Seidel 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." ; 531cdf0e10cSrcweir }; 532cdf0e10cSrcweir 533cdf0e10cSrcweir AUTO_HELP_BROWSECONTROLGROUP(4, HID_PAGE_DBWIZARD_ADABAS_ET_ADABASNAME, HID_PAGE_DBWIZARD_ADABAS_PB_ADABASNAME) 534cdf0e10cSrcweir}; 535cdf0e10cSrcweir 536cdf0e10cSrcweir 537cdf0e10cSrcweirTabPage PAGE_DBWIZARD_ADO 538cdf0e10cSrcweir{ 539cdf0e10cSrcweir HelpID = "dbaccess:TabPage:PAGE_DBWIZARD_ADO" ; 540cdf0e10cSrcweir SVLook = TRUE ; 541cdf0e10cSrcweir Pos = MAP_APPFONT ( 0, 0 ) ; 542cdf0e10cSrcweir Size = MAP_APPFONT ( WIZARD_PAGE_X, WIZARD_PAGE_Y ) ; 543cdf0e10cSrcweir Hide = TRUE ; 544cdf0e10cSrcweir 545cdf0e10cSrcweir String STR_ADO_HEADERTEXT 546cdf0e10cSrcweir { 547cdf0e10cSrcweir Text [ en-US ] = "Set up a connection to an ADO database" ; 548cdf0e10cSrcweir }; 549cdf0e10cSrcweir 550cdf0e10cSrcweir String STR_ADO_HELPTEXT{ 551cdf0e10cSrcweir 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." ; 552cdf0e10cSrcweir }; 553cdf0e10cSrcweir 554cdf0e10cSrcweir AUTO_HELP_BROWSECONTROLGROUP(5, HID_PAGE_DBWIZARD_ADO_ET_ADOURL, HID_PAGE_DBWIZARD_ADO_PB_ADOURL) 555cdf0e10cSrcweir}; 556cdf0e10cSrcweir 557cdf0e10cSrcweir 558cdf0e10cSrcweirTabPage PAGE_DBWIZARD_ODBC 559cdf0e10cSrcweir{ 560cdf0e10cSrcweir HelpID = "dbaccess:TabPage:PAGE_DBWIZARD_ODBC" ; 561cdf0e10cSrcweir SVLook = TRUE ; 562cdf0e10cSrcweir Pos = MAP_APPFONT ( 0, 0 ) ; 563cdf0e10cSrcweir Size = MAP_APPFONT ( WIZARD_PAGE_X, WIZARD_PAGE_Y ) ; 564cdf0e10cSrcweir Hide = TRUE ; 565cdf0e10cSrcweir 566cdf0e10cSrcweir String STR_ODBC_HEADERTEXT 567cdf0e10cSrcweir { 568cdf0e10cSrcweir Text [ en-US ] = "Set up a connection to an ODBC database" ; 569cdf0e10cSrcweir }; 570cdf0e10cSrcweir 571cdf0e10cSrcweir String STR_ODBC_HELPTEXT{ 572*c575ce11SMatthias Seidel 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." ; 573cdf0e10cSrcweir }; 574cdf0e10cSrcweir 575cdf0e10cSrcweir AUTO_HELP_BROWSECONTROLGROUP(6, HID_PAGE_DBWIZARD_ODBC_ET_NAMEOFODBCDATASOURCE, HID_PAGE_DBWIZARD_ODBC_PB_NAMEOFODBCDATASOURCE) 576cdf0e10cSrcweir}; 577cdf0e10cSrcweir 578cdf0e10cSrcweirTabPage PAGE_DBWIZARD_USERDEFINED 579cdf0e10cSrcweir{ 580cdf0e10cSrcweir HelpID = "dbaccess:TabPage:PAGE_DBWIZARD_USERDEFINED" ; 581cdf0e10cSrcweir SVLook = TRUE ; 582cdf0e10cSrcweir Pos = MAP_APPFONT ( 0, 0 ) ; 583cdf0e10cSrcweir Size = MAP_APPFONT ( WIZARD_PAGE_X, WIZARD_PAGE_Y ) ; 584cdf0e10cSrcweir Hide = TRUE ; 585cdf0e10cSrcweir 586cdf0e10cSrcweir AUTO_HELP_BROWSECONTROLGROUP(6, HID_PAGE_DBWIZARD_USERDEFINED_ET_BROWSE, HID_PAGE_DBWIZARD_USERDEFINED_BROWSE) 587cdf0e10cSrcweir}; 588cdf0e10cSrcweir 589cdf0e10cSrcweir 590cdf0e10cSrcweirTabPage PAGE_DBWIZARD_JDBC 591cdf0e10cSrcweir{ 592cdf0e10cSrcweir HelpID = "dbaccess:TabPage:PAGE_DBWIZARD_JDBC" ; 593cdf0e10cSrcweir SVLook = TRUE ; 594cdf0e10cSrcweir Pos = MAP_APPFONT ( 0, 0 ) ; 595cdf0e10cSrcweir Size = MAP_APPFONT ( WIZARD_PAGE_X, WIZARD_PAGE_Y ) ; 596cdf0e10cSrcweir Hide = TRUE ; 597cdf0e10cSrcweir 598cdf0e10cSrcweir String STR_JDBC_HEADERTEXT 599cdf0e10cSrcweir { 600cdf0e10cSrcweir Text [ en-US ] = "Set up a connection to a JDBC database" ; 601cdf0e10cSrcweir }; 602cdf0e10cSrcweir 603cdf0e10cSrcweir String STR_JDBC_HELPTEXT{ 604cdf0e10cSrcweir 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." ; 605cdf0e10cSrcweir }; 606cdf0e10cSrcweir 607cdf0e10cSrcweir AUTO_HELP_BROWSECONTROLGROUP(4, HID_PAGE_DBWIZARD_JDBC_ET_JDBCURL, HID_PAGE_DBWIZARD_JDBC_PB_JDBCURL) 608cdf0e10cSrcweir AUTO_JDBCDRIVERCLASSGROUP(119, HID_PAGE_DBWIZARD_JDBC_ET_JDBCCLASS, HID_PAGE_DBWIZARD_JDBC_PB_TESTJDBCCLASS) 609cdf0e10cSrcweir}; 610cdf0e10cSrcweir 611cdf0e10cSrcweir 612cdf0e10cSrcweirTabPage PAGE_DBWIZARD_ORACLE 613cdf0e10cSrcweir{ 614cdf0e10cSrcweir HelpID = "dbaccess:TabPage:PAGE_DBWIZARD_ORACLE" ; 615cdf0e10cSrcweir SVLook = TRUE ; 616cdf0e10cSrcweir Pos = MAP_APPFONT ( 0, 0 ) ; 617cdf0e10cSrcweir Size = MAP_APPFONT ( WIZARD_PAGE_X, WIZARD_PAGE_Y ) ; 618cdf0e10cSrcweir Hide = TRUE ; 619cdf0e10cSrcweir 620cdf0e10cSrcweir String STR_ORACLE_HEADERTEXT 621cdf0e10cSrcweir { 622cdf0e10cSrcweir Text [ en-US ] = "Set up a connection to an Oracle database" ; 623cdf0e10cSrcweir }; 624cdf0e10cSrcweir 625cdf0e10cSrcweir String STR_ORACLE_DEFAULT 626cdf0e10cSrcweir { 627cdf0e10cSrcweir Text [ en-US ] = "Default: 1521" ; 628cdf0e10cSrcweir }; 629cdf0e10cSrcweir 630cdf0e10cSrcweir 631cdf0e10cSrcweir String STR_ORACLE_DRIVERCLASSTEXT{ 632cdf0e10cSrcweir Text [ en-US ] = "Oracle JDBC ~driver class" ; 633cdf0e10cSrcweir }; 634cdf0e10cSrcweir 635cdf0e10cSrcweir 636cdf0e10cSrcweir String STR_ORACLE_HELPTEXT{ 637cdf0e10cSrcweir 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." ; 638cdf0e10cSrcweir }; 639cdf0e10cSrcweir 640cdf0e10cSrcweir 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) 641cdf0e10cSrcweir}; 642cdf0e10cSrcweir 643cdf0e10cSrcweir 644cdf0e10cSrcweirTabPage PAGE_DBWIZARD_SPREADSHEET 645cdf0e10cSrcweir{ 646cdf0e10cSrcweir HelpID = "dbaccess:TabPage:PAGE_DBWIZARD_SPREADSHEET" ; 647cdf0e10cSrcweir SVLook = TRUE ; 648cdf0e10cSrcweir Pos = MAP_APPFONT ( 0, 0 ) ; 649cdf0e10cSrcweir Size = MAP_APPFONT ( WIZARD_PAGE_X, WIZARD_PAGE_Y ) ; 650cdf0e10cSrcweir Hide = TRUE ; 651cdf0e10cSrcweir 652cdf0e10cSrcweir String STR_SPREADSHEET_HEADERTEXT 653cdf0e10cSrcweir { 654cdf0e10cSrcweir Text [ en-US ] = "Set up a connection to spreadsheets" ; 655cdf0e10cSrcweir }; 656cdf0e10cSrcweir 657cdf0e10cSrcweir 658cdf0e10cSrcweir String STR_SPREADSHEET_HELPTEXT{ 659*c575ce11SMatthias Seidel Text [ en-US ] = "Click 'Browse…' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\n%PRODUCTNAME will open this file in read-only mode." ; 660cdf0e10cSrcweir }; 661cdf0e10cSrcweir 662cdf0e10cSrcweir 663cdf0e10cSrcweir AUTO_HELP_BROWSECONTROLGROUP(3, HID_PAGE_DBWIZARD_SPREADSHEET_ET_SPREADSHEETPATH,HID_PAGE_DBWIZARD_SPREADSHEET_PB_SPREADSHEETPATH ) 664cdf0e10cSrcweir 665cdf0e10cSrcweir String STR_SPREADSHEETPATH{ 666cdf0e10cSrcweir Text [ en-US ] = "~Location and file name" ; 667cdf0e10cSrcweir }; 668cdf0e10cSrcweir 669cdf0e10cSrcweir 670cdf0e10cSrcweir CheckBox CB_SPREADSHEETPASSWORDREQUIRED 671cdf0e10cSrcweir { 672cdf0e10cSrcweir HelpId = HID_PAGE_DBWIZARD_SPREADSHEET_CB_SPREADSHEETPASSWORDREQUIRED ; 673cdf0e10cSrcweir Pos = MAP_APPFONT (START_X + UNRELATED_CONTROLS, 83 ) ; 674cdf0e10cSrcweir Size = MAP_APPFONT ( 93, 11 ) ; 675cdf0e10cSrcweir Text [ en-US ] = "~Password required" ; 676cdf0e10cSrcweir }; 677cdf0e10cSrcweir}; 678*c575ce11SMatthias Seidel// ********************************************************************** EOF 679