cnttab.src (f3d178f8) cnttab.src (273f0d54)
1/**************************************************************
1/**************************************************************
2 *
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
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 *
10 *
11 * http://www.apache.org/licenses/LICENSE-2.0
11 * http://www.apache.org/licenses/LICENSE-2.0
12 *
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.
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 *
19 *
20 *************************************************************/
21
22
23
24#include "index.hrc"
25#include "globals.hrc"
26#include "cnttab.hrc"
27#include "cmdid.h"

--- 8 unchanged lines hidden (view full) ---

36 Text [ en-US ] = "Separator" ;
37};
38String STR_LEVEL
39{
40 Text [ en-US ] = "Level " ;
41};
42String STR_FILE_NOT_FOUND
43{
20 *************************************************************/
21
22
23
24#include "index.hrc"
25#include "globals.hrc"
26#include "cnttab.hrc"
27#include "cmdid.h"

--- 8 unchanged lines hidden (view full) ---

36 Text [ en-US ] = "Separator" ;
37};
38String STR_LEVEL
39{
40 Text [ en-US ] = "Level " ;
41};
42String STR_FILE_NOT_FOUND
43{
44 Text [ en-US ] = "The file, \"%1\" in the \"%2\" path could not be found.";
44 Text [ en-US ] = "The file, \"%1\" in the \"%2\" path could not be found." ;
45};
46/*************************************************************************
47
48*************************************************************************/
49TabDialog DLG_MULTI_TOX
50{
45};
46/*************************************************************************
47
48*************************************************************************/
49TabDialog DLG_MULTI_TOX
50{
51 HelpID = HID_MULTI_TOX_DLG;
51 HelpID = HID_MULTI_TOX_DLG ;
52 OutputSize = TRUE ;
53 SVLook = TRUE ;
54
55 Moveable = TRUE ;
56
57 TabControl 1
58 {
59 OutputSize = TRUE ;
60 PageList =
61 {
62 PageItem
63 {
52 OutputSize = TRUE ;
53 SVLook = TRUE ;
54
55 Moveable = TRUE ;
56
57 TabControl 1
58 {
59 OutputSize = TRUE ;
60 PageList =
61 {
62 PageItem
63 {
64 Identifier = TP_TOX_SELECT;
65 PageResID = TP_TOX_SELECT;
66 Text [ en-US ] = "Index/Table";
64 Identifier = TP_TOX_SELECT ;
65 PageResID = TP_TOX_SELECT ;
66 Text [ en-US ] = "Index/Table" ;
67 };
68 PageItem
69 {
67 };
68 PageItem
69 {
70 Identifier = TP_TOX_ENTRY;
71 PageResID = TP_TOX_ENTRY;
72 Text [ en-US ] = "Entries";
70 Identifier = TP_TOX_ENTRY ;
71 PageResID = TP_TOX_ENTRY ;
72 Text [ en-US ] = "Entries" ;
73 };
74 PageItem
75 {
73 };
74 PageItem
75 {
76 Identifier = TP_TOX_STYLES;
77 PageResID = TP_TOX_STYLES;
78 Text [ en-US ] = "Styles";
76 Identifier = TP_TOX_STYLES ;
77 PageResID = TP_TOX_STYLES ;
78 Text [ en-US ] = "Styles" ;
79 };
80 PageItem
81 {
82 Identifier = TP_COLUMN ;
83 PageResID = TP_COLUMN ;
84 Text [ en-US ] = "Columns" ;
85 };
86 PageItem
87 {
88 Identifier = TP_BACKGROUND ;
89 PageResID = TP_BACKGROUND ;
90 Text [ en-US ] = "Background" ;
91 };
92 };
93 };
94 Window WIN_EXAMPLE
95 {
79 };
80 PageItem
81 {
82 Identifier = TP_COLUMN ;
83 PageResID = TP_COLUMN ;
84 Text [ en-US ] = "Columns" ;
85 };
86 PageItem
87 {
88 Identifier = TP_BACKGROUND ;
89 PageResID = TP_BACKGROUND ;
90 Text [ en-US ] = "Background" ;
91 };
92 };
93 };
94 Window WIN_EXAMPLE
95 {
96 Pos = MAP_APPFONT ( 0 , 12 ) ;
97 Size = MAP_APPFONT ( 150, 188 ) ;
96 Pos = MAP_APPFONT ( 0, 12 ) ;
97 Size = MAP_APPFONT ( 150, 188 ) ;
98 };
99 String ST_USERDEFINEDINDEX
100 {
98 };
99 String ST_USERDEFINEDINDEX
100 {
101 Text [ en-US ] = "User-Defined Index";
101 Text [ en-US ] = "User-Defined Index" ;
102 };
103 CheckBox CB_SHOWEXAMPLE
104 {
102 };
103 CheckBox CB_SHOWEXAMPLE
104 {
105 Size = MAP_APPFONT ( 200, 10 ) ;
106 Text [ en-US ] = "Preview";
105 Size = MAP_APPFONT ( 200, 10 ) ;
106 Text [ en-US ] = "Preview" ;
107 };
107 };
108 Text [ en-US ] = "Insert Index/Table";
108 Text [ en-US ] = "Insert Index/Table" ;
109};
110//------------------------------------------------------------------
111TabPage TP_TOX_SELECT
112{
109};
110//------------------------------------------------------------------
111TabPage TP_TOX_SELECT
112{
113 HelpID = HID_TP_TOX_SELECT;
114 Size = MAP_APPFONT ( 260 , 185 ) ;
113 HelpID = HID_TP_TOX_SELECT ;
114 Size = MAP_APPFONT ( 260, 185 ) ;
115 Hide = TRUE ;
116
115 Hide = TRUE ;
116
117 FixedLine FL_TYPETITLE
117 FixedLine FL_TYPETITLE
118 {
118 {
119 Pos = MAP_APPFONT ( 6 , 3 ) ;
120 Size = MAP_APPFONT ( 248, 8 ) ;
121 Text [ en-US ] = "Type and title";
119 Pos = MAP_APPFONT ( 6, 3 ) ;
120 Size = MAP_APPFONT ( 248, 8 ) ;
121 Text [ en-US ] = "Type and title" ;
122 };
122 };
123 FixedText FT_TITLE
123 FixedText FT_TITLE
124 {
124 {
125 Pos = MAP_APPFONT ( 12 , 16 ) ;
125 Pos = MAP_APPFONT ( 12, 16 ) ;
126 Size = MAP_APPFONT ( 30 ,10 ) ;
126 Size = MAP_APPFONT ( 30 ,10 ) ;
127 Text [ en-US ] = "~Title";
127 Text [ en-US ] = "~Title" ;
128 };
128 };
129 Edit ED_TITLE
129 Edit ED_TITLE
130 {
130 {
131 HelpID = "sw:Edit:TP_TOX_SELECT:ED_TITLE";
132 Pos = MAP_APPFONT ( 45 , 14 ) ;
133 Size = MAP_APPFONT ( 203 , 12 ) ;
131 HelpID = "sw:Edit:TP_TOX_SELECT:ED_TITLE" ;
132 Pos = MAP_APPFONT ( 45, 14 ) ;
133 Size = MAP_APPFONT ( 203, 12 ) ;
134 Border = TRUE;
135 };
134 Border = TRUE;
135 };
136 FixedText FT_TYPE
136 FixedText FT_TYPE
137 {
137 {
138 Pos = MAP_APPFONT ( 12 , 32 ) ;
139 Size = MAP_APPFONT ( 30, 10 ) ;
140 Text [ en-US ] = "Type";
138 Pos = MAP_APPFONT ( 12, 32 ) ;
139 Size = MAP_APPFONT ( 30, 10 ) ;
140 Text [ en-US ] = "Type" ;
141 };
141 };
142 ListBox LB_TYPE
142 ListBox LB_TYPE
143 {
143 {
144 HelpID = "sw:ListBox:TP_TOX_SELECT:LB_TYPE";
145 Pos = MAP_APPFONT ( 45 , 30 ) ;
146 Size = MAP_APPFONT ( 80 , 80 ) ;
144 HelpID = "sw:ListBox:TP_TOX_SELECT:LB_TYPE" ;
145 Pos = MAP_APPFONT ( 45, 30 ) ;
146 Size = MAP_APPFONT ( 80, 80 ) ;
147 TabStop = TRUE ;
148 DropDown = TRUE ;
149 StringList [ en-US ] =
150 {
147 TabStop = TRUE ;
148 DropDown = TRUE ;
149 StringList [ en-US ] =
150 {
151 < "Table of Contents" ; TO_CONTENT ;> ;
152 < "Alphabetical Index" ; TO_INDEX ;> ;
153 < "Illustration Index" ; TO_ILLUSTRATION ;> ;
154 < "Index of Tables" ; TO_TABLE ;> ;
155 < "User-Defined" ; TO_USER ;> ;
156 < "Table of Objects" ; TO_OBJECT ;> ;
157 < "Bibliography" ; TO_AUTHORITIES ;> ;
151 < "Table of Contents" ; TO_CONTENT ; > ;
152 < "Alphabetical Index" ; TO_INDEX ; > ;
153 < "Illustration Index" ; TO_ILLUSTRATION ; > ;
154 < "Index of Tables" ; TO_TABLE ; > ;
155 < "User-Defined" ; TO_USER ; > ;
156 < "Table of Objects" ; TO_OBJECT ; > ;
157 < "Bibliography" ; TO_AUTHORITIES ; > ;
158 };
159 };
158 };
159 };
160 CheckBox CB_READONLY
160 CheckBox CB_READONLY
161 {
161 {
162 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_READONLY";
163 Pos = MAP_APPFONT ( 51 , 46 ) ;
164 Size = MAP_APPFONT ( 200 , 10 ) ;
165 Check = TRUE;
166 Text [ en-US ] = "Protected against manual changes";
162 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_READONLY" ;
163 Pos = MAP_APPFONT ( 51, 46 ) ;
164 Size = MAP_APPFONT ( 200, 10 ) ;
165 Check = TRUE ;
166 Text [ en-US ] = "Protected against manual changes" ;
167 };
167 };
168 FixedLine FL_AREA
168 FixedLine FL_AREA
169 {
169 {
170 Pos = MAP_APPFONT ( 6 , 59 ) ;
171 Size = MAP_APPFONT ( 248, 8 ) ;
172 Text [ en-US ] = "Create index/table";
170 Pos = MAP_APPFONT ( 6, 59 ) ;
171 Size = MAP_APPFONT ( 248, 8 ) ;
172 Text [ en-US ] = "Create index/table" ;
173 };
173 };
174 FixedText FT_AREA
174 FixedText FT_AREA
175 {
175 {
176 Pos = MAP_APPFONT ( 12 , 72 ) ;
177 Size = MAP_APPFONT ( 30, 8 ) ;
178 Text [ en-US ] = "for";
176 Pos = MAP_APPFONT ( 12, 72 ) ;
177 Size = MAP_APPFONT ( 30, 8 ) ;
178 Text [ en-US ] = "for" ;
179 };
179 };
180 ListBox LB_AREA
180 ListBox LB_AREA
181 {
181 {
182 HelpID = "sw:ListBox:TP_TOX_SELECT:LB_AREA";
183 Pos = MAP_APPFONT ( 45 , 70 ) ;
184 Size = MAP_APPFONT ( 80 , 12 ) ;
182 HelpID = "sw:ListBox:TP_TOX_SELECT:LB_AREA" ;
183 Pos = MAP_APPFONT ( 45, 70 ) ;
184 Size = MAP_APPFONT ( 80, 12 ) ;
185 TabStop = TRUE ;
186 DropDown = TRUE ;
187 StringList [ en-US ] =
188 {
185 TabStop = TRUE ;
186 DropDown = TRUE ;
187 StringList [ en-US ] =
188 {
189 < "Entire document" ; AREA_DOCUMENT ;> ;
190 < "Chapter" ; AREA_CHAPTER ;> ;
189 < "Entire document" ; AREA_DOCUMENT ; > ;
190 < "Chapter" ; AREA_CHAPTER ; > ;
191 };
192 };
191 };
192 };
193 FixedText FT_LEVEL
193 FixedText FT_LEVEL
194 {
194 {
195 Pos = MAP_APPFONT ( 130 , 70 ) ;
196 Size = MAP_APPFONT ( 60 , 8 ) ;
197 Text [ en-US ] = "Evaluate up to level";
195 Pos = MAP_APPFONT ( 130, 70 ) ;
196 Size = MAP_APPFONT ( 60, 8 ) ;
197 Text [ en-US ] = "Evaluate up to level" ;
198 };
198 };
199 NumericField NF_LEVEL
199 NumericField NF_LEVEL
200 {
200 {
201 HelpID = "sw:NumericField:TP_TOX_SELECT:NF_LEVEL";
202 Pos = MAP_APPFONT ( 231 , 72 ) ;
203 Size = MAP_APPFONT ( 20 , 12 ) ;
201 HelpID = "sw:NumericField:TP_TOX_SELECT:NF_LEVEL" ;
202 Pos = MAP_APPFONT ( 231, 72 ) ;
203 Size = MAP_APPFONT ( 20, 12 ) ;
204 Border = TRUE ;
205 TabStop = TRUE ;
206 Left = TRUE ;
207 Repeat = TRUE ;
208 Spin = TRUE ;
209 Minimum = 1 ;
210 Maximum = 10 ;
211 Value = 10 ;
212 SpinSize = 1 ;
213 };
204 Border = TRUE ;
205 TabStop = TRUE ;
206 Left = TRUE ;
207 Repeat = TRUE ;
208 Spin = TRUE ;
209 Minimum = 1 ;
210 Maximum = 10 ;
211 Value = 10 ;
212 SpinSize = 1 ;
213 };
214 FixedLine FL_CREATEFROM
214 FixedLine FL_CREATEFROM
215 {
215 {
216 Pos = MAP_APPFONT ( 6 , 87 ) ;
217 Size = MAP_APPFONT ( 248, 8 ) ;
218 Text [ en-US ] = "Create from";
216 Pos = MAP_APPFONT ( 6, 87 ) ;
217 Size = MAP_APPFONT ( 248, 8 ) ;
218 Text [ en-US ] = "Create from" ;
219 };
219 };
220 CheckBox CB_FROMHEADINGS
220 CheckBox CB_FROMHEADINGS
221 {
221 {
222 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_FROMHEADINGS";
223 Pos = MAP_APPFONT ( 12 , 99 ) ;
224 Size = MAP_APPFONT ( 95 , 10 ) ;
225 Check = TRUE;
226 Text [ en-US ] = "Outline";
222 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_FROMHEADINGS" ;
223 Pos = MAP_APPFONT ( 12, 99 ) ;
224 Size = MAP_APPFONT ( 95, 10 ) ;
225 Check = TRUE ;
226 Text [ en-US ] = "Outline" ;
227 };
227 };
228// #outline level,removed by zhaojianwei
229/* PushButton PB_CHAPTERDLG
228// #outline level,removed by zhaojianwei
229/* PushButton PB_CHAPTERDLG
230 {
230 {
231 Pos = MAP_APPFONT ( 115 , 98 ) ;
232 Size = MAP_APPFONT ( 12 , 12 ) ;
231 Pos = MAP_APPFONT ( 115, 98 ) ;
232 Size = MAP_APPFONT ( 12, 12 ) ;
233 Text = "~..." ;
234 TabStop = TRUE ;
235 };
233 Text = "~..." ;
234 TabStop = TRUE ;
235 };
236*/
237 CheckBox CB_ADDSTYLES
236*/
237 CheckBox CB_ADDSTYLES
238 {
238 {
239 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_ADDSTYLES";
240 Pos = MAP_APPFONT ( 12 , 115 ) ;
241 Size = MAP_APPFONT ( 75 , 10 ) ;
242 Text [ en-US ] = "~Additional Styles";
239 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_ADDSTYLES" ;
240 Pos = MAP_APPFONT ( 12, 115 ) ;
241 Size = MAP_APPFONT ( 75, 10 ) ;
242 Text [ en-US ] = "~Additional Styles" ;
243 };
244 String ST_USER_ADDSTYLE
245 {
243 };
244 String ST_USER_ADDSTYLE
245 {
246 Text [ en-US ] = "Styl~es";
246 Text [ en-US ] = "Styl~es" ;
247 };
247 };
248 PushButton PB_ADDSTYLES
248 PushButton PB_ADDSTYLES
249 {
249 {
250 HelpID = "sw:PushButton:TP_TOX_SELECT:PB_ADDSTYLES";
251 Pos = MAP_APPFONT ( 115 , 114 ) ;
252 Size = MAP_APPFONT ( 12 , 12 ) ;
250 HelpID = "sw:PushButton:TP_TOX_SELECT:PB_ADDSTYLES" ;
251 Pos = MAP_APPFONT ( 115, 114 ) ;
252 Size = MAP_APPFONT ( 12, 12 ) ;
253 Text = "..." ;
254 TabStop = TRUE ;
255 };
253 Text = "..." ;
254 TabStop = TRUE ;
255 };
256 CheckBox CB_TOXMARKS
256 CheckBox CB_TOXMARKS
257 {
257 {
258 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_TOXMARKS";
259 Pos = MAP_APPFONT ( 12 , 131 ) ;
260 Size = MAP_APPFONT ( 90 , 10 ) ;
261 Text [ en-US ] = "Inde~x marks";
258 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_TOXMARKS" ;
259 Pos = MAP_APPFONT ( 12, 131 ) ;
260 Size = MAP_APPFONT ( 90, 10 ) ;
261 Text [ en-US ] = "Inde~x marks" ;
262 };
263
262 };
263
264 RadioButton RB_FROMCAPTIONS
264 RadioButton RB_FROMCAPTIONS
265 {
265 {
266 HelpID = "sw:RadioButton:TP_TOX_SELECT:RB_FROMCAPTIONS";
267 Pos = MAP_APPFONT ( 12 , 98 ) ;
268 Size = MAP_APPFONT ( 90 , 10 ) ;
269 Text [ en-US ] = "Captions";
266 HelpID = "sw:RadioButton:TP_TOX_SELECT:RB_FROMCAPTIONS" ;
267 Pos = MAP_APPFONT ( 12, 98 ) ;
268 Size = MAP_APPFONT ( 90, 10 ) ;
269 Text [ en-US ] = "Captions" ;
270 };
271 FixedText FT_CAPTIONSEQUENCE
272 {
270 };
271 FixedText FT_CAPTIONSEQUENCE
272 {
273 Pos = MAP_APPFONT ( 12 , 114 ) ;
274 Size = MAP_APPFONT ( 40 , 8 ) ;
275 Text [ en-US ] = "Category";
273 Pos = MAP_APPFONT ( 12, 114 ) ;
274 Size = MAP_APPFONT ( 40, 8 ) ;
275 Text [ en-US ] = "Category" ;
276 };
277 ListBox LB_CAPTIONSEQUENCE
278 {
276 };
277 ListBox LB_CAPTIONSEQUENCE
278 {
279 HelpID = "sw:ListBox:TP_TOX_SELECT:LB_CAPTIONSEQUENCE";
280 Pos = MAP_APPFONT ( 55 , 112 ) ;
281 Size = MAP_APPFONT ( 70 , 40 ) ;
279 HelpID = "sw:ListBox:TP_TOX_SELECT:LB_CAPTIONSEQUENCE" ;
280 Pos = MAP_APPFONT ( 55, 112 ) ;
281 Size = MAP_APPFONT ( 70, 40 ) ;
282 DropDown = TRUE;
283 TabStop = TRUE;
284 };
285 FixedText FT_DISPLAYTYPE
286 {
282 DropDown = TRUE;
283 TabStop = TRUE;
284 };
285 FixedText FT_DISPLAYTYPE
286 {
287 Pos = MAP_APPFONT ( 12 , 130 ) ;
288 Size = MAP_APPFONT ( 40 , 8 ) ;
289 Text [ en-US ] = "Display";
287 Pos = MAP_APPFONT ( 12, 130 ) ;
288 Size = MAP_APPFONT ( 40, 8 ) ;
289 Text [ en-US ] = "Display" ;
290 };
291 ListBox LB_DISPLAYTYPE
292 {
290 };
291 ListBox LB_DISPLAYTYPE
292 {
293 HelpID = "sw:ListBox:TP_TOX_SELECT:LB_DISPLAYTYPE";
294 Pos = MAP_APPFONT ( 55 , 128 ) ;
295 Size = MAP_APPFONT ( 70 , 40 ) ;
296 DropDown = TRUE;
297 TabStop = TRUE;
293 HelpID = "sw:ListBox:TP_TOX_SELECT:LB_DISPLAYTYPE" ;
294 Pos = MAP_APPFONT ( 55, 128 ) ;
295 Size = MAP_APPFONT ( 70, 40 ) ;
296 DropDown = TRUE ;
297 TabStop = TRUE ;
298 StringList [ en-US ] =
299 {
298 StringList [ en-US ] =
299 {
300 < "References" ; > ;
301 < "Category and Number" ; > ;
302 < "Caption Text" ; > ;
300 < "References" ; > ;
301 < "Category and Number" ; > ;
302 < "Caption Text" ; > ;
303 };
304 };
303 };
304 };
305 RadioButton RB_FROMOBJECTNAMES
305 RadioButton RB_FROMOBJECTNAMES
306 {
306 {
307 HelpID = "sw:RadioButton:TP_TOX_SELECT:RB_FROMOBJECTNAMES";
308 Pos = MAP_APPFONT ( 156 , 98 ) ;
309 Size = MAP_APPFONT ( 90 , 10 ) ;
310 Text [ en-US ] = "Object names";
307 HelpID = "sw:RadioButton:TP_TOX_SELECT:RB_FROMOBJECTNAMES" ;
308 Pos = MAP_APPFONT ( 156, 98 ) ;
309 Size = MAP_APPFONT ( 90, 10 ) ;
310 Text [ en-US ] = "Object names" ;
311 };
311 };
312 CheckBox CB_COLLECTSAME
312 CheckBox CB_COLLECTSAME
313 {
313 {
314 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_COLLECTSAME";
315 Pos = MAP_APPFONT ( 12 , 98 ) ;
316 Size = MAP_APPFONT ( 121 , 10 ) ;
317 Text [ en-US ] = "Combine identical entries";
314 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_COLLECTSAME" ;
315 Pos = MAP_APPFONT ( 12, 98 ) ;
316 Size = MAP_APPFONT ( 121, 10 ) ;
317 Text [ en-US ] = "Combine identical entries" ;
318 };
318 };
319 CheckBox CB_USEFF
319 CheckBox CB_USEFF
320 {
320 {
321 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_USEFF";
322 Pos = MAP_APPFONT ( 18 , 111 ) ;
323 Size = MAP_APPFONT ( 115 , 10 ) ;
324 Text [ en-US ] = "Combine identical entries with p or ~pp";
321 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_USEFF" ;
322 Pos = MAP_APPFONT ( 18, 111 ) ;
323 Size = MAP_APPFONT ( 115, 10 ) ;
324 Text [ en-US ] = "Combine identical entries with p or ~pp" ;
325 };
326 CheckBox CB_USE_DASH
327 {
325 };
326 CheckBox CB_USE_DASH
327 {
328 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_USE_DASH";
329 Pos = MAP_APPFONT ( 18 , 124 ) ;
330 Size = MAP_APPFONT ( 115 , 10 ) ;
331 Text [ en-US ] = "Combine with -";
328 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_USE_DASH" ;
329 Pos = MAP_APPFONT ( 18, 124 ) ;
330 Size = MAP_APPFONT ( 115, 10 ) ;
331 Text [ en-US ] = "Combine with -" ;
332 };
332 };
333 CheckBox CB_CASESENSITIVE
333 CheckBox CB_CASESENSITIVE
334 {
334 {
335 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_CASESENSITIVE";
336 Pos = MAP_APPFONT ( 18 , 137 ) ;
337 Size = MAP_APPFONT ( 115 , 10 ) ;
338 Text [ en-US ] = "Case sensitive";
335 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_CASESENSITIVE" ;
336 Pos = MAP_APPFONT ( 18, 137 ) ;
337 Size = MAP_APPFONT ( 115, 10 ) ;
338 Text [ en-US ] = "Case sensitive" ;
339 };
339 };
340 CheckBox CB_INITIALCAPS
340 CheckBox CB_INITIALCAPS
341 {
341 {
342 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_INITIALCAPS";
343 Pos = MAP_APPFONT ( 136 , 98 ) ;
344 Size = MAP_APPFONT ( 115 , 10 ) ;
345 Text [ en-US ] = "AutoCapitalize entries";
342 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_INITIALCAPS" ;
343 Pos = MAP_APPFONT ( 136, 98 ) ;
344 Size = MAP_APPFONT ( 115, 10 ) ;
345 Text [ en-US ] = "AutoCapitalize entries" ;
346 };
346 };
347 CheckBox CB_KEYASENTRY
347 CheckBox CB_KEYASENTRY
348 {
348 {
349 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_KEYASENTRY";
350 Pos = MAP_APPFONT ( 136, 111 ) ;
351 Size = MAP_APPFONT ( 115 , 10 ) ;
352 Text [ en-US ] = "Keys as separate entries";
349 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_KEYASENTRY" ;
350 Pos = MAP_APPFONT ( 136, 111 ) ;
351 Size = MAP_APPFONT ( 115, 10 ) ;
352 Text [ en-US ] = "Keys as separate entries" ;
353 };
353 };
354 CheckBox CB_FROMFILE
354 CheckBox CB_FROMFILE
355 {
355 {
356 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_FROMFILE";
357 Pos = MAP_APPFONT ( 136 , 124 ) ;
358 Size = MAP_APPFONT ( 115 , 10 ) ;
359 Text [ en-US ] = "~Concordance file";
356 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_FROMFILE" ;
357 Pos = MAP_APPFONT ( 136, 124 ) ;
358 Size = MAP_APPFONT ( 115, 10 ) ;
359 Text [ en-US ] = "~Concordance file" ;
360 };
360 };
361 MenuButton MB_AUTOMARK
361 MenuButton MB_AUTOMARK
362 {
362 {
363 HelpID = "sw:MenuButton:TP_TOX_SELECT:MB_AUTOMARK";
364 Pos = MAP_APPFONT ( 136 , 137 ) ;
365 Size = MAP_APPFONT ( 50 , 14 ) ;
363 HelpID = "sw:MenuButton:TP_TOX_SELECT:MB_AUTOMARK" ;
364 Pos = MAP_APPFONT ( 136, 137 ) ;
365 Size = MAP_APPFONT ( 50, 14 ) ;
366 TabStop = TRUE ;
367 ButtonMenu = Menu
368 {
369 ItemList =
370 {
371 MenuItem
372 {
373 Identifier = MN_AUTOMARK_OPEN ;
366 TabStop = TRUE ;
367 ButtonMenu = Menu
368 {
369 ItemList =
370 {
371 MenuItem
372 {
373 Identifier = MN_AUTOMARK_OPEN ;
374 Text [ en-US ] = "Open";
374 Text [ en-US ] = "Open" ;
375 };
376 MenuItem
377 {
378 Identifier = MN_AUTOMARK_NEW ;
375 };
376 MenuItem
377 {
378 Identifier = MN_AUTOMARK_NEW ;
379 Text [ en-US ] = "~New...";
379 Text [ en-US ] = "~New..." ;
380 };
381 MenuItem
382 {
383 Identifier = MN_AUTOMARK_EDIT ;
380 };
381 MenuItem
382 {
383 Identifier = MN_AUTOMARK_EDIT ;
384 Text [ en-US ] = "~Edit...";
384 Text [ en-US ] = "~Edit..." ;
385 };
386 };
387 };
385 };
386 };
387 };
388 Text [ en-US ] = "~File";
388 Text [ en-US ] = "~File" ;
389 };
389 };
390 CheckBox CB_FROMTABLES
390 CheckBox CB_FROMTABLES
391 {
391 {
392 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_FROMTABLES";
393 Pos = MAP_APPFONT ( 112 , 99 ) ;
394 Size = MAP_APPFONT ( 68 , 10 ) ;
395 Text [ en-US ] = "Tables";
392 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_FROMTABLES" ;
393 Pos = MAP_APPFONT ( 112, 99 ) ;
394 Size = MAP_APPFONT ( 68, 10 ) ;
395 Text [ en-US ] = "Tables" ;
396 };
396 };
397 CheckBox CB_FROMFRAMES
397 CheckBox CB_FROMFRAMES
398 {
398 {
399 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_FROMFRAMES";
400 Pos = MAP_APPFONT ( 182 , 99 ) ;
401 Size = MAP_APPFONT ( 68 , 10 ) ;
402 Text [ en-US ] = "Te~xt frames";
399 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_FROMFRAMES" ;
400 Pos = MAP_APPFONT ( 182, 99 ) ;
401 Size = MAP_APPFONT ( 68, 10 ) ;
402 Text [ en-US ] = "Te~xt frames" ;
403 };
403 };
404 CheckBox CB_FROMGRAPHICS
404 CheckBox CB_FROMGRAPHICS
405 {
405 {
406 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_FROMGRAPHICS";
407 Pos = MAP_APPFONT ( 112 , 113 ) ;
408 Size = MAP_APPFONT ( 68 , 10 ) ;
409 Text [ en-US ] = "Graphics";
406 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_FROMGRAPHICS" ;
407 Pos = MAP_APPFONT ( 112, 113 ) ;
408 Size = MAP_APPFONT ( 68, 10 ) ;
409 Text [ en-US ] = "Graphics" ;
410 };
410 };
411 CheckBox CB_FROMOLE
411 CheckBox CB_FROMOLE
412 {
412 {
413 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_FROMOLE";
414 Pos = MAP_APPFONT ( 182 , 113 ) ;
415 Size = MAP_APPFONT ( 68 , 10 ) ;
416 Text [ en-US ] = "OLE objects";
413 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_FROMOLE" ;
414 Pos = MAP_APPFONT ( 182, 113 ) ;
415 Size = MAP_APPFONT ( 68, 10 ) ;
416 Text [ en-US ] = "OLE objects" ;
417 };
417 };
418 CheckBox CB_LEVELFROMCHAPTER
418 CheckBox CB_LEVELFROMCHAPTER
419 {
419 {
420 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_LEVELFROMCHAPTER";
421 Pos = MAP_APPFONT ( 118 , 127 ) ;
422 Size = MAP_APPFONT ( 103 , 10 ) ;
423 Text [ en-US ] = "Use level from source chapter";
420 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_LEVELFROMCHAPTER" ;
421 Pos = MAP_APPFONT ( 118, 127 ) ;
422 Size = MAP_APPFONT ( 103, 10 ) ;
423 Text [ en-US ] = "Use level from source chapter" ;
424 };
424 };
425 FixedLine FL_IDXOPTIONS
425 FixedLine FL_IDXOPTIONS
426 {
426 {
427 Pos = MAP_APPFONT ( 6 , 87 ) ;
428 Size = MAP_APPFONT ( 248, 8 ) ;
429 Text [ en-US ] = "Options";
427 Pos = MAP_APPFONT ( 6, 87 ) ;
428 Size = MAP_APPFONT ( 248, 8 ) ;
429 Text [ en-US ] = "Options" ;
430 };
431 Control CLB_FROMOBJ
432 {
430 };
431 Control CLB_FROMOBJ
432 {
433 Pos = MAP_APPFONT ( 12 , 98 ) ;
434 Size = MAP_APPFONT ( 236 ,49 ) ;
433 Pos = MAP_APPFONT ( 12, 98 ) ;
434 Size = MAP_APPFONT ( 236 ,49 ) ;
435 Border = TRUE ;
436 TabStop = TRUE ;
437 };
438 Resource RES_SRCTYPES
439 {
440 StringArray 1
441 {
442/* ids from tox.hxx
443 TOO_MATH = 0x01,
444 TOO_CHART = 0x02,
445 TOO_IMAGE = 0x04,
446 TOO_CALC = 0x08,
447 TOO_DRAW_IMPRESS= 0x10,
448 TOO_OTHER = 0x80*/
449
450 ItemList [ en-US ] =
451 {
435 Border = TRUE ;
436 TabStop = TRUE ;
437 };
438 Resource RES_SRCTYPES
439 {
440 StringArray 1
441 {
442/* ids from tox.hxx
443 TOO_MATH = 0x01,
444 TOO_CHART = 0x02,
445 TOO_IMAGE = 0x04,
446 TOO_CALC = 0x08,
447 TOO_DRAW_IMPRESS= 0x10,
448 TOO_OTHER = 0x80*/
449
450 ItemList [ en-US ] =
451 {
452 < "%PRODUCTNAME Math" ; 1;> ;
453 < "%PRODUCTNAME Chart" ; 2;> ;
454 < "%PRODUCTNAME Calc" ; 8;> ;
455 < "%PRODUCTNAME Draw/%PRODUCTNAME Impress" ; 16;> ;
456 < "Other OLE Objects"; 128;> ;
452 < "%PRODUCTNAME Math" ; 1 ; > ;
453 < "%PRODUCTNAME Chart" ; 2 ; > ;
454 < "%PRODUCTNAME Calc" ; 8 ; > ;
455 < "%PRODUCTNAME Draw/%PRODUCTNAME Impress" ; 16 ; > ;
456 < "Other OLE Objects" ; 128 ; > ;
457 };
458 };
459 };
457 };
458 };
459 };
460 FixedLine FL_FROMOBJ
460 FixedLine FL_FROMOBJ
461 {
461 {
462 Pos = MAP_APPFONT ( 6 , 87) ;
463 Size = MAP_APPFONT ( 248, 8 ) ;
464 Text [ en-US ] = "Create from the following objects";
462 Pos = MAP_APPFONT ( 6, 87) ;
463 Size = MAP_APPFONT ( 248, 8 ) ;
464 Text [ en-US ] = "Create from the following objects" ;
465 };
466 CheckBox CB_SEQUENCE
467 {
465 };
466 CheckBox CB_SEQUENCE
467 {
468 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_SEQUENCE";
469 Pos = MAP_APPFONT ( 12, 70) ;
468 HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_SEQUENCE" ;
469 Pos = MAP_APPFONT ( 12, 70) ;
470 Size = MAP_APPFONT ( 100, 10 ) ;
470 Size = MAP_APPFONT ( 100, 10 ) ;
471 Text [ en-US ] = "~Number entries";
471 Text [ en-US ] = "~Number entries" ;
472 };
473 FixedText FT_BRACKET
474 {
472 };
473 FixedText FT_BRACKET
474 {
475 Pos = MAP_APPFONT ( 12, 86) ;
475 Pos = MAP_APPFONT ( 12, 86) ;
476 Size = MAP_APPFONT ( 60, 8 ) ;
476 Size = MAP_APPFONT ( 60, 8 ) ;
477 Text [ en-US ] = "~Brackets";
477 Text [ en-US ] = "~Brackets" ;
478 };
479 ListBox LB_BRACKET
480 {
478 };
479 ListBox LB_BRACKET
480 {
481 HelpID = "sw:ListBox:TP_TOX_SELECT:LB_BRACKET";
482 Pos = MAP_APPFONT ( 75, 84) ;
483 Size = MAP_APPFONT ( 40, 50 ) ;
484 Border = TRUE;
485 DropDown = TRUE;
481 HelpID = "sw:ListBox:TP_TOX_SELECT:LB_BRACKET" ;
482 Pos = MAP_APPFONT ( 75, 84) ;
483 Size = MAP_APPFONT ( 40, 50 ) ;
484 Border = TRUE ;
485 DropDown = TRUE ;
486 StringList =
487 {
486 StringList =
487 {
488 < "[]" ;> ;
489 < "()" ;> ;
490 < "{}" ;> ;
491 < "<>" ;> ;
488 < "[]" ; > ;
489 < "()" ; > ;
490 < "{}" ; > ;
491 < "<>" ; > ;
492 };
493 };
492 };
493 };
494 String ST_NO_BRACKET
495 {
496 Text [ en-US ] = "[none]";
494 String ST_NO_BRACKET
495 {
496 Text [ en-US ] = "[none]" ;
497 };
497 };
498 FixedLine FL_AUTHORITY
498 FixedLine FL_AUTHORITY
499 {
499 {
500 Pos = MAP_APPFONT ( 6 , 59) ;
501 Size = MAP_APPFONT ( 248, 8 ) ;
502 Text [ en-US ] = "Formatting of the entries";
500 Pos = MAP_APPFONT ( 6, 59) ;
501 Size = MAP_APPFONT ( 248, 8 ) ;
502 Text [ en-US ] = "Formatting of the entries" ;
503 };
504 String ST_AUTOMARK_TYPE
505 {
503 };
504 String ST_AUTOMARK_TYPE
505 {
506 Text [ en-US ] = "Selection file for the alphabetical index (*.sdi)";
506 Text [ en-US ] = "Selection file for the alphabetical index (*.sdi)" ;
507 };
507 };
508 FixedLine FL_SORTOPTIONS
509 {
510 Pos = MAP_APPFONT ( 6, 153) ;
511 Size = MAP_APPFONT ( 248, 8 ) ;
512 Text [ en-US ] = "Sort";
508 FixedLine FL_SORTOPTIONS
509 {
510 Pos = MAP_APPFONT ( 6, 153) ;
511 Size = MAP_APPFONT ( 248, 8 ) ;
512 Text [ en-US ] = "Sort" ;
513 };
513 };
514 FixedText FT_LANGUAGE
515 {
516 Pos = MAP_APPFONT ( 12, 166) ;
517 Size = MAP_APPFONT ( 33, 8 ) ;
518 Text [ en-US ] = "Language";
514 FixedText FT_LANGUAGE
515 {
516 Pos = MAP_APPFONT ( 12, 166) ;
517 Size = MAP_APPFONT ( 33, 8 ) ;
518 Text [ en-US ] = "Language" ;
519 };
519 };
520 ListBox LB_LANGUAGE
521 {
522 HelpID = "sw:ListBox:TP_TOX_SELECT:LB_LANGUAGE";
523 Pos = MAP_APPFONT ( 47, 164) ;
524 Size = MAP_APPFONT ( 80, 50 ) ;
525 Border = TRUE;
526 DropDown = TRUE;
527 };
528 FixedText FT_SORTALG
529 {
530 Pos = MAP_APPFONT ( 130, 166) ;
531 Size = MAP_APPFONT ( 50, 8 ) ;
532 Text [ en-US ] = "Key type";
520 ListBox LB_LANGUAGE
521 {
522 HelpID = "sw:ListBox:TP_TOX_SELECT:LB_LANGUAGE" ;
523 Pos = MAP_APPFONT ( 47, 164) ;
524 Size = MAP_APPFONT ( 80, 50 ) ;
525 Border = TRUE ;
526 DropDown = TRUE ;
533 };
527 };
534 ListBox LB_SORTALG
535 {
536 HelpID = "sw:ListBox:TP_TOX_SELECT:LB_SORTALG";
537 Pos = MAP_APPFONT ( 201, 164) ;
538 Size = MAP_APPFONT ( 50, 50 ) ;
539 Border = TRUE;
540 DropDown = TRUE;
541 };
528 FixedText FT_SORTALG
529 {
530 Pos = MAP_APPFONT ( 130, 166) ;
531 Size = MAP_APPFONT ( 50, 8 ) ;
532 Text [ en-US ] = "Key type" ;
533 };
534 ListBox LB_SORTALG
535 {
536 HelpID = "sw:ListBox:TP_TOX_SELECT:LB_SORTALG" ;
537 Pos = MAP_APPFONT ( 201, 164) ;
538 Size = MAP_APPFONT ( 50, 50 ) ;
539 Border = TRUE ;
540 DropDown = TRUE ;
541 };
542};
543
544TabPage TP_TOX_ENTRY
545{
542};
543
544TabPage TP_TOX_ENTRY
545{
546 HelpID = HID_TP_TOX_ENTRY;
547 Size = MAP_APPFONT ( 260 , 185 ) ;
546 HelpID = HID_TP_TOX_ENTRY ;
547 Size = MAP_APPFONT ( 260, 185 ) ;
548 Hide = TRUE ;
549 FixedText FT_LEVEL
550 {
551 Pos = MAP_APPFONT ( 6, 3 ) ;
552 Size = MAP_APPFONT ( 25, 8 ) ;
548 Hide = TRUE ;
549 FixedText FT_LEVEL
550 {
551 Pos = MAP_APPFONT ( 6, 3 ) ;
552 Size = MAP_APPFONT ( 25, 8 ) ;
553 Text [ en-US ] = "~Level";
553 Text [ en-US ] = "~Level" ;
554 };
555 Control LB_LEVEL
556 {
554 };
555 Control LB_LEVEL
556 {
557 Pos = MAP_APPFONT ( 6, 15 ) ;
557 Pos = MAP_APPFONT ( 6, 15 ) ;
558 Size = MAP_APPFONT ( 25, 167 ) ;
559 TabStop = TRUE ;
558 Size = MAP_APPFONT ( 25, 167 ) ;
559 TabStop = TRUE ;
560 Border = TRUE;
560 Border = TRUE ;
561 };
562 String ST_AUTHTYPE
563 {
561 };
562 String ST_AUTHTYPE
563 {
564 Text [ en-US ] = "~Type";
564 Text [ en-US ] = "~Type" ;
565 };
565 };
566 FixedText FT_TOKEN
567 {
568 Pos = MAP_APPFONT ( 37, 18 ) ;
569 Size = MAP_APPFONT ( 30, 8 ) ;
570 Text [ en-US ] = "~Structure";
566 FixedText FT_TOKEN
567 {
568 Pos = MAP_APPFONT ( 37, 18 ) ;
569 Size = MAP_APPFONT ( 30, 8 ) ;
570 Text [ en-US ] = "~Structure" ;
571 };
571 };
572 Window WIN_TOKEN
572 Window WIN_TOKEN
573 {
573 {
574 Pos = MAP_APPFONT ( 70, 15 ) ;
575 Size = MAP_APPFONT ( 136, 14 ) ;
574 Pos = MAP_APPFONT ( 70, 15 ) ;
575 Size = MAP_APPFONT ( 136, 14 ) ;
576 ImageButton WIN_LEFT_SCROLL
577 {
576 ImageButton WIN_LEFT_SCROLL
577 {
578 HelpID = "sw:ImageButton:TP_TOX_ENTRY:WIN_LEFT_SCROLL";
579 Pos = MAP_APPFONT ( 0, 0 ) ;
578 HelpID = "sw:ImageButton:TP_TOX_ENTRY:WIN_LEFT_SCROLL" ;
579 Pos = MAP_APPFONT ( 0, 0 ) ;
580 Size = MAP_APPFONT ( 10, 12 ) ;
580 Size = MAP_APPFONT ( 10, 12 ) ;
581 Symbol = IMAGEBUTTON_ARROW_LEFT;
582 DialogControl = FALSE;
583 TabStop = FALSE;
584 };
581 Symbol = IMAGEBUTTON_ARROW_LEFT ;
582 DialogControl = FALSE ;
583 TabStop = FALSE ;
584 };
585 Window WIN_CTRL_PARENT
586 {
585 Window WIN_CTRL_PARENT
586 {
587 Pos = MAP_APPFONT ( 11, 0 ) ;
588 Size = MAP_APPFONT ( 114, 12 ) ;
589 DialogControl = TRUE;
590 };
587 Pos = MAP_APPFONT ( 11, 0 ) ;
588 Size = MAP_APPFONT ( 114, 12 ) ;
589 DialogControl = TRUE ;
590 };
591 ImageButton WIN_RIGHT_SCROLL
592 {
591 ImageButton WIN_RIGHT_SCROLL
592 {
593 HelpID = "sw:ImageButton:TP_TOX_ENTRY:WIN_RIGHT_SCROLL";
594 Pos = MAP_APPFONT ( 126, 0 ) ;
593 HelpID = "sw:ImageButton:TP_TOX_ENTRY:WIN_RIGHT_SCROLL" ;
594 Pos = MAP_APPFONT ( 126, 0 ) ;
595 Size = MAP_APPFONT ( 10, 12 ) ;
595 Size = MAP_APPFONT ( 10, 12 ) ;
596 Symbol = IMAGEBUTTON_ARROW_RIGHT;
597 DialogControl = FALSE;
598 TabStop = FALSE;
599 };
596 Symbol = IMAGEBUTTON_ARROW_RIGHT ;
597 DialogControl = FALSE ;
598 TabStop = FALSE ;
599 };
600 String STR_TOKEN_ENTRY_NO
601 {
600 String STR_TOKEN_ENTRY_NO
601 {
602 Text [ en-US ] = "E#";
602 Text [ en-US ] = "E#" ;
603 };
604 String STR_TOKEN_ENTRY
605 {
603 };
604 String STR_TOKEN_ENTRY
605 {
606 Text [ en-US ] = "E";
606 Text [ en-US ] = "E" ;
607 };
608 String STR_TOKEN_TAB_STOP
609 {
607 };
608 String STR_TOKEN_TAB_STOP
609 {
610 Text [ en-US ] = "T";
610 Text [ en-US ] = "T" ;
611 };
612 String STR_TOKEN_TEXT
613 {
611 };
612 String STR_TOKEN_TEXT
613 {
614 Text = "";
614 Text = "" ;
615 //unused
616 };
617 String STR_TOKEN_PAGE_NUMS
618 {
615 //unused
616 };
617 String STR_TOKEN_PAGE_NUMS
618 {
619 Text [ en-US ] = "#";
619 Text [ en-US ] = "#" ;
620 };
621 String STR_TOKEN_CHAPTER_INFO
622 {
620 };
621 String STR_TOKEN_CHAPTER_INFO
622 {
623 Text [ en-US ] = "CI";
623 Text [ en-US ] = "CI" ;
624 };
625 String STR_TOKEN_LINK_START
626 {
624 };
625 String STR_TOKEN_LINK_START
626 {
627 Text [ en-US ] = "LS";
627 Text [ en-US ] = "LS" ;
628 };
629 String STR_TOKEN_LINK_END
630 {
628 };
629 String STR_TOKEN_LINK_END
630 {
631 Text [ en-US ] = "LE";
631 Text [ en-US ] = "LE" ;
632 };
633 String STR_TOKEN_AUTHORITY
634 {
632 };
633 String STR_TOKEN_AUTHORITY
634 {
635 Text [ en-US ] = "A";
635 Text [ en-US ] = "A" ;
636 };
637 String STR_TOKEN_HELP_ENTRY_NO
638 {
636 };
637 String STR_TOKEN_HELP_ENTRY_NO
638 {
639 Text [ en-US ] = "Chapter number";
639 Text [ en-US ] = "Chapter number" ;
640 };
641 String STR_TOKEN_HELP_ENTRY
642 {
640 };
641 String STR_TOKEN_HELP_ENTRY
642 {
643 Text [ en-US ] = "Entry";
643 Text [ en-US ] = "Entry" ;
644 };
645 String STR_TOKEN_HELP_TAB_STOP
646 {
644 };
645 String STR_TOKEN_HELP_TAB_STOP
646 {
647 Text [ en-US ] = "Tab stop";
647 Text [ en-US ] = "Tab stop" ;
648 };
649 String STR_TOKEN_HELP_TEXT
650 {
648 };
649 String STR_TOKEN_HELP_TEXT
650 {
651 Text [ en-US ] = "Text";
651 Text [ en-US ] = "Text" ;
652 };
653 String STR_TOKEN_HELP_PAGE_NUMS
654 {
652 };
653 String STR_TOKEN_HELP_PAGE_NUMS
654 {
655 Text [ en-US ] = "Page number";
655 Text [ en-US ] = "Page number" ;
656 };
657 String STR_TOKEN_HELP_CHAPTER_INFO
658 {
656 };
657 String STR_TOKEN_HELP_CHAPTER_INFO
658 {
659 Text [ en-US ] = "Chapter info";
659 Text [ en-US ] = "Chapter info" ;
660 };
661 String STR_TOKEN_HELP_LINK_START
662 {
660 };
661 String STR_TOKEN_HELP_LINK_START
662 {
663 Text [ en-US ] = "Hyperlink start";
663 Text [ en-US ] = "Hyperlink start" ;
664 };
665 String STR_TOKEN_HELP_LINK_END
666 {
664 };
665 String STR_TOKEN_HELP_LINK_END
666 {
667 Text [ en-US ] = "Hyperlink end";
667 Text [ en-US ] = "Hyperlink end" ;
668 };
669 String STR_TOKEN_HELP_AUTHORITY
670 {
668 };
669 String STR_TOKEN_HELP_AUTHORITY
670 {
671 Text [ en-US ] = "Bibliography entry: ";
671 Text [ en-US ] = "Bibliography entry: " ;
672 };
673 String STR_CHARSTYLE
674 {
672 };
673 String STR_CHARSTYLE
674 {
675 Text [ en-US ] = "Character Style: ";
675 Text [ en-US ] = "Character Style: " ;
676 };
677 String STR_STRUCTURE
678 {
676 };
677 String STR_STRUCTURE
678 {
679 Text [ en-US ] = "Structure text";
679 Text [ en-US ] = "Structure text" ;
680 };
681 String STR_ADDITIONAL_ACCNAME_STRING1
682 {
680 };
681 String STR_ADDITIONAL_ACCNAME_STRING1
682 {
683 Text [ en-US ] = "Press Ctrl+Alt+A to move focus for more operations";
683 Text [ en-US ] = "Press Ctrl+Alt+A to move focus for more operations" ;
684 };
685 String STR_ADDITIONAL_ACCNAME_STRING2
686 {
684 };
685 String STR_ADDITIONAL_ACCNAME_STRING2
686 {
687 Text [ en-US ] = "Press left or right arrow to choose the structure controls";
687 Text [ en-US ] = "Press left or right arrow to choose the structure controls" ;
688 };
689 String STR_ADDITIONAL_ACCNAME_STRING3
690 {
688 };
689 String STR_ADDITIONAL_ACCNAME_STRING3
690 {
691 Text [ en-US ] = "Press Ctrl+Alt+B to move focus back to the current structure control";
691 Text [ en-US ] = "Press Ctrl+Alt+B to move focus back to the current structure control" ;
692 };
693 };
694 PushButton PB_ALL_LEVELS
695 {
692 };
693 };
694 PushButton PB_ALL_LEVELS
695 {
696 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_ALL_LEVELS";
697 Pos = MAP_APPFONT ( 209 , 14 ) ;
698 Size = MAP_APPFONT ( 40, 14 ) ;
699 Text [ en-US ] = "~All";
696 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_ALL_LEVELS" ;
697 Pos = MAP_APPFONT ( 209, 14 ) ;
698 Size = MAP_APPFONT ( 40, 14 ) ;
699 Text [ en-US ] = "~All" ;
700 };
700 };
701 PushButton PB_ENTRYNO
701 PushButton PB_ENTRYNO
702 {
702 {
703 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_ENTRYNO";
704 Pos = MAP_APPFONT ( 37 , 32 ) ;
703 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_ENTRYNO" ;
704 Pos = MAP_APPFONT ( 37, 32 ) ;
705 Size = MAP_APPFONT ( 40, 14 ) ;
705 Size = MAP_APPFONT ( 40, 14 ) ;
706 Text [ en-US ] = "Chapter no.";
706 Text [ en-US ] = "Chapter no." ;
707 };
708 PushButton PB_ENTRY
709 {
707 };
708 PushButton PB_ENTRY
709 {
710 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_ENTRY";
711 Pos = MAP_APPFONT ( 80, 32 ) ;
710 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_ENTRY" ;
711 Pos = MAP_APPFONT ( 80, 32 ) ;
712 Size = MAP_APPFONT ( 40, 14 ) ;
712 Size = MAP_APPFONT ( 40, 14 ) ;
713 Text [ en-US ] = "Entry text";
713 Text [ en-US ] = "Entry text" ;
714 };
715 PushButton PB_CHAPTERINFO
716 {
714 };
715 PushButton PB_CHAPTERINFO
716 {
717 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_CHAPTERINFO";
718 Pos = MAP_APPFONT ( 123 , 32 ) ;
717 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_CHAPTERINFO" ;
718 Pos = MAP_APPFONT ( 123, 32 ) ;
719 Size = MAP_APPFONT ( 40, 14) ;
719 Size = MAP_APPFONT ( 40, 14) ;
720 Text [ en-US ] = "~Chapter info";
720 Text [ en-US ] = "~Chapter info" ;
721 };
722 PushButton PB_PAGENO
723 {
721 };
722 PushButton PB_PAGENO
723 {
724 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_PAGENO";
725 Pos = MAP_APPFONT ( 166 , 32 ) ;
724 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_PAGENO" ;
725 Pos = MAP_APPFONT ( 166, 32 ) ;
726 Size = MAP_APPFONT ( 40, 14 ) ;
726 Size = MAP_APPFONT ( 40, 14 ) ;
727 Text [ en-US ] = "Page no.";
727 Text [ en-US ] = "Page no." ;
728 };
729 PushButton PB_TAB
730 {
728 };
729 PushButton PB_TAB
730 {
731 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_TAB";
732 Pos = MAP_APPFONT ( 209 ,32 ) ;
731 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_TAB" ;
732 Pos = MAP_APPFONT ( 209 ,32 ) ;
733 Size = MAP_APPFONT ( 40, 14 ) ;
733 Size = MAP_APPFONT ( 40, 14 ) ;
734 Text [ en-US ] = "Tab stop";
734 Text [ en-US ] = "Tab stop" ;
735 };
736 PushButton PB_HYPERLINK
737 {
735 };
736 PushButton PB_HYPERLINK
737 {
738 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_HYPERLINK";
739 Pos = MAP_APPFONT ( 209 , 32 ) ;
738 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_HYPERLINK" ;
739 Pos = MAP_APPFONT ( 209, 32 ) ;
740 Size = MAP_APPFONT ( 40, 14 ) ;
740 Size = MAP_APPFONT ( 40, 14 ) ;
741 Text [ en-US ] = "H~yperlink";
741 Text [ en-US ] = "H~yperlink" ;
742 };
743 ListBox LB_AUTHFIELD
744 {
742 };
743 ListBox LB_AUTHFIELD
744 {
745 HelpID = "sw:ListBox:TP_TOX_ENTRY:LB_AUTHFIELD";
746 Pos = MAP_APPFONT ( 37 , 33 ) ;
745 HelpID = "sw:ListBox:TP_TOX_ENTRY:LB_AUTHFIELD" ;
746 Pos = MAP_APPFONT ( 37, 33 ) ;
747 Size = MAP_APPFONT ( 59, 60 ) ;
747 Size = MAP_APPFONT ( 59, 60 ) ;
748 DropDown = TRUE;
749 Border = TRUE;
750 Sort = TRUE;
748 DropDown = TRUE ;
749 Border = TRUE ;
750 Sort = TRUE ;
751 };
752 PushButton PB_AUTHINSERT
753 {
751 };
752 PushButton PB_AUTHINSERT
753 {
754 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_AUTHINSERT";
755 Pos = MAP_APPFONT ( 99 , 32 ) ;
754 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_AUTHINSERT" ;
755 Pos = MAP_APPFONT ( 99, 32 ) ;
756 Size = MAP_APPFONT ( 39, 14 ) ;
756 Size = MAP_APPFONT ( 39, 14 ) ;
757 Text [ en-US ] = "~Insert";
757 Text [ en-US ] = "~Insert" ;
758 };
759 PushButton PB_AUTHREMOVE
760 {
758 };
759 PushButton PB_AUTHREMOVE
760 {
761 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_AUTHREMOVE";
762 Pos = MAP_APPFONT ( 142 , 32 ) ;
761 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_AUTHREMOVE" ;
762 Pos = MAP_APPFONT ( 142, 32 ) ;
763 Size = MAP_APPFONT ( 39, 14 ) ;
763 Size = MAP_APPFONT ( 39, 14 ) ;
764 Text [ en-US ] = "~Remove";
764 Text [ en-US ] = "~Remove" ;
765 };
766 FixedText FT_CHARSTYLE
767 {
765 };
766 FixedText FT_CHARSTYLE
767 {
768 Pos = MAP_APPFONT ( 37 , 55 ) ;
769 Size = MAP_APPFONT (60 , 8 ) ;
770 Text [ en-US ] = "Character Style";
768 Pos = MAP_APPFONT ( 37, 55 ) ;
769 Size = MAP_APPFONT (60, 8 ) ;
770 Text [ en-US ] = "Character Style" ;
771 };
772 ListBox LB_CHARSTYLE
773 {
771 };
772 ListBox LB_CHARSTYLE
773 {
774 HelpID = "sw:ListBox:TP_TOX_ENTRY:LB_CHARSTYLE";
775 Pos = MAP_APPFONT ( 100 , 53 ) ;
776 Size = MAP_APPFONT ( 93, 60 ) ;
774 HelpID = "sw:ListBox:TP_TOX_ENTRY:LB_CHARSTYLE" ;
775 Pos = MAP_APPFONT ( 100, 53 ) ;
776 Size = MAP_APPFONT ( 93, 60 ) ;
777 TabStop = TRUE ;
778 DropDown = TRUE ;
779 };
780 PushButton PB_EDITSTYLE
781 {
777 TabStop = TRUE ;
778 DropDown = TRUE ;
779 };
780 PushButton PB_EDITSTYLE
781 {
782 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_EDITSTYLE";
783 Pos = MAP_APPFONT ( 199 , 52 ) ;
782 HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_EDITSTYLE" ;
783 Pos = MAP_APPFONT ( 199, 52 ) ;
784 Size = MAP_APPFONT ( 50, 14 ) ;
784 Size = MAP_APPFONT ( 50, 14 ) ;
785 Text [ en-US ] = "~Edit...";
785 Text [ en-US ] = "~Edit..." ;
786 };
787 FixedText FT_FILLCHAR
788 {
786 };
787 FixedText FT_FILLCHAR
788 {
789 Pos = MAP_APPFONT ( 37 , 71 ) ;
790 Size = MAP_APPFONT (60 , 8 ) ;
791 Text [ en-US ] = "Fill character";
789 Pos = MAP_APPFONT ( 37, 71 ) ;
790 Size = MAP_APPFONT (60, 8 ) ;
791 Text [ en-US ] = "Fill character" ;
792 };
793 ComboBox CB_FILLCHAR
794 {
792 };
793 ComboBox CB_FILLCHAR
794 {
795 HelpID = "sw:ComboBox:TP_TOX_ENTRY:CB_FILLCHAR";
796 Pos = MAP_APPFONT ( 100 , 69 ) ;
797 Size = MAP_APPFONT ( 40, 40 ) ;
795 HelpID = "sw:ComboBox:TP_TOX_ENTRY:CB_FILLCHAR" ;
796 Pos = MAP_APPFONT ( 100, 69 ) ;
797 Size = MAP_APPFONT ( 40, 40 ) ;
798 TabStop = TRUE ;
799 DropDown = TRUE ;
800 };
801 FixedText FT_CHAPTERENTRY
802 {
798 TabStop = TRUE ;
799 DropDown = TRUE ;
800 };
801 FixedText FT_CHAPTERENTRY
802 {
803 Pos = MAP_APPFONT ( 37 , 71 ) ;
804 Size = MAP_APPFONT ( 60, 8 ) ;
805 Text [ en-US ] = "Chapter entry";
803 Pos = MAP_APPFONT ( 37, 71 ) ;
804 Size = MAP_APPFONT ( 60, 8 ) ;
805 Text [ en-US ] = "Chapter entry" ;
806 };
807 ListBox LB_CHAPTERENTRY
808 {
806 };
807 ListBox LB_CHAPTERENTRY
808 {
809 HelpID = "sw:ListBox:TP_TOX_ENTRY:LB_CHAPTERENTRY";
810 Pos = MAP_APPFONT ( 100 , 69 ) ;
811 Size = MAP_APPFONT ( 93, 40 ) ;
809 HelpID = "sw:ListBox:TP_TOX_ENTRY:LB_CHAPTERENTRY" ;
810 Pos = MAP_APPFONT ( 100, 69 ) ;
811 Size = MAP_APPFONT ( 93, 40 ) ;
812 TabStop = TRUE ;
813 DropDown = TRUE ;
814 StringList [ en-US ] =
815 {
812 TabStop = TRUE ;
813 DropDown = TRUE ;
814 StringList [ en-US ] =
815 {
816 < "Number range only" ; > ;
817 < "Description only" ; > ;
818 < "Number range and description" ; > ;
816 < "Number range only" ; > ;
817 < "Description only" ; > ;
818 < "Number range and description" ; > ;
819 };
820 };
821
819 };
820 };
821
822 FixedText FT_ENTRY_NO
823 {
824 Pos = MAP_APPFONT ( 37 , 71 ) ;
825 Size = MAP_APPFONT ( 60, 8 ) ;
826 Text [ en-US ] = "Format";
827 };
822 FixedText FT_ENTRY_NO
823 {
824 Pos = MAP_APPFONT ( 37, 71 ) ;
825 Size = MAP_APPFONT ( 60, 8 ) ;
826 Text [ en-US ] = "Format" ;
827 };
828 ListBox LB_ENTRY_NO
829 {
828 ListBox LB_ENTRY_NO
829 {
830 HelpID = "sw:ListBox:TP_TOX_ENTRY:LB_ENTRY_NO";
831 Pos = MAP_APPFONT ( 100 , 69 ) ;
832 Size = MAP_APPFONT ( 93, 40 ) ;
833 TabStop = TRUE ;
834 DropDown = TRUE ;
835 StringList [ en-US ] =
836 {
837 < "Number" ; > ;
838 < "Number without separator" ; > ;
839 };
830 HelpID = "sw:ListBox:TP_TOX_ENTRY:LB_ENTRY_NO" ;
831 Pos = MAP_APPFONT ( 100, 69 ) ;
832 Size = MAP_APPFONT ( 93, 40 ) ;
833 TabStop = TRUE ;
834 DropDown = TRUE ;
835 StringList [ en-US ] =
836 {
837 < "Number" ; > ;
838 < "Number without separator" ; > ;
839 };
840 };
841
840 };
841
842 FixedText FT_LEVEL_OL
843 {
844 Pos = MAP_APPFONT ( 37 , 87 ) ;
845 Size = MAP_APPFONT ( 60 , 8 ) ;
846 Text [ en-US ] = "Evaluate up to level";
847 };
848 NumericField NF_LEVEL_OL
849 {
850 HelpID = "sw:NumericField:TP_TOX_ENTRY:NF_LEVEL_OL";
851 Pos = MAP_APPFONT ( 100 , 85 ) ;
852 Size = MAP_APPFONT ( 20 , 12 ) ;
853 Border = TRUE ;
854 TabStop = TRUE ;
855 Left = TRUE ;
856 Repeat = TRUE ;
857 Spin = TRUE ;
858 Minimum = 1 ;
859 Maximum = 10 ;
860 Value = 10 ;
861 SpinSize = 1 ;
862 };
842 FixedText FT_LEVEL_OL
843 {
844 Pos = MAP_APPFONT ( 37, 87 ) ;
845 Size = MAP_APPFONT ( 60, 8 ) ;
846 Text [ en-US ] = "Evaluate up to level" ;
847 };
848 NumericField NF_LEVEL_OL
849 {
850 HelpID = "sw:NumericField:TP_TOX_ENTRY:NF_LEVEL_OL" ;
851 Pos = MAP_APPFONT ( 100, 85 ) ;
852 Size = MAP_APPFONT ( 20, 12 ) ;
853 Border = TRUE ;
854 TabStop = TRUE ;
855 Left = TRUE ;
856 Repeat = TRUE ;
857 Spin = TRUE ;
858 Minimum = 1 ;
859 Maximum = 10 ;
860 Value = 10 ;
861 SpinSize = 1 ;
862 };
863
864 FixedText FT_TABPOS
865 {
863
864 FixedText FT_TABPOS
865 {
866 Pos = MAP_APPFONT ( 37 , 87 ) ;
866 Pos = MAP_APPFONT ( 37, 87 ) ;
867 Size = MAP_APPFONT ( 60, 8 ) ;
867 Size = MAP_APPFONT ( 60, 8 ) ;
868 Text [ en-US ] = "Tab stop position";
868 Text [ en-US ] = "Tab stop position" ;
869 };
870 MetricField MF_TABPOS
871 {
869 };
870 MetricField MF_TABPOS
871 {
872 HelpID = "sw:MetricField:TP_TOX_ENTRY:MF_TABPOS";
873 Pos = MAP_APPFONT ( 100 , 85 ) ;
874 Size = MAP_APPFONT ( 40, 12 ) ;
872 HelpID = "sw:MetricField:TP_TOX_ENTRY:MF_TABPOS" ;
873 Pos = MAP_APPFONT ( 100, 85 ) ;
874 Size = MAP_APPFONT ( 40, 12 ) ;
875 Border = TRUE ;
876 TabStop = TRUE ;
877 Left = TRUE ;
878 Repeat = TRUE ;
879 Spin = TRUE ;
880 Minimum = 0 ;
881 Maximum = 1999 ;
882 DecimalDigits = 2 ;
883 Value = 0 ;
884 Unit = FUNIT_CM ;
885 First = 0 ;
886 Last = 1999 ;
887 SpinSize = 5 ;
888 };
889 CheckBox CB_AUTORIGHT
890 {
875 Border = TRUE ;
876 TabStop = TRUE ;
877 Left = TRUE ;
878 Repeat = TRUE ;
879 Spin = TRUE ;
880 Minimum = 0 ;
881 Maximum = 1999 ;
882 DecimalDigits = 2 ;
883 Value = 0 ;
884 Unit = FUNIT_CM ;
885 First = 0 ;
886 Last = 1999 ;
887 SpinSize = 5 ;
888 };
889 CheckBox CB_AUTORIGHT
890 {
891 HelpID = "sw:CheckBox:TP_TOX_ENTRY:CB_AUTORIGHT";
892 Pos = MAP_APPFONT ( 143 , 86 ) ;
891 HelpID = "sw:CheckBox:TP_TOX_ENTRY:CB_AUTORIGHT" ;
892 Pos = MAP_APPFONT ( 143, 86 ) ;
893 Size = MAP_APPFONT ( 100, 10 ) ;
893 Size = MAP_APPFONT ( 100, 10 ) ;
894 Text [ en-US ] = "Align right";
894 Text [ en-US ] = "Align right" ;
895 };
895 };
896 FixedLine FL_ENTRY
896 FixedLine FL_ENTRY
897 {
897 {
898 Pos = MAP_APPFONT ( 34 , 3 ) ;
899 Size = MAP_APPFONT ( 220, 8 ) ;
900 Text [ en-US ] = "Structure and Formatting";
898 Pos = MAP_APPFONT ( 34, 3 ) ;
899 Size = MAP_APPFONT ( 220, 8 ) ;
900 Text [ en-US ] = "Structure and Formatting" ;
901 };
902 CheckBox CB_RELTOSTYLE
903 {
901 };
902 CheckBox CB_RELTOSTYLE
903 {
904 HelpID = "sw:CheckBox:TP_TOX_ENTRY:CB_RELTOSTYLE";
905 Pos = MAP_APPFONT ( 37 , 110 ) ;
904 HelpID = "sw:CheckBox:TP_TOX_ENTRY:CB_RELTOSTYLE" ;
905 Pos = MAP_APPFONT ( 37, 110 ) ;
906 Size = MAP_APPFONT ( 200, 10 ) ;
906 Size = MAP_APPFONT ( 200, 10 ) ;
907 Text [ en-US ] = "Tab position relati~ve to Paragraph Style indent";
907 Text [ en-US ] = "Tab position relati~ve to Paragraph Style indent" ;
908 };
909 FixedText FT_MAIN_ENTRY_STYLE
910 {
908 };
909 FixedText FT_MAIN_ENTRY_STYLE
910 {
911 Pos = MAP_APPFONT ( 37 , 112 ) ;
912 Size = MAP_APPFONT ( 116, 8 ) ;
913 Text [ en-US ] = "Character Style for main entries";
911 Pos = MAP_APPFONT ( 37, 112 ) ;
912 Size = MAP_APPFONT ( 116, 8 ) ;
913 Text [ en-US ] = "Character Style for main entries" ;
914 };
915 ListBox LB_MAIN_ENTRY_STYLE
916 {
914 };
915 ListBox LB_MAIN_ENTRY_STYLE
916 {
917 HelpID = "sw:ListBox:TP_TOX_ENTRY:LB_MAIN_ENTRY_STYLE";
918 Pos = MAP_APPFONT ( 157 , 110 ) ;
919 Size = MAP_APPFONT ( 92, 80 ) ;
917 HelpID = "sw:ListBox:TP_TOX_ENTRY:LB_MAIN_ENTRY_STYLE" ;
918 Pos = MAP_APPFONT ( 157, 110 ) ;
919 Size = MAP_APPFONT ( 92, 80 ) ;
920 TabStop = TRUE ;
921 DropDown = TRUE ;
920 TabStop = TRUE ;
921 DropDown = TRUE ;
922 AutoHScroll = TRUE;
922 AutoHScroll = TRUE ;
923 };
924
925 CheckBox CB_ALPHADELIM
926 {
923 };
924
925 CheckBox CB_ALPHADELIM
926 {
927 HelpID = "sw:CheckBox:TP_TOX_ENTRY:CB_ALPHADELIM";
928 Pos = MAP_APPFONT ( 37 , 126 ) ;
927 HelpID = "sw:CheckBox:TP_TOX_ENTRY:CB_ALPHADELIM" ;
928 Pos = MAP_APPFONT ( 37, 126 ) ;
929 Size = MAP_APPFONT ( 105, 10 ) ;
929 Size = MAP_APPFONT ( 105, 10 ) ;
930 Text [ en-US ] = "Alphabetical delimiter";
930 Text [ en-US ] = "Alphabetical delimiter" ;
931 };
932 CheckBox CB_COMMASEPARATED
933 {
931 };
932 CheckBox CB_COMMASEPARATED
933 {
934 HelpID = "sw:CheckBox:TP_TOX_ENTRY:CB_COMMASEPARATED";
935 Pos = MAP_APPFONT ( 37 , 140 ) ;
934 HelpID = "sw:CheckBox:TP_TOX_ENTRY:CB_COMMASEPARATED" ;
935 Pos = MAP_APPFONT ( 37, 140 ) ;
936 Size = MAP_APPFONT ( 105, 10 ) ;
936 Size = MAP_APPFONT ( 105, 10 ) ;
937 Text [ en-US ] = "Key separated by commas";
937 Text [ en-US ] = "Key separated by commas" ;
938 };
938 };
939 FixedLine FL_FORMAT
939 FixedLine FL_FORMAT
940 {
940 {
941 Pos = MAP_APPFONT ( 34 , 99 ) ;
942 Size = MAP_APPFONT ( 220, 8 ) ;
943 Text [ en-US ] = "Format";
941 Pos = MAP_APPFONT ( 34, 99 ) ;
942 Size = MAP_APPFONT ( 220, 8 ) ;
943 Text [ en-US ] = "Format" ;
944 };
945 RadioButton RB_DOCPOS
946 {
944 };
945 RadioButton RB_DOCPOS
946 {
947 HelpID = "sw:RadioButton:TP_TOX_ENTRY:RB_DOCPOS";
948 Pos = MAP_APPFONT ( 40 , 113) ;
949 Size = MAP_APPFONT ( 94, 10 ) ;
950 Text [ en-US ] = "Document ~position ";
947 HelpID = "sw:RadioButton:TP_TOX_ENTRY:RB_DOCPOS" ;
948 Pos = MAP_APPFONT ( 40, 113) ;
949 Size = MAP_APPFONT ( 94, 10 ) ;
950 Text [ en-US ] = "Document ~position " ;
951 };
952 RadioButton RB_SORTCONTENT
953 {
951 };
952 RadioButton RB_SORTCONTENT
953 {
954 HelpID = "sw:RadioButton:TP_TOX_ENTRY:RB_SORTCONTENT";
955 Pos = MAP_APPFONT ( 136 , 113 ) ;
956 Size = MAP_APPFONT ( 90, 10 ) ;
957 Text [ en-US ] = "~Content";
954 HelpID = "sw:RadioButton:TP_TOX_ENTRY:RB_SORTCONTENT" ;
955 Pos = MAP_APPFONT ( 136, 113 ) ;
956 Size = MAP_APPFONT ( 90, 10 ) ;
957 Text [ en-US ] = "~Content" ;
958 };
958 };
959 FixedLine FL_SORTING
959 FixedLine FL_SORTING
960 {
960 {
961 Pos = MAP_APPFONT ( 34 , 102 ) ;
962 Size = MAP_APPFONT ( 220, 8 ) ;
963 Text [ en-US ] = "Sort by";
961 Pos = MAP_APPFONT ( 34, 102 ) ;
962 Size = MAP_APPFONT ( 220, 8 ) ;
963 Text [ en-US ] = "Sort by" ;
964 };
965 FixedText FT_FIRSTKEY
966 {
964 };
965 FixedText FT_FIRSTKEY
966 {
967 Pos = MAP_APPFONT ( 40 , 140 ) ;
968 Size = MAP_APPFONT ( 10, 8 ) ;
967 Pos = MAP_APPFONT ( 40, 140 ) ;
968 Size = MAP_APPFONT ( 10, 8 ) ;
969 Text = "~1" ;
970 };
971 ListBox LB_FIRSTKEY
972 {
969 Text = "~1" ;
970 };
971 ListBox LB_FIRSTKEY
972 {
973 HelpID = "sw:ListBox:TP_TOX_ENTRY:LB_FIRSTKEY";
974 Pos = MAP_APPFONT ( 60 , 138 ) ;
975 Size = MAP_APPFONT ( 159, 50 ) ;
976 Border = TRUE;
977 DropDown = TRUE;
973 HelpID = "sw:ListBox:TP_TOX_ENTRY:LB_FIRSTKEY" ;
974 Pos = MAP_APPFONT ( 60, 138 ) ;
975 Size = MAP_APPFONT ( 159, 50 ) ;
976 Border = TRUE ;
977 DropDown = TRUE ;
978 };
979 Image IMG_SORTUP_HC
980 {
978 };
979 Image IMG_SORTUP_HC
980 {
981 ImageBitmap = Bitmap{File = "sch10712.png"; };
982 MaskColor = IMAGE_MASK_COLOR ;
983 };
981 ImageBitmap = Bitmap{File = "sch10712.png" ; };
982 };
984 Image IMG_SORTDOWN_HC
985 {
983 Image IMG_SORTDOWN_HC
984 {
986 ImageBitmap = Bitmap{File = "sch10713.png"; };
987 MaskColor = IMAGE_MASK_COLOR ;
985 ImageBitmap = Bitmap{File = "sch10713.png" ; };
988 };
989 ImageRadioButton RB_SORTUP1
990 {
986 };
987 ImageRadioButton RB_SORTUP1
988 {
991 HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTUP1";
992 Pos = MAP_APPFONT ( 222 , 138 ) ;
993 Size = MAP_APPFONT ( 12, 12 ) ;
989 HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTUP1" ;
990 Pos = MAP_APPFONT ( 222, 138 ) ;
991 Size = MAP_APPFONT ( 12, 12 ) ;
994 RadioButtonImage =
995 Image
996 {
992 RadioButtonImage =
993 Image
994 {
997 ImageBitmap = Bitmap{File = "sc10712.png"; };
998 MaskColor = IMAGE_MASK_COLOR ;
999 };
995 ImageBitmap = Bitmap{File = "sc10712.png" ; };
996 };
1000 Check = TRUE;
997 Check = TRUE;
1001 QuickHelpText [ en-US ] = "Ascending";
998 QuickHelpText [ en-US ] = "Ascending" ;
1002 };
1003 ImageRadioButton RB_SORTDOWN1
1004 {
999 };
1000 ImageRadioButton RB_SORTDOWN1
1001 {
1005 HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTDOWN1";
1006 Pos = MAP_APPFONT ( 237 , 138 ) ;
1007 Size = MAP_APPFONT ( 12, 12 ) ;
1002 HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTDOWN1" ;
1003 Pos = MAP_APPFONT ( 237, 138 ) ;
1004 Size = MAP_APPFONT ( 12, 12 ) ;
1008 RadioButtonImage =
1009 Image
1010 {
1005 RadioButtonImage =
1006 Image
1007 {
1011 ImageBitmap = Bitmap{File = "sc10713.png"; };
1012 MaskColor = IMAGE_MASK_COLOR ;
1013 };
1014 QuickHelpText [ en-US ] = "Descending";
1008 ImageBitmap = Bitmap{File = "sc10713.png" ; };
1009 };
1010 QuickHelpText [ en-US ] = "Descending" ;
1015 };
1016 ImageRadioButton RB_SORTUP2
1017 {
1011 };
1012 ImageRadioButton RB_SORTUP2
1013 {
1018 HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTUP2";
1019 Pos = MAP_APPFONT ( 222 , 153 ) ;
1020 Size = MAP_APPFONT ( 12, 12 ) ;
1014 HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTUP2" ;
1015 Pos = MAP_APPFONT ( 222, 153 ) ;
1016 Size = MAP_APPFONT ( 12, 12 ) ;
1021 RadioButtonImage =
1022 Image
1023 {
1017 RadioButtonImage =
1018 Image
1019 {
1024 ImageBitmap = Bitmap{File = "sc10712.png"; };
1025 MaskColor = IMAGE_MASK_COLOR ;
1026 };
1020 ImageBitmap = Bitmap{File = "sc10712.png" ; };
1021 };
1027 Check = TRUE;
1022 Check = TRUE;
1028 QuickHelpText [ en-US ] = "Ascending";
1023 QuickHelpText [ en-US ] = "Ascending" ;
1029 };
1030 ImageRadioButton RB_SORTDOWN2
1031 {
1024 };
1025 ImageRadioButton RB_SORTDOWN2
1026 {
1032 HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTDOWN2";
1033 Pos = MAP_APPFONT ( 237 , 153 ) ;
1034 Size = MAP_APPFONT ( 12, 12 ) ;
1027 HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTDOWN2" ;
1028 Pos = MAP_APPFONT ( 237, 153 ) ;
1029 Size = MAP_APPFONT ( 12, 12 ) ;
1035 RadioButtonImage =
1036 Image
1037 {
1030 RadioButtonImage =
1031 Image
1032 {
1038 ImageBitmap = Bitmap{File = "sc10713.png"; };
1039 MaskColor = IMAGE_MASK_COLOR ;
1040 };
1041 QuickHelpText [ en-US ] = "Descending";
1033 ImageBitmap = Bitmap{File = "sc10713.png" ; };
1034 };
1035 QuickHelpText [ en-US ] = "Descending" ;
1042 };
1043 ImageRadioButton RB_SORTUP3
1044 {
1036 };
1037 ImageRadioButton RB_SORTUP3
1038 {
1045 HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTUP3";
1046 Pos = MAP_APPFONT ( 222 , 168 ) ;
1047 Size = MAP_APPFONT ( 12, 12 ) ;
1039 HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTUP3" ;
1040 Pos = MAP_APPFONT ( 222, 168 ) ;
1041 Size = MAP_APPFONT ( 12, 12 ) ;
1048 RadioButtonImage =
1049 Image
1050 {
1042 RadioButtonImage =
1043 Image
1044 {
1051 ImageBitmap = Bitmap{File = "sc10712.png"; };
1052 MaskColor = IMAGE_MASK_COLOR ;
1053 };
1045 ImageBitmap = Bitmap{File = "sc10712.png" ; };
1046 };
1054 Check = TRUE;
1047 Check = TRUE;
1055 QuickHelpText [ en-US ] = "Ascending";
1048 QuickHelpText [ en-US ] = "Ascending" ;
1056 };
1057 ImageRadioButton RB_SORTDOWN3
1058 {
1049 };
1050 ImageRadioButton RB_SORTDOWN3
1051 {
1059 HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTDOWN3";
1052 HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTDOWN3" ;
1060 Pos = MAP_APPFONT ( 237 ,168 ) ;
1053 Pos = MAP_APPFONT ( 237 ,168 ) ;
1061 Size = MAP_APPFONT ( 12, 12 ) ;
1054 Size = MAP_APPFONT ( 12, 12 ) ;
1062 RadioButtonImage =
1063 Image
1064 {
1055 RadioButtonImage =
1056 Image
1057 {
1065 ImageBitmap = Bitmap{File = "sc10713.png"; };
1066 MaskColor = IMAGE_MASK_COLOR ;
1067 };
1068 QuickHelpText [ en-US ] = "Descending";
1058 ImageBitmap = Bitmap{File = "sc10713.png" ; };
1059 };
1060 QuickHelpText [ en-US ] = "Descending" ;
1069 };
1070 FixedText FT_SECONDKEY
1071 {
1061 };
1062 FixedText FT_SECONDKEY
1063 {
1072 Pos = MAP_APPFONT ( 40 , 155 ) ;
1073 Size = MAP_APPFONT ( 10, 8 ) ;
1064 Pos = MAP_APPFONT ( 40, 155 ) ;
1065 Size = MAP_APPFONT ( 10, 8 ) ;
1074 Text = "~2" ;
1075 };
1076 ListBox LB_SECONDKEY
1077 {
1066 Text = "~2" ;
1067 };
1068 ListBox LB_SECONDKEY
1069 {
1078 HelpID = "sw:ListBox:TP_TOX_ENTRY:LB_SECONDKEY";
1079 Pos = MAP_APPFONT ( 60 , 153 ) ;
1080 Size = MAP_APPFONT ( 159, 50 ) ;
1081 Border = TRUE;
1082 DropDown = TRUE;
1070 HelpID = "sw:ListBox:TP_TOX_ENTRY:LB_SECONDKEY" ;
1071 Pos = MAP_APPFONT ( 60, 153 ) ;
1072 Size = MAP_APPFONT ( 159, 50 ) ;
1073 Border = TRUE ;
1074 DropDown = TRUE ;
1083 };
1084 FixedText FT_THIRDDKEY
1085 {
1075 };
1076 FixedText FT_THIRDDKEY
1077 {
1086 Pos = MAP_APPFONT ( 40 , 170 ) ;
1087 Size = MAP_APPFONT ( 10, 8 ) ;
1078 Pos = MAP_APPFONT ( 40, 170 ) ;
1079 Size = MAP_APPFONT ( 10, 8 ) ;
1088 Text = "~3" ;
1089 };
1090 ListBox LB_THIRDKEY
1091 {
1080 Text = "~3" ;
1081 };
1082 ListBox LB_THIRDKEY
1083 {
1092 HelpID = "sw:ListBox:TP_TOX_ENTRY:LB_THIRDKEY";
1093 Pos = MAP_APPFONT ( 60 , 168 ) ;
1094 Size = MAP_APPFONT ( 159, 50 ) ;
1095 Border = TRUE;
1096 DropDown = TRUE;
1084 HelpID = "sw:ListBox:TP_TOX_ENTRY:LB_THIRDKEY" ;
1085 Pos = MAP_APPFONT ( 60, 168 ) ;
1086 Size = MAP_APPFONT ( 159, 50 ) ;
1087 Border = TRUE ;
1088 DropDown = TRUE ;
1097 };
1089 };
1098 FixedLine FL_SORTKEY
1090 FixedLine FL_SORTKEY
1099 {
1091 {
1100 Pos = MAP_APPFONT ( 34 , 126) ;
1101 Size = MAP_APPFONT ( 220, 8 ) ;
1102 Text [ en-US ] = "Sort keys";
1092 Pos = MAP_APPFONT ( 34, 126) ;
1093 Size = MAP_APPFONT ( 220, 8 ) ;
1094 Text [ en-US ] = "Sort keys" ;
1103 };
1104
1105 String STR_NOSORTKEY
1106 {
1095 };
1096
1097 String STR_NOSORTKEY
1098 {
1107 Text [ en-US ] = "<None>";
1099 Text [ en-US ] = "<None>" ;
1108 };
1109 String STR_NO_CHAR_STYLE
1110 {
1100 };
1101 String STR_NO_CHAR_STYLE
1102 {
1111 Text [ en-US ] = "<None>";
1103 Text [ en-US ] = "<None>" ;
1112 };
1113 String STR_DELIM
1114 {
1104 };
1105 String STR_DELIM
1106 {
1115 Text [ en-US ] = "S";
1107 Text [ en-US ] = "S" ;
1116 };
1117};
1118TabPage TP_TOX_STYLES
1119{
1108 };
1109};
1110TabPage TP_TOX_STYLES
1111{
1120 HelpID = HID_TOX_STYLES_PAGE;
1121 Size = MAP_APPFONT ( 260 , 185 ) ;
1112 HelpID = HID_TOX_STYLES_PAGE ;
1113 Size = MAP_APPFONT ( 260, 185 ) ;
1122 Hide = TRUE ;
1123 FixedText FT_LEVEL
1124 {
1114 Hide = TRUE ;
1115 FixedText FT_LEVEL
1116 {
1125 Pos = MAP_APPFONT ( 11 , 14 ) ;
1126 Size = MAP_APPFONT ( 102 , 8 ) ;
1117 Pos = MAP_APPFONT ( 11, 14 ) ;
1118 Size = MAP_APPFONT ( 102, 8 ) ;
1127 Text [ en-US ] = "~Levels" ;
1128 Left = TRUE ;
1129 };
1130 ListBox LB_LEVEL
1131 {
1119 Text [ en-US ] = "~Levels" ;
1120 Left = TRUE ;
1121 };
1122 ListBox LB_LEVEL
1123 {
1132 HelpID = "sw:ListBox:TP_TOX_STYLES:LB_LEVEL";
1124 HelpID = "sw:ListBox:TP_TOX_STYLES:LB_LEVEL" ;
1133 Border = TRUE ;
1125 Border = TRUE ;
1134 Pos = MAP_APPFONT ( 12 , 25 ) ;
1135 Size = MAP_APPFONT ( 102 , 131 ) ;
1126 Pos = MAP_APPFONT ( 12, 25 ) ;
1127 Size = MAP_APPFONT ( 102, 131 ) ;
1136 TabStop = TRUE ;
1137 AutoHScroll = TRUE ;
1138 };
1139 FixedText FT_TEMPLATE
1140 {
1128 TabStop = TRUE ;
1129 AutoHScroll = TRUE ;
1130 };
1131 FixedText FT_TEMPLATE
1132 {
1141 Pos = MAP_APPFONT ( 142 , 14 ) ;
1142 Size = MAP_APPFONT ( 102 , 8 ) ;
1133 Pos = MAP_APPFONT ( 142, 14 ) ;
1134 Size = MAP_APPFONT ( 102, 8 ) ;
1143 Text [ en-US ] = "Paragraph ~Styles" ;
1144 Left = TRUE ;
1145 };
1146 ListBox LB_PARALAY
1147 {
1135 Text [ en-US ] = "Paragraph ~Styles" ;
1136 Left = TRUE ;
1137 };
1138 ListBox LB_PARALAY
1139 {
1148 HelpID = "sw:ListBox:TP_TOX_STYLES:LB_PARALAY";
1140 HelpID = "sw:ListBox:TP_TOX_STYLES:LB_PARALAY" ;
1149 Border = TRUE ;
1141 Border = TRUE ;
1150 Pos = MAP_APPFONT ( 142 , 25 ) ;
1151 Size = MAP_APPFONT ( 101 , 131 ) ;
1142 Pos = MAP_APPFONT ( 142, 25 ) ;
1143 Size = MAP_APPFONT ( 101, 131 ) ;
1152 TabStop = TRUE ;
1153 Sort = TRUE ;
1154 AutoHScroll = TRUE ;
1155 };
1156 PushButton BT_STD
1157 {
1144 TabStop = TRUE ;
1145 Sort = TRUE ;
1146 AutoHScroll = TRUE ;
1147 };
1148 PushButton BT_STD
1149 {
1158 HelpID = "sw:PushButton:TP_TOX_STYLES:BT_STD";
1159 Pos = MAP_APPFONT ( 64 , 162 ) ;
1160 Size = MAP_APPFONT ( 50 , 14 ) ;
1150 HelpID = "sw:PushButton:TP_TOX_STYLES:BT_STD" ;
1151 Pos = MAP_APPFONT ( 64, 162 ) ;
1152 Size = MAP_APPFONT ( 50, 14 ) ;
1161 TabStop = TRUE ;
1162 Text [ en-US ] = "~Default" ;
1163 };
1153 TabStop = TRUE ;
1154 Text [ en-US ] = "~Default" ;
1155 };
1164 ImageButton BT_ASSIGN
1156 ImageButton BT_ASSIGN
1165 {
1157 {
1166 HelpID = "sw:ImageButton:TP_TOX_STYLES:BT_ASSIGN";
1167 Pos = MAP_APPFONT ( 118 , 28 ) ;
1168 Size = MAP_APPFONT ( 20 , 12 ) ;
1158 HelpID = "sw:ImageButton:TP_TOX_STYLES:BT_ASSIGN" ;
1159 Pos = MAP_APPFONT ( 118, 28 ) ;
1160 Size = MAP_APPFONT ( 20, 12 ) ;
1169 TabStop = TRUE ;
1170 ButtonImage = Image
1171 {
1172 ImageBitmap = Bitmap
1173 {
1161 TabStop = TRUE ;
1162 ButtonImage = Image
1163 {
1164 ImageBitmap = Bitmap
1165 {
1174 File = "one_left.png" ;
1166 File = "one_left.png" ;
1175 };
1167 };
1176 MaskColor = IMAGE_MASK_COLOR ;
1177 };
1168 };
1178 };
1179 PushButton BT_EDIT_STYLE
1180 {
1169 };
1170 PushButton BT_EDIT_STYLE
1171 {
1181 HelpID = "sw:PushButton:TP_TOX_STYLES:BT_EDIT_STYLE";
1182 Pos = MAP_APPFONT ( 193 , 162 ) ;
1183 Size = MAP_APPFONT ( 50 , 14 ) ;
1172 HelpID = "sw:PushButton:TP_TOX_STYLES:BT_EDIT_STYLE" ;
1173 Pos = MAP_APPFONT ( 193, 162 ) ;
1174 Size = MAP_APPFONT ( 50, 14 ) ;
1184 TabStop = TRUE ;
1175 TabStop = TRUE ;
1185 Text [ en-US ] = "~Edit";
1176 Text [ en-US ] = "~Edit" ;
1186 };
1177 };
1187 FixedLine FL_FORMAT
1178 FixedLine FL_FORMAT
1188 {
1179 {
1189 Pos = MAP_APPFONT ( 6 , 3 ) ;
1190 Size = MAP_APPFONT ( 248 , 8 ) ;
1191 Text [ en-US ] = "Assignment";
1180 Pos = MAP_APPFONT ( 6, 3 ) ;
1181 Size = MAP_APPFONT ( 248, 8 ) ;
1182 Text [ en-US ] = "Assignment" ;
1192 };
1193};
1194ModalDialog DLG_ADD_IDX_STYLES
1195{
1183 };
1184};
1185ModalDialog DLG_ADD_IDX_STYLES
1186{
1196 HelpId = HID_DLG_ADD_IDX_STYLES;
1187 HelpId = HID_DLG_ADD_IDX_STYLES ;
1197 OutputSize = TRUE ;
1198 SVLook = TRUE ;
1188 OutputSize = TRUE ;
1189 SVLook = TRUE ;
1199 Size = MAP_APPFONT ( 350 , 200 ) ;
1190 Size = MAP_APPFONT ( 350, 200 ) ;
1200 Moveable = TRUE ;
1201 Control TR_HEADER
1202 {
1191 Moveable = TRUE ;
1192 Control TR_HEADER
1193 {
1203 Pos = MAP_APPFONT ( 12 , 15 ) ;
1204 Size = MAP_APPFONT ( 273 , 164 ) ;
1205 Border = TRUE;
1206 TabStop = TRUE;
1194 Pos = MAP_APPFONT ( 12, 15 ) ;
1195 Size = MAP_APPFONT ( 273, 164 ) ;
1196 Border = TRUE ;
1197 TabStop = TRUE ;
1207 Window HB_STYLES
1208 {
1198 Window HB_STYLES
1199 {
1209 Pos = MAP_APPFONT ( 0 , 0 ) ;
1210 Size = MAP_APPFONT ( 273 , 20 ) ;
1200 Pos = MAP_APPFONT ( 0, 0 ) ;
1201 Size = MAP_APPFONT ( 273, 20 ) ;
1211 };
1212 Control TLB_STYLES
1213 {
1202 };
1203 Control TLB_STYLES
1204 {
1214 Pos = MAP_APPFONT ( 0 , 20 ) ;
1215 Size = MAP_APPFONT ( 273 , 132 ) ;
1216 Border = TRUE;
1205 Pos = MAP_APPFONT ( 0, 20 ) ;
1206 Size = MAP_APPFONT ( 273, 132 ) ;
1207 Border = TRUE ;
1217 };
1218 };
1208 };
1209 };
1219 ImageButton PB_LEFT
1210 ImageButton PB_LEFT
1220 {
1211 {
1221 HelpID = "sw:ImageButton:DLG_ADD_IDX_STYLES:PB_LEFT";
1222 Pos = MAP_APPFONT ( 12 , 182 ) ;
1223 Size = MAP_APPFONT ( 50 , 12 ) ;
1212 HelpID = "sw:ImageButton:DLG_ADD_IDX_STYLES:PB_LEFT" ;
1213 Pos = MAP_APPFONT ( 12, 182 ) ;
1214 Size = MAP_APPFONT ( 50, 12 ) ;
1224 TabStop = TRUE ;
1225 ButtonImage = Image
1226 {
1227 ImageBitmap = Bitmap
1228 {
1215 TabStop = TRUE ;
1216 ButtonImage = Image
1217 {
1218 ImageBitmap = Bitmap
1219 {
1229 File = "all_left.png" ;
1220 File = "all_left.png" ;
1230 };
1221 };
1231 MaskColor = IMAGE_MASK_COLOR ;
1232 };
1233 QuickHelpText [ en-US ] = "Left" ;
1222 };
1223 QuickHelpText [ en-US ] = "Left" ;
1234 };
1224 };
1235 ImageButton PB_RIGHT
1225 ImageButton PB_RIGHT
1236 {
1226 {
1237 HelpID = "sw:ImageButton:DLG_ADD_IDX_STYLES:PB_RIGHT";
1238 Pos = MAP_APPFONT ( 65 , 182 ) ;
1239 Size = MAP_APPFONT ( 50 , 12 ) ;
1227 HelpID = "sw:ImageButton:DLG_ADD_IDX_STYLES:PB_RIGHT" ;
1228 Pos = MAP_APPFONT ( 65, 182 ) ;
1229 Size = MAP_APPFONT ( 50, 12 ) ;
1240 TabStop = TRUE ;
1230 TabStop = TRUE ;
1241 ButtonImage = Image
1231 ButtonImage = Image
1242 {
1243 ImageBitmap = Bitmap
1244 {
1232 {
1233 ImageBitmap = Bitmap
1234 {
1245 File = "all_right.png" ;
1235 File = "all_right.png" ;
1246 };
1236 };
1247 MaskColor = IMAGE_MASK_COLOR ;
1248 };
1249 QuickHelpText [ en-US ] = "Right" ;
1250 };
1237 };
1238 QuickHelpText [ en-US ] = "Right" ;
1239 };
1251 FixedLine FL_STYLES
1240 FixedLine FL_STYLES
1252 {
1241 {
1253 Pos = MAP_APPFONT ( 6 , 3 ) ;
1254 Size = MAP_APPFONT ( 285 , 8 ) ;
1255 Text [ en-US ] = "Styl~es";
1242 Pos = MAP_APPFONT ( 6, 3 ) ;
1243 Size = MAP_APPFONT ( 285, 8 ) ;
1244 Text [ en-US ] = "Styl~es" ;
1256 };
1257 OKButton PB_OK
1258 {
1245 };
1246 OKButton PB_OK
1247 {
1259 Pos = MAP_APPFONT ( 297 , 6 ) ;
1260 Size = MAP_APPFONT ( 50 , 14 ) ;
1248 Pos = MAP_APPFONT ( 297, 6 ) ;
1249 Size = MAP_APPFONT ( 50, 14 ) ;
1261 TabStop = TRUE ;
1262 DefButton = TRUE ;
1263 };
1264 CancelButton PB_CANCEL
1265 {
1250 TabStop = TRUE ;
1251 DefButton = TRUE ;
1252 };
1253 CancelButton PB_CANCEL
1254 {
1266 Pos = MAP_APPFONT ( 297 , 23 ) ;
1267 Size = MAP_APPFONT ( 50 , 14 ) ;
1255 Pos = MAP_APPFONT ( 297, 23 ) ;
1256 Size = MAP_APPFONT ( 50, 14 ) ;
1268 TabStop = TRUE ;
1269 };
1270 HelpButton PB_HELP
1271 {
1257 TabStop = TRUE ;
1258 };
1259 HelpButton PB_HELP
1260 {
1272 Pos = MAP_APPFONT ( 297 , 40 ) ;
1273 Size = MAP_APPFONT ( 50 , 14 ) ;
1261 Pos = MAP_APPFONT ( 297, 40 ) ;
1262 Size = MAP_APPFONT ( 50, 14 ) ;
1274 TabStop = TRUE ;
1275 };
1276 String ST_HB_FIRST
1277 {
1263 TabStop = TRUE ;
1264 };
1265 String ST_HB_FIRST
1266 {
1278 Text [ en-US ] = "Not applied";
1267 Text [ en-US ] = "Not applied" ;
1279 };
1268 };
1280 Text [ en-US ] = "Assign Styles";
1269 Text [ en-US ] = "Assign Styles" ;
1281};
1282/*-----------------------------------------------------------
1283
1284-----------------------------------------------------------*/
1285ModalDialog DLG_CREATE_AUTOMARK
1286{
1270};
1271/*-----------------------------------------------------------
1272
1273-----------------------------------------------------------*/
1274ModalDialog DLG_CREATE_AUTOMARK
1275{
1287 HelpId = HID_DLG_CREATE_AUTOMARK;
1276 HelpId = HID_DLG_CREATE_AUTOMARK ;
1288 OutputSize = TRUE ;
1289 SVLook = TRUE ;
1277 OutputSize = TRUE ;
1278 SVLook = TRUE ;
1290 Size = MAP_APPFONT ( 350 , 200 ) ;
1279 Size = MAP_APPFONT ( 350, 200 ) ;
1291 Moveable = TRUE ;
1292 OKButton PB_OK
1293 {
1280 Moveable = TRUE ;
1281 OKButton PB_OK
1282 {
1294 Pos = MAP_APPFONT ( 297 , 6 ) ;
1295 Size = MAP_APPFONT ( 50 , 14 ) ;
1283 Pos = MAP_APPFONT ( 297, 6 ) ;
1284 Size = MAP_APPFONT ( 50, 14 ) ;
1296 TabStop = TRUE ;
1297 DefButton = TRUE ;
1298 };
1299 CancelButton PB_CANCEL
1300 {
1285 TabStop = TRUE ;
1286 DefButton = TRUE ;
1287 };
1288 CancelButton PB_CANCEL
1289 {
1301 Pos = MAP_APPFONT ( 297 , 23 ) ;
1302 Size = MAP_APPFONT ( 50 , 14 ) ;
1290 Pos = MAP_APPFONT ( 297, 23 ) ;
1291 Size = MAP_APPFONT ( 50, 14 ) ;
1303 TabStop = TRUE ;
1304 };
1305 HelpButton PB_HELP
1306 {
1292 TabStop = TRUE ;
1293 };
1294 HelpButton PB_HELP
1295 {
1307 Pos = MAP_APPFONT ( 297 , 40 ) ;
1308 Size = MAP_APPFONT ( 50 , 14 ) ;
1296 Pos = MAP_APPFONT ( 297, 40 ) ;
1297 Size = MAP_APPFONT ( 50, 14 ) ;
1309 TabStop = TRUE ;
1310 };
1311 Control BB_ENTRIES
1312 {
1298 TabStop = TRUE ;
1299 };
1300 Control BB_ENTRIES
1301 {
1313 Pos = MAP_APPFONT ( 12 , 18 ) ;
1314 Size = MAP_APPFONT ( 276 , 175 ) ;
1302 Pos = MAP_APPFONT ( 12, 18 ) ;
1303 Size = MAP_APPFONT ( 276, 175 ) ;
1315 TabStop = TRUE ;
1304 TabStop = TRUE ;
1316 Border = TRUE;
1305 Border = TRUE ;
1317 String ST_SEARCH
1318 {
1306 String ST_SEARCH
1307 {
1319 Text [ en-US ] = "Search term";
1308 Text [ en-US ] = "Search term" ;
1320 };
1321 String ST_ALTERNATIVE
1322 {
1309 };
1310 String ST_ALTERNATIVE
1311 {
1323 Text [ en-US ] = "Alternative entry";
1312 Text [ en-US ] = "Alternative entry" ;
1324 };
1325 String ST_PRIMKEY
1326 {
1313 };
1314 String ST_PRIMKEY
1315 {
1327 Text [ en-US ] = "1st key";
1316 Text [ en-US ] = "1st key" ;
1328 };
1329 String ST_SECKEY
1330 {
1317 };
1318 String ST_SECKEY
1319 {
1331 Text [ en-US ] = "2nd key";
1320 Text [ en-US ] = "2nd key" ;
1332 };
1333 String ST_COMMENT
1334 {
1321 };
1322 String ST_COMMENT
1323 {
1335 Text [ en-US ] = "Comment";
1324 Text [ en-US ] = "Comment" ;
1336 };
1337 String ST_CASESENSITIVE
1338 {
1325 };
1326 String ST_CASESENSITIVE
1327 {
1339 Text [ en-US ] = "Match case";
1328 Text [ en-US ] = "Match case" ;
1340 };
1341 String ST_WORDONLY
1342 {
1329 };
1330 String ST_WORDONLY
1331 {
1343 Text [ en-US ] = "Word only";
1332 Text [ en-US ] = "Word only" ;
1344 };
1345 String ST_TRUE
1346 {
1333 };
1334 String ST_TRUE
1335 {
1347 Text [ en-US ] = "Yes";
1336 Text [ en-US ] = "Yes" ;
1348 };
1349 String ST_FALSE
1350 {
1337 };
1338 String ST_FALSE
1339 {
1351 Text [ en-US ] = "No";
1340 Text [ en-US ] = "No" ;
1352 };
1353 };
1341 };
1342 };
1354 FixedLine FL_ENTRIES
1343 FixedLine FL_ENTRIES
1355 {
1344 {
1356 Pos = MAP_APPFONT ( 6 , 3 ) ;
1357 Size = MAP_APPFONT ( 288, 8 ) ;
1358 Text [ en-US ] = "Entries";
1345 Pos = MAP_APPFONT ( 6, 3 ) ;
1346 Size = MAP_APPFONT ( 288, 8 ) ;
1347 Text [ en-US ] = "Entries" ;
1359 };
1360
1348 };
1349
1361 Text [ en-US ] = "Edit Concordance File";
1350 Text [ en-US ] = "Edit Concordance File" ;
1362};
1351};
1363// -----------------------------------------------------------------------------
1364
1352
1353// ********************************************************************** EOF