xref: /AOO41X/main/dbaccess/source/ui/app/dbu_app.hrc (revision 08d9396c09fcb79005630f0058453be7e76f9647)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23#ifndef _DBU_APP_HRC_
24#define _DBU_APP_HRC_
25
26#ifndef _DBU_RESOURCE_HRC_
27#include "dbu_resource.hrc"
28#endif
29
30#define TBI_SWITCH_PREVIEW                  RID_DBACCESS_START
31
32#define RID_STR_NEW_FORM                    RID_STR_APP_START
33#define RID_STR_NEW_FORM_AUTO               RID_STR_APP_START + 1
34#define RID_STR_NEW_REPORT                  RID_STR_APP_START + 2
35#define RID_STR_NEW_REPORT_AUTO             RID_STR_APP_START + 3
36#define RID_STR_NEW_TABLE                   RID_STR_APP_START + 4
37#define RID_STR_NEW_TABLE_AUTO              RID_STR_APP_START + 5
38#define RID_STR_NEW_VIEW                    RID_STR_APP_START + 6
39#define RID_STR_NEW_VIEW_AUTO               RID_STR_APP_START + 7
40#define RID_STR_NEW_QUERY                   RID_STR_APP_START + 8
41#define RID_STR_NEW_QUERY_AUTO              RID_STR_APP_START + 9
42#define STR_QUERY_DELETE_DATASOURCE         RID_STR_APP_START + 10
43#define STR_APP_TITLE                       RID_STR_APP_START + 11
44#define RID_STR_NEW_QUERY_SQL               RID_STR_APP_START + 12
45#define RID_STR_REPORTS_CONTAINER           RID_STR_APP_START + 13
46#define RID_STR_FORMS_CONTAINER             RID_STR_APP_START + 14
47#define RID_STR_REPORTS_HELP_TEXT_WIZARD    RID_STR_APP_START + 15
48#define RID_STR_FORMS_HELP_TEXT             RID_STR_APP_START + 16
49#define RID_STR_QUERIES_HELP_TEXT           RID_STR_APP_START + 17
50#define RID_STR_QUERIES_HELP_TEXT_SQL       RID_STR_APP_START + 18
51#define RID_STR_VIEWS_HELP_TEXT_DESIGN      RID_STR_APP_START + 19
52#define RID_STR_VIEWS_HELP_TEXT_WIZARD      RID_STR_APP_START + 20
53#define STR_DATABASE                        RID_STR_APP_START + 21
54#define STR_TASKS                           RID_STR_APP_START + 22
55#define STR_DESCRIPTION                     RID_STR_APP_START + 23
56#define STR_PREVIEW                         RID_STR_APP_START + 24
57#define STR_DISABLEPREVIEW                  RID_STR_APP_START + 25
58#define RID_STR_QUERIES_HELP_TEXT_WIZARD    RID_STR_APP_START + 26
59#define RID_STR_TABLES_HELP_TEXT_DESIGN     RID_STR_APP_START + 27
60#define RID_STR_TABLES_HELP_TEXT_WIZARD     RID_STR_APP_START + 28
61#define RID_STR_FORMS_HELP_TEXT_WIZARD      RID_STR_APP_START + 29
62#define RID_STR_REPORT_HELP_TEXT            RID_STR_APP_START + 30
63#define RID_STR_EMBEDDED_DATABASE           RID_STR_APP_START + 31
64#define RID_STR_NO_DIFF_CAT                 RID_STR_APP_START + 32
65#define RID_STR_UNSUPPORTED_OBJECT_TYPE     RID_STR_APP_START + 33
66
67// please adjust checking before insert new strings
68
69#if RID_STR_UNSUPPORTED_OBJECT_TYPE > RID_STR_APP_END
70#error Resource-Id Ueberlauf in #file, #line
71#endif
72
73#endif // _DBU_BRW_HRC_
74
75