xref: /trunk/main/sw/source/ui/misc/glosbib.src (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#include "glosbib.hrc"
29#include "misc.hrc"
30#include "helpid.h"
31ModalDialog DLG_BIB_BASE
32{
33    HelpID = HID_BIB_BASE ;
34    OutputSize = TRUE ;
35    SVLook = TRUE ;
36    Size = MAP_APPFONT ( 349 , 121 ) ;
37    Moveable = TRUE ;
38    Text [ en-US ] = "Edit Categories" ;
39    PushButton PB_NEW
40    {
41        HelpID = "sw:PushButton:DLG_BIB_BASE:PB_NEW";
42        Disable = TRUE ;
43        Pos = MAP_APPFONT ( 293 , 66 ) ;
44        Size = MAP_APPFONT ( 50 , 14 ) ;
45        Text [ en-US ] = "~New" ;
46        TabStop = TRUE ;
47    };
48    PushButton PB_DELETE
49    {
50        HelpID = "sw:PushButton:DLG_BIB_BASE:PB_DELETE";
51        Pos = MAP_APPFONT ( 293 , 83 ) ;
52        Size = MAP_APPFONT ( 50 , 14 ) ;
53        /* ### ACHTUNG: Neuer Text in Resource? ~L�schen : ~L�schen */
54        Text [ en-US ] = "~Delete" ;
55        TabStop = TRUE ;
56        Disable = TRUE ;
57    };
58    PushButton PB_RENAME
59    {
60        HelpID = "sw:PushButton:DLG_BIB_BASE:PB_RENAME";
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        HelpID = "sw:Edit:DLG_BIB_BASE:ED_NAME";
95        Pos = MAP_APPFONT ( 12 , 14 ) ;
96        Size = MAP_APPFONT ( 159 , 12 ) ;
97        TabStop = TRUE ;
98        Border = TRUE ;
99        MaxTextLength = 256 ;
100    };
101    FixedText FT_PATH
102    {
103        Pos = MAP_APPFONT ( 174 , 3 ) ;
104        Size = MAP_APPFONT ( 60 , 8 ) ;
105        Text [ en-US ] = "Path";
106    };
107    ListBox LB_PATH
108    {
109        HelpID = "sw:ListBox:DLG_BIB_BASE:LB_PATH";
110        Pos = MAP_APPFONT ( 174 , 14 ) ;
111        Size = MAP_APPFONT ( 107 , 50 ) ;
112        DropDown = TRUE ;
113        Border = TRUE ;
114        TabStop = TRUE ;
115        DDExtraWidth = TRUE ;
116    };
117    FixedText FT_SELECT
118    {
119        Pos = MAP_APPFONT ( 12 , 30 ) ;
120        Size = MAP_APPFONT ( 100 , 8 ) ;
121        Text [ en-US ] = "Selection list";
122    };
123    Control TLB_GROUPS
124    {
125        Pos = MAP_APPFONT ( 12 , 41 ) ;
126        Size = MAP_APPFONT ( 269 , 73 ) ;
127        TabStop = TRUE ;
128        Border = TRUE ;
129    };
130    /*    ComboBox CO_NAME
131    {
132        Pos = MAP_APPFONT ( 12 , 14 ) ;
133        Size = MAP_APPFONT ( 89 , 76 ) ;
134        TabStop = TRUE ;
135#ifdef WIN
136        MaxTextLength = 8 ;
137#else
138        MaxTextLength = 32 ;
139#endif
140        Sort = TRUE ;
141    };*/
142};
143/*
144String STR_GLOSSARY_BIB_DLG
145{
146    Text [ en-US ] = "Edit Categories" ;
147};*/
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184