xref: /aoo4110/main/cui/source/options/optjava.hrc (revision b1cdbd2c)
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_OPTJAVA_HRC
24#define _SVX_OPTJAVA_HRC
25
26// defines ---------------------------------------------------------------
27
28// class SvxJavaOptionsPage ----------------------------------------------
29
30#define FL_JAVA				10
31#define CB_JAVA_ENABLE		11
32#define FT_JAVA_FOUND		12
33#define LB_JAVA				13
34#define FT_JAVA_PATH		14
35
36#define PB_ADD				20
37#define PB_PARAMETER		21
38#define PB_CLASSPATH		22
39
40#define STR_INSTALLED_IN	30
41#define STR_ACCESSIBILITY	31
42#define STR_ADDDLGTEXT		32
43
44#define STR_HEADER_VENDOR	40
45#define STR_HEADER_VERSION	41
46#define STR_HEADER_FEATURES	42
47
48// class SvxJavaParameterDlg ---------------------------------------------
49
50#define FT_PARAMETER		10
51#define ED_PARAMETER		11
52#define PB_ASSIGN			12
53
54#define FT_ASSIGNED			20
55#define LB_ASSIGNED			21
56#define FT_EXAMPLE			22
57#define PB_REMOVE			23
58
59#define FL_BUTTONS			30
60#define PB_PARAMETER_OK		31
61#define PB_PARAMETER_ESC	32
62#define PB_PARAMETER_HLP	33
63
64// class SvxJavaClassPathDlg ---------------------------------------------
65
66#define FT_PATH				10
67#define LB_PATH				11
68
69#define PB_ADDARCHIVE		20
70#define PB_ADDPATH			21
71#define PB_REMOVE_PATH		22
72
73#define FL_PATH_BUTTONS		30
74#define PB_PATH_OK			31
75#define PB_PATH_ESC			32
76#define PB_PATH_HLP			33
77
78#endif // #ifndef _SVX_OPTJAVA_HRC
79
80