xref: /AOO41X/main/sw/source/ui/index/cnttab.src (revision 95dc5ecf13c2574f3b44ab23fd6e0ee706e2f821)
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 "globals.hrc"
26#include "cnttab.hrc"
27#include "cmdid.h"
28#include "helpid.h"
29
30String STR_TITLE
31{
32    Text [ en-US ] = "Title" ;
33};
34String STR_ALPHA
35{
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." ;
45};
46/*************************************************************************
47
48*************************************************************************/
49TabDialog DLG_MULTI_TOX
50{
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            {
64                Identifier = TP_TOX_SELECT ;
65                PageResID = TP_TOX_SELECT ;
66                Text [ en-US ] = "Index/Table" ;
67            };
68            PageItem
69            {
70                Identifier = TP_TOX_ENTRY ;
71                PageResID = TP_TOX_ENTRY ;
72                Text [ en-US ] = "Entries" ;
73            };
74            PageItem
75            {
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    {
96        Pos = MAP_APPFONT ( 0, 12 ) ;
97        Size = MAP_APPFONT ( 150, 188 ) ;
98    };
99    String ST_USERDEFINEDINDEX
100    {
101        Text [ en-US ] = "User-Defined Index" ;
102    };
103    CheckBox CB_SHOWEXAMPLE
104    {
105        Size = MAP_APPFONT ( 200, 10 ) ;
106        Text [ en-US ] = "Preview" ;
107    };
108    Text [ en-US ] = "Insert Index/Table" ;
109};
110//------------------------------------------------------------------
111TabPage TP_TOX_SELECT
112{
113    HelpID = HID_TP_TOX_SELECT ;
114    Size = MAP_APPFONT ( 260, 185 ) ;
115    Hide = TRUE ;
116
117    FixedLine FL_TYPETITLE
118    {
119        Pos = MAP_APPFONT ( 6, 3 ) ;
120        Size = MAP_APPFONT ( 248, 8 ) ;
121        Text [ en-US ] = "Type and title" ;
122    };
123    FixedText FT_TITLE
124    {
125        Pos = MAP_APPFONT ( 12, 16 ) ;
126        Size = MAP_APPFONT ( 30 ,10 ) ;
127        Text [ en-US ] = "~Title" ;
128    };
129    Edit ED_TITLE
130    {
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    };
136    FixedText FT_TYPE
137    {
138        Pos = MAP_APPFONT ( 12, 32 ) ;
139        Size = MAP_APPFONT ( 30, 10 ) ;
140        Text [ en-US ] = "Type" ;
141    };
142    ListBox LB_TYPE
143    {
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    {
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    };
160    CheckBox CB_READONLY
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" ;
167    };
168    FixedLine FL_AREA
169    {
170        Pos = MAP_APPFONT ( 6, 59 ) ;
171        Size = MAP_APPFONT ( 248, 8 ) ;
172        Text [ en-US ] = "Create index/table" ;
173    };
174    FixedText FT_AREA
175    {
176        Pos = MAP_APPFONT ( 12, 72 ) ;
177        Size = MAP_APPFONT ( 30, 8 ) ;
178        Text [ en-US ] = "for" ;
179    };
180    ListBox LB_AREA
181    {
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    {
189        < "Entire document" ; AREA_DOCUMENT ;   > ;
190        < "Chapter" ; AREA_CHAPTER ;            > ;
191    };
192    };
193    FixedText FT_LEVEL
194    {
195        Pos = MAP_APPFONT ( 130, 70 ) ;
196        Size = MAP_APPFONT ( 60, 8 ) ;
197        Text [ en-US ] = "Evaluate up to level" ;
198    };
199    NumericField NF_LEVEL
200    {
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    };
214    FixedLine FL_CREATEFROM
215    {
216        Pos = MAP_APPFONT ( 6, 87 ) ;
217        Size = MAP_APPFONT ( 248, 8 ) ;
218        Text [ en-US ] = "Create from" ;
219    };
220    CheckBox CB_FROMHEADINGS
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" ;
227    };
228//  #outline level,removed by zhaojianwei
229/*  PushButton PB_CHAPTERDLG
230    {
231        Pos = MAP_APPFONT ( 115, 98 ) ;
232        Size = MAP_APPFONT ( 12, 12 ) ;
233        Text = "~..." ;
234        TabStop = TRUE ;
235    };
236*/
237    CheckBox CB_ADDSTYLES
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" ;
243    };
244    String ST_USER_ADDSTYLE
245    {
246        Text [ en-US ] = "Styl~es" ;
247    };
248    PushButton PB_ADDSTYLES
249    {
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    };
256    CheckBox CB_TOXMARKS
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" ;
262    };
263
264    RadioButton RB_FROMCAPTIONS
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" ;
270    };
271    FixedText FT_CAPTIONSEQUENCE
272    {
273        Pos = MAP_APPFONT ( 12, 114 ) ;
274        Size = MAP_APPFONT ( 40, 8 ) ;
275        Text [ en-US ] = "Category" ;
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 ) ;
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" ;
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 ;
298    StringList [ en-US ] =
299    {
300        < "References" ;            > ;
301        < "Category and Number" ;   > ;
302        < "Caption Text" ;          > ;
303    };
304    };
305    RadioButton RB_FROMOBJECTNAMES
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" ;
311    };
312    CheckBox CB_COLLECTSAME
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" ;
318    };
319    CheckBox CB_USEFF
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" ;
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 -" ;
332    };
333    CheckBox CB_CASESENSITIVE
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" ;
339    };
340    CheckBox CB_INITIALCAPS
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" ;
346    };
347    CheckBox CB_KEYASENTRY
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" ;
353    };
354    CheckBox CB_FROMFILE
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" ;
360    };
361    MenuButton MB_AUTOMARK
362    {
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 ;
374                    Text [ en-US ] = "Open" ;
375                };
376                MenuItem
377                {
378                    Identifier = MN_AUTOMARK_NEW ;
379                    Text [ en-US ] = "~New..." ;
380                };
381                MenuItem
382                {
383                    Identifier = MN_AUTOMARK_EDIT ;
384                    Text [ en-US ] = "~Edit..." ;
385                };
386            };
387        };
388        Text [ en-US ] = "~File" ;
389    };
390    CheckBox CB_FROMTABLES
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" ;
396    };
397    CheckBox CB_FROMFRAMES
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" ;
403    };
404    CheckBox CB_FROMGRAPHICS
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" ;
410    };
411    CheckBox CB_FROMOLE
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" ;
417    };
418    CheckBox CB_LEVELFROMCHAPTER
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" ;
424    };
425    FixedLine FL_IDXOPTIONS
426    {
427        Pos = MAP_APPFONT ( 6, 87 ) ;
428        Size = MAP_APPFONT ( 248, 8 ) ;
429        Text [ en-US ] = "Options" ;
430    };
431    Control CLB_FROMOBJ
432    {
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        {
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    };
460    FixedLine FL_FROMOBJ
461    {
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    {
468        HelpID = "sw:CheckBox:TP_TOX_SELECT:CB_SEQUENCE" ;
469        Pos = MAP_APPFONT ( 12, 70) ;
470        Size = MAP_APPFONT ( 100, 10 ) ;
471        Text [ en-US ] = "~Number entries" ;
472    };
473    FixedText FT_BRACKET
474    {
475        Pos = MAP_APPFONT ( 12, 86) ;
476        Size = MAP_APPFONT ( 60, 8 ) ;
477        Text [ en-US ] = "~Brackets" ;
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 ;
486        StringList =
487        {
488            < "[]" ;    > ;
489            < "()" ;    > ;
490            < "{}" ;    > ;
491            < "<>" ;    > ;
492        };
493    };
494    String ST_NO_BRACKET
495    {
496        Text [ en-US ] = "[none]" ;
497    };
498    FixedLine FL_AUTHORITY
499    {
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    {
506        Text [ en-US ] = "Selection file for the alphabetical index (*.sdi)" ;
507    };
508    FixedLine FL_SORTOPTIONS
509    {
510        Pos = MAP_APPFONT ( 6, 153) ;
511        Size = MAP_APPFONT ( 248, 8 ) ;
512        Text [ en-US ] = "Sort" ;
513    };
514    FixedText FT_LANGUAGE
515    {
516        Pos = MAP_APPFONT ( 12, 166) ;
517        Size = MAP_APPFONT ( 33, 8 ) ;
518        Text [ en-US ] = "Language" ;
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" ;
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{
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 ) ;
553        Text [ en-US ] = "~Level" ;
554    };
555    Control LB_LEVEL
556    {
557        Pos = MAP_APPFONT ( 6, 15 ) ;
558        Size = MAP_APPFONT ( 25, 167 ) ;
559        TabStop = TRUE ;
560        Border = TRUE ;
561    };
562    String ST_AUTHTYPE
563    {
564        Text [ en-US ] = "~Type" ;
565    };
566    FixedText FT_TOKEN
567    {
568        Pos = MAP_APPFONT ( 37, 18 ) ;
569        Size = MAP_APPFONT ( 30, 8 ) ;
570        Text [ en-US ] = "~Structure" ;
571    };
572    Window WIN_TOKEN
573    {
574        Pos = MAP_APPFONT ( 70, 15 ) ;
575        Size = MAP_APPFONT ( 136, 14 ) ;
576        ImageButton WIN_LEFT_SCROLL
577        {
578            HelpID = "sw:ImageButton:TP_TOX_ENTRY:WIN_LEFT_SCROLL" ;
579            Pos = MAP_APPFONT ( 0, 0 ) ;
580            Size = MAP_APPFONT ( 10, 12 ) ;
581            Symbol = IMAGEBUTTON_ARROW_LEFT ;
582            DialogControl = FALSE ;
583            TabStop = FALSE ;
584        };
585        Window WIN_CTRL_PARENT
586        {
587            Pos = MAP_APPFONT ( 11, 0 ) ;
588            Size = MAP_APPFONT ( 114, 12 ) ;
589            DialogControl = TRUE ;
590        };
591        ImageButton WIN_RIGHT_SCROLL
592        {
593            HelpID = "sw:ImageButton:TP_TOX_ENTRY:WIN_RIGHT_SCROLL" ;
594            Pos = MAP_APPFONT ( 126, 0 ) ;
595            Size = MAP_APPFONT ( 10, 12 ) ;
596            Symbol = IMAGEBUTTON_ARROW_RIGHT ;
597            DialogControl = FALSE ;
598            TabStop = FALSE ;
599        };
600        String STR_TOKEN_ENTRY_NO
601        {
602            Text [ en-US ] = "E#" ;
603        };
604        String STR_TOKEN_ENTRY
605        {
606            Text [ en-US ] = "E" ;
607        };
608        String STR_TOKEN_TAB_STOP
609        {
610            Text [ en-US ] = "T" ;
611        };
612        String STR_TOKEN_TEXT
613        {
614            Text = "" ;
615            //unused
616        };
617        String STR_TOKEN_PAGE_NUMS
618        {
619            Text [ en-US ] = "#" ;
620        };
621        String STR_TOKEN_CHAPTER_INFO
622        {
623            Text [ en-US ] = "CI" ;
624        };
625        String STR_TOKEN_LINK_START
626        {
627            Text [ en-US ] = "LS" ;
628        };
629        String STR_TOKEN_LINK_END
630        {
631            Text [ en-US ] = "LE" ;
632        };
633        String STR_TOKEN_AUTHORITY
634        {
635            Text [ en-US ] = "A" ;
636        };
637        String STR_TOKEN_HELP_ENTRY_NO
638        {
639            Text [ en-US ] = "Chapter number" ;
640        };
641        String STR_TOKEN_HELP_ENTRY
642        {
643            Text [ en-US ] = "Entry" ;
644        };
645        String STR_TOKEN_HELP_TAB_STOP
646        {
647            Text [ en-US ] = "Tab stop" ;
648        };
649        String STR_TOKEN_HELP_TEXT
650        {
651            Text [ en-US ] = "Text" ;
652        };
653        String STR_TOKEN_HELP_PAGE_NUMS
654        {
655            Text [ en-US ] = "Page number" ;
656        };
657        String STR_TOKEN_HELP_CHAPTER_INFO
658        {
659            Text [ en-US ] = "Chapter info" ;
660        };
661        String STR_TOKEN_HELP_LINK_START
662        {
663            Text [ en-US ] = "Hyperlink start" ;
664        };
665        String STR_TOKEN_HELP_LINK_END
666        {
667            Text [ en-US ] = "Hyperlink end" ;
668        };
669        String STR_TOKEN_HELP_AUTHORITY
670        {
671            Text [ en-US ] = "Bibliography entry: " ;
672        };
673        String STR_CHARSTYLE
674        {
675            Text [ en-US ] = "Character Style: " ;
676        };
677        String STR_STRUCTURE
678        {
679            Text [ en-US ] = "Structure text" ;
680        };
681        String STR_ADDITIONAL_ACCNAME_STRING1
682        {
683            Text [ en-US ] = "Press Ctrl+Alt+A to move focus for more operations" ;
684        };
685        String STR_ADDITIONAL_ACCNAME_STRING2
686        {
687            Text [ en-US ] = "Press left or right arrow to choose the structure controls" ;
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" ;
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" ;
700    };
701    PushButton PB_ENTRYNO
702    {
703        HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_ENTRYNO" ;
704        Pos = MAP_APPFONT ( 37, 32 ) ;
705        Size = MAP_APPFONT ( 40, 14 ) ;
706        Text [ en-US ] = "Chapter no." ;
707    };
708    PushButton PB_ENTRY
709    {
710        HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_ENTRY" ;
711        Pos = MAP_APPFONT ( 80, 32 ) ;
712        Size = MAP_APPFONT ( 40, 14 ) ;
713        Text [ en-US ] = "Entry text" ;
714    };
715    PushButton PB_CHAPTERINFO
716    {
717        HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_CHAPTERINFO" ;
718        Pos = MAP_APPFONT ( 123, 32 ) ;
719        Size = MAP_APPFONT ( 40, 14) ;
720        Text [ en-US ] = "~Chapter info" ;
721    };
722    PushButton PB_PAGENO
723    {
724        HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_PAGENO" ;
725        Pos = MAP_APPFONT ( 166, 32 ) ;
726        Size = MAP_APPFONT ( 40, 14 ) ;
727        Text [ en-US ] = "Page no." ;
728    };
729    PushButton PB_TAB
730    {
731        HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_TAB" ;
732        Pos = MAP_APPFONT ( 209 ,32 ) ;
733        Size = MAP_APPFONT ( 40, 14 ) ;
734        Text [ en-US ] = "Tab stop" ;
735    };
736    PushButton PB_HYPERLINK
737    {
738        HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_HYPERLINK" ;
739        Pos = MAP_APPFONT ( 209, 32 ) ;
740        Size = MAP_APPFONT ( 40, 14 ) ;
741        Text [ en-US ] = "H~yperlink" ;
742    };
743    ListBox LB_AUTHFIELD
744    {
745        HelpID = "sw:ListBox:TP_TOX_ENTRY:LB_AUTHFIELD" ;
746        Pos = MAP_APPFONT ( 37, 33 ) ;
747        Size = MAP_APPFONT ( 59, 60 ) ;
748        DropDown = TRUE ;
749        Border = TRUE ;
750        Sort = TRUE ;
751    };
752    PushButton PB_AUTHINSERT
753    {
754        HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_AUTHINSERT" ;
755        Pos = MAP_APPFONT ( 99, 32 ) ;
756        Size = MAP_APPFONT ( 39, 14 ) ;
757        Text [ en-US ] = "~Insert" ;
758    };
759    PushButton PB_AUTHREMOVE
760    {
761        HelpID = "sw:PushButton:TP_TOX_ENTRY:PB_AUTHREMOVE" ;
762        Pos = MAP_APPFONT ( 142, 32 ) ;
763        Size = MAP_APPFONT ( 39, 14 ) ;
764        Text [ en-US ] = "~Remove" ;
765    };
766    FixedText FT_CHARSTYLE
767    {
768        Pos = MAP_APPFONT ( 37, 55 ) ;
769        Size = MAP_APPFONT (60, 8 ) ;
770        Text [ en-US ] = "Character Style" ;
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 ) ;
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 ) ;
784        Size = MAP_APPFONT ( 50, 14 ) ;
785        Text [ en-US ] = "~Edit..." ;
786    };
787    FixedText FT_FILLCHAR
788    {
789        Pos = MAP_APPFONT ( 37, 71 ) ;
790        Size = MAP_APPFONT (60, 8 ) ;
791        Text [ en-US ] = "Fill character" ;
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 ) ;
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" ;
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 ) ;
812        TabStop = TRUE ;
813        DropDown = TRUE ;
814    StringList [ en-US ] =
815    {
816        < "Number range only" ;             > ;
817        < "Description only" ;              > ;
818        < "Number range and description" ;  > ;
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        };
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            };
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        };
863
864    FixedText FT_TABPOS
865    {
866        Pos = MAP_APPFONT ( 37, 87 ) ;
867        Size = MAP_APPFONT ( 60, 8 ) ;
868        Text [ en-US ] = "Tab stop position" ;
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 ) ;
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 ) ;
893        Size = MAP_APPFONT ( 100, 10 ) ;
894        Text [ en-US ] = "Align right" ;
895    };
896    FixedLine FL_ENTRY
897    {
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    {
904        HelpID = "sw:CheckBox:TP_TOX_ENTRY:CB_RELTOSTYLE" ;
905        Pos = MAP_APPFONT ( 37, 110 ) ;
906        Size = MAP_APPFONT ( 200, 10 ) ;
907        Text [ en-US ] = "Tab position relati~ve to Paragraph Style indent" ;
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" ;
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 ) ;
920        TabStop = TRUE ;
921        DropDown = TRUE ;
922        AutoHScroll = TRUE ;
923    };
924
925    CheckBox CB_ALPHADELIM
926    {
927        HelpID = "sw:CheckBox:TP_TOX_ENTRY:CB_ALPHADELIM" ;
928        Pos = MAP_APPFONT ( 37, 126 ) ;
929        Size = MAP_APPFONT ( 105, 10 ) ;
930        Text [ en-US ] = "Alphabetical delimiter" ;
931    };
932    CheckBox CB_COMMASEPARATED
933    {
934        HelpID = "sw:CheckBox:TP_TOX_ENTRY:CB_COMMASEPARATED" ;
935        Pos = MAP_APPFONT ( 37, 140 ) ;
936        Size = MAP_APPFONT ( 105, 10 ) ;
937        Text [ en-US ] = "Key separated by commas" ;
938    };
939    FixedLine FL_FORMAT
940    {
941        Pos = MAP_APPFONT ( 34, 99 ) ;
942        Size = MAP_APPFONT ( 220, 8 ) ;
943        Text [ en-US ] = "Format" ;
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 " ;
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" ;
958    };
959    FixedLine FL_SORTING
960    {
961        Pos = MAP_APPFONT ( 34, 102 ) ;
962        Size = MAP_APPFONT ( 220, 8 ) ;
963        Text [ en-US ] = "Sort by" ;
964    };
965    FixedText FT_FIRSTKEY
966    {
967        Pos = MAP_APPFONT ( 40, 140 ) ;
968        Size = MAP_APPFONT ( 10, 8 ) ;
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 ;
978    };
979    Image IMG_SORTUP_HC
980    {
981        ImageBitmap = Bitmap{File = "sch10712.png" ; };
982    };
983    Image IMG_SORTDOWN_HC
984    {
985        ImageBitmap = Bitmap{File = "sch10713.png" ; };
986    };
987    ImageRadioButton RB_SORTUP1
988    {
989        HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTUP1" ;
990        Pos = MAP_APPFONT ( 222, 138 ) ;
991        Size = MAP_APPFONT ( 12, 12 ) ;
992        RadioButtonImage =
993            Image
994            {
995                ImageBitmap = Bitmap{File = "sc10712.png" ; };
996            };
997        Check = TRUE;
998        QuickHelpText [ en-US ] = "Ascending" ;
999    };
1000    ImageRadioButton RB_SORTDOWN1
1001    {
1002        HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTDOWN1" ;
1003        Pos = MAP_APPFONT ( 237, 138 ) ;
1004        Size = MAP_APPFONT ( 12, 12 ) ;
1005        RadioButtonImage =
1006            Image
1007            {
1008                ImageBitmap = Bitmap{File = "sc10713.png" ; };
1009            };
1010        QuickHelpText [ en-US ] = "Descending" ;
1011    };
1012    ImageRadioButton RB_SORTUP2
1013    {
1014        HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTUP2" ;
1015        Pos = MAP_APPFONT ( 222, 153 ) ;
1016        Size = MAP_APPFONT ( 12, 12 ) ;
1017        RadioButtonImage =
1018            Image
1019            {
1020                ImageBitmap = Bitmap{File = "sc10712.png" ; };
1021            };
1022        Check = TRUE;
1023        QuickHelpText [ en-US ] = "Ascending" ;
1024    };
1025    ImageRadioButton RB_SORTDOWN2
1026    {
1027        HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTDOWN2" ;
1028        Pos = MAP_APPFONT ( 237, 153 ) ;
1029        Size = MAP_APPFONT ( 12, 12 ) ;
1030        RadioButtonImage =
1031            Image
1032            {
1033                ImageBitmap = Bitmap{File = "sc10713.png" ; };
1034            };
1035        QuickHelpText [ en-US ] = "Descending" ;
1036    };
1037    ImageRadioButton RB_SORTUP3
1038    {
1039        HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTUP3" ;
1040        Pos = MAP_APPFONT ( 222, 168 ) ;
1041        Size = MAP_APPFONT ( 12, 12 ) ;
1042        RadioButtonImage =
1043            Image
1044            {
1045                ImageBitmap = Bitmap{File = "sc10712.png" ; };
1046            };
1047        Check = TRUE;
1048        QuickHelpText [ en-US ] = "Ascending" ;
1049    };
1050    ImageRadioButton RB_SORTDOWN3
1051    {
1052        HelpID = "sw:ImageRadioButton:TP_TOX_ENTRY:RB_SORTDOWN3" ;
1053        Pos = MAP_APPFONT ( 237 ,168 ) ;
1054        Size = MAP_APPFONT ( 12, 12 ) ;
1055        RadioButtonImage =
1056            Image
1057            {
1058                ImageBitmap = Bitmap{File = "sc10713.png" ; };
1059            };
1060        QuickHelpText [ en-US ] = "Descending" ;
1061    };
1062    FixedText FT_SECONDKEY
1063    {
1064        Pos = MAP_APPFONT ( 40, 155 ) ;
1065        Size = MAP_APPFONT ( 10, 8 ) ;
1066        Text = "~2" ;
1067    };
1068    ListBox LB_SECONDKEY
1069    {
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 ;
1075    };
1076    FixedText FT_THIRDDKEY
1077    {
1078        Pos = MAP_APPFONT ( 40, 170 ) ;
1079        Size = MAP_APPFONT ( 10, 8 ) ;
1080        Text = "~3" ;
1081    };
1082    ListBox LB_THIRDKEY
1083    {
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 ;
1089    };
1090    FixedLine FL_SORTKEY
1091    {
1092        Pos = MAP_APPFONT ( 34, 126) ;
1093        Size = MAP_APPFONT ( 220, 8 ) ;
1094        Text [ en-US ] = "Sort keys" ;
1095    };
1096
1097    String STR_NOSORTKEY
1098    {
1099        Text [ en-US ] = "<None>" ;
1100    };
1101    String STR_NO_CHAR_STYLE
1102    {
1103        Text [ en-US ] = "<None>" ;
1104    };
1105    String STR_DELIM
1106    {
1107        Text [ en-US ] = "S" ;
1108    };
1109};
1110TabPage TP_TOX_STYLES
1111{
1112    HelpID = HID_TOX_STYLES_PAGE ;
1113    Size = MAP_APPFONT ( 260, 185 ) ;
1114    Hide = TRUE ;
1115    FixedText FT_LEVEL
1116    {
1117        Pos = MAP_APPFONT ( 11, 14 ) ;
1118        Size = MAP_APPFONT ( 102, 8 ) ;
1119        Text [ en-US ] = "~Levels" ;
1120        Left = TRUE ;
1121    };
1122    ListBox LB_LEVEL
1123    {
1124        HelpID = "sw:ListBox:TP_TOX_STYLES:LB_LEVEL" ;
1125        Border = TRUE ;
1126        Pos = MAP_APPFONT ( 12, 25 ) ;
1127        Size = MAP_APPFONT ( 102, 131 ) ;
1128        TabStop = TRUE ;
1129        AutoHScroll = TRUE ;
1130    };
1131    FixedText FT_TEMPLATE
1132    {
1133        Pos = MAP_APPFONT ( 142, 14 ) ;
1134        Size = MAP_APPFONT ( 102, 8 ) ;
1135        Text [ en-US ] = "Paragraph ~Styles" ;
1136        Left = TRUE ;
1137    };
1138    ListBox LB_PARALAY
1139    {
1140        HelpID = "sw:ListBox:TP_TOX_STYLES:LB_PARALAY" ;
1141        Border = TRUE ;
1142        Pos = MAP_APPFONT ( 142, 25 ) ;
1143        Size = MAP_APPFONT ( 101, 131 ) ;
1144        TabStop = TRUE ;
1145        Sort = TRUE ;
1146        AutoHScroll = TRUE ;
1147    };
1148    PushButton BT_STD
1149    {
1150        HelpID = "sw:PushButton:TP_TOX_STYLES:BT_STD" ;
1151        Pos = MAP_APPFONT ( 64, 162 ) ;
1152        Size = MAP_APPFONT ( 50, 14 ) ;
1153        TabStop = TRUE ;
1154        Text [ en-US ] = "~Default" ;
1155    };
1156    ImageButton BT_ASSIGN
1157    {
1158        HelpID = "sw:ImageButton:TP_TOX_STYLES:BT_ASSIGN" ;
1159        Pos = MAP_APPFONT ( 118, 28 ) ;
1160        Size = MAP_APPFONT ( 20, 12 ) ;
1161        TabStop = TRUE ;
1162        ButtonImage = Image
1163        {
1164            ImageBitmap = Bitmap
1165            {
1166                File = "one_left.png" ;
1167            };
1168        };
1169    };
1170    PushButton BT_EDIT_STYLE
1171    {
1172        HelpID = "sw:PushButton:TP_TOX_STYLES:BT_EDIT_STYLE" ;
1173        Pos = MAP_APPFONT ( 193, 162 ) ;
1174        Size = MAP_APPFONT ( 50, 14 ) ;
1175        TabStop = TRUE ;
1176        Text [ en-US ] = "~Edit" ;
1177    };
1178    FixedLine FL_FORMAT
1179    {
1180        Pos = MAP_APPFONT ( 6, 3 ) ;
1181        Size = MAP_APPFONT ( 248, 8 ) ;
1182        Text [ en-US ] = "Assignment" ;
1183    };
1184};
1185ModalDialog DLG_ADD_IDX_STYLES
1186{
1187    HelpId = HID_DLG_ADD_IDX_STYLES ;
1188    OutputSize = TRUE ;
1189    SVLook = TRUE ;
1190    Size = MAP_APPFONT ( 350, 200 ) ;
1191    Moveable = TRUE ;
1192    Control TR_HEADER
1193    {
1194        Pos = MAP_APPFONT ( 12, 15 ) ;
1195        Size = MAP_APPFONT ( 273, 164 ) ;
1196        Border = TRUE ;
1197        TabStop = TRUE ;
1198        Window HB_STYLES
1199        {
1200            Pos = MAP_APPFONT ( 0, 0 ) ;
1201            Size = MAP_APPFONT ( 273, 20 ) ;
1202        };
1203        Control TLB_STYLES
1204        {
1205            Pos = MAP_APPFONT ( 0, 20 ) ;
1206            Size = MAP_APPFONT ( 273, 132 ) ;
1207            Border = TRUE ;
1208        };
1209    };
1210    ImageButton PB_LEFT
1211    {
1212        HelpID = "sw:ImageButton:DLG_ADD_IDX_STYLES:PB_LEFT" ;
1213        Pos = MAP_APPFONT ( 12, 182 ) ;
1214        Size = MAP_APPFONT ( 50, 12 ) ;
1215        TabStop = TRUE ;
1216        ButtonImage = Image
1217        {
1218            ImageBitmap = Bitmap
1219            {
1220                File = "all_left.png" ;
1221            };
1222        };
1223        QuickHelpText [ en-US ] = "Left" ;
1224    };
1225    ImageButton PB_RIGHT
1226    {
1227        HelpID = "sw:ImageButton:DLG_ADD_IDX_STYLES:PB_RIGHT" ;
1228        Pos = MAP_APPFONT ( 65, 182 ) ;
1229        Size = MAP_APPFONT ( 50, 12 ) ;
1230        TabStop = TRUE ;
1231        ButtonImage = Image
1232        {
1233            ImageBitmap = Bitmap
1234            {
1235                File = "all_right.png" ;
1236            };
1237        };
1238        QuickHelpText [ en-US ] = "Right" ;
1239    };
1240    FixedLine FL_STYLES
1241    {
1242        Pos = MAP_APPFONT ( 6, 3 ) ;
1243        Size = MAP_APPFONT ( 285, 8 ) ;
1244        Text [ en-US ] = "Styl~es" ;
1245    };
1246    OKButton PB_OK
1247    {
1248        Pos = MAP_APPFONT ( 297, 6 ) ;
1249        Size = MAP_APPFONT ( 50, 14 ) ;
1250        TabStop = TRUE ;
1251        DefButton = TRUE ;
1252    };
1253    CancelButton PB_CANCEL
1254    {
1255        Pos = MAP_APPFONT ( 297, 23 ) ;
1256        Size = MAP_APPFONT ( 50, 14 ) ;
1257        TabStop = TRUE ;
1258    };
1259    HelpButton PB_HELP
1260    {
1261        Pos = MAP_APPFONT ( 297, 40 ) ;
1262        Size = MAP_APPFONT ( 50, 14 ) ;
1263        TabStop = TRUE ;
1264    };
1265    String  ST_HB_FIRST
1266    {
1267        Text [ en-US ] = "Not applied" ;
1268    };
1269    Text [ en-US ] = "Assign Styles" ;
1270};
1271/*-----------------------------------------------------------
1272
1273-----------------------------------------------------------*/
1274ModalDialog DLG_CREATE_AUTOMARK
1275{
1276    HelpId = HID_DLG_CREATE_AUTOMARK ;
1277    OutputSize = TRUE ;
1278    SVLook = TRUE ;
1279    Size = MAP_APPFONT ( 350, 200 ) ;
1280    Moveable = TRUE ;
1281    OKButton PB_OK
1282    {
1283        Pos = MAP_APPFONT ( 297, 6 ) ;
1284        Size = MAP_APPFONT ( 50, 14 ) ;
1285        TabStop = TRUE ;
1286        DefButton = TRUE ;
1287    };
1288    CancelButton PB_CANCEL
1289    {
1290        Pos = MAP_APPFONT ( 297, 23 ) ;
1291        Size = MAP_APPFONT ( 50, 14 ) ;
1292        TabStop = TRUE ;
1293    };
1294    HelpButton PB_HELP
1295    {
1296        Pos = MAP_APPFONT ( 297, 40 ) ;
1297        Size = MAP_APPFONT ( 50, 14 ) ;
1298        TabStop = TRUE ;
1299    };
1300    Control BB_ENTRIES
1301    {
1302        Pos = MAP_APPFONT ( 12, 18 ) ;
1303        Size = MAP_APPFONT ( 276, 175 ) ;
1304        TabStop = TRUE ;
1305        Border = TRUE ;
1306        String ST_SEARCH
1307        {
1308            Text [ en-US ] = "Search term" ;
1309        };
1310        String ST_ALTERNATIVE
1311        {
1312            Text [ en-US ] = "Alternative entry" ;
1313        };
1314        String ST_PRIMKEY
1315        {
1316            Text [ en-US ] = "1st key" ;
1317        };
1318        String ST_SECKEY
1319        {
1320            Text [ en-US ] = "2nd key" ;
1321        };
1322        String ST_COMMENT
1323        {
1324            Text [ en-US ] = "Comment" ;
1325        };
1326        String ST_CASESENSITIVE
1327        {
1328            Text [ en-US ] = "Match case" ;
1329        };
1330        String ST_WORDONLY
1331        {
1332            Text [ en-US ] = "Word only" ;
1333        };
1334        String ST_TRUE
1335        {
1336            Text [ en-US ] = "Yes" ;
1337        };
1338        String ST_FALSE
1339        {
1340            Text [ en-US ] = "No" ;
1341        };
1342    };
1343    FixedLine FL_ENTRIES
1344    {
1345        Pos = MAP_APPFONT ( 6, 3 ) ;
1346        Size = MAP_APPFONT ( 288, 8 ) ;
1347        Text [ en-US ] = "Entries" ;
1348    };
1349
1350    Text [ en-US ] = "Edit Concordance File" ;
1351};
1352
1353// ********************************************************************** EOF
1354
1355