diff options
author | Frank Schönheit <fs@openoffice.org> | 2000-10-30 12:44:49 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2000-10-30 12:44:49 +0000 |
commit | c02caf4606d5ce6549f1d6f366055996055bd8be (patch) | |
tree | d4e919d9a6eed80b8a95915f82028c428b97aca0 /dbaccess/inc | |
parent | 6b2b75ce09f5c5d275da35d843b8fb4f5fead9a0 (diff) |
initial checkin - help ids for the dbaccess project
Diffstat (limited to 'dbaccess/inc')
-rw-r--r-- | dbaccess/inc/dbaccess_helpid.hrc | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/dbaccess/inc/dbaccess_helpid.hrc b/dbaccess/inc/dbaccess_helpid.hrc new file mode 100644 index 000000000..f07512dd4 --- /dev/null +++ b/dbaccess/inc/dbaccess_helpid.hrc @@ -0,0 +1,96 @@ +/************************************************************************* + * + * $RCSfile: dbaccess_helpid.hrc,v $ + * + * $Revision: 1.1 $ + * + * last change: $Author: fs $ $Date: 2000-10-30 13:44:49 $ + * + * 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) + +#endif // _DBA_DBACCESS_HELPID_HRC_ + +/************************************************************************* + * history: + * $Log: not supported by cvs2svn $ + * + * Revision 1.0 30.10.00 14:03:48 fs + ************************************************************************/ + |