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#ifndef _REGIONSW_HRC 24#define _REGIONSW_HRC 25 26#include "dialog.hrc" 27 28 29#define CB_DDE 1 30#define CB_DISMISS 2 31#define CB_END_AT_TXTEND 3 32#define CB_END_NUM 4 33#define CB_FILE 5 34#define CB_FTN_AT_TXTEND 6 35#define CB_FTN_NUM 7 36#define CB_HIDE 8 37#define CB_PASSWD 9 38#define CB_PROTECT 10 39#define CB_FTN_NUM_FMT 11 40#define CB_END_NUM_FMT 12 41#define ED_CONDITION 13 42#define ED_END_PREFIX 14 43#define ED_END_SUFFIX 15 44#define ED_FILE 16 45#define ED_FTN_PREFIX 17 46#define ED_FTN_SUFFIX 18 47#define ED_RANAME 19 48#define ED_RNAME 20 49#define FT_CONDITION 21 50#define FL_EDIT_OPTIONS 22 51#define FLD_END_OFFSET 23 52#define FLD_FTN_OFFSET 24 53#define FT_DDE 25 54#define FT_END_OFFSET 26 55#define FT_END_PREFIX 27 56#define FT_END_SUFFIX 28 57#define FT_FILE 29 58#define FT_FTN_OFFSET 30 59#define FT_FTN_PREFIX 31 60#define FT_FTN_SUFFIX 32 61#define FT_RNAME 33 62#define FT_SUBREG 34 63#define LB_END_NUMVIEW 36 64#define LB_FTN_NUMVIEW 37 65#define LB_SUBREG 38 66#define PB_CANCEL 39 67#define PB_FILE 40 68#define PB_HELP 41 69#define PB_OK 42 70#define PB_OPTIONS 43 71#define PB_SAVED 44 72#define ST_INSERT 45 73#define TLB_SECTION 46 74#define FL_NAME 47 75#define FL_LINK 48 76#define FL_PROTECT 49 77#define FL_HIDE 50 78#define PB_PASSWD 51 79#define FL_END 52 80#define FL_FTN 53 81#define IL_BITMAPS 54 82#define ILH_BITMAPS 55 83// --> FME 2004-06-22 #114856# edit in readonly sections 84#define FL_PROPERTIES 56 85#define CB_EDIT_IN_READONLY 57 86// <-- 87 88/* Globale Resourcen */ 89#define STR_REG_DUPLICATE (RC_REGIONSW_BEGIN+6) 90#define STR_INFO_DUPLICATE (RC_REGIONSW_BEGIN+7) 91 92#define MD_INS_REGION (RC_REGIONSW_BEGIN+8) 93#define MD_EDIT_REGION (RC_REGIONSW_BEGIN+9) 94#define QB_CONNECT (RC_REGIONSW_BEGIN+10) 95#define REG_WRONG_PASSWORD (RC_REGIONSW_BEGIN+11) 96#define REG_WRONG_PASSWD_REPEAT (RC_REGIONSW_BEGIN+12) 97 98//ImageList elements 99#define BMP_HIDE 1 100#define BMP_NO_HIDE 2 101#define BMP_PROT_HIDE 3 102#define BMP_PROT_NO_HIDE 4 103 104//SwSectionIndentTabPage 105#define FL_INDENT 1 106#define FT_BEFORE 2 107#define MF_BEFORE 3 108#define FT_AFTER 4 109#define MF_AFTER 5 110#define WIN_PREVIEW 6 111 112#endif 113