xref: /trunk/main/sw/source/ui/dochdl/selglos.src (revision 31bbceb0f9d64c0c2c3b22a794a1666c1f33396e)
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 "selglos.hrc"
25#include "dochdl.hrc"
26#include "cmdid.h"
27#include "helpid.h"
28
29// #define DLG_SEL_GLOS 256
30ModalDialog DLG_SEL_GLOS
31{
32    HelpID = CMD_FN_EXPAND_GLOSSARY ;
33    OutputSize = TRUE ;
34    SVLook = TRUE ;
35    Size = MAP_APPFONT ( 220, 100 ) ;
36    Text [ en-US ] = "Insert AutoText" ;
37    Moveable = TRUE ;
38    OKButton BT_OK
39    {
40        Pos = MAP_APPFONT ( 164, 6 ) ;
41        Size = MAP_APPFONT ( 50, 14 ) ;
42        TabStop = TRUE ;
43        DefButton = TRUE ;
44    };
45    CancelButton BT_CANCEL
46    {
47        Pos = MAP_APPFONT ( 164, 23 ) ;
48        Size = MAP_APPFONT ( 50, 14 ) ;
49        TabStop = TRUE ;
50    };
51    HelpButton BT_HELP
52    {
53        Pos = MAP_APPFONT ( 164, 43 ) ;
54        Size = MAP_APPFONT ( 50, 14 ) ;
55        TabStop = TRUE ;
56    };
57    FixedLine FL_GLOS
58    {
59        Pos = MAP_APPFONT ( 6, 3 ) ;
60        Size = MAP_APPFONT ( 152, 8 ) ;
61        Text [ en-US ] = "AutoTexts for shortcut " ;
62    };
63    ListBox LB_GLOS
64    {
65        HelpID = "sw:ListBox:DLG_SEL_GLOS:LB_GLOS" ;
66        Border = TRUE ;
67        Pos = MAP_APPFONT ( 12, 14 ) ;
68        Size = MAP_APPFONT ( 140, 74 ) ;
69        TabStop = TRUE ;
70        AutoHScroll = TRUE ;
71    };
72};
73
74// ********************************************************************** EOF
75