1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: paramdialog.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
31 #ifndef _DBAUI_PARAMDIALOG_HRC_
32 #include "paramdialog.hrc"
35 #include "dbu_dlg.hrc"
38 #define LIST_WIDTH 100
39 #define LIST_HEIGHT 50
41 ModalDialog DLG_PARAMETERS
45 Size = MAP_APPFONT ( 6 + LIST_WIDTH + 3 + 6 + BUTTON_WIDTH + 6, 98 ) ;
52 Pos = MAP_APPFONT ( 4 , 3 ) ;
53 Size = MAP_APPFONT ( 3 + LIST_WIDTH + 3 , 8 ) ;
54 Text [ en-US ] = "~Parameters";
58 Pos = MAP_APPFONT ( 7 , 12 ) ;
59 Size = MAP_APPFONT ( LIST_WIDTH , LIST_HEIGHT ) ;
65 Pos = MAP_APPFONT ( 7 , 12 + LIST_HEIGHT + 4 ) ;
66 Size = MAP_APPFONT ( LIST_WIDTH , 8 ) ;
67 Text [ en-US ] = "~Value";
72 Pos = MAP_APPFONT ( 7 , 12 + LIST_HEIGHT + 4 + 8 + 3 ) ;
73 Size = MAP_APPFONT ( LIST_WIDTH , 12 ) ;
76 PushButton BT_TRAVELNEXT
78 Pos = MAP_APPFONT ( 4 + 3 + LIST_WIDTH + 3 + 6 , 12 + LIST_HEIGHT + 4 + 8 + 3 + ( 12 - BUTTON_HEIGHT ) / 2) ;
79 Size = MAP_APPFONT ( BUTTON_WIDTH , BUTTON_HEIGHT ) ;
81 Text [ en-US ] = "~Next";
85 Pos = MAP_APPFONT ( 4 + 3 + LIST_WIDTH + 3 + 6 , 3 ) ;
86 Size = MAP_APPFONT ( BUTTON_WIDTH , BUTTON_HEIGHT ) ;
90 CancelButton BT_CANCEL
92 Pos = MAP_APPFONT ( 4 + 3 + LIST_WIDTH + 3 + 6 , 3 + BUTTON_HEIGHT + 3 ) ;
93 Size = MAP_APPFONT ( BUTTON_WIDTH , BUTTON_HEIGHT ) ;
96 Text [ en-US ] = "Parameter Input" ;
98 String STR_COULD_NOT_CONVERT_PARAM
100 Text [ en-US ] = "The entry could not be converted to a valid value for the \"$name$\"column";