xref: /aoo4110/main/sw/source/ui/index/multmrk.src (revision b1cdbd2c)
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 "index.hrc"
25#include "multmrk.hrc"
26#include "cmdid.h"
27#include "helpid.h"
28ModalDialog DLG_MULTMRK
29{
30	HelpID = CMD_FN_EDIT_IDX_ENTRY_DLG ;
31	OutputSize = TRUE ;
32	SVLook = TRUE ;
33	Size = MAP_APPFONT ( 220 , 95 ) ;
34	Text [ en-US ] = "Index Markings" ;
35	Moveable = TRUE ;
36    FixedLine FL_TOX
37	{
38		Pos = MAP_APPFONT ( 6 , 3 ) ;
39        Size = MAP_APPFONT ( 153 , 8 ) ;
40		Text [ en-US ] = "Selection" ;
41	};
42	FixedText FT_ENTRY
43	{
44		Pos = MAP_APPFONT ( 12 , 14 ) ;
45		Size = MAP_APPFONT ( 41 , 8 ) ;
46		Text [ en-US ] = "Index" ;
47		Left = TRUE ;
48	};
49	FixedText FT_TEXT
50	{
51		Pos = MAP_APPFONT ( 53 , 14 ) ;
52		Size = MAP_APPFONT ( 100 , 8 ) ;
53		Left = TRUE ;
54	};
55	FixedText FT_TOX
56	{
57        Pos = MAP_APPFONT ( 12 , 26 ) ;
58		Size = MAP_APPFONT ( 41 , 8 ) ;
59		Text [ en-US ] = "Entry" ;
60		Left = TRUE ;
61	};
62	ListBox LB_TOX
63	{
64	    HelpID = "sw:ListBox:DLG_MULTMRK:LB_TOX";
65		Border = TRUE ;
66        Pos = MAP_APPFONT ( 12 , 37 ) ;
67        Size = MAP_APPFONT ( 100 , 49 ) ;
68		TabStop = TRUE ;
69		AutoHScroll = TRUE ;
70	};
71	OKButton OK_BT
72	{
73		Pos = MAP_APPFONT ( 165 , 6 ) ;
74		Size = MAP_APPFONT ( 50 , 14 ) ;
75		TabStop = TRUE ;
76		DefButton = TRUE ;
77	};
78	CancelButton CANCEL_BT
79	{
80		Pos = MAP_APPFONT ( 165 , 23 ) ;
81		Size = MAP_APPFONT ( 50 , 14 ) ;
82		TabStop = TRUE ;
83	};
84};
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116