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