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// defines --------------------------------------------------------------- 25 26#define FL_LINGUISTIC 101 27 28#define FT_LINGU_MODULES 111 29#define CLB_LINGU_MODULES 112 30#define PB_LINGU_MODULES_EDIT 113 31 32#define FT_LINGU_OPTIONS 121 33#define CLB_LINGU_OPTIONS 122 34#define PB_LINGU_OPTIONS_EDIT 123 35#define FT_LINGU_OPTIONS_MOREDICTS 124 36 37#define STR_CAPITAL_WORDS 201 38#define STR_WORDS_WITH_DIGITS 202 39#define STR_CAPITALIZATION 203 40#define STR_SPELL_SPECIAL 204 41#define STR_SPELL_AUTO 206 42#define STR_NUM_PRE_BREAK 209 43#define STR_NUM_POST_BREAK 210 44#define STR_HYPH_AUTO 211 45#define STR_HYPH_SPECIAL 212 46#define STR_NUM_MIN_WORDLEN 213 47 48#define STR_NUM_PRE_BREAK_DLG 214 49#define STR_NUM_POST_BREAK_DLG 215 50#define STR_NUM_MIN_WORDLEN_DLG 216 51 52#define STR_GRAMMAR_AUTO 217 53 54#define STR_WARNING 63 55 56#define PB_OK 70 57#define PB_HELP 72 58 59#define ST_SPELL 82 60#define ST_HYPH 83 61#define ST_THES 84 62#define ST_GRAMMAR 85 63 64#define FL_NUMVAL_PREBREAK 305 65#define BT_OK_PREBREAK 306 66#define BT_CANCEL_PREBREAK 307 67#define ED_PREBREAK 308 68#define PB_EDIT_MODULES_PRIO_UP 309 69#define PB_EDIT_MODULES_PRIO_DOWN 310 70#define PB_EDIT_MODULES_PRIO_BACK 311 71 72#define FT_LINGU_DICS 312 73#define CLB_LINGU_DICS 313 74#define PB_LINGU_DICS_NEW_DIC 314 75#define PB_LINGU_DICS_EDIT_DIC 315 76#define PB_LINGU_DICS_DEL_DIC 316 77 78#define FL_EDIT_MODULES_OPTIONS 317 79#define FT_EDIT_MODULES_LANGUAGE 318 80#define LB_EDIT_MODULES_LANGUAGE 319 81#define CLB_EDIT_MODULES_MODULES 320 82#define FT_EDIT_MODULES_NEWDICTSLINK 321 83#define FL_EDIT_MODULES_BUTTONS 322 84#define STR_LINGU_MODULES_EDIT 323 85#define STR_LINGU_DICS_EDIT_DIC 324 86#define STR_LINGU_OPTIONS_EDIT 325 87