xref: /trunk/main/cui/source/options/optjava.hrc (revision cdf0e10c)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27#ifndef _SVX_OPTJAVA_HRC
28#define _SVX_OPTJAVA_HRC
29
30// defines ---------------------------------------------------------------
31
32// class SvxJavaOptionsPage ----------------------------------------------
33
34#define FL_JAVA				10
35#define CB_JAVA_ENABLE		11
36#define FT_JAVA_FOUND		12
37#define LB_JAVA				13
38#define FT_JAVA_PATH		14
39
40#define PB_ADD				20
41#define PB_PARAMETER		21
42#define PB_CLASSPATH		22
43
44#define STR_INSTALLED_IN	30
45#define STR_ACCESSIBILITY	31
46#define STR_ADDDLGTEXT		32
47
48#define STR_HEADER_VENDOR	40
49#define STR_HEADER_VERSION	41
50#define STR_HEADER_FEATURES	42
51
52// class SvxJavaParameterDlg ---------------------------------------------
53
54#define FT_PARAMETER		10
55#define ED_PARAMETER		11
56#define PB_ASSIGN			12
57
58#define FT_ASSIGNED			20
59#define LB_ASSIGNED			21
60#define FT_EXAMPLE			22
61#define PB_REMOVE			23
62
63#define FL_BUTTONS			30
64#define PB_PARAMETER_OK		31
65#define PB_PARAMETER_ESC	32
66#define PB_PARAMETER_HLP	33
67
68// class SvxJavaClassPathDlg ---------------------------------------------
69
70#define FT_PATH				10
71#define LB_PATH				11
72
73#define PB_ADDARCHIVE		20
74#define PB_ADDPATH			21
75#define PB_REMOVE_PATH		22
76
77#define FL_PATH_BUTTONS		30
78#define PB_PATH_OK			31
79#define PB_PATH_ESC			32
80#define PB_PATH_HLP			33
81
82#endif // #ifndef _SVX_OPTJAVA_HRC
83
84