merge the formfield patch from ooo-build
[ooovba.git] / sw / source / ui / dochdl / selglos.src
blobb34f29525b408b17600b87eebcb0cc0b4209bcc5
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: selglos.src,v $
10  * $Revision: 1.28 $
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 "selglos.hrc"
32 #include "dochdl.hrc"
33 #include "cmdid.h"
34 #include "helpid.h"
36  // #define DLG_SEL_GLOS 256
37 ModalDialog DLG_SEL_GLOS
39     HelpID = FN_EXPAND_GLOSSARY ;
40     OutputSize = TRUE ;
41     SVLook = TRUE ;
42     Size = MAP_APPFONT ( 220 , 100 ) ;
43     /* ### ACHTUNG: Neuer Text in Resource? AutoText einfügen : AutoText einf³gen */
44     Text [ en-US ] = "Insert AutoText" ;
45     Moveable = TRUE ;
46     OKButton BT_OK
47     {
48         Pos = MAP_APPFONT ( 164 , 6 ) ;
49         Size = MAP_APPFONT ( 50 , 14 ) ;
50         TabStop = TRUE ;
51         DefButton = TRUE ;
52     };
53     CancelButton BT_CANCEL
54     {
55         Pos = MAP_APPFONT ( 164 , 23 ) ;
56         Size = MAP_APPFONT ( 50 , 14 ) ;
57         TabStop = TRUE ;
58     };
59     HelpButton BT_HELP
60     {
61         Pos = MAP_APPFONT ( 164 , 43 ) ;
62         Size = MAP_APPFONT ( 50 , 14 ) ;
63         TabStop = TRUE ;
64     };
65     FixedLine FL_GLOS
66     {
67         Pos = MAP_APPFONT ( 6 , 3 ) ;
68         Size = MAP_APPFONT ( 152 , 8 ) ;
69         /* ### ACHTUNG: Neuer Text in Resource? AutoTexte zum Kürzel  : AutoTexte zum K³rzel  */
70         Text [ en-US ] = "AutoTexts for shortcut " ;
71     };
72     ListBox LB_GLOS
73     {
74         Border = TRUE ;
75         Pos = MAP_APPFONT ( 12 , 14 ) ;
76         Size = MAP_APPFONT ( 140 , 74 ) ;
77         TabStop = TRUE ;
78         AutoHScroll = TRUE ;
79     };