xref: /aoo4110/main/sw/source/ui/config/config.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#ifndef _CONFIG_HRC
24#define _CONFIG_HRC
25
26#include "rcid.hrc"
27
28// Dialoge fuer die Konfiguration
29
30// Strings fuer die Konfiguration
31#define STR_CFG_SIGNATUR		(RC_CONFIG_BEGIN + 0)
32#define DLG_CONFIG_VIEW 		(RC_CONFIG_BEGIN + 1)
33#define DLG_CONFIG_MISC 		(RC_CONFIG_BEGIN + 2)
34#define DLG_CONFIG_SAVE 		(RC_CONFIG_BEGIN + 3)
35#define DLG_CONFIG_PATH 		(RC_CONFIG_BEGIN + 4)
36#define DLG_CONFIG_MENU 		(RC_CONFIG_BEGIN + 5)
37#define DLG_CONFIG_KEY			(RC_CONFIG_BEGIN + 6)
38#define DLG_CONFIG_TOOLBOX		(RC_CONFIG_BEGIN + 7)
39#define DLG_CONFIG_COLOR		(RC_CONFIG_BEGIN + 8)
40#define DLG_TBSEL				(RC_CONFIG_BEGIN + 9)
41#define DLG_CFGSEL				(RC_CONFIG_BEGIN + 10)
42#define DLG_CONFIG				(RC_CONFIG_BEGIN + 11)
43#define DLG_MAC_ASSIGN			(RC_CONFIG_BEGIN + 12)
44
45#define MSG_DOUBLE_MENU_ID		(RC_CONFIG_BEGIN + 13)
46#define MSG_DOUBLE_ID			(RC_CONFIG_BEGIN + 14)
47#define DLG_SYMBOL_SELECT		(RC_CONFIG_BEGIN + 15)
48#define DLG_CONFIG_GRID 		(RC_CONFIG_BEGIN + 16)
49#define DLG_CONFIG_ADDR	 		(RC_CONFIG_BEGIN + 17)
50
51#define DLG_MM_TESTACCOUNTSETTINGS (RC_CONFIG_BEGIN + 19)
52#define DLG_MM_SERVERAUTHENTICATION   (RC_CONFIG_BEGIN + 20)
53
54#define STR_ERROR_PATH			(RC_CONFIG_BEGIN + 25)
55#define STR_ARR_METRIC          (RC_CONFIG_BEGIN + 26)
56#define CONFIG_ACT_END          STR_ARR_METRIC
57
58#if CONFIG_ACT_END > RC_CONFIG_END
59#error Resource-Id Ueberlauf in #file, #line
60#endif
61
62
63#endif
64