bump product version to 4.1.6.2
[LibreOffice.git] / sw / source / ui / index / multmrk.src
blobd79e9426dd2d3cb65502fe3d6216dfac2283715d
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include "index.hrc"
21 #include "multmrk.hrc"
22 #include "cmdid.h"
23 #include "helpid.h"
24 ModalDialog DLG_MULTMRK
26     HelpID = CMD_FN_EDIT_IDX_ENTRY_DLG ;
27     OutputSize = TRUE ;
28     SVLook = TRUE ;
29     Size = MAP_APPFONT ( 220 , 95 ) ;
30     Text [ en-US ] = "Index Markings" ;
31     Moveable = TRUE ;
32     FixedLine FL_TOX
33     {
34         Pos = MAP_APPFONT ( 6 , 3 ) ;
35         Size = MAP_APPFONT ( 153 , 8 ) ;
36         Text [ en-US ] = "Selection" ;
37     };
38     FixedText FT_ENTRY
39     {
40         Pos = MAP_APPFONT ( 12 , 14 ) ;
41         Size = MAP_APPFONT ( 41 , 8 ) ;
42         Text [ en-US ] = "Index" ;
43         Left = TRUE ;
44     };
45     FixedText FT_TEXT
46     {
47         Pos = MAP_APPFONT ( 53 , 14 ) ;
48         Size = MAP_APPFONT ( 100 , 8 ) ;
49         Left = TRUE ;
50     };
51     FixedText FT_TOX
52     {
53         Pos = MAP_APPFONT ( 12 , 26 ) ;
54         Size = MAP_APPFONT ( 41 , 8 ) ;
55         Text [ en-US ] = "Entry" ;
56         Left = TRUE ;
57     };
58     ListBox LB_TOX
59     {
60         HelpID = "sw:ListBox:DLG_MULTMRK:LB_TOX";
61         Border = TRUE ;
62         Pos = MAP_APPFONT ( 12 , 37 ) ;
63         Size = MAP_APPFONT ( 100 , 49 ) ;
64         TabStop = TRUE ;
65         AutoHScroll = TRUE ;
66     };
67     OKButton OK_BT
68     {
69         Pos = MAP_APPFONT ( 165 , 6 ) ;
70         Size = MAP_APPFONT ( 50 , 14 ) ;
71         TabStop = TRUE ;
72         DefButton = TRUE ;
73     };
74     CancelButton CANCEL_BT
75     {
76         Pos = MAP_APPFONT ( 165 , 23 ) ;
77         Size = MAP_APPFONT ( 50 , 14 ) ;
78         TabStop = TRUE ;
79     };
82 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */