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