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 _APP_HRC 25#define _APP_HRC 26 27#include "rcid.hrc" 28 29// Default Bitmap fuer ToolBox 30#define BMP_FEHLT (RC_APP_BEGIN + 1) 31 32// Document-Icon 33#define RC_DOC_ICON (RC_APP_BEGIN + 2) 34 35//Soll das Clipboard fuer andere Applikationen... 36#define MSG_CLPBRD_CLEAR (RC_APP_BEGIN + 3) 37 38#define STR_CANTCREATE (RC_APP_BEGIN + 4) 39#define STR_CANTOPEN (RC_APP_BEGIN + 5) 40 41// Messages 42#define MSG_ERROR_SEND_MAIL ( RC_APP_BEGIN + 6) 43#define MSG_SAVE_HTML_QUERY ( RC_APP_BEGIN + 7) 44 45//Fuer das Interface, weil der RID_APP_BEGIN jetzt Desktop ist. 46#define RID_SW_NAME ( RC_APP_BEGIN + 8) 47#define MSG_SAVEAS_HTML_QUERY ( RC_APP_BEGIN + 9) 48 49 50#define STR_UNBENANNT (RC_APP_BEGIN + 13) 51#define STR_VERSION (RC_APP_BEGIN + 14) 52#define STR_PRINT_MERGE_MACRO (RC_APP_BEGIN + 15) 53#define STR_PAGE_COUNT_MACRO (RC_APP_BEGIN + 16) 54 55// Bitmap fuer die NumerierungsVorlagen im Organizer 56#define BMP_STYLES_FAMILY_NUM (RC_APP_BEGIN + 17) 57#define BMP_STYLES_FAMILY_NUM_HC (RC_APP_BEGIN + 18) 58 59// Strings fuer Bereiche in der Konfiguration 60#define STR_GRP_FILE (RC_APP_BEGIN + 56) 61#define STR_GRP_EDIT (RC_APP_BEGIN + 57) 62#define STR_GRP_TRAVELLING (RC_APP_BEGIN + 58) 63#define STR_GRP_VIEW (RC_APP_BEGIN + 59) 64#define STR_GRP_INSERT (RC_APP_BEGIN + 60) 65#define STR_GRP_FORMAT (RC_APP_BEGIN + 61) 66#define STR_GRP_STYLE (RC_APP_BEGIN + 62) 67#define STR_GRP_TEXT (RC_APP_BEGIN + 63) 68#define STR_GRP_FRAME (RC_APP_BEGIN + 64) 69#define STR_GRP_GRAPHIC (RC_APP_BEGIN + 65) 70#define STR_GRP_TABLE (RC_APP_BEGIN + 66) 71#define STR_GRP_TOOLS (RC_APP_BEGIN + 67) 72#define STR_GRP_NUMBERING (RC_APP_BEGIN + 68) 73#define STR_GRP_WINDOW (RC_APP_BEGIN + 69) 74#define STR_GRP_MISC (RC_APP_BEGIN + 70) 75#define STR_GRP_MACRO (RC_APP_BEGIN + 71) 76#define RES_EXT_HELP_STRING (RC_APP_BEGIN + 72) 77#define RES_STD_HELP_STRING (RC_APP_BEGIN + 73) 78#define STR_PAGEOFFSET (RC_APP_BEGIN + 74) 79#define STR_PAGEBREAK (RC_APP_BEGIN + 75) 80#define STR_REDLINE_UNKNOWN_AUTHOR (RC_APP_BEGIN + 76) 81#define STR_WESTERN_FONT (RC_APP_BEGIN + 77) 82#define STR_CJK_FONT (RC_APP_BEGIN + 78) 83//#define MSG_INS_MERGE_FIELDS (RC_APP_BEGIN + 79) 84#define MSG_PRINT_AS_MERGE (RC_APP_BEGIN + 80) 85#define MSG_DATA_SOURCES_UNAVAILABLE (RC_APP_BEGIN + 82) 86#define DLG_MERGE_SOURCE_UNAVAILABLE (RC_APP_BEGIN + 83) 87#define ST_MERGE_SOURCE_UNAVAILABLE 1 88#define PB_MERGE_OK 2 89#define PB_MERGE_CANCEL 3 90#define IMG_MERGE 4 91#define SID_TOGGLETOOLBOX (RC_APP_BEGIN + 89) 92 93#define STR_ENV_TITLE (RC_APP_BEGIN + 91) 94#define STR_LAB_TITLE (RC_APP_BEGIN + 92) 95 96#define STR_HUMAN_SWDOC_NAME (RC_APP_BEGIN + 93) 97 98#define RID_SW_ERRHDL (RC_APP_BEGIN + 95) 99 100#define STR_FDLG_TEMPLATE_BUTTON (RC_APP_BEGIN + 1) 101#define STR_FDLG_TEMPLATE_NAME (RC_APP_BEGIN + 2) 102 103 104// Ids fuer die einzelnen PopUpMenues 105//#define MN_WIZARD (RC_APP_BEGIN + 9) 106//#define MN_INDEX (RC_APP_BEGIN + 10) 107//#define MN_FILE (RC_APP_BEGIN + 11) 108//#define MN_EDIT (RC_APP_BEGIN + 12) 109//#define MN_VIEW (RC_APP_BEGIN + 13) 110//#define MN_INS (RC_APP_BEGIN + 14) 111//#define MN_TEXT (RC_APP_BEGIN + 15) 112//#define MN_FORMAT (RC_APP_BEGIN + 16) 113#define MN_FORMAT_STYLE (RC_APP_BEGIN + 17) 114#define MN_FORMAT_ALGN (RC_APP_BEGIN + 18) 115#define MN_FORMAT_LINESPACE (RC_APP_BEGIN + 19) 116//#define MN_EXTRA (RC_APP_BEGIN + 20) 117//#define MN_WIN (RC_APP_BEGIN + 21) 118//#define MN_HELP (RC_APP_BEGIN + 22) 119#define MN_FORMAT_FRM_HORZ (RC_APP_BEGIN + 23) 120//#define MN_FORMAT_FRM_VERT (RC_APP_BEGIN + 24) 121//#define MN_PICKLIST (RC_APP_BEGIN + 25) 122//#define MN_WINLIST (RC_APP_BEGIN + 26) 123//#define MN_MACRO (RC_APP_BEGIN + 27) 124//#define MN_FORMAT_HIERARCHY (RC_APP_BEGIN + 28) 125#define MN_CELL (RC_APP_BEGIN + 29) 126//#define MN_HELP_TIP (RC_APP_BEGIN + 30) 127//#define MN_HELP_SEARCH (RC_APP_BEGIN + 31) 128//#define MN_HELP_ACTIVE (RC_APP_BEGIN + 32) 129//#define MN_HELP_INDEX (RC_APP_BEGIN + 33) 130//#define MN_OBJECT (RC_APP_BEGIN + 34) 131//#define MN_DATABASE (RC_APP_BEGIN + 35) 132//#define MN_DIRSUBMENU (RC_APP_BEGIN + 36) 133//#define MN_MAIL (RC_APP_BEGIN + 37) 134#define MN_WRAP (RC_APP_BEGIN + 38) 135#define MN_SUB_TBLROW (RC_APP_BEGIN + 39) 136#define MN_SUB_TBLCOL (RC_APP_BEGIN + 40) 137//#define MN_SUB_AUTOFORMAT (RC_APP_BEGIN + 41) 138//#define MN_SUB_TOOLBAR (RC_APP_BEGIN + 42) 139//#define MN_SUB_FIELD (RC_APP_BEGIN + 43) 140//#define MN_SUB_GRAPHIC (RC_APP_BEGIN + 44) 141//#define MN_SUB_TEMPLATES (RC_APP_BEGIN + 45) 142#define MN_SUB_ARRANGE (RC_APP_BEGIN + 46) 143 144//#define MN_SUB_UPDATE (RC_APP_BEGIN + 48) 145//#define MN_SUB_MIRROR (RC_APP_BEGIN + 49) 146#define MN_SUB_ALIGN (RC_APP_BEGIN + 50) 147//#define MN_SUB_OPTIONS (RC_APP_BEGIN + 51) 148//#define MN_SUB_SENDTO (RC_APP_BEGIN + 52) 149//#define MN_SUB_REVISE (RC_APP_BEGIN + 53) 150//#define MN_TEMPLATES (RC_APP_BEGIN + 54) 151//#define MN_FILE_PORT (RC_APP_BEGIN + 55) 152//#define MN_EDIT_PORT (RC_APP_BEGIN + 56) 153//#define MN_VIEW_PORT (RC_APP_BEGIN + 57) 154//#define MN_INS_PORT (RC_APP_BEGIN + 58) 155//#define MN_FORMAT_PORT (RC_APP_BEGIN + 59) 156//#define MN_EXTRA_PORT (RC_APP_BEGIN + 60) 157//#define MN_WIN_PORT (RC_APP_BEGIN + 61) 158//#define MN_HELP_PORT (RC_APP_BEGIN + 62) 159//#define MN_SUB_TRANSLITERATE (RC_APP_BEGIN + 63) 160//#define MN_SUB_MACRO (RC_APP_BEGIN + 64) 161 162#define STR_WRITER_DOCUMENT_FULLTYPE (RC_APP_BEGIN + 100) 163#define STR_ABSTRACT_TITLE (RC_APP_BEGIN + 102) 164#define STR_DONT_ASK_AGAIN (RC_APP_BEGIN + 103) 165// --> OD 2008-04-14 #outlinelevel# 166#define STR_OUTLINE_NUMBERING (RC_APP_BEGIN + 104) 167// <-- 168//#outline level,zhaojianwei 169#define STR_FDLG_OUTLINE_LEVEL (RC_APP_BEGIN + 105) 170#define STR_FDLG_STYLE (RC_APP_BEGIN + 106) 171//<-end,zhaojianwei 172 173#define APP_ACT_END STR_FDLG_STYLE 174 175#if APP_ACT_END > RC_APP_END 176#error Resource-Id Ueberlauf in #file, #line 177#endif 178 179#endif 180