2 * This file is part of the LibreOffice project.
4 * This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 * This file incorporates work covered by the following license notice:
10 * Licensed to the Apache Software Foundation (ASF) under one or more
11 * contributor license agreements. See the NOTICE file distributed
12 * with this work for additional information regarding copyright
13 * ownership. The ASF licenses this file to you under the Apache
14 * License, Version 2.0 (the "License"); you may not use this file
15 * except in compliance with the License. You may obtain a copy of
16 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 #ifndef _SVX_OPTJAVA_HRC
19 #define _SVX_OPTJAVA_HRC
21 // defines ---------------------------------------------------------------
23 // class SvxJavaOptionsPage ----------------------------------------------
26 #define CB_JAVA_ENABLE 11
27 #define FT_JAVA_FOUND 12
29 #define FT_JAVA_PATH 14
31 #define FL_EXPERIMENTAL 15
32 #define CB_EXPERIMENTAL 16
36 #define PB_PARAMETER 21
37 #define PB_CLASSPATH 22
39 #define STR_INSTALLED_IN 30
40 #define STR_ACCESSIBILITY 31
41 #define STR_ADDDLGTEXT 32
43 #define STR_HEADER_VENDOR 40
44 #define STR_HEADER_VERSION 41
45 #define STR_HEADER_FEATURES 42
47 // class SvxJavaParameterDlg ---------------------------------------------
49 #define FT_PARAMETER 10
50 #define ED_PARAMETER 11
53 #define FT_ASSIGNED 20
54 #define LB_ASSIGNED 21
59 #define PB_PARAMETER_OK 31
60 #define PB_PARAMETER_ESC 32
61 #define PB_PARAMETER_HLP 33
63 // class SvxJavaClassPathDlg ---------------------------------------------
68 #define PB_ADDARCHIVE 20
70 #define PB_REMOVE_PATH 22
72 #define FL_PATH_BUTTONS 30
74 #define PB_PATH_ESC 32
75 #define PB_PATH_HLP 33
83 #endif // #ifndef _SVX_OPTJAVA_HRC