Update ooo320-m1
[ooovba.git] / svx / source / cui / tabline.src
blob21d09c7876c555321a5bf67306dcbec8806150ad
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: tabline.src,v $
10  * $Revision: 1.45 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
30  // include ------------------------------------------------------------------
31 #include <svx/dialogs.hrc>
32 #include "helpid.hrc"
33 #include "tabline.hrc"
35 // Selecting LineStyle / Color / Width --------------------
37 #define MASKCOLOR       MaskColor = Color{ Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
40 TabPage RID_SVXPAGE_LINE
42     Size = MAP_APPFONT ( 260 , 185 );
43     HelpId = HID_LINE_LINE ;
44     Hide = TRUE ;
45     Text [ en-US ] = "Lines" ;
46     FixedLine FL_LINE
47     {
48         Pos = MAP_APPFONT ( 6 , 3  ) ;
49         Size = MAP_APPFONT ( 112 , 8 ) ;
50         Text [ en-US ] = "Line properties" ;
51     };
52     FixedText FT_LINE_STYLE
53     {
54         Pos = MAP_APPFONT ( 12 , 14  ) ;
55         Size = MAP_APPFONT ( 100 , 8 ) ;
56         Text [ en-US ] = "~Style" ;
57     };
58     ListBox LB_LINE_STYLE
59     {
60         Border = TRUE ;
61         Pos = MAP_APPFONT ( 12 , 25  ) ;
62         Size = MAP_APPFONT ( 100 , 100 ) ;
63         TabStop = TRUE ;
64         DropDown = TRUE ;
65         DDExtraWidth = TRUE ;
66     };
67     FixedText FT_COLOR
68     {
69         Pos = MAP_APPFONT ( 12 , 41  ) ;
70         Size = MAP_APPFONT ( 100 , 8 ) ;
71         Text [ en-US ] = "Colo~r" ;
72     };
73     ListBox LB_COLOR
74     {
75         Border = TRUE ;
76         Pos = MAP_APPFONT ( 12 , 52  ) ;
77         Size = MAP_APPFONT ( 100 , 100 ) ;
78         TabStop = TRUE ;
79         DropDown = TRUE ;
80         DDExtraWidth = TRUE ;
81     };
82     FixedText FT_LINE_WIDTH
83     {
84         Pos = MAP_APPFONT ( 12 , 68  ) ;
85         Size = MAP_APPFONT ( 100 , 8 ) ;
86         Text [ en-US ] = "~Width" ;
87     };
88     MetricField MTR_FLD_LINE_WIDTH
89     {
90         Border = TRUE ;
91         Pos = MAP_APPFONT ( 12 , 79  ) ;
92         Size = MAP_APPFONT ( 50 , 12 ) ;
93         TabStop = TRUE ;
94         Right = TRUE ;
95         Repeat = TRUE ;
96         Spin = TRUE ;
97         Maximum = 5000 ;
98         StrictFormat = TRUE ;
99         DecimalDigits = 2 ;
100         Value = 1 ;
101         Unit = FUNIT_MM ;
102         Last = 5000 ;
103         SpinSize = 10 ;
104     };
105     FixedText FT_TRANSPARENT
106     {
107         Pos = MAP_APPFONT ( 12 , 95  ) ;
108         Size = MAP_APPFONT ( 100 , 8 ) ;
109         Text [ en-US ] = "~Transparency" ;
110     };
111     MetricField MTR_LINE_TRANSPARENT
112     {
113         Border = TRUE ;
114         Pos = MAP_APPFONT ( 12 , 106  ) ;
115         Size = MAP_APPFONT ( 50 , 12 ) ;
116         TabStop = TRUE ;
117         Repeat = TRUE ;
118         Spin = TRUE ;
119         Maximum = 100 ;
120         StrictFormat = TRUE ;
121         Unit = FUNIT_CUSTOM ;
122         CustomUnitText = "%" ;
123         Last = 100 ;
124         SpinSize = 5 ;
125     };
126     FixedLine FL_SEPARATOR
127     {
128         Pos = MAP_APPFONT ( 118 , 14  ) ;
129         Size = MAP_APPFONT ( 6 , 111 ) ;
130         Vert = TRUE;
131     };
132     FixedLine FL_LINE_ENDS
133     {
134         Pos = MAP_APPFONT ( 124 , 3  ) ;
135         Size = MAP_APPFONT ( 130 , 8 ) ;
136         Text [ en-US ] = "Arrow styles" ;
137     };
138     FixedText FT_LINE_ENDS_STYLE
139     {
140         Pos = MAP_APPFONT ( 130 , 14  ) ;
141         Size = MAP_APPFONT ( 118 , 8 ) ;
142         Text [ en-US ] = "St~yle" ;
143     };
144     ListBox LB_START_STYLE
145     {
146         Border = TRUE ;
147         Pos = MAP_APPFONT ( 130 , 25  ) ;
148         Size = MAP_APPFONT ( 57 , 99 ) ;
149         TabStop = TRUE ;
150         DropDown = TRUE ;
151         DDExtraWidth = TRUE ;
152     };
153     ListBox LB_END_STYLE
154     {
155         Border = TRUE ;
156         Pos = MAP_APPFONT ( 191 , 25  ) ;
157         Size = MAP_APPFONT ( 57 , 100 ) ;
158         TabStop = TRUE ;
159         DropDown = TRUE ;
160         DDExtraWidth = TRUE ;
161     };
162     FixedText FT_LINE_ENDS_WIDTH
163     {
164         Pos = MAP_APPFONT ( 130 , 41  ) ;
165         Size = MAP_APPFONT ( 118 , 8 ) ;
166         Text [ en-US ] = "Wi~dth" ;
167     };
168     MetricField MTR_FLD_START_WIDTH
169     {
170         Border = TRUE ;
171         Pos = MAP_APPFONT ( 130 , 52  ) ;
172         Size = MAP_APPFONT ( 45 , 12 ) ;
173         TabStop = TRUE ;
174         Right = TRUE ;
175         Repeat = TRUE ;
176         Spin = TRUE ;
177         Maximum = 5000 ;
178         StrictFormat = TRUE ;
179         DecimalDigits = 2 ;
180         Value = 1 ;
181         Unit = FUNIT_MM ;
182         Last = 5000 ;
183         SpinSize = 10 ;
184     };
185     MetricField MTR_FLD_END_WIDTH
186     {
187         Border = TRUE ;
188         Pos = MAP_APPFONT ( 191 , 52  ) ;
189         Size = MAP_APPFONT ( 45 , 12 ) ;
190         TabStop = TRUE ;
191         Right = TRUE ;
192         Repeat = TRUE ;
193         Spin = TRUE ;
194         Maximum = 5000 ;
195         StrictFormat = TRUE ;
196         DecimalDigits = 2 ;
197         Value = 1 ;
198         Unit = FUNIT_MM ;
199         Last = 5000 ;
200         SpinSize = 10 ;
201     };
202     TriStateBox TSB_CENTER_START
203     {
204         Pos = MAP_APPFONT ( 130 , 68  ) ;
205         Size = MAP_APPFONT ( 57 , 10 ) ;
206         Text [ en-US ] = "Ce~nter" ;
207         TabStop = TRUE ;
208     };
209     TriStateBox TSB_CENTER_END
210     {
211         Pos = MAP_APPFONT ( 191 , 68  ) ;
212         Size = MAP_APPFONT ( 57 , 10 ) ;
213         Text [ en-US ] = "C~enter" ;
214         TabStop = TRUE ;
215     };
216     CheckBox CBX_SYNCHRONIZE
217     {
218         // #116827#
219         // Pos = MAP_APPFONT ( 130 , 107  ) ;
220         Pos = MAP_APPFONT ( 130 , 68 + (16 - 4) ) ;
221         Size = MAP_APPFONT ( 118 , 10 ) ;
222         Text [ en-US ] = "Synchroni~ze ends" ;
223         TabStop = TRUE ;
224     };
226     //////////////////////////////////////////////////////////////////////////////
227     // #116827#
229     FixedLine FL_EDGE_STYLE
230     {
231         Pos = MAP_APPFONT ( 124 , 3 + (16 * 6) - 4 ) ;
232         Size = MAP_APPFONT ( 130 , 8 ) ;
233         Text [ en-US ] = "Corner style" ;
234     };
235     FixedText FT_EDGE_STYLE
236     {
237         Pos = MAP_APPFONT ( 130 , 14 + (16 * 6) - 4 ) ;
238         Size = MAP_APPFONT ( 118 , 8 ) ;
239         Text [ en-US ] = "Sty~le" ;
240     };
241     ListBox LB_EDGE_STYLE
242     {
243         Border = TRUE ;
244         Pos = MAP_APPFONT ( 130 , 25 + (16 * 6) - 4 ) ;
245         Size = MAP_APPFONT ( 57 , 99 ) ;
246         TabStop = TRUE ;
247         DropDown = TRUE ;
248         StringList [ en-US ] =
249         {
250             < "Rounded" ; Default ; > ;
251             < "- none -" ; > ;
252             < "Mitered" ; > ;
253             < "Beveled" ; > ;
254         };
255     };
257     //////////////////////////////////////////////////////////////////////////////
259     Control CTL_PREVIEW
260     {
261         Border = TRUE ;
262         Pos = MAP_APPFONT ( 6 , 135  ) ;
263         Size = MAP_APPFONT ( 248 , 40 ) ;
264     };
266     //#58425# Symbole auf einer Linie (z.B. StarChart) ->
267     FixedLine FL_SYMBOL_FORMAT
268     {
269         Hide = TRUE ;
271         Pos = MAP_APPFONT ( 124 , 3  ) ;
272         Size = MAP_APPFONT ( 130 , 8 ) ;
273         Text [ en-US ] = "Icon";
274     };
276     MenuButton MB_SYMBOL_BITMAP
277     {
278         Hide = TRUE ;
279         Pos = MAP_APPFONT ( 130 , 14  ) ;
280         Size = MAP_APPFONT ( 50 , 14 ) ;
281         TabStop = TRUE ;
282         ButtonMenu = Menu
283         {
284             ItemList =
285             {
286                 MenuItem
287                 {
288                     Identifier = MN_SYMBOLS_NONE;
289                     Text [ en-US ] = "No Symbol";
290                 };
291                 MenuItem
292                 {
293                     Identifier = MN_SYMBOLS_AUTO;
294                     Text [ en-US ] = "Automatic";
295                 };
296                 MenuItem
297                 {
298                     Identifier = MN_GRAPHIC_DLG ;
299                     Text [ en-US ] = "From file..." ;
300                 };
301                 MenuItem
302                 {
303                     Identifier = MN_GALLERY ;
304                     Text [ en-US ] = "Gallery";
305                 };
306                 MenuItem
307                 {
308                     Identifier = MN_SYMBOLS;
309                     Text [ en-US ] = "Symbols";
310                 };
311             };
312         };
313         Text [ en-US ] = "Select..." ;
314     };
315     FixedText FT_SYMBOL_WIDTH
316     {
317         Hide = TRUE ;
318         Pos = MAP_APPFONT ( 130 , 32  ) ;
319         Size = MAP_APPFONT ( 57 , 8 ) ;
320         Text [ en-US ] = "Width" ;
321     };
322     MetricField MF_SYMBOL_WIDTH
323     {
324         Pos = MAP_APPFONT ( 191 , 30  );
325         Size = MAP_APPFONT ( 57 , 12 ) ;
326         Border = TRUE ;
327         TabStop = TRUE ;
328         Left = TRUE ;
329         Repeat = TRUE ;
330         Spin = TRUE ;
331         Minimum = 0 ;
332         Maximum = 1999 ;
333         DecimalDigits = 2 ;
334         Value = 0 ;
335         Unit = FUNIT_CM ;
336         First = 0 ;
337         Last = 1999 ;
338         SpinSize = 5 ;
339         Hide = TRUE ;
340     };
341     FixedText FT_SYMBOL_HEIGHT
342     {
343         Hide = TRUE ;
344         Pos = MAP_APPFONT ( 130 , 48  ) ;
345         Size = MAP_APPFONT ( 57 , 8 ) ;
346         Text [ en-US ] = "Height" ;
347     };
348     MetricField MF_SYMBOL_HEIGHT
349     {
350         Pos = MAP_APPFONT ( 191 , 46  );
351         Size = MAP_APPFONT ( 57 , 12 ) ;
352         Border = TRUE ;
353         TabStop = TRUE ;
354         Left = TRUE ;
355         Repeat = TRUE ;
356         Spin = TRUE ;
357         Minimum = 0 ;
358         Maximum = 1999 ;
359         DecimalDigits = 2 ;
360         Value = 0 ;
361         Unit = FUNIT_CM ;
362         First = 0 ;
363         Last = 1999 ;
364         SpinSize = 5 ;
365         Hide = TRUE ;
366     };
367     CheckBox CB_SYMBOL_RATIO
368     {
369         Hide = TRUE ;
370         Pos = MAP_APPFONT ( 130 , 62  );
371         Size = MAP_APPFONT ( 118 , 10 ) ;
372         Text [ en-US ] = "Keep ratio" ;
373     };
376 // Defining LineStyles --------------------
378 TabPage RID_SVXPAGE_LINE_DEF
380     Size = MAP_APPFONT ( 260 , 185 ) ;
381     HelpId = HID_LINE_DEF ;
382     Hide = TRUE ;
383     Text [ en-US ] = "Define line styles" ;
385     FixedLine FL_DEFINITION
386     {
387         Pos = MAP_APPFONT ( 6 , 3  ) ;
388         Size = MAP_APPFONT ( 248 , 8 ) ;
389         Text [ en-US ] = "Properties" ;
390     };
391     FixedText FT_TYPE
392     {
393         Pos = MAP_APPFONT ( 12 , 34  ) ;
394         Size = MAP_APPFONT ( 52 , 8 ) ;
395         Text [ en-US ] = "~Type" ;
396     };
397     ListBox LB_TYPE_1
398     {
399         Border = TRUE ;
400         Pos = MAP_APPFONT ( 66 , 32  ) ;
401         Size = MAP_APPFONT ( 43 , 49 ) ;
402         TabStop = TRUE ;
403         DropDown = TRUE ;
404         StringList [ en-US ] =
405         {
406             < "Dot" ; Default ; > ;
407             < "Dash" ; Default ; > ;
408         };
409     };
410     ListBox LB_TYPE_2
411     {
412         Border = TRUE ;
413         Pos = MAP_APPFONT ( 113 , 32  ) ;
414         Size = MAP_APPFONT ( 43 , 49 ) ;
415         TabStop = TRUE ;
416         DropDown = TRUE ;
417         StringList [ en-US ] =
418         {
419             < "Dot" ; Default ; > ;
420             < "Dash" ; Default ; > ;
421         };
422     };
423     FixedText FT_NUMBER
424     {
425         Pos = MAP_APPFONT ( 12 , 50  ) ;
426         Size = MAP_APPFONT ( 52 , 8 ) ;
427         Text [ en-US ] = "~Number" ;
428     };
429     NumericField NUM_FLD_1
430     {
431         Border = TRUE ;
432         Pos = MAP_APPFONT ( 66 , 48  ) ;
433         Size = MAP_APPFONT ( 43 , 12 ) ;
434         TabStop = TRUE ;
435         Right = TRUE ;
436         Repeat = TRUE ;
437         Spin = TRUE ;
438         Maximum = 99 ;
439         StrictFormat = TRUE ;
440         Last = 99 ;
441         SpinSize = 1 ;
442     };
443     NumericField NUM_FLD_2
444     {
445         Border = TRUE ;
446         Pos = MAP_APPFONT ( 113 , 48  ) ;
447         Size = MAP_APPFONT ( 43 , 12 ) ;
448         TabStop = TRUE ;
449         Right = TRUE ;
450         Repeat = TRUE ;
451         Spin = TRUE ;
452         Maximum = 99 ;
453         StrictFormat = TRUE ;
454         Last = 99 ;
455         SpinSize = 1 ;
456     };
457     FixedText FT_LENGTH
458     {
459         Pos = MAP_APPFONT ( 12 , 66  ) ;
460         Size = MAP_APPFONT ( 52 , 8 ) ;
461         Text [ en-US ] = "~Length" ;
462     };
463     MetricField MTR_FLD_LENGTH_1
464     {
465         Border = TRUE ;
466         Pos = MAP_APPFONT ( 66 , 64  ) ;
467         Size = MAP_APPFONT ( 43 , 12 ) ;
468         TabStop = TRUE ;
469         Right = TRUE ;
470         Repeat = TRUE ;
471         Spin = TRUE ;
472         Minimum = 1 ;
473         First = 1 ;
474         Maximum = 5000 ;
475         Last = 5000 ;
476         StrictFormat = TRUE ;
477         DecimalDigits = 2 ;
478         Value = 1 ;
479         Unit = FUNIT_MM ;
480                 CustomUnitText = "%" ;
481         SpinSize = 10 ;
482     };
483     MetricField MTR_FLD_LENGTH_2
484     {
485         Border = TRUE ;
486         Pos = MAP_APPFONT ( 113 , 64  ) ;
487         Size = MAP_APPFONT ( 43 , 12 ) ;
488         TabStop = TRUE ;
489         Right = TRUE ;
490         Repeat = TRUE ;
491         Spin = TRUE ;
492         Minimum = 1 ;
493         First = 1 ;
494         Maximum = 5000 ;
495         Last = 5000 ;
496         StrictFormat = TRUE ;
497         DecimalDigits = 2 ;
498         Value = 1 ;
499         Unit = FUNIT_MM ;
500                 CustomUnitText = "%" ;
501         SpinSize = 10 ;
502     };
503     FixedText FT_DISTANCE
504     {
505         Pos = MAP_APPFONT ( 12 , 81  ) ;
506         Size = MAP_APPFONT ( 52 , 8 ) ;
507         Text [ en-US ] = "~Spacing" ;
508     };
509     MetricField MTR_FLD_DISTANCE
510     {
511         Border = TRUE ;
512         Pos = MAP_APPFONT ( 66 , 79  ) ;
513         Size = MAP_APPFONT ( 43 , 12 ) ;
514         TabStop = TRUE ;
515         Right = TRUE ;
516         Repeat = TRUE ;
517         Spin = TRUE ;
518         Maximum = 5000 ;
519         StrictFormat = TRUE ;
520         DecimalDigits = 2 ;
521         Value = 1 ;
522         Unit = FUNIT_MM ;
523                 CustomUnitText = "%" ;
524         Last = 5000 ;
525         SpinSize = 10 ;
526     };
527     CheckBox CBX_SYNCHRONIZE
528     {
529         Pos = MAP_APPFONT ( 12 , 95  ) ;
530         Size = MAP_APPFONT ( 174 , 10 ) ;
531         Text [ en-US ] = "~Fit to line width" ;
532         TabStop = TRUE ;
533     };
535     // ----------------------------------------
537     FixedText FT_LINESTYLE
538     {
539         Pos = MAP_APPFONT ( 12 , 16  ) ;
540         Size = MAP_APPFONT ( 52 , 8 ) ;
541         Text [ en-US ] = "Line style" ;
542     };
543     ListBox LB_LINESTYLES
544     {
545         Border = TRUE ;
546         Pos = MAP_APPFONT ( 66 , 14  ) ;
547         Size = MAP_APPFONT ( 120 , 80 ) ;
548         TabStop = TRUE ;
549         DropDown = TRUE ;
550         DDExtraWidth = TRUE ;
551     };
552     PushButton BTN_ADD
553     {
554         Pos = MAP_APPFONT ( 198 , 14  ) ;
555         Size = MAP_APPFONT ( 50 , 14 ) ;
556         Text [ en-US ] = "~Add..." ;
557         TabStop = TRUE ;
558     };
559     PushButton BTN_MODIFY
560     {
561         Pos = MAP_APPFONT ( 198 , 34  ) ;
562         Size = MAP_APPFONT ( 50 , 14 ) ;
563         Text [ en-US ] = "~Modify..." ;
564         TabStop = TRUE ;
565     };
566     PushButton BTN_DELETE
567     {
568         Pos = MAP_APPFONT ( 198 , 54  ) ;
569         Size = MAP_APPFONT ( 50 , 14 ) ;
570         Text [ en-US ] = "~Delete..." ;
571         TabStop = TRUE ;
572     };
573     ImageButton BTN_LOAD
574     {
575         Pos = MAP_APPFONT ( 198 , 74  ) ;
576         Size = MAP_APPFONT ( 16 , 16 ) ;
577         TabStop = TRUE ;
578         QuickHelpText [ en-US ] = "Load Line Styles" ;
579         ButtonImage = Image
580         {
581             ImageBitmap = Bitmap
582             {
583                 File = "sc05501.bmp" ;
584             };
585             MASKCOLOR
586         };
587     };
588     ImageButton BTN_SAVE
589     {
590         Pos = MAP_APPFONT ( 198 , 96  ) ;
591         Size = MAP_APPFONT ( 16 , 16 ) ;
592         TabStop = TRUE ;
593         QuickHelpText [ en-US ] = "Save Line Styles" ;
594         ButtonImage = Image
595         {
596             ImageBitmap = Bitmap
597             {
598                 File = "sc05502.bmp" ;
599             };
600             MASKCOLOR
601         };
602     };
603     Control CTL_PREVIEW
604     {
605         Border = TRUE ;
606         Pos = MAP_APPFONT ( 6 , 135  ) ;
607         Size = MAP_APPFONT ( 248 , 40 ) ;
608     };
612 // Defining LineEnds --------------------
614 TabPage RID_SVXPAGE_LINEEND_DEF
616     Size = MAP_APPFONT ( 260 , 185 ) ;
617     HelpId = HID_LINE_ENDDEF ;
618     Hide = TRUE ;
619     Text [ en-US ] = "Arrowheads" ;
621     FixedLine FL_TIP
622     {
623         Pos = MAP_APPFONT ( 6 , 3  ) ;
624         Size = MAP_APPFONT ( 248 , 8 ) ;
625         Text [ en-US ] = "Organize arrow styles" ;
626     };
627     FixedText FI_TIP
628     {
629         Pos = MAP_APPFONT ( 6 , 123  ) ;
630         Size = MAP_APPFONT ( 252 , 8 ) ;
631         Text [ en-US ] = "Add a selected object to create new arrow styles." ;
632         WordBreak = TRUE ;
633     };
635     FixedText FT_LINE_END_STYLE
636     {
637         Pos = MAP_APPFONT ( 12 , 32  ) ;
638         Size = MAP_APPFONT ( 84 , 8 ) ;
639         Text [ en-US ] = "Arrow style" ;
640     };
641     Edit EDT_NAME
642     {
643         Border = TRUE ;
644         Pos = MAP_APPFONT ( 98 , 14  ) ;
645         Size = MAP_APPFONT ( 87 , 12 ) ;
646         TabStop = TRUE ;
647     };
648     FixedText FT_TITLE
649     {
650         Pos = MAP_APPFONT ( 12 , 16  ) ;
651         Size = MAP_APPFONT ( 84 , 8 ) ;
652         Text [ en-US ] = "~Title" ;
653     };
654     ListBox LB_LINEENDS
655     {
656         Border = TRUE ;
657         Pos = MAP_APPFONT ( 98 , 30  ) ;
658         Size = MAP_APPFONT ( 87 , 80 ) ;
659         TabStop = TRUE ;
660         DropDown = TRUE ;
661         DDExtraWidth = TRUE ;
662     };
663     PushButton BTN_ADD
664     {
665         Pos = MAP_APPFONT ( 198 , 14  ) ;
666         Size = MAP_APPFONT ( 50 , 14 ) ;
667         Text [ en-US ] = "~Add..." ;
668         TabStop = TRUE ;
669     };
670     PushButton BTN_MODIFY
671     {
672         Pos = MAP_APPFONT ( 198 , 34  ) ;
673         Size = MAP_APPFONT ( 50 , 14 ) ;
674         Text [ en-US ] = "~Modify..." ;
675         TabStop = TRUE ;
676     };
677     PushButton BTN_DELETE
678     {
679         Pos = MAP_APPFONT ( 198 , 54  ) ;
680         Size = MAP_APPFONT ( 50 , 14 ) ;
681         Text [ en-US ] = "~Delete..." ;
682         TabStop = TRUE ;
683     };
684     ImageButton BTN_LOAD
685     {
686         Pos = MAP_APPFONT ( 198 , 74  ) ;
687         Size = MAP_APPFONT ( 16 , 16 ) ;
688         TabStop = TRUE ;
689         QuickHelpText [ en-US ] = "Load Arrow Styles" ;
690         ButtonImage = Image
691         {
692             ImageBitmap = Bitmap
693             {
694                 File = "sc05501.bmp" ;
695             };
696             MASKCOLOR
697         };
698     };
699     ImageButton BTN_SAVE
700     {
701         Pos = MAP_APPFONT ( 198 , 96  ) ;
702         Size = MAP_APPFONT ( 16 , 16 ) ;
703         TabStop = TRUE ;
704         QuickHelpText [ en-US ] = "Save Arrow Styles" ;
705         ButtonImage = Image
706         {
707             ImageBitmap = Bitmap
708             {
709                 File = "sc05502.bmp" ;
710             };
711             MASKCOLOR
712         };
713     };
715     Control CTL_PREVIEW
716     {
717         Border = TRUE ;
718         Pos = MAP_APPFONT ( 6 , 135  ) ;
719         Size = MAP_APPFONT ( 248 , 40 ) ;
720     };
723  // RID_SVXDLG_LINE ----------------------------------------------------------
724 TabDialog RID_SVXDLG_LINE
726     OutputSize = TRUE ;
727     SvLook = TRUE ;
728     Size = MAP_APPFONT ( 289 , 176 ) ;
729     Text [ en-US ] = "Line" ;
730     Moveable = TRUE ;
731     TabControl TAB_CONTROL
732     {
733         OutputSize = TRUE ;
734         Pos = MAP_APPFONT ( 3 , 3 ) ;
735         Size = MAP_APPFONT ( 260 , 135 ) ;
736         PageList =
737         {
738             PageItem
739             {
740                 Identifier = RID_SVXPAGE_LINE ;
741                 Text [ en-US ] = "Line" ;
742                 PageResID = RID_SVXPAGE_LINE ;
743             };
744             PageItem
745             {
746                 Identifier = RID_SVXPAGE_SHADOW ;
747                 PageResID = RID_SVXPAGE_SHADOW ;
748                 Text [ en-US ] = "Shadow" ;
749             };          
750             PageItem
751             {
752                 Identifier = RID_SVXPAGE_LINE_DEF ;
753                 Text [ en-US ] = "Line Styles" ;
754                 PageResID = RID_SVXPAGE_LINE_DEF ;
755             };
756             PageItem
757             {
758                 Identifier = RID_SVXPAGE_LINEEND_DEF ;
759                 Text [ en-US ] = "Arrow Styles" ;
760                 PageResID = RID_SVXPAGE_LINEEND_DEF ;
761             };
763             PageItem
764             {
765                 Identifier = RID_SVXPAGE_COLOR ;
766                 Text [ en-US ] = "Colors" ;
767                 PageResID = RID_SVXPAGE_COLOR ;
768             };
770         };
771     };