update dev300-m58
[ooovba.git] / ucbhelper / workben / ucbexplorer / ucbexplorer.hrc
blob44f574a9a09397fbd4fa7bb01165aed466281936
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: ucbexplorer.hrc,v $
10  * $Revision: 1.3 $
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 //=========================================================================
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
44 #define MENU_FILE           100
45 #define MENU_EXIT           10
47 #define MENU_POPUP                      1001
48 #define MENU_NEW                        10
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
57 #define BMP_LINK                        6004
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 */