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