bump product version to 4.1.6.2
[LibreOffice.git] / cui / source / tabpages / tabline.src
blob52256849f18bf1accb6773e4a77142177fc28c28
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include <cuires.hrc>
21 #include "helpid.hrc"
22 #include "tabline.hrc"
23 #include <svx/dialogs.hrc>
25 // Selecting LineStyle / Color / Width --------------------
27 #define MASKCOLOR   MaskColor = Color{ Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
30 TabPage RID_SVXPAGE_LINE
32     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT );
33     HelpId = HID_LINE_LINE ;
34     Hide = TRUE ;
35     Text [ en-US ] = "Lines" ;
36     FixedLine FL_LINE
37     {
38         Pos = MAP_APPFONT ( 6 , 3  ) ;
39         Size = MAP_APPFONT ( 112 , 8 ) ;
40         Text [ en-US ] = "Line properties" ;
41     };
42     FixedText FT_LINE_STYLE
43     {
44         Pos = MAP_APPFONT ( 12 , 14  ) ;
45         Size = MAP_APPFONT ( 100 , 8 ) ;
46         Text [ en-US ] = "~Style" ;
47     };
48     ListBox LB_LINE_STYLE
49     {
50         HelpID = "cui:ListBox:RID_SVXPAGE_LINE:LB_LINE_STYLE";
51         Border = TRUE ;
52         Pos = MAP_APPFONT ( 12 , 25  ) ;
53         Size = MAP_APPFONT ( 100 , 100 ) ;
54         TabStop = TRUE ;
55         DropDown = TRUE ;
56         DDExtraWidth = TRUE ;
57     };
58     FixedText FT_COLOR
59     {
60         Pos = MAP_APPFONT ( 12 , 41  ) ;
61         Size = MAP_APPFONT ( 100 , 8 ) ;
62         Text [ en-US ] = "Colo~r" ;
63     };
64     ListBox LB_COLOR
65     {
66         HelpID = "cui:ListBox:RID_SVXPAGE_LINE:LB_COLOR";
67         Border = TRUE ;
68         Pos = MAP_APPFONT ( 12 , 52  ) ;
69         Size = MAP_APPFONT ( 100 , 100 ) ;
70         TabStop = TRUE ;
71         DropDown = TRUE ;
72         DDExtraWidth = TRUE ;
73     };
74     FixedText FT_LINE_WIDTH
75     {
76         Pos = MAP_APPFONT ( 12 , 68  ) ;
77         Size = MAP_APPFONT ( 100 , 8 ) ;
78         Text [ en-US ] = "~Width" ;
79     };
80     MetricField MTR_FLD_LINE_WIDTH
81     {
82         HelpID = "cui:MetricField:RID_SVXPAGE_LINE:MTR_FLD_LINE_WIDTH";
83         Border = TRUE ;
84         Pos = MAP_APPFONT ( 12 , 79  ) ;
85         Size = MAP_APPFONT ( 50 , 12 ) ;
86         TabStop = TRUE ;
87         Right = TRUE ;
88         Repeat = TRUE ;
89         Spin = TRUE ;
90         Maximum = 5000 ;
91         StrictFormat = TRUE ;
92         DecimalDigits = 2 ;
93         Value = 1 ;
94         Unit = FUNIT_MM ;
95         Last = 5000 ;
96         SpinSize = 10 ;
97     };
98     FixedText FT_TRANSPARENT
99     {
100         Pos = MAP_APPFONT ( 12 , 95  ) ;
101         Size = MAP_APPFONT ( 100 , 8 ) ;
102         Text [ en-US ] = "~Transparency" ;
103     };
104     MetricField MTR_LINE_TRANSPARENT
105     {
106         HelpID = "cui:MetricField:RID_SVXPAGE_LINE:MTR_LINE_TRANSPARENT";
107         Border = TRUE ;
108         Pos = MAP_APPFONT ( 12 , 106  ) ;
109         Size = MAP_APPFONT ( 50 , 12 ) ;
110         TabStop = TRUE ;
111         Repeat = TRUE ;
112         Spin = TRUE ;
113         Maximum = 100 ;
114         StrictFormat = TRUE ;
115         Unit = FUNIT_CUSTOM ;
116         CustomUnitText = "%" ;
117         Last = 100 ;
118         SpinSize = 5 ;
119     };
120     FixedLine FL_SEPARATOR
121     {
122         Pos = MAP_APPFONT ( 118 , 14  ) ;
123         Size = MAP_APPFONT ( 6 , 111 ) ;
124         Vert = TRUE;
125     };
126     FixedLine FL_LINE_ENDS
127     {
128         Pos = MAP_APPFONT ( 124 , 3  ) ;
129         Size = MAP_APPFONT ( 130 , 8 ) ;
130         Text [ en-US ] = "Arrow styles" ;
131     };
132     FixedText FT_LINE_ENDS_STYLE
133     {
134         Pos = MAP_APPFONT ( 130 , 14  ) ;
135         Size = MAP_APPFONT ( 118 , 8 ) ;
136         Text [ en-US ] = "St~yle" ;
137     };
138     ListBox LB_START_STYLE
139     {
140         HelpID = "cui:ListBox:RID_SVXPAGE_LINE:LB_START_STYLE";
141         Border = TRUE ;
142         Pos = MAP_APPFONT ( 130 , 25  ) ;
143         Size = MAP_APPFONT ( 57 , 99 ) ;
144         TabStop = TRUE ;
145         DropDown = TRUE ;
146         DDExtraWidth = TRUE ;
147     };
148     ListBox LB_END_STYLE
149     {
150         HelpID = "cui:ListBox:RID_SVXPAGE_LINE:LB_END_STYLE";
151         Border = TRUE ;
152         Pos = MAP_APPFONT ( 191 , 25  ) ;
153         Size = MAP_APPFONT ( 57 , 100 ) ;
154         TabStop = TRUE ;
155         DropDown = TRUE ;
156         DDExtraWidth = TRUE ;
157     };
158     FixedText FT_LINE_ENDS_WIDTH
159     {
160         Pos = MAP_APPFONT ( 130 , 41  ) ;
161         Size = MAP_APPFONT ( 118 , 8 ) ;
162         Text [ en-US ] = "Wi~dth" ;
163     };
164     MetricField MTR_FLD_START_WIDTH
165     {
166         HelpID = "cui:MetricField:RID_SVXPAGE_LINE:MTR_FLD_START_WIDTH";
167         Border = TRUE ;
168         Pos = MAP_APPFONT ( 130 , 52  ) ;
169         Size = MAP_APPFONT ( 45 , 12 ) ;
170         TabStop = TRUE ;
171         Right = TRUE ;
172         Repeat = TRUE ;
173         Spin = TRUE ;
174         Maximum = 5000 ;
175         StrictFormat = TRUE ;
176         DecimalDigits = 2 ;
177         Value = 1 ;
178         Unit = FUNIT_MM ;
179         Last = 5000 ;
180         SpinSize = 10 ;
181     };
182     MetricField MTR_FLD_END_WIDTH
183     {
184         HelpID = "cui:MetricField:RID_SVXPAGE_LINE:MTR_FLD_END_WIDTH";
185         Border = TRUE ;
186         Pos = MAP_APPFONT ( 191 , 52  ) ;
187         Size = MAP_APPFONT ( 45 , 12 ) ;
188         TabStop = TRUE ;
189         Right = TRUE ;
190         Repeat = TRUE ;
191         Spin = TRUE ;
192         Maximum = 5000 ;
193         StrictFormat = TRUE ;
194         DecimalDigits = 2 ;
195         Value = 1 ;
196         Unit = FUNIT_MM ;
197         Last = 5000 ;
198         SpinSize = 10 ;
199     };
200     TriStateBox TSB_CENTER_START
201     {
202         HelpID = "cui:TriStateBox:RID_SVXPAGE_LINE:TSB_CENTER_START";
203         Pos = MAP_APPFONT ( 130 , 68  ) ;
204         Size = MAP_APPFONT ( 57 , 10 ) ;
205         Text [ en-US ] = "Ce~nter" ;
206         TabStop = TRUE ;
207     };
208     TriStateBox TSB_CENTER_END
209     {
210         HelpID = "cui:TriStateBox:RID_SVXPAGE_LINE:TSB_CENTER_END";
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         HelpID = "cui:CheckBox:RID_SVXPAGE_LINE:CBX_SYNCHRONIZE";
219         // #116827#
220         // Pos = MAP_APPFONT ( 130 , 107  ) ;
221         Pos = MAP_APPFONT ( 130 , 68 + (16 - 4) ) ;
222         Size = MAP_APPFONT ( 118 , 10 ) ;
223         Text [ en-US ] = "Synchroni~ze ends" ;
224         TabStop = TRUE ;
225     };
227     //////////////////////////////////////////////////////////////////////////////
228     // #116827#
230     FixedLine FL_EDGE_STYLE
231     {
232         Pos = MAP_APPFONT ( 124 , 3 + (16 * 6) - 4 ) ;
233         Size = MAP_APPFONT ( 130 , 8 ) ;
234         Text [ en-US ] = "Corner and cap styles" ;
235     };
236     FixedText FT_EDGE_STYLE
237     {
238         Pos = MAP_APPFONT ( 130 , 14 + (16 * 6) - 4 ) ;
239         Size = MAP_APPFONT ( 118 , 8 ) ;
240         Text [ en-US ] = "~Corner style" ;
241     };
242     ListBox LB_EDGE_STYLE
243     {
244         HelpID = "cui:ListBox:RID_SVXPAGE_LINE:LB_EDGE_STYLE";
245         Border = TRUE ;
246         Pos = MAP_APPFONT ( 130 , 25 + (16 * 6) - 4 ) ;
247         Size = MAP_APPFONT ( 57 , 99 ) ;
248         TabStop = TRUE ;
249         DropDown = TRUE ;
250         StringList [ en-US ] =
251         {
252             < "Rounded" ; Default ; > ;
253             < "- none -" ; > ;
254             < "Mitered" ; > ;
255             < "Beveled" ; > ;
256         };
257     };
258     FixedText FT_CAP_STYLE
259     {
260         Pos = MAP_APPFONT ( 191 , 14 + (16 * 6) - 4 ) ;
261         Size = MAP_APPFONT ( 118 , 8 ) ;
262         Text [ en-US ] = "Ca~p style" ;
263     };
264     ListBox LB_CAP_STYLE
265     {
266         HelpID = "cui:ListBox:RID_SVXPAGE_LINE:LB_CAP_STYLE";
267         Border = TRUE ;
268         Pos = MAP_APPFONT ( 191 , 25 + (16 * 6) - 4 ) ;
269         Size = MAP_APPFONT ( 57 , 99 ) ;
270         TabStop = TRUE ;
271         DropDown = TRUE ;
272         StringList [ en-US ] =
273         {
274             < "Flat" ; Default ; > ; // Same string as in Excel
275             < "Round" ; > ;
276             < "Square" ; > ;
277         };
278     };
280     //////////////////////////////////////////////////////////////////////////////
282     Control CTL_PREVIEW
283     {
284         Border = TRUE ;
285         Pos = MAP_APPFONT ( 6 , 135  ) ;
286         Size = MAP_APPFONT ( 248 , 40 ) ;
287     };
289     //#58425# Symbole auf einer Linie (z.B. StarChart) ->
290     FixedLine FL_SYMBOL_FORMAT
291     {
292         Hide = TRUE ;
294         Pos = MAP_APPFONT ( 124 , 3  ) ;
295         Size = MAP_APPFONT ( 130 , 8 ) ;
296         Text [ en-US ] = "Icon";
297     };
299     MenuButton MB_SYMBOL_BITMAP
300     {
301         HelpID = "cui:MenuButton:RID_SVXPAGE_LINE:MB_SYMBOL_BITMAP";
302         Hide = TRUE ;
303         Pos = MAP_APPFONT ( 130 , 14  ) ;
304         Size = MAP_APPFONT ( 50 , 14 ) ;
305         TabStop = TRUE ;
306         ButtonMenu = Menu
307         {
308             ItemList =
309             {
310                 MenuItem
311                 {
312                     Identifier = MN_SYMBOLS_NONE;
313                     Text [ en-US ] = "No Symbol";
314                 };
315                 MenuItem
316                 {
317                     Identifier = MN_SYMBOLS_AUTO;
318                     Text [ en-US ] = "Automatic";
319                 };
320                 MenuItem
321                 {
322                     Identifier = MN_GRAPHIC_DLG ;
323                     Text [ en-US ] = "From file..." ;
324                 };
325                 MenuItem
326                 {
327                     Identifier = MN_GALLERY ;
328                     Text [ en-US ] = "Gallery";
329                 };
330                 MenuItem
331                 {
332                     Identifier = MN_SYMBOLS;
333                     Text [ en-US ] = "Symbols";
334                 };
335             };
336         };
337         Text [ en-US ] = "Select..." ;
338     };
339     FixedText FT_SYMBOL_WIDTH
340     {
341         Hide = TRUE ;
342         Pos = MAP_APPFONT ( 130 , 32  ) ;
343         Size = MAP_APPFONT ( 57 , 8 ) ;
344         Text [ en-US ] = "Width" ;
345     };
346     MetricField MF_SYMBOL_WIDTH
347     {
348         HelpID = "cui:MetricField:RID_SVXPAGE_LINE:MF_SYMBOL_WIDTH";
349         Pos = MAP_APPFONT ( 191 , 30  );
350         Size = MAP_APPFONT ( 57 , 12 ) ;
351         Border = TRUE ;
352         TabStop = TRUE ;
353         Left = TRUE ;
354         Repeat = TRUE ;
355         Spin = TRUE ;
356         Minimum = 0 ;
357         Maximum = 1999 ;
358         DecimalDigits = 2 ;
359         Value = 0 ;
360         Unit = FUNIT_CM ;
361         First = 0 ;
362         Last = 1999 ;
363         SpinSize = 5 ;
364         Hide = TRUE ;
365     };
366     FixedText FT_SYMBOL_HEIGHT
367     {
368         Hide = TRUE ;
369         Pos = MAP_APPFONT ( 130 , 48  ) ;
370         Size = MAP_APPFONT ( 57 , 8 ) ;
371         Text [ en-US ] = "Height" ;
372     };
373     MetricField MF_SYMBOL_HEIGHT
374     {
375         HelpID = "cui:MetricField:RID_SVXPAGE_LINE:MF_SYMBOL_HEIGHT";
376         Pos = MAP_APPFONT ( 191 , 46  );
377         Size = MAP_APPFONT ( 57 , 12 ) ;
378         Border = TRUE ;
379         TabStop = TRUE ;
380         Left = TRUE ;
381         Repeat = TRUE ;
382         Spin = TRUE ;
383         Minimum = 0 ;
384         Maximum = 1999 ;
385         DecimalDigits = 2 ;
386         Value = 0 ;
387         Unit = FUNIT_CM ;
388         First = 0 ;
389         Last = 1999 ;
390         SpinSize = 5 ;
391         Hide = TRUE ;
392     };
393     CheckBox CB_SYMBOL_RATIO
394     {
395         HelpID = "cui:CheckBox:RID_SVXPAGE_LINE:CB_SYMBOL_RATIO";
396         Hide = TRUE ;
397         Pos = MAP_APPFONT ( 130 , 62  );
398         Size = MAP_APPFONT ( 118 , 10 ) ;
399         Text [ en-US ] = "Keep ratio" ;
400     };
401     String STR_STYLE
402     {
403         Text [ en-US ] = "Style" ;
404     };
405     String STR_LB_START_STYLE
406     {
407         Text [ en-US ] = "Start style" ;
408     };
409     String STR_LB_END_STYLE
410     {
411         Text [ en-US ] = "End style" ;
412     };
413     String STR_MTR_FLD_START_WIDTH
414     {
415         Text [ en-US ] = "Start width" ;
416     };
417     String STR_MTR_FLD_END_WIDTH
418     {
419         Text [ en-US ] = "End width" ;
420     };
421      String STR_CENTER_START
422     {
423         Text [ en-US ] = "Start with center" ;
424     };
425     String STR_CENTER_END
426     {
427         Text [ en-US ] = "End with center" ;
428     };
431 // Defining LineStyles --------------------
433 TabPage RID_SVXPAGE_LINE_DEF
435     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
436     HelpId = HID_LINE_DEF ;
437     Hide = TRUE ;
438     Text [ en-US ] = "Define line styles" ;
440     FixedLine FL_DEFINITION
441     {
442         Pos = MAP_APPFONT ( 6 , 3  ) ;
443         Size = MAP_APPFONT ( 248 , 8 ) ;
444         Text [ en-US ] = "Properties" ;
445     };
446     FixedText FT_TYPE
447     {
448         Pos = MAP_APPFONT ( 12 , 34  ) ;
449         Size = MAP_APPFONT ( 52 , 8 ) ;
450         Text [ en-US ] = "~Type" ;
451     };
452     ListBox LB_TYPE_1
453     {
454         HelpID = "cui:ListBox:RID_SVXPAGE_LINE_DEF:LB_TYPE_1";
455         Border = TRUE ;
456         Pos = MAP_APPFONT ( 66 , 32  ) ;
457         Size = MAP_APPFONT ( 43 , 49 ) ;
458         TabStop = TRUE ;
459         DropDown = TRUE ;
460         StringList [ en-US ] =
461         {
462             < "Dot" ; Default ; > ;
463             < "Dash" ; Default ; > ;
464         };
465     };
466     ListBox LB_TYPE_2
467     {
468         HelpID = "cui:ListBox:RID_SVXPAGE_LINE_DEF:LB_TYPE_2";
469         Border = TRUE ;
470         Pos = MAP_APPFONT ( 113 , 32  ) ;
471         Size = MAP_APPFONT ( 43 , 49 ) ;
472         TabStop = TRUE ;
473         DropDown = TRUE ;
474         StringList [ en-US ] =
475         {
476             < "Dot" ; Default ; > ;
477             < "Dash" ; Default ; > ;
478         };
479     };
480     FixedText FT_NUMBER
481     {
482         Pos = MAP_APPFONT ( 12 , 50  ) ;
483         Size = MAP_APPFONT ( 52 , 8 ) ;
484         Text [ en-US ] = "~Number" ;
485     };
486     NumericField NUM_FLD_1
487     {
488         HelpID = "cui:NumericField:RID_SVXPAGE_LINE_DEF:NUM_FLD_1";
489         Border = TRUE ;
490         Pos = MAP_APPFONT ( 66 , 48  ) ;
491         Size = MAP_APPFONT ( 43 , 12 ) ;
492         TabStop = TRUE ;
493         Right = TRUE ;
494         Repeat = TRUE ;
495         Spin = TRUE ;
496         Maximum = 99 ;
497         StrictFormat = TRUE ;
498         Last = 99 ;
499         SpinSize = 1 ;
500     };
501     NumericField NUM_FLD_2
502     {
503         HelpID = "cui:NumericField:RID_SVXPAGE_LINE_DEF:NUM_FLD_2";
504         Border = TRUE ;
505         Pos = MAP_APPFONT ( 113 , 48  ) ;
506         Size = MAP_APPFONT ( 43 , 12 ) ;
507         TabStop = TRUE ;
508         Right = TRUE ;
509         Repeat = TRUE ;
510         Spin = TRUE ;
511         Maximum = 99 ;
512         StrictFormat = TRUE ;
513         Last = 99 ;
514         SpinSize = 1 ;
515     };
516     FixedText FT_LENGTH
517     {
518         Pos = MAP_APPFONT ( 12 , 66  ) ;
519         Size = MAP_APPFONT ( 52 , 8 ) ;
520         Text [ en-US ] = "~Length" ;
521     };
522     MetricField MTR_FLD_LENGTH_1
523     {
524         HelpID = "cui:MetricField:RID_SVXPAGE_LINE_DEF:MTR_FLD_LENGTH_1";
525         Border = TRUE ;
526         Pos = MAP_APPFONT ( 66 , 64  ) ;
527         Size = MAP_APPFONT ( 43 , 12 ) ;
528         TabStop = TRUE ;
529         Right = TRUE ;
530         Repeat = TRUE ;
531         Spin = TRUE ;
532         Minimum = 1 ;
533         First = 1 ;
534         Maximum = 5000 ;
535         Last = 5000 ;
536         StrictFormat = TRUE ;
537         DecimalDigits = 2 ;
538         Value = 1 ;
539         Unit = FUNIT_MM ;
540         CustomUnitText = "%" ;
541         SpinSize = 10 ;
542     };
543     MetricField MTR_FLD_LENGTH_2
544     {
545         HelpID = "cui:MetricField:RID_SVXPAGE_LINE_DEF:MTR_FLD_LENGTH_2";
546         Border = TRUE ;
547         Pos = MAP_APPFONT ( 113 , 64  ) ;
548         Size = MAP_APPFONT ( 43 , 12 ) ;
549         TabStop = TRUE ;
550         Right = TRUE ;
551         Repeat = TRUE ;
552         Spin = TRUE ;
553         Minimum = 1 ;
554         First = 1 ;
555         Maximum = 5000 ;
556         Last = 5000 ;
557         StrictFormat = TRUE ;
558         DecimalDigits = 2 ;
559         Value = 1 ;
560         Unit = FUNIT_MM ;
561         CustomUnitText = "%" ;
562         SpinSize = 10 ;
563     };
564     FixedText FT_DISTANCE
565     {
566         Pos = MAP_APPFONT ( 12 , 81  ) ;
567         Size = MAP_APPFONT ( 52 , 8 ) ;
568         Text [ en-US ] = "~Spacing" ;
569     };
570     MetricField MTR_FLD_DISTANCE
571     {
572         HelpID = "cui:MetricField:RID_SVXPAGE_LINE_DEF:MTR_FLD_DISTANCE";
573         Border = TRUE ;
574         Pos = MAP_APPFONT ( 66 , 79  ) ;
575         Size = MAP_APPFONT ( 43 , 12 ) ;
576         TabStop = TRUE ;
577         Right = TRUE ;
578         Repeat = TRUE ;
579         Spin = TRUE ;
580         Maximum = 5000 ;
581         StrictFormat = TRUE ;
582         DecimalDigits = 2 ;
583         Value = 1 ;
584         Unit = FUNIT_MM ;
585         CustomUnitText = "%" ;
586         Last = 5000 ;
587         SpinSize = 10 ;
588     };
589     CheckBox CBX_SYNCHRONIZE
590     {
591         HelpID = "cui:CheckBox:RID_SVXPAGE_LINE_DEF:CBX_SYNCHRONIZE";
592         Pos = MAP_APPFONT ( 12 , 95  ) ;
593         Size = MAP_APPFONT ( 174 , 10 ) ;
594         Text [ en-US ] = "~Fit to line width" ;
595         TabStop = TRUE ;
596     };
598     // ----------------------------------------
600     FixedText FT_LINESTYLE
601     {
602         Pos = MAP_APPFONT ( 12 , 16  ) ;
603         Size = MAP_APPFONT ( 52 , 8 ) ;
604         Text [ en-US ] = "Line style" ;
605     };
606     ListBox LB_LINESTYLES
607     {
608         HelpID = "cui:ListBox:RID_SVXPAGE_LINE_DEF:LB_LINESTYLES";
609         Border = TRUE ;
610         Pos = MAP_APPFONT ( 66 , 14  ) ;
611         Size = MAP_APPFONT ( 120 , 80 ) ;
612         TabStop = TRUE ;
613         DropDown = TRUE ;
614         DDExtraWidth = TRUE ;
615     };
616     PushButton BTN_ADD
617     {
618         HelpID = "cui:PushButton:RID_SVXPAGE_LINE_DEF:BTN_ADD";
619         Pos = MAP_APPFONT ( 198 , 14  ) ;
620         Size = MAP_APPFONT ( 50 , 14 ) ;
621         Text [ en-US ] = "~Add..." ;
622         TabStop = TRUE ;
623     };
624     PushButton BTN_MODIFY
625     {
626         HelpID = "cui:PushButton:RID_SVXPAGE_LINE_DEF:BTN_MODIFY";
627         Pos = MAP_APPFONT ( 198 , 34  ) ;
628         Size = MAP_APPFONT ( 50 , 14 ) ;
629         Text [ en-US ] = "~Modify..." ;
630         TabStop = TRUE ;
631     };
632     PushButton BTN_DELETE
633     {
634         HelpID = "cui:PushButton:RID_SVXPAGE_LINE_DEF:BTN_DELETE";
635         Pos = MAP_APPFONT ( 198 , 54  ) ;
636         Size = MAP_APPFONT ( 50 , 14 ) ;
637         Text [ en-US ] = "~Delete..." ;
638         TabStop = TRUE ;
639     };
640     ImageButton BTN_LOAD
641     {
642         HelpID = "cui:ImageButton:RID_SVXPAGE_LINE_DEF:BTN_LOAD";
643         Pos = MAP_APPFONT ( 198 , 74  ) ;
644         Size = MAP_APPFONT ( 16 , 16 ) ;
645         TabStop = TRUE ;
646         QuickHelpText [ en-US ] = "Load Line Styles" ;
647         ButtonImage = Image
648         {
649             ImageBitmap = Bitmap
650             {
651                 File = "sc05501.bmp" ;
652             };
653             MASKCOLOR
654         };
655     };
656     ImageButton BTN_SAVE
657     {
658         HelpID = "cui:ImageButton:RID_SVXPAGE_LINE_DEF:BTN_SAVE";
659         Pos = MAP_APPFONT ( 198 , 96  ) ;
660         Size = MAP_APPFONT ( 16 , 16 ) ;
661         TabStop = TRUE ;
662         QuickHelpText [ en-US ] = "Save Line Styles" ;
663         ButtonImage = Image
664         {
665             ImageBitmap = Bitmap
666             {
667                 File = "sc05502.bmp" ;
668             };
669             MASKCOLOR
670         };
671     };
672     Control CTL_PREVIEW
673     {
674         Border = TRUE ;
675         Pos = MAP_APPFONT ( 6 , 135  ) ;
676         Size = MAP_APPFONT ( 248 , 40 ) ;
677     };
679     String STR_START_TYPE
680     {
681         Text [ en-US ] = "Start type" ;
682     };
683     String STR_END_TYPE
684     {
685         Text [ en-US ] = "End type" ;
686      };
687     String STR_START_NUM
688     {
689         Text [ en-US ] = "Start number" ;
690     };
691     String STR_END_NUM
692     {
693         Text [ en-US ] = "End number" ;
694     };
695     String STR_START_LENGTH
696     {
697         Text [ en-US ] = "Start length" ;
698     };
699     String STR_END_LENGTH
700     {
701         Text [ en-US ] = "End length" ;
702     };
705 // Defining LineEnds --------------------
707 TabPage RID_SVXPAGE_LINEEND_DEF
709     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
710     HelpId = HID_LINE_ENDDEF ;
711     Hide = TRUE ;
712     Text [ en-US ] = "Arrowheads" ;
714     FixedLine FL_TIP
715     {
716         Pos = MAP_APPFONT ( 6 , 3  ) ;
717         Size = MAP_APPFONT ( 248 , 8 ) ;
718         Text [ en-US ] = "Organize arrow styles" ;
719     };
720     FixedText FI_TIP
721     {
722         Pos = MAP_APPFONT ( 6 , 123  ) ;
723         Size = MAP_APPFONT ( 252 , 8 ) ;
724         Text [ en-US ] = "Add a selected object to create new arrow styles." ;
725         WordBreak = TRUE ;
726     };
728     FixedText FT_LINE_END_STYLE
729     {
730         Pos = MAP_APPFONT ( 12 , 32  ) ;
731         Size = MAP_APPFONT ( 84 , 8 ) ;
732         Text [ en-US ] = "Arrow style" ;
733     };
734     Edit EDT_NAME
735     {
736         HelpID = "cui:Edit:RID_SVXPAGE_LINEEND_DEF:EDT_NAME";
737         Border = TRUE ;
738         Pos = MAP_APPFONT ( 98 , 14  ) ;
739         Size = MAP_APPFONT ( 87 , 12 ) ;
740         TabStop = TRUE ;
741     };
742     FixedText FT_TITLE
743     {
744         Pos = MAP_APPFONT ( 12 , 16  ) ;
745         Size = MAP_APPFONT ( 84 , 8 ) ;
746         Text [ en-US ] = "~Title" ;
747     };
748     ListBox LB_LINEENDS
749     {
750         HelpID = "cui:ListBox:RID_SVXPAGE_LINEEND_DEF:LB_LINEENDS";
751         Border = TRUE ;
752         Pos = MAP_APPFONT ( 98 , 30  ) ;
753         Size = MAP_APPFONT ( 87 , 80 ) ;
754         TabStop = TRUE ;
755         DropDown = TRUE ;
756         DDExtraWidth = TRUE ;
757     };
758     PushButton BTN_ADD
759     {
760         HelpID = "cui:PushButton:RID_SVXPAGE_LINEEND_DEF:BTN_ADD";
761         Pos = MAP_APPFONT ( 198 , 14  ) ;
762         Size = MAP_APPFONT ( 50 , 14 ) ;
763         Text [ en-US ] = "~Add..." ;
764         TabStop = TRUE ;
765     };
766     PushButton BTN_MODIFY
767     {
768         HelpID = "cui:PushButton:RID_SVXPAGE_LINEEND_DEF:BTN_MODIFY";
769         Pos = MAP_APPFONT ( 198 , 34  ) ;
770         Size = MAP_APPFONT ( 50 , 14 ) ;
771         Text [ en-US ] = "~Modify..." ;
772         TabStop = TRUE ;
773     };
774     PushButton BTN_DELETE
775     {
776         HelpID = "cui:PushButton:RID_SVXPAGE_LINEEND_DEF:BTN_DELETE";
777         Pos = MAP_APPFONT ( 198 , 54  ) ;
778         Size = MAP_APPFONT ( 50 , 14 ) ;
779         Text [ en-US ] = "~Delete..." ;
780         TabStop = TRUE ;
781     };
782     ImageButton BTN_LOAD
783     {
784         HelpID = "cui:ImageButton:RID_SVXPAGE_LINEEND_DEF:BTN_LOAD";
785         Pos = MAP_APPFONT ( 198 , 74  ) ;
786         Size = MAP_APPFONT ( 16 , 16 ) ;
787         TabStop = TRUE ;
788         QuickHelpText [ en-US ] = "Load Arrow Styles" ;
789         ButtonImage = Image
790         {
791             ImageBitmap = Bitmap
792             {
793                 File = "sc05501.bmp" ;
794             };
795             MASKCOLOR
796         };
797     };
798     ImageButton BTN_SAVE
799     {
800         HelpID = "cui:ImageButton:RID_SVXPAGE_LINEEND_DEF:BTN_SAVE";
801         Pos = MAP_APPFONT ( 198 , 96  ) ;
802         Size = MAP_APPFONT ( 16 , 16 ) ;
803         TabStop = TRUE ;
804         QuickHelpText [ en-US ] = "Save Arrow Styles" ;
805         ButtonImage = Image
806         {
807             ImageBitmap = Bitmap
808             {
809                 File = "sc05502.bmp" ;
810             };
811             MASKCOLOR
812         };
813     };
815     Control CTL_PREVIEW
816     {
817         Border = TRUE ;
818         Pos = MAP_APPFONT ( 6 , 135  ) ;
819         Size = MAP_APPFONT ( 248 , 40 ) ;
820     };
823  // RID_SVXDLG_LINE ----------------------------------------------------------
824 TabDialog RID_SVXDLG_LINE
826     OutputSize = TRUE ;
827     SvLook = TRUE ;
828     Size = MAP_APPFONT ( 289 , 176 ) ;
829     Text [ en-US ] = "Line" ;
830     Moveable = TRUE ;
831     TabControl TAB_CONTROL
832     {
833         OutputSize = TRUE ;
834         Pos = MAP_APPFONT ( 3 , 3 ) ;
835         Size = MAP_APPFONT ( 260 , 135 ) ;
836         PageList =
837         {
838             PageItem
839             {
840                 Identifier = RID_SVXPAGE_LINE ;
841                 Text [ en-US ] = "Line" ;
842                 PageResID = RID_SVXPAGE_LINE ;
843             };
844             PageItem
845             {
846                 Identifier = RID_SVXPAGE_SHADOW ;
847                 PageResID = RID_SVXPAGE_SHADOW ;
848                 Text [ en-US ] = "Shadow" ;
849             };
850             PageItem
851             {
852                 Identifier = RID_SVXPAGE_LINE_DEF ;
853                 Text [ en-US ] = "Line Styles" ;
854                 PageResID = RID_SVXPAGE_LINE_DEF ;
855             };
856             PageItem
857             {
858                 Identifier = RID_SVXPAGE_LINEEND_DEF ;
859                 Text [ en-US ] = "Arrow Styles" ;
860                 PageResID = RID_SVXPAGE_LINEEND_DEF ;
861             };
862         };
863     };
866 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */