1 /*************************************************************************
3 * OpenOffice.org - a multi-platform office productivity suite
5 * $RCSfile: datafdlg.src,v $
9 * last change: $Author: hr $ $Date: 2005/09/23 15:07:30 $
11 * The Contents of this file are made available subject to
12 * the terms of GNU Lesser General Public License Version 2.1.
15 * GNU Lesser General Public License Version 2.1
16 * =============================================
17 * Copyright 2005 by Sun Microsystems, Inc.
18 * 901 San Antonio Road, Palo Alto, CA 94303, USA
20 * This library is free software; you can redistribute it and/or
21 * modify it under the terms of the GNU Lesser General Public
22 * License version 2.1, as published by the Free Software Foundation.
24 * This library is distributed in the hope that it will be useful,
25 * but WITHOUT ANY WARRANTY; without even the implied warranty of
26 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
27 * Lesser General Public License for more details.
29 * You should have received a copy of the GNU Lesser General Public
30 * License along with this library; if not, write to the Free Software
31 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
34 ************************************************************************/
36 #include "datafdlg.hrc"
39 ModalDialog RID_SCDLG_DATAFORM
43 Size = MAP_APPFONT ( 191 , 180 ) ;
44 Text [ en-US ] = "Data Form" ;
47 FixedText LAB_DATAFORM_RECORDNO
49 Pos = MAP_APPFONT ( 136 , 6 ) ;
50 Size = MAP_APPFONT ( 50 , 12 ) ;
51 Text [ en-US ] = "/" ;
53 PushButton BTN_DATAFORM_NEW
55 Pos = MAP_APPFONT ( 135 , 23 ) ;
56 Size = MAP_APPFONT ( 50 , 14 ) ;
59 Text [ en-US ] = "New" ;
61 PushButton BTN_DATAFORM_DELETE
63 Pos = MAP_APPFONT ( 135 , 40 ) ;
64 Size = MAP_APPFONT ( 50 , 14 ) ;
66 Text [ en-US ] = "Delete" ;
68 PushButton BTN_DATAFORM_RESTORE
70 Pos = MAP_APPFONT ( 135 , 57 ) ;
71 Size = MAP_APPFONT ( 50 , 14 ) ;
73 Text [ en-US ] = "Restore" ;
75 PushButton BTN_DATAFORM_LAST
77 Pos = MAP_APPFONT ( 135 , 82 ) ;
78 Size = MAP_APPFONT ( 50 , 14 ) ;
80 Text [ en-US ] = "Last Record" ;
82 PushButton BTN_DATAFORM_NEXT
84 Pos = MAP_APPFONT ( 135 , 99 ) ;
85 Size = MAP_APPFONT ( 50 , 14 ) ;
87 Text [ en-US ] = "Next Record" ;
89 PushButton BTN_DATAFORM_CLOSE
91 Pos = MAP_APPFONT ( 135 , 116 ) ;
92 Size = MAP_APPFONT ( 50 , 14 ) ;
94 Text [ en-US ] = "Close" ;
96 ScrollBar WND_DATAFORM_SCROLLBAR
98 Pos = MAP_APPFONT ( 124 , 6 ) ;
99 Size = MAP_APPFONT ( 8 , 135 ) ;