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