update dev300-m58
[ooovba.git] / sw / source / ui / utlui / gloslst.src
blob7cbcc536ef3ecce1109b441a91aae94e86ed0e84
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: gloslst.src,v $
10  * $Revision: 1.24 $
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 "globals.hrc"
32 #include "utlui.hrc"
33 #include "helpid.h"
34 #include "gloslst.hrc"
36 ModalDialog DLG_GLOSSARY_DECIDE_DLG
38     HelpID = HID_DLG_GLOSS_DECIDE ;
39     OutputSize = TRUE ;
40     SVLook = TRUE ;
41     Size = MAP_APPFONT ( 161 , 67 ) ;
42     Text [ en-US ] = "Select AutoText:" ;
43     Moveable = TRUE ;
44     FixedLine FL_GLOSS
45     {
46         Pos = MAP_APPFONT ( 6 , 3 ) ;
47         Size = MAP_APPFONT ( 93 , 8 ) ;
48         Text [ en-US ] = "AutoText - Group" ;
49     };
50     OKButton PB_OK
51     {
52         Pos = MAP_APPFONT ( 105 , 6 ) ;
53         Size = MAP_APPFONT ( 50 , 14 ) ;
54         TabStop = TRUE ;
55         Group = TRUE ;
56         DefButton = TRUE ;
57     };
58     CancelButton PB_CANCEL
59     {
60         Pos = MAP_APPFONT ( 105 , 23 ) ;
61         Size = MAP_APPFONT ( 50 , 14 ) ;
62         TabStop = TRUE ;
63         Group = TRUE ;
64     };
65     HelpButton PB_HELP
66     {
67         Pos = MAP_APPFONT ( 105 , 43 ) ;
68         Size = MAP_APPFONT ( 50 , 14 ) ;
69         TabStop = TRUE ;
70         Group = TRUE ;
71     };
72     ListBox LB_LIST
73     {
74         Pos = MAP_APPFONT ( 12 , 15 ) ;
75         Size = MAP_APPFONT ( 81 , 40 ) ;
76         TabStop = TRUE ;
77         Border = TRUE ;
78     };