merge the formfield patch from ooo-build
[ooovba.git] / sw / source / ui / misc / glosbib.src
blob4190b638e46b86fd5366481fd7b14150656de3b6
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: glosbib.src,v $
10  * $Revision: 1.22 $
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 "glosbib.hrc"
32 #include "misc.hrc"
33 #include "helpid.h"
34 ModalDialog DLG_BIB_BASE
36     HelpID = HID_BIB_BASE ;
37     OutputSize = TRUE ;
38     SVLook = TRUE ;
39     Size = MAP_APPFONT ( 349 , 121 ) ;
40     Moveable = TRUE ;
41     Text [ en-US ] = "Edit Categories" ;
42     PushButton PB_NEW
43     {
44         Disable = TRUE ;
45         Pos = MAP_APPFONT ( 293 , 66 ) ;
46         Size = MAP_APPFONT ( 50 , 14 ) ;
47         Text [ en-US ] = "~New" ;
48         TabStop = TRUE ;
49     };
50     PushButton PB_DELETE
51     {
52         Pos = MAP_APPFONT ( 293 , 83 ) ;
53         Size = MAP_APPFONT ( 50 , 14 ) ;
54         /* ### ACHTUNG: Neuer Text in Resource? ~Löschen : ~L÷schen */
55         Text [ en-US ] = "~Delete" ;
56         TabStop = TRUE ;
57         Disable = TRUE ;
58     };
59     PushButton PB_RENAME
60     {
61         Disable = TRUE ;
62         Pos = MAP_APPFONT ( 293 , 100 ) ;
63         Size = MAP_APPFONT ( 50 , 14 ) ;
64         Text [ en-US ] = "~Rename" ;
65         TabStop = TRUE ;
66     };
67     FixedText FT_BIB
68     {
69         Pos = MAP_APPFONT ( 12 , 3 ) ;
70         Size = MAP_APPFONT ( 100 , 8 ) ;
71         Text [ en-US ] = "Category" ;
72     };
73     OKButton BT_OK
74     {
75         Pos = MAP_APPFONT ( 293 , 6 ) ;
76         Size = MAP_APPFONT ( 50 , 14 ) ;
77         TabStop = TRUE ;
78         DefButton = TRUE ;
79     };
80     CancelButton BT_CANCEL
81     {
82         Pos = MAP_APPFONT ( 293 , 23 ) ;
83         Size = MAP_APPFONT ( 50 , 14 ) ;
84         TabStop = TRUE ;
85     };
86     HelpButton BT_HELP
87     {
88         Pos = MAP_APPFONT ( 293 , 43 ) ;
89         Size = MAP_APPFONT ( 50 , 14 ) ;
90         TabStop = TRUE ;
91     };
92     Edit ED_NAME
93     {
94         Pos = MAP_APPFONT ( 12 , 14 ) ;
95         Size = MAP_APPFONT ( 159 , 12 ) ;
96         TabStop = TRUE ;
97         Border = TRUE ;
98         MaxTextLength = 256 ;
99     };
100     FixedText FT_PATH
101     {
102         Pos = MAP_APPFONT ( 174 , 3 ) ;
103         Size = MAP_APPFONT ( 60 , 8 ) ;
104         Text [ en-US ] = "Path";
105     };
106     ListBox LB_PATH
107     {
108         Pos = MAP_APPFONT ( 174 , 14 ) ;
109         Size = MAP_APPFONT ( 107 , 50 ) ;
110         DropDown = TRUE ;
111         Border = TRUE ;
112         TabStop = TRUE ;
113         DDExtraWidth = TRUE ;
114     };
115     FixedText FT_SELECT
116     {
117         Pos = MAP_APPFONT ( 12 , 30 ) ;
118         Size = MAP_APPFONT ( 100 , 8 ) ;
119         Text [ en-US ] = "Selection list";
120     };
121     Control TLB_GROUPS
122     {
123         Pos = MAP_APPFONT ( 12 , 41 ) ;
124         Size = MAP_APPFONT ( 269 , 73 ) ;
125         TabStop = TRUE ;
126         Border = TRUE ;
127     };
128     /*    ComboBox CO_NAME
129     {
130         Pos = MAP_APPFONT ( 12 , 14 ) ;
131         Size = MAP_APPFONT ( 89 , 76 ) ;
132         TabStop = TRUE ;
133 #ifdef WIN
134         MaxTextLength = 8 ;
135 #else
136         MaxTextLength = 32 ;
137 #endif
138         Sort = TRUE ;
139     };*/
142 String STR_GLOSSARY_BIB_DLG
144     Text [ en-US ] = "Edit Categories" ;
145 };*/