1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org. If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
26 ************************************************************************/
28 #ifndef _DBAUI_PARAMDIALOG_HRC_
29 #include "paramdialog.hrc"
32 #include "dbu_dlg.hrc"
35 #define LIST_WIDTH 100
36 #define LIST_HEIGHT 50
38 ModalDialog DLG_PARAMETERS
40 HelpID = "dbaccess:ModalDialog:DLG_PARAMETERS";
43 Size = MAP_APPFONT ( 6 + LIST_WIDTH + 3 + 6 + BUTTON_WIDTH + 6, 98 ) ;
49 Pos = MAP_APPFONT ( 4 , 3 ) ;
50 Size = MAP_APPFONT ( 3 + LIST_WIDTH + 3 , 8 ) ;
51 Text [ en-US ] = "~Parameters";
55 HelpID = "dbaccess:ListBox:DLG_PARAMETERS:LB_ALLPARAMS";
56 Pos = MAP_APPFONT ( 7 , 12 ) ;
57 Size = MAP_APPFONT ( LIST_WIDTH , LIST_HEIGHT ) ;
63 Pos = MAP_APPFONT ( 7 , 12 + LIST_HEIGHT + 4 ) ;
64 Size = MAP_APPFONT ( LIST_WIDTH , 8 ) ;
65 Text [ en-US ] = "~Value";
69 HelpID = "dbaccess:Edit:DLG_PARAMETERS:ET_PARAM";
71 Pos = MAP_APPFONT ( 7 , 12 + LIST_HEIGHT + 4 + 8 + 3 ) ;
72 Size = MAP_APPFONT ( LIST_WIDTH , 12 ) ;
75 PushButton BT_TRAVELNEXT
77 HelpID = "dbaccess:PushButton:DLG_PARAMETERS: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";