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#ifndef _WEB_HRC 25#define _WEB_HRC 26 27#include "rcid.hrc" 28 29#define RC_WEB_ICON (RC_WEB_BEGIN + 1) 30#define RID_WEBTOOLS_TOOLBOX (RC_WEB_BEGIN + 2) 31#define RID_WEBTEXT_TOOLBOX (RC_WEB_BEGIN + 3) 32#define STR_HUMAN_SWWEBDOC_NAME (RC_WEB_BEGIN + 4) 33#define STR_WRITER_WEBDOC_FULLTYPE_40 (RC_WEB_BEGIN + 5) 34#define STR_SHELLNAME_WEBTEXT (RC_WEB_BEGIN + 6) 35#define STR_SHELLNAME_WEBFRAME (RC_WEB_BEGIN + 7) 36#define RID_WEBFRAME_TOOLBOX (RC_WEB_BEGIN + 8) 37#define STR_WRITER_WEBDOC_FULLTYPE_50 (RC_WEB_BEGIN + 9) 38#define RID_WEBGRAPHIC_TOOLBOX (RC_WEB_BEGIN + 10) 39#define RID_WEBOLE_TOOLBOX (RC_WEB_BEGIN + 11) 40#define STR_WRITER_WEBDOC_FULLTYPE (RC_WEB_BEGIN + 12) 41 42 43#define MN_WEBFILE (RC_WEB_BEGIN + 30) 44#define MN_WEBEDIT (RC_WEB_BEGIN + 31) 45#define MN_WEBVIEW (RC_WEB_BEGIN + 32) 46#define MN_WEBINS (RC_WEB_BEGIN + 33) 47#define MN_WEBFORMAT (RC_WEB_BEGIN + 34) 48#define MN_WEBEXTRA (RC_WEB_BEGIN + 35) 49#define MN_WEBWIN (RC_WEB_BEGIN + 36) 50 51#define MN_WEB_TEXT_POPUPMENU (RC_WEB_BEGIN + 46) 52 53#define MN_WEBFILE_PORT (RC_WEB_BEGIN + 47) 54#define MN_WEBEDIT_PORT (RC_WEB_BEGIN + 48) 55#define MN_WEBVIEW_PORT (RC_WEB_BEGIN + 49) 56#define MN_WEBINS_PORT (RC_WEB_BEGIN + 50) 57#define MN_WEBFORMAT_PORT (RC_WEB_BEGIN + 51) 58#define MN_WEBEXTRA_PORT (RC_WEB_BEGIN + 52) 59#define MN_WEBWIN_PORT (RC_WEB_BEGIN + 53) 60 61// ------------------------------------------------------------------------ 62 63#define WEB_ACT_END MN_WEBWIN_PORT 64 65 66#if WEB_ACT_END > RC_WEB_END 67#error Resource-Id Ueberlauf in #file, #line 68#endif 69 70#endif 71