merge the formfield patch from ooo-build
[ooovba.git] / sc / source / ui / src / datafdlg.src
blob535ec66e74386d23c9b552c5c8a67ce1ed80dab6
1 /*************************************************************************
2  *
3  *  OpenOffice.org - a multi-platform office productivity suite
4  *
5  *  $RCSfile: datafdlg.src,v $
6  *
7  *  $Revision: 1.00 $
8  *
9  *  last change: $Author: hr $ $Date: 2005/09/23 15:07:30 $
10  *
11  *  The Contents of this file are made available subject to
12  *  the terms of GNU Lesser General Public License Version 2.1.
13  *
14  *
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
19  *
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.
23  *
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.
28  *
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,
32  *    MA  02111-1307  USA
33  *
34  ************************************************************************/
36 #include "datafdlg.hrc"
38 //zhangyun, dataform
39 ModalDialog RID_SCDLG_DATAFORM
41     OutputSize = TRUE ;
42     SVLook = TRUE ;
43     Size = MAP_APPFONT ( 191 , 180 ) ;
44     Text [ en-US ] = "Data Form" ;
45     Moveable = TRUE ;
46     Closeable = TRUE ;
47     FixedText LAB_DATAFORM_RECORDNO
48     {
49         Pos = MAP_APPFONT ( 136 , 6 ) ;
50         Size = MAP_APPFONT ( 50 , 12 ) ;
51         Text [ en-US ] = "/" ;
52     };
53     PushButton BTN_DATAFORM_NEW
54     {
55         Pos = MAP_APPFONT ( 135 , 23 ) ;
56         Size = MAP_APPFONT ( 50 , 14 ) ;
57         TabStop = TRUE ;
58         DefButton = TRUE ;
59         Text [ en-US ] = "New" ;
60     };
61     PushButton BTN_DATAFORM_DELETE
62     {
63         Pos = MAP_APPFONT ( 135 , 40 ) ;
64         Size = MAP_APPFONT ( 50 , 14 ) ;
65         TabStop = TRUE ;
66         Text [ en-US ] = "Delete" ;
67     };
68     PushButton BTN_DATAFORM_RESTORE
69     {
70         Pos = MAP_APPFONT ( 135 , 57 ) ;
71         Size = MAP_APPFONT ( 50 , 14 ) ;
72         TabStop = TRUE ;
73         Text [ en-US ] = "Restore" ;
74     };
75     PushButton BTN_DATAFORM_LAST
76     {
77         Pos = MAP_APPFONT ( 135 , 82 ) ;
78         Size = MAP_APPFONT ( 50 , 14 ) ;
79         TabStop = TRUE ;
80         Text [ en-US ] = "Last Record" ;
81     };
82     PushButton BTN_DATAFORM_NEXT
83     {
84         Pos = MAP_APPFONT ( 135 , 99 ) ;
85         Size = MAP_APPFONT ( 50 , 14 ) ;
86         TabStop = TRUE ;
87         Text [ en-US ] = "Next Record" ;
88     };
89     PushButton BTN_DATAFORM_CLOSE
90     {
91         Pos = MAP_APPFONT ( 135 , 116 ) ;
92         Size = MAP_APPFONT ( 50 , 14 ) ;
93         TabStop = TRUE ;
94         Text [ en-US ] = "Close" ;
95     };
96     ScrollBar WND_DATAFORM_SCROLLBAR
97     {
98         Pos = MAP_APPFONT ( 124 , 6 ) ;
99         Size = MAP_APPFONT ( 8 , 135 ) ;
100         HScroll = FALSE ;
101         TabStop = FALSE ;
102     };
104 //end