xref: /aoo4110/main/sw/inc/index.hrc (revision b1cdbd2c)
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
24/* fuer den DesignEditor
25#define RC_INDEX_BEGIN 256
26*/
27
28#ifndef _INDEX_HRC
29#define _INDEX_HRC
30
31#include "rcid.hrc"
32
33#define  DLG_FORMEDT 			(RC_INDEX_BEGIN + 0)
34#define  DLG_IDX	            (RC_INDEX_BEGIN + 1)
35#define  DLG_USRIDX             (RC_INDEX_BEGIN + 2)
36#define  DLG_INSIDXMARK         (RC_INDEX_BEGIN + 3)
37#define  DLG_CNTTABLE           (RC_INDEX_BEGIN + 4)
38#define  DLG_MULTMRK            (RC_INDEX_BEGIN + 5)
39
40#define  STR_TITLE           	(RC_INDEX_BEGIN + 6)
41#define  STR_ALPHA           	(RC_INDEX_BEGIN + 7)
42#define  STR_LEVEL             	(RC_INDEX_BEGIN + 8)
43
44#define  DLG_INSAUTHMARK        (RC_INDEX_BEGIN + 9)
45#define  DLG_CREATE_AUTH_ENTRY  (RC_INDEX_BEGIN + 10)
46#define  DLG_EDIT_IDXMARK  		(RC_INDEX_BEGIN + 11)
47#define  DLG_EDIT_AUTHMARK      (RC_INDEX_BEGIN + 12)
48
49#define  STR_IDXMRK_INSERT     	(RC_INDEX_BEGIN + 13)
50#define  STR_IDXMRK_EDIT       	(RC_INDEX_BEGIN + 14)
51#define  STR_AUTHMRK_EDIT       (RC_INDEX_BEGIN + 15)
52#define  STR_AUTHMRK_INSERT     (RC_INDEX_BEGIN + 16)
53
54#define  DLG_NEW_USER_IDX       (RC_INDEX_BEGIN + 17)
55
56#define  STR_FILE_NOT_FOUND     (RC_INDEX_BEGIN + 18)
57#define  DLG_CHANGE_AUTH_ENTRY  (RC_INDEX_BEGIN + 19)
58#define  DLG_CREATE_AUTOMARK    (RC_INDEX_BEGIN + 20)
59
60#define  DLG_EDIT_IDXMARK_CJK   (RC_INDEX_BEGIN + 21)
61#define  DLG_INSIDXMARK_CJK     (RC_INDEX_BEGIN + 22)
62#endif	// _INDEX_HRC
63