1*fefe2166SAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*fefe2166SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*fefe2166SAndrew Rist * or more contributor license agreements. See the NOTICE file 5*fefe2166SAndrew Rist * distributed with this work for additional information 6*fefe2166SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*fefe2166SAndrew Rist * to you under the Apache License, Version 2.0 (the 8*fefe2166SAndrew Rist * "License"); you may not use this file except in compliance 9*fefe2166SAndrew Rist * with the License. You may obtain a copy of the License at 10*fefe2166SAndrew Rist * 11*fefe2166SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*fefe2166SAndrew Rist * 13*fefe2166SAndrew Rist * Unless required by applicable law or agreed to in writing, 14*fefe2166SAndrew Rist * software distributed under the License is distributed on an 15*fefe2166SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*fefe2166SAndrew Rist * KIND, either express or implied. See the License for the 17*fefe2166SAndrew Rist * specific language governing permissions and limitations 18*fefe2166SAndrew Rist * under the License. 19*fefe2166SAndrew Rist * 20*fefe2166SAndrew Rist *************************************************************/ 21*fefe2166SAndrew Rist 22*fefe2166SAndrew Rist 23cdf0e10cSrcweir#ifndef _CONFIG_HRC 24cdf0e10cSrcweir#define _CONFIG_HRC 25cdf0e10cSrcweir 26cdf0e10cSrcweir#include "rcid.hrc" 27cdf0e10cSrcweir 28cdf0e10cSrcweir// Dialoge fuer die Konfiguration 29cdf0e10cSrcweir 30cdf0e10cSrcweir// Strings fuer die Konfiguration 31cdf0e10cSrcweir#define STR_CFG_SIGNATUR (RC_CONFIG_BEGIN + 0) 32cdf0e10cSrcweir#define DLG_CONFIG_VIEW (RC_CONFIG_BEGIN + 1) 33cdf0e10cSrcweir#define DLG_CONFIG_MISC (RC_CONFIG_BEGIN + 2) 34cdf0e10cSrcweir#define DLG_CONFIG_SAVE (RC_CONFIG_BEGIN + 3) 35cdf0e10cSrcweir#define DLG_CONFIG_PATH (RC_CONFIG_BEGIN + 4) 36cdf0e10cSrcweir#define DLG_CONFIG_MENU (RC_CONFIG_BEGIN + 5) 37cdf0e10cSrcweir#define DLG_CONFIG_KEY (RC_CONFIG_BEGIN + 6) 38cdf0e10cSrcweir#define DLG_CONFIG_TOOLBOX (RC_CONFIG_BEGIN + 7) 39cdf0e10cSrcweir#define DLG_CONFIG_COLOR (RC_CONFIG_BEGIN + 8) 40cdf0e10cSrcweir#define DLG_TBSEL (RC_CONFIG_BEGIN + 9) 41cdf0e10cSrcweir#define DLG_CFGSEL (RC_CONFIG_BEGIN + 10) 42cdf0e10cSrcweir#define DLG_CONFIG (RC_CONFIG_BEGIN + 11) 43cdf0e10cSrcweir#define DLG_MAC_ASSIGN (RC_CONFIG_BEGIN + 12) 44cdf0e10cSrcweir 45cdf0e10cSrcweir#define MSG_DOUBLE_MENU_ID (RC_CONFIG_BEGIN + 13) 46cdf0e10cSrcweir#define MSG_DOUBLE_ID (RC_CONFIG_BEGIN + 14) 47cdf0e10cSrcweir#define DLG_SYMBOL_SELECT (RC_CONFIG_BEGIN + 15) 48cdf0e10cSrcweir#define DLG_CONFIG_GRID (RC_CONFIG_BEGIN + 16) 49cdf0e10cSrcweir#define DLG_CONFIG_ADDR (RC_CONFIG_BEGIN + 17) 50cdf0e10cSrcweir 51cdf0e10cSrcweir#define DLG_MM_TESTACCOUNTSETTINGS (RC_CONFIG_BEGIN + 19) 52cdf0e10cSrcweir#define DLG_MM_SERVERAUTHENTICATION (RC_CONFIG_BEGIN + 20) 53cdf0e10cSrcweir 54cdf0e10cSrcweir#define STR_ERROR_PATH (RC_CONFIG_BEGIN + 25) 55cdf0e10cSrcweir#define STR_ARR_METRIC (RC_CONFIG_BEGIN + 26) 56cdf0e10cSrcweir#define CONFIG_ACT_END STR_ARR_METRIC 57cdf0e10cSrcweir 58cdf0e10cSrcweir#if CONFIG_ACT_END > RC_CONFIG_END 59cdf0e10cSrcweir#error Resource-Id Ueberlauf in #file, #line 60cdf0e10cSrcweir#endif 61cdf0e10cSrcweir 62cdf0e10cSrcweir 63cdf0e10cSrcweir#endif 64