1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: dbu_app.hrc,v $
10 * $Revision: 1.5.68.1 $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
33 #ifndef _DBU_RESOURCE_HRC_
34 #include "dbu_resource.hrc"
37 #define TBI_SWITCH_PREVIEW RID_DBACCESS_START
39 #define RID_STR_NEW_FORM RID_STR_APP_START
40 #define RID_STR_NEW_FORM_AUTO RID_STR_APP_START + 1
41 #define RID_STR_NEW_REPORT RID_STR_APP_START + 2
42 #define RID_STR_NEW_REPORT_AUTO RID_STR_APP_START + 3
43 #define RID_STR_NEW_TABLE RID_STR_APP_START + 4
44 #define RID_STR_NEW_TABLE_AUTO RID_STR_APP_START + 5
45 #define RID_STR_NEW_VIEW RID_STR_APP_START + 6
46 #define RID_STR_NEW_VIEW_AUTO RID_STR_APP_START + 7
47 #define RID_STR_NEW_QUERY RID_STR_APP_START + 8
48 #define RID_STR_NEW_QUERY_AUTO RID_STR_APP_START + 9
49 #define STR_QUERY_DELETE_DATASOURCE RID_STR_APP_START + 10
50 #define STR_APP_TITLE RID_STR_APP_START + 11
51 #define RID_STR_NEW_QUERY_SQL RID_STR_APP_START + 12
52 #define RID_STR_REPORTS_CONTAINER RID_STR_APP_START + 13
53 #define RID_STR_FORMS_CONTAINER RID_STR_APP_START + 14
54 #define RID_STR_REPORTS_HELP_TEXT_WIZARD RID_STR_APP_START + 15
55 #define RID_STR_FORMS_HELP_TEXT RID_STR_APP_START + 16
56 #define RID_STR_QUERIES_HELP_TEXT RID_STR_APP_START + 17
57 #define RID_STR_QUERIES_HELP_TEXT_SQL RID_STR_APP_START + 18
58 #define RID_STR_VIEWS_HELP_TEXT_DESIGN RID_STR_APP_START + 19
59 #define RID_STR_VIEWS_HELP_TEXT_WIZARD RID_STR_APP_START + 20
60 #define STR_DATABASE RID_STR_APP_START + 21
61 #define STR_TASKS RID_STR_APP_START + 22
62 #define STR_DESCRIPTION RID_STR_APP_START + 23
63 #define STR_PREVIEW RID_STR_APP_START + 24
64 #define STR_DISABLEPREVIEW RID_STR_APP_START + 25
65 #define RID_STR_QUERIES_HELP_TEXT_WIZARD RID_STR_APP_START + 26
66 #define RID_STR_TABLES_HELP_TEXT_DESIGN RID_STR_APP_START + 27
67 #define RID_STR_TABLES_HELP_TEXT_WIZARD RID_STR_APP_START + 28
68 #define RID_STR_FORMS_HELP_TEXT_WIZARD RID_STR_APP_START + 29
69 #define RID_STR_REPORT_HELP_TEXT RID_STR_APP_START + 30
70 #define RID_STR_EMBEDDED_DATABASE RID_STR_APP_START + 31
73 // please adjust checking before insert new strings
75 #if RID_STR_EMBEDDED_DATABASE > RID_STR_APP_END
76 #error Resource-Id Ueberlauf in #file, #line
79 #endif // _DBU_BRW_HRC_