/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: queryfilter.src,v $ * * $Revision: 1.34 $ * * last change: $Author: hr $ $Date: 2005-09-23 14:16:00 $ * * 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 * ************************************************************************/ #ifndef DBAUI_QUERYFILTER_HRC #include "queryfilter.hrc" #endif #include "dbaccess_helpid.hrc" /* #define STRLST_AND_OR \ StringList [ de ] = \ {\ < "UND" ; Default ; > ; \ < "ODER" ; Default ; > ; \ };\ StringList [ en-US ] = \ {\ < "AND" ; Default ; > ; \ < "OR" ; Default ; > ; \ };\ */ ModalDialog DLG_FILTERCRIT { OutputSize = TRUE ; Hide = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 303 , 76 ) ; /* These strings are equal to the toolbox bubble helptext from MID_SBA_QRY_FILTERCRIT in toolbox.hrc */ Text [ de ] ="Standardfilter" ; Text [ en-US ] ="Standard Filter"; Moveable = TRUE ; Closeable = TRUE ; HelpId = HID_DLG_FILTERCRIT ; ListBox LB_WHEREFIELD1 { Border = TRUE ; Pos = MAP_APPFONT ( 60 , 25 ) ; Size = MAP_APPFONT ( 60 , 90 ) ; TabStop = TRUE ; DropDown = TRUE ; }; ListBox LB_WHERECOMP1 { Border = TRUE ; Pos = MAP_APPFONT ( 124 , 25 ) ; Size = MAP_APPFONT ( 49 , 72 ) ; TabStop = TRUE ; DDExtraWidth = TRUE ; DropDown = TRUE ; CurPos = 0 ; }; Edit ET_WHEREVALUE1 { Border = TRUE ; Pos = MAP_APPFONT ( 177 , 25 ) ; Size = MAP_APPFONT ( 60 , 12 ) ; TabStop = TRUE ; }; ListBox LB_WHERECOND2 { Border = TRUE ; Pos = MAP_APPFONT ( 15 , 41 ) ; Size = MAP_APPFONT ( 41 , 36 ) ; TabStop = TRUE ; DropDown = TRUE ; CurPos = 0 ; // STRLST_AND_OR StringList [ de ] = { < "UND" ; Default ; > ; < "ODER" ; Default ; > ; }; StringList [ en-US ] = { < "AND" ; Default ; > ; < "OR" ; Default ; > ; }; }; ListBox LB_WHEREFIELD2 { Border = TRUE ; Pos = MAP_APPFONT ( 60 , 41 ) ; Size = MAP_APPFONT ( 60 , 90 ) ; TabStop = TRUE ; DropDown = TRUE ; }; ListBox LB_WHERECOMP2 { Border = TRUE ; Pos = MAP_APPFONT ( 124 , 41 ) ; Size = MAP_APPFONT ( 49 , 72 ) ; TabStop = TRUE ; DropDown = TRUE ; DDExtraWidth = TRUE ; CurPos = 0 ; }; Edit ET_WHEREVALUE2 { Border = TRUE ; Pos = MAP_APPFONT ( 177 , 41 ) ; Size = MAP_APPFONT ( 60 , 12 ) ; TabStop = TRUE ; }; ListBox LB_WHERECOND3 { Border = TRUE ; Pos = MAP_APPFONT ( 15 , 57 ) ; Size = MAP_APPFONT ( 41 , 36 ) ; TabStop = TRUE ; DropDown = TRUE ; CurPos = 0 ; // STRLST_AND_OR StringList [ de ] = { < "UND" ; Default ; > ; < "ODER" ; Default ; > ; }; StringList [ en-US ] = { < "AND" ; Default ; > ; < "OR" ; Default ; > ; }; }; ListBox LB_WHEREFIELD3 { Border = TRUE ; Pos = MAP_APPFONT ( 60 , 57 ) ; Size = MAP_APPFONT ( 60 , 90 ) ; TabStop = TRUE ; DropDown = TRUE ; }; ListBox LB_WHERECOMP3 { Border = TRUE ; Pos = MAP_APPFONT ( 124 , 57 ) ; Size = MAP_APPFONT ( 49 , 72 ) ; TabStop = TRUE ; DropDown = TRUE ; DDExtraWidth = TRUE ; CurPos = 0 ; }; Edit ET_WHEREVALUE3 { Border = TRUE ; Pos = MAP_APPFONT ( 177 , 57 ) ; Size = MAP_APPFONT ( 60 , 12 ) ; TabStop = TRUE ; }; FixedText FT_WHEREFIELD { Pos = MAP_APPFONT ( 60 , 14 ) ; Size = MAP_APPFONT ( 60 , 8 ) ; Text [ de ] = "Feldname" ; Center = TRUE ; Text [ en-US ] = "Field name" ; Text [ x-comment ] = " "; }; FixedText FT_WHERECOMP { Pos = MAP_APPFONT ( 124 , 14 ) ; Size = MAP_APPFONT ( 50 , 8 ) ; Text [ de ] = "Bedingung" ; Center = TRUE ; Text [ en-US ] = "Condition" ; Text [ x-comment ] = " "; }; FixedText FT_WHEREVALUE { Pos = MAP_APPFONT ( 177 , 14 ) ; Size = MAP_APPFONT ( 60 , 8 ) ; Text [ de ] = "Wert" ; Center = TRUE ; Text [ en-US ] = "Value" ; Text [ x-comment ] = " "; }; FixedText FT_WHEREOPER { Pos = MAP_APPFONT ( 15 , 14 ) ; Size = MAP_APPFONT ( 40 , 8 ) ; /* ### ACHTUNG: Neuer Text in Resource? Verknüpfung : Verkn³pfung */ Text [ de ] = "Verknüpfung" ; Center = TRUE ; Text [ en-US ] = "Operator" ; Text [ x-comment ] = " "; }; FixedLine FL_FIELDS { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 236 , 8 ) ; Text [ de ] = "Kriterien" ; Text [ en-US ] = "Criteria" ; Text [ x-comment ] = " "; }; OKButton BT_OK { Pos = MAP_APPFONT ( 249 , 6 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton BT_CANCEL { Pos = MAP_APPFONT ( 249 , 23 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; HelpButton BT_HELP { Pos = MAP_APPFONT ( 249 , 43 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; String STR_NOENTRY { Text [ de ] = "- keiner -" ; Text [ en-US ] = "- none -" ; Text [ x-comment ] = " "; }; String STR_COMPARE_OPERATORS { Text [ de ] = "=;<>;<;<=;>;>=;wie;nicht wie;leer;nicht leer"; Text [ en-US ] = "=;<>;<;<=;>;>=;like;not like;null;not null"; Text [ x-comment ] = " "; }; };