/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: fldvar.src,v $ * * $Revision: 1.26 $ * * last change: $Author: hr $ $Date: 2005-09-23 13:04:24 $ * * 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 * ************************************************************************/ #include "globals.hrc" #include "fldtdlg.hrc" #include "helpid.h" #include "cmdid.h" TabPage TP_FLD_VAR { HelpID = HID_FLD_VAR ; SVLook = TRUE ; Hide = TRUE ; Size = MAP_APPFONT ( 260 , 185 ) ; Text [ de ] = "Variablen" ; FixedText FT_VARTYPE { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 76 , 8 ) ; Text [ de ] = "~Feldtyp" ; Text [ en-US ] = "~Type" ; Left = TRUE ; Text [ x-comment ] = " "; }; ListBox LB_VARTYPE { Border = TRUE ; Pos = MAP_APPFONT ( 6 , 14 ) ; Size = MAP_APPFONT ( 76 , 135 ) ; TabStop = TRUE ; Sort = FALSE ; AutoHScroll = TRUE ; }; FixedText FT_VARSELECTION { Pos = MAP_APPFONT ( 88 , 3 ) ; Size = MAP_APPFONT ( 76 , 8 ) ; Text [ de ] = "~Auswahl" ; Left = TRUE ; Text [ en-US ] = "S~election" ; Text [ x-comment ] = " "; }; ListBox LB_VARSELECTION { Border = TRUE ; Pos = MAP_APPFONT ( 88 , 14 ) ; Size = MAP_APPFONT ( 76 , 135 ) ; TabStop = TRUE ; Sort = TRUE ; }; FixedText FT_VARFORMAT { Pos = MAP_APPFONT ( 170 , 3 ) ; Size = MAP_APPFONT ( 84 , 8 ) ; Text [ de ] = "F~ormat" ; Left = TRUE ; Text [ en-US ] = "Format" ; Text [ x-comment ] = " "; }; ListBox LB_VARFORMAT { Border = TRUE ; Pos = MAP_APPFONT ( 170 , 14 ) ; Size = MAP_APPFONT ( 84 , 123 ) ; TabStop = TRUE ; DropDown = FALSE ; }; ListBox LB_VARNUMFORMAT { Border = TRUE ; Pos = MAP_APPFONT ( 170 , 14 ) ; Size = MAP_APPFONT ( 84 , 123 ) ; TabStop = TRUE ; DropDown = FALSE ; }; CheckBox CB_VARINVISIBLE { Pos = MAP_APPFONT ( 170 , 141 ) ; Size = MAP_APPFONT ( 84 , 10 ) ; Text [ de ] = "~Unsichtbar" ; Text [ en-US ] = "Invisi~ble" ; TabStop = TRUE ; Text [ x-comment ] = " "; }; FixedText FT_VARCHAPTERHEADER { Pos = MAP_APPFONT ( 170 , 112 ) ; Size = MAP_APPFONT ( 84 , 8 ) ; Hide = TRUE ; Text [ de ] = "Kapitelweise Nummerierung" ; Text [ en-US ] = "Numbering by chapter" ; Text [ x-comment ] = " "; }; FixedText FT_VARCHAPTERLEVEL { Pos = MAP_APPFONT ( 175 , 125 ) ; Size = MAP_APPFONT ( 30 , 8 ) ; Hide = TRUE ; Text [ de ] = "E~bene" ; Text [ en-US ] = "~Level" ; Text [ x-comment ] = " "; }; ListBox LB_VARCHAPTERLEVEL { Border = TRUE ; Hide = TRUE ; Pos = MAP_APPFONT ( 208 , 123 ) ; Size = MAP_APPFONT ( 46 , 76 ) ; TabStop = TRUE ; DropDown = TRUE ; StringList [ de ] = { < "Keine" ; > ; }; StringList [ en-US ] = { < "None" ; > ; }; StringList [ x-comment ] = { < " " ; > ; }; }; FixedText FT_VARSEPARATOR { Pos = MAP_APPFONT ( 175 , 140 ) ; Size = MAP_APPFONT ( 30 , 10 ) ; Hide = TRUE ; Text [ de ] = "~Trenner" ; Text [ en-US ] = "~Separator" ; Text [ x-comment ] = " "; }; Edit ED_VARSEPARATOR { Pos = MAP_APPFONT ( 208 , 138 ) ; Size = MAP_APPFONT ( 46 , 12 ) ; Border = TRUE ; Hide = TRUE ; MaxTextLength = 1 ; TEXT = "." ; }; FixedText FT_VARNAME { Pos = MAP_APPFONT ( 6 , 155 ) ; Size = MAP_APPFONT ( 76 , 8 ) ; Text [ de ] = "Na~me" ; Left = TRUE ; Text [ en-US ] = "Na~me" ; Text [ x-comment ] = " "; }; Edit ED_VARNAME { Border = TRUE ; Pos = MAP_APPFONT ( 6 , 166 ) ; Size = MAP_APPFONT ( 76 , 12 ) ; TabStop = TRUE ; Left = TRUE ; }; FixedText FT_VARVALUE { Pos = MAP_APPFONT ( 88 , 155 ) ; Size = MAP_APPFONT ( 76 , 8 ) ; Text [ de ] = "~Wert" ; Text [ en-US ] = "~Value" ; Left = TRUE ; Text [ x-comment ] = " "; }; Edit ED_VARVALUE { Border = TRUE ; Pos = MAP_APPFONT ( 88 , 166 ) ; Size = MAP_APPFONT ( 76 , 12 ) ; TabStop = TRUE ; Left = TRUE ; }; ToolBox TBX_VARNEWDEL { Pos = MAP_APPFONT ( 167 , 167 ) ; SVLook = TRUE ; Border = FALSE ; ItemList = { ToolBoxItem { Identifier = BT_VARAPPLY ; HelpID = HID_FLDVAR_APPLY ; ItemImage = Image { ImageBitmap = Bitmap{ File = "sc20558.bmp" ;}; MaskColor = IMAGE_MASK_COLOR ; }; Text [ de ] = "Übernehmen" ; Text [ en-US ] = "Apply" ; Text [ x-comment ] = " "; }; ToolBoxItem { Identifier = BT_VARDELETE ; HelpID = HID_FLDVAR_DELETE ; ItemImage = Image { ImageBitmap = Bitmap{ File = "sc20557.bmp" ;}; MaskColor = IMAGE_MASK_COLOR ; }; Text [ de ] = "Löschen" ; Text [ en-US ] = "Delete" ; Text [ x-comment ] = " "; }; }; }; Text [ en-US ] = "Variables" ; Text [ x-comment ] = " "; };