xref: /trunk/main/sw/source/ui/misc/glosbib.src (revision 66b843ff8f1eedd2e69941f1ea52fa080f01ec28)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "glosbib.hrc"
25#include "misc.hrc"
26#include "helpid.h"
27ModalDialog DLG_BIB_BASE
28{
29    HelpID = HID_BIB_BASE ;
30    OutputSize = TRUE ;
31    SVLook = TRUE ;
32    Size = MAP_APPFONT ( 349, 121 ) ;
33    Moveable = TRUE ;
34    Text [ en-US ] = "Edit Categories" ;
35    PushButton PB_NEW
36    {
37        HelpID = "sw:PushButton:DLG_BIB_BASE:PB_NEW" ;
38        Disable = TRUE ;
39        Pos = MAP_APPFONT ( 293, 66 ) ;
40        Size = MAP_APPFONT ( 50, 14 ) ;
41        Text [ en-US ] = "~New" ;
42        TabStop = TRUE ;
43    };
44    PushButton PB_DELETE
45    {
46        HelpID = "sw:PushButton:DLG_BIB_BASE:PB_DELETE" ;
47        Pos = MAP_APPFONT ( 293, 83 ) ;
48        Size = MAP_APPFONT ( 50, 14 ) ;
49        Text [ en-US ] = "~Delete" ;
50        TabStop = TRUE ;
51        Disable = TRUE ;
52    };
53    PushButton PB_RENAME
54    {
55        HelpID = "sw:PushButton:DLG_BIB_BASE:PB_RENAME" ;
56        Disable = TRUE ;
57        Pos = MAP_APPFONT ( 293, 100 ) ;
58        Size = MAP_APPFONT ( 50, 14 ) ;
59        Text [ en-US ] = "~Rename" ;
60        TabStop = TRUE ;
61    };
62    FixedText FT_BIB
63    {
64        Pos = MAP_APPFONT ( 12, 3 ) ;
65        Size = MAP_APPFONT ( 100, 8 ) ;
66        Text [ en-US ] = "Category" ;
67    };
68    OKButton BT_OK
69    {
70        Pos = MAP_APPFONT ( 293, 6 ) ;
71        Size = MAP_APPFONT ( 50, 14 ) ;
72        TabStop = TRUE ;
73        DefButton = TRUE ;
74    };
75    CancelButton BT_CANCEL
76    {
77        Pos = MAP_APPFONT ( 293, 23 ) ;
78        Size = MAP_APPFONT ( 50, 14 ) ;
79        TabStop = TRUE ;
80    };
81    HelpButton BT_HELP
82    {
83        Pos = MAP_APPFONT ( 293, 43 ) ;
84        Size = MAP_APPFONT ( 50, 14 ) ;
85        TabStop = TRUE ;
86    };
87    Edit ED_NAME
88    {
89        HelpID = "sw:Edit:DLG_BIB_BASE:ED_NAME" ;
90        Pos = MAP_APPFONT ( 12, 14 ) ;
91        Size = MAP_APPFONT ( 159, 12 ) ;
92        TabStop = TRUE ;
93        Border = TRUE ;
94        MaxTextLength = 256 ;
95    };
96    FixedText FT_PATH
97    {
98        Pos = MAP_APPFONT ( 174, 3 ) ;
99        Size = MAP_APPFONT ( 60, 8 ) ;
100        Text [ en-US ] = "Path" ;
101    };
102    ListBox LB_PATH
103    {
104        HelpID = "sw:ListBox:DLG_BIB_BASE:LB_PATH" ;
105        Pos = MAP_APPFONT ( 174, 14 ) ;
106        Size = MAP_APPFONT ( 107, 50 ) ;
107        DropDown = TRUE ;
108        Border = TRUE ;
109        TabStop = TRUE ;
110        DDExtraWidth = TRUE ;
111    };
112    FixedText FT_SELECT
113    {
114        Pos = MAP_APPFONT ( 12, 30 ) ;
115        Size = MAP_APPFONT ( 100, 8 ) ;
116        Text [ en-US ] = "Selection list" ;
117    };
118    Control TLB_GROUPS
119    {
120        Pos = MAP_APPFONT ( 12, 41 ) ;
121        Size = MAP_APPFONT ( 269, 73 ) ;
122        TabStop = TRUE ;
123        Border = TRUE ;
124    };
125    /*  ComboBox CO_NAME
126    {
127        Pos = MAP_APPFONT ( 12, 14 ) ;
128        Size = MAP_APPFONT ( 89, 76 ) ;
129        TabStop = TRUE ;
130#ifdef WIN
131        MaxTextLength = 8 ;
132#else
133        MaxTextLength = 32 ;
134#endif
135        Sort = TRUE ;
136    };*/
137};
138/*
139String STR_GLOSSARY_BIB_DLG
140{
141    Text [ en-US ] = "Edit Categories" ;
142};*/
143
144// ********************************************************************** EOF
145