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 _DIALOG_HRC 25#define _DIALOG_HRC 26 27// #include ***************************************************************** 28 29#include "rcid.hrc" 30 31// Dialoge ****************************************************************** 32 33#define DLG_SAVE_REGISTRY_FILE (RC_DIALOG_BEGIN + 1) 34 35#define DLG_PASSWD (RC_DIALOG_BEGIN + 3) 36#define DLG_PASTESPECIAL (RC_DIALOG_BEGIN + 5) 37#define DLG_LINKS (RC_DIALOG_BEGIN + 6) 38#define DLG_LINKEDIT (RC_DIALOG_BEGIN + 7) 39#define DLG_INSERT_ABSTRACT (RC_DIALOG_BEGIN + 8) 40#define DLG_ASCII_FILTER (RC_DIALOG_BEGIN + 9) 41#define DLG_WORDCOUNT (RC_DIALOG_BEGIN + 10) 42#define RID_QB_SPELL_CONTINUE (RC_DIALOG_BEGIN + 11) 43#define STR_SPELLING_COMPLETED (RC_DIALOG_BEGIN + 12) 44 45// Strings ****************************************************************** 46 47#define STR_LINKEDIT_TEXT (RC_DIALOG_BEGIN + 1) 48 49#define STR_CLOSELINKMSG (RC_DIALOG_BEGIN + 3) 50#define STR_PATH_NOT_FOUND (RC_DIALOG_BEGIN + 4) 51 52#define STR_FLT_SGV (RC_DIALOG_BEGIN + 8) 53 54#define STR_NEWDLG_NAME (RC_DIALOG_BEGIN + 10) 55 56// Controls ***************************************************************** 57 58#define CB_USE_PASSWD (RC_DIALOG_BEGIN ) 59#define CB_READ_ONLY (RC_DIALOG_BEGIN + 1) 60 61// Bereiche ***************************************************************** 62 63 64#define RC_REGIONSW_BEGIN (RC_DIALOG_BEGIN + 60) 65#define RC_REGIONSW_END (RC_DIALOG_BEGIN + 79) 66 67#define RC_MACASSGN_BEGIN (RC_DIALOG_BEGIN + 80) 68#define RC_MACASSGN_END (RC_DIALOG_BEGIN + 89) 69 70#define RC_DLG_ADDR (RC_DIALOG_BEGIN + 90) 71#define RC_SWDLG_BACKGROUND (RC_DIALOG_BEGIN + 91) 72#define RC_DLG_SWNUMFMTDLG (RC_DIALOG_BEGIN + 92) 73#define RC_DLG_SWBORDERDLG (RC_DIALOG_BEGIN + 93) 74#define RC_DLG_SWWRAPDLG (RC_DIALOG_BEGIN + 94) 75#define RC_DLG_SWFLDEDITDLG (RC_DIALOG_BEGIN + 95) 76// Ueberlaufpruefung ******************************************************** 77 78#define DIALOG_ACT_END RC_MACASSGN_END 79 80#if DIALOG_ACT_END > RC_DIALOG_END 81#error Resource-Ueberlauf in #file, #line 82#endif 83 84#endif 85 86