update dev300-m58
[ooovba.git] / sw / source / ui / fldui / DropDownFieldDialog.src
blob96d0cf02f76061a941017498a3506744eaa80587
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: DropDownFieldDialog.src,v $
10  * $Revision: 1.11 $
11  *
12  * This file is part of OpenOffice.org.
13  *
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.
17  *
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).
23  *
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.
28  *
29  ************************************************************************/
31 #include "fldui.hrc"
32 #include "DropDownFieldDialog.hrc"
33 #include "helpid.h"
34 ModalDialog DLG_FLD_DROPDOWN
36     HelpID = HID_FLD_DROPDOWN ;
37     OutputSize = TRUE ;
38     Hide = TRUE ;
39     SVLook = TRUE ;
40     Size = MAP_APPFONT ( 194 , 119 ) ;
41     Text [ en-US ] = "Choose Item: " ;
42     Moveable = TRUE ;
43     FixedLine FL_ITEMS
44     {
45         Pos = MAP_APPFONT ( 6 , 3 ) ;
46         Size = MAP_APPFONT ( 127 , 8 ) ;
47         Text [ en-US ] = "Edit" ;
48     };
49     ListBox LB_LISTITEMS
50     {
51         Border = TRUE ;
52         Pos = MAP_APPFONT ( 12 , 14 ) ;
53         Size = MAP_APPFONT ( 115 , 99 ) ;
54         TabStop = TRUE ;
55         Sort = FALSE ;
56         AutoHScroll = TRUE ;
57     };
58     OKButton PB_OK
59     {
60         Pos = MAP_APPFONT ( 139 , 6 ) ;
61         Size = MAP_APPFONT ( 50 , 14 ) ;
62         TabStop = TRUE ;
63         DefButton = TRUE ;
64     };
65     CancelButton PB_CANCEL
66     {
67         Pos = MAP_APPFONT ( 139 , 23 ) ;
68         Size = MAP_APPFONT ( 50 , 14 ) ;
69         TabStop = TRUE ;
70     };
71     PushButton PB_NEXT
72     {
73         Pos = MAP_APPFONT ( 139 , 40 ) ;
74         Size = MAP_APPFONT ( 50 , 14 ) ;
75         TabStop = TRUE ;
76         Hide = TRUE ;
77         Text [ en-US ] = "~Next" ;
78     };
79     HelpButton PB_HELP
80     {
81         Pos = MAP_APPFONT ( 139 , 60 ) ;
82         Size = MAP_APPFONT ( 50 , 14 ) ;
83         TabStop = TRUE ;
84     };
85     PushButton PB_EDIT
86     {
87         Pos = MAP_APPFONT ( 139 , 99 ) ;
88         Size = MAP_APPFONT ( 50 , 14 ) ;
89         TabStop = TRUE ;
90         Text [ en-US ] = "~Edit" ;
91     };