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