1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: ucbexplorer.hrc,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
30 //=========================================================================
32 // UCB Explorer ( resource identifiers )
34 // (C) 2000 StarOffice Entwicklungs GmbH, Hamburg, Germany
36 // $Author: rt $ $Date: 2008-04-10 16:19:47 $Revision$
38 //=========================================================================
40 #ifndef _UCBEXPLORER_HRC
41 #define _UCBEXPLORER_HRC
43 #define MENU_MAIN 1000
47 #define MENU_POPUP 1001
49 #define MENU_RENAME 11
50 #define MENU_DELETE 12
52 #define TEXT_TITLEBAR 5000
54 #define BMP_FOLDER_CLOSED 6001
55 #define BMP_FOLDER_OPENED 6002
56 #define BMP_DOCUMENT 6003
59 #define DLG_STRINGINPUT 7000
60 #define FT_STRINGINPUT_DLG_NAME 10
61 #define ED_STRINGINPUT_DLG_NAME 11
62 #define GB_STRINGINPUT_DLG_NAME 12
63 #define BT_STRINGINPUT_DLG_OK 13
64 #define BT_STRINGINPUT_DLG_CANCEL 14
65 #define BT_STRINGINPUT_DLG_HELP 15
68 #endif /* !_UCBEXPLORER_HRC */