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