/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ucbexplorer.src,v $ * * $Revision: 1.2 $ * * last change: $Author: rt $ $Date: 2005-09-09 16:47:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. * * * GNU Lesser General Public License Version 2.1 * ============================================= * Copyright 2005 by Sun Microsystems, Inc. * 901 San Antonio Road, Palo Alto, CA 94303, USA * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA * ************************************************************************/ //========================================================================= // // UCB Explorer ( resources ) // // (C) 2000 StarOffice Entwicklungs GmbH, Hamburg, Germany // // $Author: rt $ $Date: 2005-09-09 16:47:34 $Revision$ // //========================================================================= #include "ucbexplorer.hrc" Menu MENU_MAIN { ItemList = { MenuItem { Identifier = MENU_FILE ; Text = "~File" ; SubMenu = Menu { ItemList = { MenuItem { Identifier = MENU_EXIT ; Text = "~Exit" ; Text [ English ] = "~Exit" ; AccelKey = KeyCode { Function = KEYFUNC_QUIT ; }; }; }; }; }; }; }; Menu MENU_POPUP { ItemList = { MenuItem { Identifier = MENU_NEW ; Text = "~New" ; }; MenuItem { Identifier = MENU_RENAME ; Text = "~Rename" ; }; MenuItem { Identifier = MENU_DELETE ; Text = "~Delete" ; }; }; }; Bitmap BMP_FOLDER_CLOSED { File = "bmp/fldclose.bmp" ; }; Bitmap BMP_FOLDER_OPENED { File = "bmp/fldopen.bmp" ; }; Bitmap BMP_DOCUMENT { File = "bmp/document.bmp" ; }; Bitmap BMP_LINK { File = "bmp/link.bmp" ; }; ModalDialog DLG_STRINGINPUT { //! HelpId = ; Border = TRUE ; Moveable = TRUE ; OutputSize = TRUE ; SVLook = TRUE ; // Text = "" ; Size = MAP_APPFONT ( 218 , 44 ) ; FixedText FT_STRINGINPUT_DLG_NAME { Pos = MAP_APPFONT ( 12 , 18 ) ; Size = MAP_APPFONT ( 28 , 10 ) ; Text = "~Value" ; }; Edit ED_STRINGINPUT_DLG_NAME { Pos = MAP_APPFONT ( 40 , 16 ) ; Size = MAP_APPFONT ( 110 , 12 ) ; Border = TRUE ; Left = TRUE ; }; GroupBox GB_STRINGINPUT_DLG_NAME { Group = TRUE ; Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 150 , 36 ) ; // Text = "" ; }; OKButton BT_STRINGINPUT_DLG_OK { Pos = MAP_APPFONT ( 162 , 6 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; DefButton = TRUE ; }; CancelButton BT_STRINGINPUT_DLG_CANCEL { Pos = MAP_APPFONT ( 162 , 23 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; }; HelpButton BT_STRINGINPUT_DLG_HELP { Pos = MAP_APPFONT ( 162 , 200 ) ; /*sic!*/ Size = MAP_APPFONT ( 50 , 14 ) ; }; }; String TEXT_TITLEBAR { Text = "UCB Explorer" ; };