merge the formfield patch from ooo-build
[ooovba.git] / ucbhelper / workben / ucbexplorer / ucbexplorer.src
blob89a176b70b782f8e83b012963c43e96f97724261
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.src,v $
10  * $Revision: 1.4 $
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 ( resources )
34 // (C) 2000 StarOffice Entwicklungs GmbH, Hamburg, Germany
36 // $Author: rt $ $Date: 2008-04-10 16:20:05 $Revision$
38 //=========================================================================
40 #include "ucbexplorer.hrc"
42 Menu MENU_MAIN
44     ItemList =
46     {
47         MenuItem
48         {
49             Identifier = MENU_FILE ;
50             Text [ en-US ] = "~File" ;
51             SubMenu = Menu
52             {
53                 ItemList =
55                 {
56                     MenuItem
57                     {
58                         Identifier = MENU_EXIT ;
59                         Text [ en-US ] = "~Exit" ;
60                         AccelKey = KeyCode
61                         {
62                             Function = KEYFUNC_QUIT ;
63                         };
64                     };
65                 };
66             };
67         };
68     };
71 Menu MENU_POPUP
73     ItemList =
75     {
76         MenuItem
77         {
78             Identifier = MENU_NEW ;
79             Text [ en-US ] = "~New" ;
80         };
81         MenuItem
82         {
83             Identifier = MENU_RENAME ;
84             Text [ en-US ] = "~Rename" ;
85         };
86         MenuItem
87         {
88             Identifier = MENU_DELETE ;
89             Text [ en-US ] = "~Delete" ;
90         };
91     };
94 Bitmap BMP_FOLDER_CLOSED
96     File = "bmp/fldclose.bmp" ;
98 Bitmap BMP_FOLDER_OPENED
100     File = "bmp/fldopen.bmp" ;
102 Bitmap BMP_DOCUMENT
104     File = "bmp/document.bmp" ;
106 Bitmap BMP_LINK
108     File = "bmp/link.bmp" ;
111 ModalDialog DLG_STRINGINPUT
113     Border = TRUE ;
114     Moveable = TRUE ;
115     OutputSize = TRUE ;
116     SVLook = TRUE ;
117     Size = MAP_APPFONT ( 218 , 44 ) ;
118     FixedText FT_STRINGINPUT_DLG_NAME
119     {
120         Pos = MAP_APPFONT ( 12 , 18 ) ;
121         Size = MAP_APPFONT ( 28 , 10 ) ;
122         Text [ en-US ] = "~Value" ;
123     };
124     Edit ED_STRINGINPUT_DLG_NAME
125     {
126         Pos = MAP_APPFONT ( 40 , 16 ) ;
127         Size = MAP_APPFONT ( 110 , 12 ) ;
128         Border = TRUE ;
129         Left = TRUE ;
130     };
131     GroupBox GB_STRINGINPUT_DLG_NAME
132     {
133         Group = TRUE ;
134         Pos = MAP_APPFONT ( 6 , 3 ) ;
135         Size = MAP_APPFONT ( 150 , 36 ) ;
136     };
137     OKButton BT_STRINGINPUT_DLG_OK
138     {
139         Pos = MAP_APPFONT ( 162 , 6 ) ;
140         Size = MAP_APPFONT ( 50 , 14 ) ;
141         DefButton = TRUE ;
142     };
143     CancelButton BT_STRINGINPUT_DLG_CANCEL
144     {
145         Pos = MAP_APPFONT ( 162 , 23 ) ;
146         Size = MAP_APPFONT ( 50 , 14 ) ;
147     };
148     HelpButton BT_STRINGINPUT_DLG_HELP
149     {
150         Pos = MAP_APPFONT ( 162 , 200 ) ;
151         Size = MAP_APPFONT ( 50 , 14 ) ;
152     };
155 String TEXT_TITLEBAR
157     Text [ en-US ] = "UCB Explorer" ;