xref: /trunk/main/cui/source/options/optdict.hrc (revision eb7d016d957f8118e424d3d724adeed5c339145b)
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#ifndef _SVX_OPTDICT_HRC
23#define _SVX_OPTDICT_HRC
24
25// defines ------------------------------------------------------------------
26
27#define FT_DICTNAME     10
28#define ED_DICTNAME     11
29#define FT_DICTLANG     12
30#define LB_DICTLANG     13
31#define BTN_EXCEPT      14
32#define GB_NEWDICT      15
33
34#define BTN_NEWDICT_OK  20
35#define BTN_NEWDICT_ESC 21
36#define BTN_NEWDICT_HLP 22
37
38#define FT_BOOK             30
39#define FT_CONTENT          31
40#define LB_ALLDICTS         32
41#define GB_EDITDICTS        34
42#define FT_WORD             35
43#define ED_WORD             36
44#define FT_REPLACE          37
45#define ED_REPLACE          38
46#define PB_NEW_REPLACE      39
47#define PB_DELETE_REPLACE   40
48#define TLB_REPLACE         41
49#define STR_MODIFY          42
50
51#define BTN_EDITCLOSE   50
52#define BTN_EDITNEW     51
53#define BTN_EDITCHANGE  52
54#define BTN_EDITREMOVE  53
55#define BTN_EDITHELP    54
56
57#endif
58