xref: /trunk/main/sw/source/ui/index/multmrk.src (revision 31d35622ee258902b338f9bfdfb2a2ed84b7bb6c)
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#include "index.hrc"
23#include "multmrk.hrc"
24#include "cmdid.h"
25#include "helpid.h"
26ModalDialog DLG_MULTMRK
27{
28    HelpID = CMD_FN_EDIT_IDX_ENTRY_DLG ;
29    OutputSize = TRUE ;
30    SVLook = TRUE ;
31    Size = MAP_APPFONT ( 220, 95 ) ;
32    Text [ en-US ] = "Index Markings" ;
33    Moveable = TRUE ;
34    FixedLine FL_TOX
35    {
36        Pos = MAP_APPFONT ( 6, 3 ) ;
37        Size = MAP_APPFONT ( 153, 8 ) ;
38        Text [ en-US ] = "Selection" ;
39    };
40    FixedText FT_ENTRY
41    {
42        Pos = MAP_APPFONT ( 12, 14 ) ;
43        Size = MAP_APPFONT ( 41, 8 ) ;
44        Text [ en-US ] = "Index" ;
45        Left = TRUE ;
46    };
47    FixedText FT_TEXT
48    {
49        Pos = MAP_APPFONT ( 53, 14 ) ;
50        Size = MAP_APPFONT ( 100, 8 ) ;
51        Left = TRUE ;
52    };
53    FixedText FT_TOX
54    {
55        Pos = MAP_APPFONT ( 12, 26 ) ;
56        Size = MAP_APPFONT ( 41, 8 ) ;
57        Text [ en-US ] = "Entry" ;
58        Left = TRUE ;
59    };
60    ListBox LB_TOX
61    {
62        HelpID = "sw:ListBox:DLG_MULTMRK:LB_TOX" ;
63        Border = TRUE ;
64        Pos = MAP_APPFONT ( 12, 37 ) ;
65        Size = MAP_APPFONT ( 100, 49 ) ;
66        TabStop = TRUE ;
67        AutoHScroll = TRUE ;
68    };
69    OKButton OK_BT
70    {
71        Pos = MAP_APPFONT ( 165, 6 ) ;
72        Size = MAP_APPFONT ( 50, 14 ) ;
73        TabStop = TRUE ;
74        DefButton = TRUE ;
75    };
76    CancelButton CANCEL_BT
77    {
78        Pos = MAP_APPFONT ( 165, 23 ) ;
79        Size = MAP_APPFONT ( 50, 14 ) ;
80        TabStop = TRUE ;
81    };
82};
83
84// ********************************************************************** EOF
85