2000-10-30 06:44:49 -06:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
|
|
|
* $RCSfile: dbaccess_helpid.hrc,v $
|
|
|
|
*
|
2000-12-03 03:36:03 -06:00
|
|
|
* $Revision: 1.6 $
|
2000-10-30 06:44:49 -06:00
|
|
|
*
|
2000-12-03 03:36:03 -06:00
|
|
|
* last change: $Author: fs $ $Date: 2000-12-03 10:32:39 $
|
2000-10-30 06:44:49 -06:00
|
|
|
*
|
|
|
|
* The Contents of this file are made available subject to the terms of
|
|
|
|
* either of the following licenses
|
|
|
|
*
|
|
|
|
* - GNU Lesser General Public License Version 2.1
|
|
|
|
* - Sun Industry Standards Source License Version 1.1
|
|
|
|
*
|
|
|
|
* Sun Microsystems Inc., October, 2000
|
|
|
|
*
|
|
|
|
* GNU Lesser General Public License Version 2.1
|
|
|
|
* =============================================
|
|
|
|
* Copyright 2000 by Sun Microsystems, Inc.
|
|
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License version 2.1, as published by the Free Software Foundation.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
|
|
* MA 02111-1307 USA
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* Sun Industry Standards Source License Version 1.1
|
|
|
|
* =================================================
|
|
|
|
* The contents of this file are subject to the Sun Industry Standards
|
|
|
|
* Source License Version 1.1 (the "License"); You may not use this file
|
|
|
|
* except in compliance with the License. You may obtain a copy of the
|
|
|
|
* License at http://www.openoffice.org/license.html.
|
|
|
|
*
|
|
|
|
* Software provided under this License is provided on an "AS IS" basis,
|
|
|
|
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING,
|
|
|
|
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
|
|
|
|
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
|
|
|
|
* See the License for the specific provisions governing your rights and
|
|
|
|
* obligations concerning the Software.
|
|
|
|
*
|
|
|
|
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
|
|
|
|
*
|
|
|
|
* Copyright: 2000 by Sun Microsystems, Inc.
|
|
|
|
*
|
|
|
|
* All Rights Reserved.
|
|
|
|
*
|
|
|
|
* Contributor(s): _______________________________________
|
|
|
|
*
|
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
#ifndef _DBA_DBACCESS_HELPID_HRC_
|
|
|
|
#define _DBA_DBACCESS_HELPID_HRC_
|
|
|
|
|
|
|
|
#ifndef _SOLAR_HRC
|
|
|
|
#include <svtools/solar.hrc> // HID_DBACCESS_START
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#define HID_DSADMIN_DATASOURCE_SELECTOR (HID_DBACCESS_START + 0)
|
|
|
|
#define HID_DSADMIN_DATASOURCE_NEWDS (HID_DBACCESS_START + 1)
|
|
|
|
#define HID_DSADMIN_DATASOURCE_DSLIST (HID_DBACCESS_START + 2)
|
|
|
|
|
|
|
|
#define HID_DSADMIN_USER_JDBC (HID_DBACCESS_START + 3)
|
|
|
|
#define HID_DSADMIN_USER_ODBC (HID_DBACCESS_START + 4)
|
|
|
|
#define HID_DSADMIN_USER_ADABAS (HID_DBACCESS_START + 5)
|
|
|
|
#define HID_DSADMIN_PWDREC_JDBC (HID_DBACCESS_START + 6)
|
|
|
|
#define HID_DSADMIN_PWDREC_ODBC (HID_DBACCESS_START + 7)
|
|
|
|
#define HID_DSADMIN_PWDREC_ADABAS (HID_DBACCESS_START + 8)
|
|
|
|
|
|
|
|
#define HID_DSADMIN_CHARSET_JDBC (HID_DBACCESS_START + 9)
|
|
|
|
#define HID_DSADMIN_CHARSET_ODBC (HID_DBACCESS_START + 10)
|
|
|
|
#define HID_DSADMIN_CHARSET_DBASE (HID_DBACCESS_START + 11)
|
|
|
|
#define HID_DSADMIN_CHARSET_TEXT (HID_DBACCESS_START + 12)
|
|
|
|
#define HID_DSADMIN_CHARSET_ADABAS (HID_DBACCESS_START + 13)
|
|
|
|
|
|
|
|
#define HID_DSADMIN_CONNURL_JDBCPAGE (HID_DBACCESS_START + 14)
|
|
|
|
|
2000-11-14 07:21:10 -06:00
|
|
|
#define HID_DLG_FILTERCRIT (HID_DBACCESS_START + 15)
|
|
|
|
#define HID_DLG_ORDERCRIT (HID_DBACCESS_START + 16)
|
|
|
|
|
2000-11-30 09:55:19 -06:00
|
|
|
#define HID_DATABROWSE_HEADER (HID_DBACCESS_START + 17)
|
|
|
|
#define HID_CTL_TABBROWSER (HID_DBACCESS_START + 18)
|
|
|
|
#define UID_DATABROWSE_DATAWINDOW (HID_DBACCESS_START + 19)
|
|
|
|
#define HID_CTL_TREEVIEW (HID_DBACCESS_START + 20)
|
|
|
|
#define UID_CTL_CONTENT (HID_DBACCESS_START + 21)
|
2000-12-01 04:51:05 -06:00
|
|
|
#define HID_TLB_TABBROWSER (HID_DBACCESS_START + 22)
|
|
|
|
#define HID_TLB_TREELISTBOX (HID_DBACCESS_START + 23)
|
2000-12-01 06:24:37 -06:00
|
|
|
#define HID_DSADMIN_DATASOURCE_SELECTOR_NEWDS (HID_DBACCESS_START + 24)
|
|
|
|
#define HID_DSADMIN_DATASOURCE_SELECTOR_DSLIST (HID_DBACCESS_START + 25)
|
2000-11-30 09:55:19 -06:00
|
|
|
|
2000-12-03 03:36:03 -06:00
|
|
|
#define HID_ADMINDLG_CONNECTERROR (HID_DBACCESS_START + 26)
|
|
|
|
|
|
|
|
#define HID_DSADMIN_TABCONTROL (HID_DBACCESS_START + 27)
|
|
|
|
#define HID_DSADMIN_PAGE_GENERAL (HID_DBACCESS_START + 28)
|
|
|
|
#define HID_DSADMIN_PAGE_DBASE (HID_DBACCESS_START + 29)
|
|
|
|
#define HID_DSADMIN_PAGE_JDBC (HID_DBACCESS_START + 30)
|
|
|
|
#define HID_DSADMIN_PAGE_ODBC (HID_DBACCESS_START + 31)
|
|
|
|
#define HID_DSADMIN_PAGE_ADABAS (HID_DBACCESS_START + 32)
|
|
|
|
#define HID_DSADMIN_PAGE_TEXT (HID_DBACCESS_START + 33)
|
|
|
|
#define HID_DSADMIN_TABLE_SUBSCRIPTION (HID_DBACCESS_START + 34)
|
|
|
|
#define HID_DSADMIN_DSACTIONS_NEWDS (HID_DBACCESS_START + 35)
|
|
|
|
#define HID_DSADMIN_DSACTIONS_DELETEDS (HID_DBACCESS_START + 36)
|
|
|
|
#define HID_DSADMIN_DSACTIONS_RESTOREDS (HID_DBACCESS_START + 37)
|
|
|
|
#define HID_DSADMIN_DSNAME (HID_DBACCESS_START + 38)
|
|
|
|
#define HID_DSADMIN_DSTYPE (HID_DBACCESS_START + 39)
|
|
|
|
#define HID_DSADMIN_URL_GENERAL (HID_DBACCESS_START + 40)
|
|
|
|
#define HID_DSADMIN_BROWSECONN (HID_DBACCESS_START + 41)
|
|
|
|
#define HID_DSADMIN_LOGINTIMEOUT_NUMBER (HID_DBACCESS_START + 42)
|
|
|
|
#define HID_DSADMIN_LOGINTIMEOUT_UNIT (HID_DBACCESS_START + 43)
|
|
|
|
#define HID_DSADMIN_SHOWDELETED (HID_DBACCESS_START + 44)
|
|
|
|
#define HID_DSADMIN_ALLOWLONG (HID_DBACCESS_START + 45)
|
|
|
|
#define HID_DSADMIN_DBASE_INDICIES (HID_DBACCESS_START + 46)
|
|
|
|
#define HID_DSADMIN_DRIVERCLASS (HID_DBACCESS_START + 47)
|
|
|
|
#define HID_DSADMIN_ODBC_OPTIONS (HID_DBACCESS_START + 48)
|
|
|
|
#define HID_DSADMIN_TEXT_HEADER (HID_DBACCESS_START + 59)
|
|
|
|
#define HID_DSADMIN_FIELD_SEPARATOR (HID_DBACCESS_START + 50)
|
|
|
|
#define HID_DSADMIN_TEXT_SEPARATOR (HID_DBACCESS_START + 51)
|
|
|
|
#define HID_DSADMIN_DECIMAL_SEPARATOR (HID_DBACCESS_START + 52)
|
|
|
|
#define HID_DSADMIN_THOUSANDS_SEPARATOR (HID_DBACCESS_START + 53)
|
|
|
|
#define HID_DSADMIN_EXTENSION (HID_DBACCESS_START + 54)
|
|
|
|
#define HID_DSADMIN_ALL_TABLES (HID_DBACCESS_START + 55)
|
|
|
|
#define HID_DSADMIN_NO_TABLES (HID_DBACCESS_START + 56)
|
|
|
|
#define HID_DSADMIN_SELECT_TABLES (HID_DBACCESS_START + 57)
|
|
|
|
#define HID_DSADMIN_TABLE_SELECTOR (HID_DBACCESS_START + 58)
|
|
|
|
#define HID_DSADMIN_SUPPRESS_VERSIONCL (HID_DBACCESS_START + 59)
|
2000-11-30 09:55:19 -06:00
|
|
|
|
2000-10-30 06:44:49 -06:00
|
|
|
#endif // _DBA_DBACCESS_HELPID_HRC_
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
* history:
|
|
|
|
* $Log: not supported by cvs2svn $
|
2000-12-03 03:36:03 -06:00
|
|
|
* Revision 1.5 2000/12/01 13:24:37 oj
|
|
|
|
* #81036# new helpids
|
|
|
|
*
|
2000-12-01 06:24:37 -06:00
|
|
|
* Revision 1.4 2000/12/01 11:48:33 oj
|
|
|
|
* #81036# some new help ids
|
|
|
|
*
|
2000-12-01 04:51:05 -06:00
|
|
|
* Revision 1.3 2000/11/30 16:54:31 oj
|
|
|
|
* #81036# new helpids
|
|
|
|
*
|
2000-11-30 09:55:19 -06:00
|
|
|
* Revision 1.2 2000/11/14 14:21:10 oj
|
|
|
|
* two new defines
|
|
|
|
*
|
2000-11-14 07:21:10 -06:00
|
|
|
* Revision 1.1 2000/10/30 13:44:49 fs
|
|
|
|
* initial checkin - help ids for the dbaccess project
|
|
|
|
*
|
2000-10-30 06:44:49 -06:00
|
|
|
*
|
|
|
|
* Revision 1.0 30.10.00 14:03:48 fs
|
|
|
|
************************************************************************/
|
|
|
|
|