/************************************************************************* * * $RCSfile: templdlg.src,v $ * * $Revision: 1.33 $ * * last change: $Author: vg $ $Date: 2005-02-21 14:38:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses * * - GNU Lesser General Public License Version 2.1 * - Sun Industry Standards Source License Version 1.1 * * Sun Microsystems Inc., October, 2000 * * GNU Lesser General Public License Version 2.1 * ============================================= * Copyright 2000 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 * * * Sun Industry Standards Source License Version 1.1 * ================================================= * The contents of this file are subject to the Sun Industry Standards * Source License Version 1.1 (the "License"); You may not use this file * except in compliance with the License. You may obtain a copy of the * License at http://www.openoffice.org/license.html. * * Software provided under this License is provided on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. * See the License for the specific provisions governing your rights and * obligations concerning the Software. * * The Initial Developer of the Original Code is: Sun Microsystems, Inc. * * Copyright: 2000 by Sun Microsystems, Inc. * * All Rights Reserved. * * Contributor(s): _______________________________________ * * ************************************************************************/ // include --------------------------------------------------------------- #include "sfx.hrc" #include "dialog.hrc" #include "templdlg.hrc" #include "helpid.hrc" ImageList DLG_STYLE_DESIGNER { Prefix = "sc"; MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }; IdList = { SID_STYLE_WATERCAN ; SID_STYLE_NEW_BY_EXAMPLE ; SID_STYLE_UPDATE_BY_EXAMPLE ; }; IdCount = { 3 ; }; }; ImageList IMG_LST_STYLE_DESIGNER_HC { Prefix = "sch"; MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }; IdList = { SID_STYLE_WATERCAN ; SID_STYLE_NEW_BY_EXAMPLE ; SID_STYLE_UPDATE_BY_EXAMPLE ; }; IdCount = { 3 ; }; }; // RID_STYLECATALOG ------------------------------------------------------ ModalDialog RID_STYLECATALOG { HelpId = SID_STYLE_CATALOG ; OutputSize = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 181 , 134 ) ; Text [ de ] = "Vorlagenkatalog" ; Text [ en-US ] = "Style Catalog" ; Moveable = TRUE ; OKButton BT_OK { DefButton = TRUE ; Pos = MAP_APPFONT ( 123 , 6 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; CancelButton BT_CANCEL { Pos = MAP_APPFONT ( 123 , 23 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; PushButton BT_ORG { Pos = MAP_APPFONT ( 123 , 97 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; Text [ de ] = "~Verwalten..." ; Text [ en-US ] = "~Organizer..." ; TabStop = TRUE ; }; PushButton BT_DEL { Pos = MAP_APPFONT ( 123 , 78 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; Text [ de ] = "~Löschen..." ; Text [ en-US ] = "~Delete..." ; TabStop = TRUE ; }; PushButton BT_EDIT { Pos = MAP_APPFONT ( 123 , 60 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; Text [ de ] = "Än~dern..." ; Text [ en-US ] = "~Modify..." ; TabStop = TRUE ; }; PushButton BT_NEW { Pos = MAP_APPFONT ( 123 , 43 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; Text [ de ] = "~Neu..." ; Text [ en-US ] = "~New..." ; TabStop = TRUE ; }; HelpButton BT_HELP { Pos = MAP_APPFONT ( 123 , 114 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; ListBox BT_TOOL { Border = TRUE ; Pos = MAP_APPFONT ( 6 , 6 ) ; Size = MAP_APPFONT ( 110 , 55 ) ; TabStop = TRUE ; DropDown = TRUE ; }; Control BT_VLIST { HelpId = HID_TEMPLATE_FMT ; Border = TRUE ; Pos = MAP_APPFONT ( 6 , 23 ) ; Size = MAP_APPFONT ( 110 , 89 ) ; TabStop = TRUE ; }; ListBox BT_FLIST { Border = TRUE ; Pos = MAP_APPFONT ( 6 , 114 ) ; Size = MAP_APPFONT ( 110 , 77 ) ; TabStop = TRUE ; Hide = TRUE ; DropDown = TRUE ; }; }; // Strings --------------------------------------------------------------- String DLG_STYLE_DESIGNER { Text [ de ] = "Stylist" ; Text [ en-US ] = "Stylist" ; }; String STR_STYLE_FILTER_HIERARCHICAL { Text [ de ] = "Hierarchisch" ; Text [ en-US ] = "Hierarchical" ; }; // DLG_STYLE_DESIGNER ---------------------------------------------------- DockingWindow DLG_STYLE_DESIGNER { Text [ de ] = "Formatvorlagen" ; Text [ en-US ] = "Styles and Formatting" ; HelpId = SID_STYLE_DESIGNER ; OutputSize = TRUE ; Hide = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 116 , 215 ) ; Pos = MAP_APPFONT ( 0 , 0 ) ; Closeable = TRUE ; Zoomable = TRUE ; Sizeable = TRUE ; Dockable = TRUE ; EnableResizing = TRUE ; // HideWhenDeactivate = TRUE; Border = TRUE ; Moveable = TRUE ; ToolBox TB_ACTION { Pos = MAP_APPFONT ( 3 , 3 ) ; Size = MAP_APPFONT ( 57 , 42 ) ; LineCount = 1 ; ItemImageList = DLG_STYLE_DESIGNER ; HelpId = HID_TEMPLDLG_TOOLBOX_RIGHT ; ItemList = { ToolBoxItem { HelpId = HID_TEMPLDLG_WATERCAN ; Identifier = SID_STYLE_WATERCAN ; Text [ de ] = "Gießkannenmodus" ; Text [ en-US ] = "Fill Format Mode" ; }; ToolBoxItem { HelpId = HID_TEMPLDLG_NEWBYEXAMPLE ; Identifier = SID_STYLE_NEW_BY_EXAMPLE ; Text [ de ] = "Neue Vorlage aus Selektion" ; Text [ en-US ] = "New Style from Selection" ; }; ToolBoxItem { HelpId = HID_TEMPLDLG_UPDATEBYEXAMPLE ; Identifier = SID_STYLE_UPDATE_BY_EXAMPLE ; Text [ de ] = "Vorlage aktualisieren" ; Text [ en-US ] = "Update Style" ; }; }; }; };