xref: /trunk/main/svx/source/sidebar/line/LinePropertyPanel.src (revision 8dcb2a100eb78f12871a9e67d867e1bc0c7bdb07) !
1*8dcb2a10SAndre Fischer/**************************************************************
2*8dcb2a10SAndre Fischer *
3*8dcb2a10SAndre Fischer * Licensed to the Apache Software Foundation (ASF) under one
4*8dcb2a10SAndre Fischer * or more contributor license agreements.  See the NOTICE file
5*8dcb2a10SAndre Fischer * distributed with this work for additional information
6*8dcb2a10SAndre Fischer * regarding copyright ownership.  The ASF licenses this file
7*8dcb2a10SAndre Fischer * to you under the Apache License, Version 2.0 (the
8*8dcb2a10SAndre Fischer * "License"); you may not use this file except in compliance
9*8dcb2a10SAndre Fischer * with the License.  You may obtain a copy of the License at
10*8dcb2a10SAndre Fischer *
11*8dcb2a10SAndre Fischer *   http://www.apache.org/licenses/LICENSE-2.0
12*8dcb2a10SAndre Fischer *
13*8dcb2a10SAndre Fischer * Unless required by applicable law or agreed to in writing,
14*8dcb2a10SAndre Fischer * software distributed under the License is distributed on an
15*8dcb2a10SAndre Fischer * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*8dcb2a10SAndre Fischer * KIND, either express or implied.  See the License for the
17*8dcb2a10SAndre Fischer * specific language governing permissions and limitations
18*8dcb2a10SAndre Fischer * under the License.
19*8dcb2a10SAndre Fischer *
20*8dcb2a10SAndre Fischer *************************************************************/
21*8dcb2a10SAndre Fischer
22*8dcb2a10SAndre Fischer#include "LinePropertyPanel.hrc"
23*8dcb2a10SAndre Fischer#include <sfx2/sidebar/propertypanel.hrc>
24*8dcb2a10SAndre Fischer#include <svx/dialogs.hrc>
25*8dcb2a10SAndre Fischer#include "helpid.hrc"
26*8dcb2a10SAndre Fischer
27*8dcb2a10SAndre Fischer#define TOOLBOX_WIDTH       50
28*8dcb2a10SAndre Fischer#define TOOLBOX_HEIGHT      14
29*8dcb2a10SAndre Fischer
30*8dcb2a10SAndre FischerControl RID_SIDEBAR_LINE_PANEL
31*8dcb2a10SAndre Fischer{
32*8dcb2a10SAndre Fischer    OutputSize = TRUE;
33*8dcb2a10SAndre Fischer    DialogControl = TRUE;
34*8dcb2a10SAndre Fischer    Border = FALSE;
35*8dcb2a10SAndre Fischer    Text = "Line";
36*8dcb2a10SAndre Fischer
37*8dcb2a10SAndre Fischer    Size = MAP_APPFONT(
38*8dcb2a10SAndre Fischer        PROPERTYPAGE_WIDTH,
39*8dcb2a10SAndre Fischer        SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT*4 + TEXT_CONTROL_SPACING_VERTICAL*4 + TOOLBOX_HEIGHT*3  + CONTROL_SPACING_VERTICAL*3 + CBOX_HEIGHT + SECTIONPAGE_MARGIN_VERTICAL_BOT );
40*8dcb2a10SAndre Fischer    HelpID = HID_PROPERTYPANEL_LINE_SECTION ;
41*8dcb2a10SAndre Fischer
42*8dcb2a10SAndre Fischer    FixedText FT_WIDTH
43*8dcb2a10SAndre Fischer    {
44*8dcb2a10SAndre Fischer        Pos = MAP_APPFONT( SECTIONPAGE_MARGIN_HORIZONTAL , SECTIONPAGE_MARGIN_VERTICAL_TOP ) ;
45*8dcb2a10SAndre Fischer        Size = MAP_APPFONT (TOOLBOX_WIDTH  , TEXT_HEIGHT ) ;
46*8dcb2a10SAndre Fischer        Text [ en-US ] = "~Width:" ;
47*8dcb2a10SAndre Fischer    };
48*8dcb2a10SAndre Fischer    ToolBox TB_WIDTH
49*8dcb2a10SAndre Fischer    {
50*8dcb2a10SAndre Fischer        SVLook = TRUE ;
51*8dcb2a10SAndre Fischer        Pos = MAP_APPFONT (SECTIONPAGE_MARGIN_HORIZONTAL, SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT + TEXT_CONTROL_SPACING_VERTICAL) ;
52*8dcb2a10SAndre Fischer        Size = MAP_APPFONT (TOOLBOX_WIDTH ,TOOLBOX_HEIGHT ) ;
53*8dcb2a10SAndre Fischer        TabStop = TRUE ;
54*8dcb2a10SAndre Fischer        HelpID = HID_PPROPERTYPANEL_LINE_TBX_WIDTH ;
55*8dcb2a10SAndre Fischer        Text = "Width";
56*8dcb2a10SAndre Fischer        ItemList =
57*8dcb2a10SAndre Fischer        {
58*8dcb2a10SAndre Fischer            ToolBoxItem
59*8dcb2a10SAndre Fischer            {
60*8dcb2a10SAndre Fischer                Identifier = TBI_WIDTH ;
61*8dcb2a10SAndre Fischer                DropDown = TRUE ;
62*8dcb2a10SAndre Fischer                Text [ en-US ] = "Width" ;
63*8dcb2a10SAndre Fischer                HelpID = HID_PPROPERTYPANEL_LINE_TBI_WIDTH;
64*8dcb2a10SAndre Fischer            };
65*8dcb2a10SAndre Fischer        };
66*8dcb2a10SAndre Fischer    };
67*8dcb2a10SAndre Fischer    String STR_QH_TB_WIDTH
68*8dcb2a10SAndre Fischer    {
69*8dcb2a10SAndre Fischer        Text [ en-US ] = "Select the width of the line.";
70*8dcb2a10SAndre Fischer    };
71*8dcb2a10SAndre Fischer
72*8dcb2a10SAndre Fischer    FixedText FT_COLOR
73*8dcb2a10SAndre Fischer    {
74*8dcb2a10SAndre Fischer        Pos = MAP_APPFONT ( SECTIONPAGE_MARGIN_HORIZONTAL + TOOLBOX_WIDTH + 3, SECTIONPAGE_MARGIN_VERTICAL_TOP ) ;
75*8dcb2a10SAndre Fischer        Size = MAP_APPFONT (TOOLBOX_WIDTH  , TEXT_HEIGHT ) ;
76*8dcb2a10SAndre Fischer        Text [ en-US ] = "~Color:" ;
77*8dcb2a10SAndre Fischer    };
78*8dcb2a10SAndre Fischer    ToolBox TB_COLOR
79*8dcb2a10SAndre Fischer    {
80*8dcb2a10SAndre Fischer        SVLook = TRUE ;
81*8dcb2a10SAndre Fischer        Pos = MAP_APPFONT (SECTIONPAGE_MARGIN_HORIZONTAL + TOOLBOX_WIDTH + 4, SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT + TEXT_CONTROL_SPACING_VERTICAL) ;
82*8dcb2a10SAndre Fischer        Size = MAP_APPFONT (TOOLBOX_WIDTH ,TOOLBOX_HEIGHT ) ;
83*8dcb2a10SAndre Fischer        TabStop = TRUE ;
84*8dcb2a10SAndre Fischer        HelpID = HID_PPROPERTYPANEL_LINE_TBX_COLOR;
85*8dcb2a10SAndre Fischer        Text = "Color";
86*8dcb2a10SAndre Fischer        ItemList =
87*8dcb2a10SAndre Fischer        {
88*8dcb2a10SAndre Fischer            ToolBoxItem
89*8dcb2a10SAndre Fischer            {
90*8dcb2a10SAndre Fischer                Identifier = TBI_COLOR ;
91*8dcb2a10SAndre Fischer                DropDown = TRUE ;
92*8dcb2a10SAndre Fischer                Text [ en-US ] = "Color" ;
93*8dcb2a10SAndre Fischer                HelpID = HID_PPROPERTYPANEL_LINE_TBI_COLOR;
94*8dcb2a10SAndre Fischer            };
95*8dcb2a10SAndre Fischer        };
96*8dcb2a10SAndre Fischer    };
97*8dcb2a10SAndre Fischer    String STR_QH_TB_COLOR
98*8dcb2a10SAndre Fischer    {
99*8dcb2a10SAndre Fischer        Text [ en-US ] = "Select the color of the line.";
100*8dcb2a10SAndre Fischer    };
101*8dcb2a10SAndre Fischer
102*8dcb2a10SAndre Fischer    FixedText FT_STYLE
103*8dcb2a10SAndre Fischer    {
104*8dcb2a10SAndre Fischer        Pos = MAP_APPFONT ( SECTIONPAGE_MARGIN_HORIZONTAL , SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT + TEXT_CONTROL_SPACING_VERTICAL + TOOLBOX_HEIGHT  + CONTROL_SPACING_VERTICAL) ;
105*8dcb2a10SAndre Fischer        Size = MAP_APPFONT (TOOLBOX_WIDTH  , TEXT_HEIGHT ) ;
106*8dcb2a10SAndre Fischer        Text [ en-US ] = "~Style:" ;
107*8dcb2a10SAndre Fischer    };
108*8dcb2a10SAndre Fischer    ToolBox TB_STYLE
109*8dcb2a10SAndre Fischer    {
110*8dcb2a10SAndre Fischer        SVLook = TRUE ;
111*8dcb2a10SAndre Fischer        Pos = MAP_APPFONT (SECTIONPAGE_MARGIN_HORIZONTAL, SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT*2 + TEXT_CONTROL_SPACING_VERTICAL*2 + TOOLBOX_HEIGHT  + CONTROL_SPACING_VERTICAL) ;
112*8dcb2a10SAndre Fischer        Size = MAP_APPFONT (TOOLBOX_WIDTH ,TOOLBOX_HEIGHT ) ;
113*8dcb2a10SAndre Fischer        TabStop = TRUE ;
114*8dcb2a10SAndre Fischer        HelpID = HID_PPROPERTYPANEL_LINE_TBX_STYLE;
115*8dcb2a10SAndre Fischer        Text = "Style";
116*8dcb2a10SAndre Fischer        ItemList =
117*8dcb2a10SAndre Fischer        {
118*8dcb2a10SAndre Fischer            ToolBoxItem
119*8dcb2a10SAndre Fischer            {
120*8dcb2a10SAndre Fischer                Identifier = TBI_STYLE ;
121*8dcb2a10SAndre Fischer                DropDown = TRUE ;
122*8dcb2a10SAndre Fischer                Text [ en-US ] = "Style" ;
123*8dcb2a10SAndre Fischer                HelpID = HID_PPROPERTYPANEL_LINE_TBI_STYLE;
124*8dcb2a10SAndre Fischer            };
125*8dcb2a10SAndre Fischer        };
126*8dcb2a10SAndre Fischer    };
127*8dcb2a10SAndre Fischer    String STR_QH_TB_STYLE
128*8dcb2a10SAndre Fischer    {
129*8dcb2a10SAndre Fischer        Text [ en-US ] = "Select the style of the line.";
130*8dcb2a10SAndre Fischer    };
131*8dcb2a10SAndre Fischer
132*8dcb2a10SAndre Fischer    FixedText FT_TRANSPARENT
133*8dcb2a10SAndre Fischer    {
134*8dcb2a10SAndre Fischer        Pos = MAP_APPFONT ( SECTIONPAGE_MARGIN_HORIZONTAL + TOOLBOX_WIDTH + 3 , SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT + TEXT_CONTROL_SPACING_VERTICAL + TOOLBOX_HEIGHT  + CONTROL_SPACING_VERTICAL) ;
135*8dcb2a10SAndre Fischer        Size = MAP_APPFONT (TOOLBOX_WIDTH  , TEXT_HEIGHT ) ;
136*8dcb2a10SAndre Fischer        Text [ en-US ] = "~Transparency:" ;
137*8dcb2a10SAndre Fischer    };
138*8dcb2a10SAndre Fischer    MetricField MF_TRANSPARENT
139*8dcb2a10SAndre Fischer    {
140*8dcb2a10SAndre Fischer        Border = TRUE ;
141*8dcb2a10SAndre Fischer        HelpID = HID_PPROPERTYPANEL_LINE_MTR_TRANCEPARENCE;
142*8dcb2a10SAndre Fischer        Pos = MAP_APPFONT ( SECTIONPAGE_MARGIN_HORIZONTAL + TOOLBOX_WIDTH + 3 , SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT*2 + TEXT_CONTROL_SPACING_VERTICAL*2 + TOOLBOX_HEIGHT  + CONTROL_SPACING_VERTICAL) ;
143*8dcb2a10SAndre Fischer        Size = MAP_APPFONT ( TOOLBOX_WIDTH + 1 , 12 ) ;
144*8dcb2a10SAndre Fischer        TabStop = TRUE ;
145*8dcb2a10SAndre Fischer        Repeat = TRUE ;
146*8dcb2a10SAndre Fischer        Spin = TRUE ;
147*8dcb2a10SAndre Fischer        Maximum = 100 ;
148*8dcb2a10SAndre Fischer        StrictFormat = TRUE ;
149*8dcb2a10SAndre Fischer        Unit = FUNIT_CUSTOM ;
150*8dcb2a10SAndre Fischer        CustomUnitText = "%" ;
151*8dcb2a10SAndre Fischer        Last = 100 ;
152*8dcb2a10SAndre Fischer        SpinSize = 5 ;
153*8dcb2a10SAndre Fischer        QuickHelpText [ en-US ] = "Specify the transparency of the line.";
154*8dcb2a10SAndre Fischer    };
155*8dcb2a10SAndre Fischer
156*8dcb2a10SAndre Fischer    FixedText FT_ARROW
157*8dcb2a10SAndre Fischer    {
158*8dcb2a10SAndre Fischer        Pos = MAP_APPFONT ( SECTIONPAGE_MARGIN_HORIZONTAL, SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT*2 + TEXT_CONTROL_SPACING_VERTICAL*2 + TOOLBOX_HEIGHT*2  + CONTROL_SPACING_VERTICAL*2) ;
159*8dcb2a10SAndre Fischer        Size = MAP_APPFONT (TOOLBOX_WIDTH * 2 + 3 , TEXT_HEIGHT ) ;
160*8dcb2a10SAndre Fischer        Text [ en-US ] = "~Arrow:" ;
161*8dcb2a10SAndre Fischer    };
162*8dcb2a10SAndre Fischer    ListBox LB_START
163*8dcb2a10SAndre Fischer    {
164*8dcb2a10SAndre Fischer        Border = TRUE ;
165*8dcb2a10SAndre Fischer        HelpID = HID_PPROPERTYPANEL_LINE_LB_START;
166*8dcb2a10SAndre Fischer        Pos = MAP_APPFONT ( SECTIONPAGE_MARGIN_HORIZONTAL , SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT*3 + TEXT_CONTROL_SPACING_VERTICAL*3 + TOOLBOX_HEIGHT*2  + CONTROL_SPACING_VERTICAL*2 ) ;
167*8dcb2a10SAndre Fischer        Size = MAP_APPFONT ( TOOLBOX_WIDTH , 99 ) ;
168*8dcb2a10SAndre Fischer        TabStop = TRUE ;
169*8dcb2a10SAndre Fischer        DropDown = TRUE ;
170*8dcb2a10SAndre Fischer        DDExtraWidth = TRUE ;
171*8dcb2a10SAndre Fischer        QuickHelpText [ en-US ] = "Select the style of the beginning arrowhead.";
172*8dcb2a10SAndre Fischer    };
173*8dcb2a10SAndre Fischer    ListBox LB_END
174*8dcb2a10SAndre Fischer    {
175*8dcb2a10SAndre Fischer        Border = TRUE ;
176*8dcb2a10SAndre Fischer        HelpID = HID_PPROPERTYPANEL_LINE_LB_END;
177*8dcb2a10SAndre Fischer        Pos = MAP_APPFONT ( SECTIONPAGE_MARGIN_HORIZONTAL + TOOLBOX_WIDTH + 3 , SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT*3 + TEXT_CONTROL_SPACING_VERTICAL*3 + TOOLBOX_HEIGHT*2  + CONTROL_SPACING_VERTICAL*2 ) ;
178*8dcb2a10SAndre Fischer        Size = MAP_APPFONT ( TOOLBOX_WIDTH + 1, 100 ) ;
179*8dcb2a10SAndre Fischer        TabStop = TRUE ;
180*8dcb2a10SAndre Fischer        DropDown = TRUE ;
181*8dcb2a10SAndre Fischer        DDExtraWidth = TRUE ;
182*8dcb2a10SAndre Fischer        QuickHelpText [ en-US ] = "Select the style of the ending arrowhead.";
183*8dcb2a10SAndre Fischer    };
184*8dcb2a10SAndre Fischer
185*8dcb2a10SAndre Fischer    FixedText FT_EDGESTYLE
186*8dcb2a10SAndre Fischer    {
187*8dcb2a10SAndre Fischer        Pos = MAP_APPFONT (
188*8dcb2a10SAndre Fischer            SECTIONPAGE_MARGIN_HORIZONTAL,
189*8dcb2a10SAndre Fischer            SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT*3 + TEXT_CONTROL_SPACING_VERTICAL*3 + TOOLBOX_HEIGHT*3  + CONTROL_SPACING_VERTICAL*3) ;
190*8dcb2a10SAndre Fischer        Size = MAP_APPFONT (TOOLBOX_WIDTH * 2 + 3 , TEXT_HEIGHT ) ;
191*8dcb2a10SAndre Fischer        Text [ en-US ] = "~Corner style" ;
192*8dcb2a10SAndre Fischer    };
193*8dcb2a10SAndre Fischer    ListBox LB_EDGESTYLE
194*8dcb2a10SAndre Fischer    {
195*8dcb2a10SAndre Fischer        HelpID = HID_PPROPERTYPANEL_LINE_LB_EDGESTYLE;
196*8dcb2a10SAndre Fischer        Border = TRUE ;
197*8dcb2a10SAndre Fischer        Pos = MAP_APPFONT (
198*8dcb2a10SAndre Fischer            SECTIONPAGE_MARGIN_HORIZONTAL ,
199*8dcb2a10SAndre Fischer            SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT*4 + TEXT_CONTROL_SPACING_VERTICAL*4 + TOOLBOX_HEIGHT*3  + CONTROL_SPACING_VERTICAL*3 ) ;
200*8dcb2a10SAndre Fischer        Size = MAP_APPFONT ( TOOLBOX_WIDTH , 99 ) ;
201*8dcb2a10SAndre Fischer        TabStop = TRUE ;
202*8dcb2a10SAndre Fischer        DropDown = TRUE ;
203*8dcb2a10SAndre Fischer        DDExtraWidth = TRUE ;
204*8dcb2a10SAndre Fischer        QuickHelpText [ en-US ] = "Select the style of the edge connections.";
205*8dcb2a10SAndre Fischer        StringList [ en-US ] =
206*8dcb2a10SAndre Fischer        {
207*8dcb2a10SAndre Fischer            < "Rounded" ; Default ; > ;
208*8dcb2a10SAndre Fischer            < "- none -" ; > ;
209*8dcb2a10SAndre Fischer            < "Mitered" ; > ;
210*8dcb2a10SAndre Fischer            < "Beveled" ; > ;
211*8dcb2a10SAndre Fischer        };
212*8dcb2a10SAndre Fischer    };
213*8dcb2a10SAndre Fischer    FixedText FT_CAPSTYLE
214*8dcb2a10SAndre Fischer    {
215*8dcb2a10SAndre Fischer        Pos = MAP_APPFONT (
216*8dcb2a10SAndre Fischer            SECTIONPAGE_MARGIN_HORIZONTAL + TOOLBOX_WIDTH + 3,
217*8dcb2a10SAndre Fischer            SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT*3 + TEXT_CONTROL_SPACING_VERTICAL*3 + TOOLBOX_HEIGHT*3  + CONTROL_SPACING_VERTICAL*3) ;
218*8dcb2a10SAndre Fischer        Size = MAP_APPFONT (TOOLBOX_WIDTH * 2 + 3 , TEXT_HEIGHT ) ;
219*8dcb2a10SAndre Fischer        Text [ en-US ] = "Ca~p style" ;
220*8dcb2a10SAndre Fischer    };
221*8dcb2a10SAndre Fischer    ListBox LB_CAPSTYLE
222*8dcb2a10SAndre Fischer    {
223*8dcb2a10SAndre Fischer        HelpID = HID_PPROPERTYPANEL_LINE_LB_CAPSTYLE;
224*8dcb2a10SAndre Fischer        Border = TRUE ;
225*8dcb2a10SAndre Fischer        Pos = MAP_APPFONT (
226*8dcb2a10SAndre Fischer            SECTIONPAGE_MARGIN_HORIZONTAL + TOOLBOX_WIDTH + 3,
227*8dcb2a10SAndre Fischer            SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT*4 + TEXT_CONTROL_SPACING_VERTICAL*4 + TOOLBOX_HEIGHT*3  + CONTROL_SPACING_VERTICAL*3 ) ;
228*8dcb2a10SAndre Fischer        Size = MAP_APPFONT ( TOOLBOX_WIDTH , 99 ) ;
229*8dcb2a10SAndre Fischer        TabStop = TRUE ;
230*8dcb2a10SAndre Fischer        DropDown = TRUE ;
231*8dcb2a10SAndre Fischer        DDExtraWidth = TRUE ;
232*8dcb2a10SAndre Fischer        QuickHelpText [ en-US ] = "Select the style of the line caps.";
233*8dcb2a10SAndre Fischer        StringList [ en-US ] =
234*8dcb2a10SAndre Fischer        {
235*8dcb2a10SAndre Fischer            < "Flat" ; Default ; > ; // Same string as in Excel
236*8dcb2a10SAndre Fischer            < "Round" ; > ;
237*8dcb2a10SAndre Fischer            < "Square" ; > ;
238*8dcb2a10SAndre Fischer        };
239*8dcb2a10SAndre Fischer    };
240*8dcb2a10SAndre Fischer
241*8dcb2a10SAndre Fischer    Image IMG_COLOR
242*8dcb2a10SAndre Fischer    {
243*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/Line_color.png";};
244*8dcb2a10SAndre Fischer    };
245*8dcb2a10SAndre Fischer    Image IMG_COLOR_NO
246*8dcb2a10SAndre Fischer    {
247*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/no color.png";};
248*8dcb2a10SAndre Fischer    };
249*8dcb2a10SAndre Fischer
250*8dcb2a10SAndre Fischer    Image IMG_LINE1_ICON
251*8dcb2a10SAndre Fischer    {
252*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line1_s.png";};
253*8dcb2a10SAndre Fischer    };
254*8dcb2a10SAndre Fischer    Image IMG_LINE2_ICON
255*8dcb2a10SAndre Fischer    {
256*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line2_s.png";};
257*8dcb2a10SAndre Fischer    };
258*8dcb2a10SAndre Fischer    Image IMG_LINE3_ICON
259*8dcb2a10SAndre Fischer    {
260*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line3_s.png";};
261*8dcb2a10SAndre Fischer    };
262*8dcb2a10SAndre Fischer    Image IMG_LINE4_ICON
263*8dcb2a10SAndre Fischer    {
264*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line4_s.png";};
265*8dcb2a10SAndre Fischer    };
266*8dcb2a10SAndre Fischer    Image IMG_LINE5_ICON
267*8dcb2a10SAndre Fischer    {
268*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line5_s.png";};
269*8dcb2a10SAndre Fischer    };
270*8dcb2a10SAndre Fischer    Image IMG_LINE6_ICON
271*8dcb2a10SAndre Fischer    {
272*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line6_s.png";};
273*8dcb2a10SAndre Fischer    };
274*8dcb2a10SAndre Fischer    Image IMG_LINE7_ICON
275*8dcb2a10SAndre Fischer    {
276*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line7_s.png";};
277*8dcb2a10SAndre Fischer    };
278*8dcb2a10SAndre Fischer    Image IMG_LINE8_ICON
279*8dcb2a10SAndre Fischer    {
280*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line8_s.png";};
281*8dcb2a10SAndre Fischer    };
282*8dcb2a10SAndre Fischer    Image IMG_LINE9_ICON
283*8dcb2a10SAndre Fischer    {
284*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line9_s.png";};
285*8dcb2a10SAndre Fischer    };
286*8dcb2a10SAndre Fischer    Image IMG_LINE10_ICON
287*8dcb2a10SAndre Fischer    {
288*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line10_s.png";};
289*8dcb2a10SAndre Fischer    };
290*8dcb2a10SAndre Fischer    Image IMG_LINE11_ICON
291*8dcb2a10SAndre Fischer    {
292*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line11_s.png";};
293*8dcb2a10SAndre Fischer    };
294*8dcb2a10SAndre Fischer    Image IMG_NONE_ICON
295*8dcb2a10SAndre Fischer    {
296*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/blank.png";};
297*8dcb2a10SAndre Fischer    };
298*8dcb2a10SAndre Fischer
299*8dcb2a10SAndre Fischer    //high contrast for line style icon
300*8dcb2a10SAndre Fischer    Image IMG_LINE1_ICON_H
301*8dcb2a10SAndre Fischer    {
302*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line1_s_h.png";};
303*8dcb2a10SAndre Fischer    };
304*8dcb2a10SAndre Fischer    Image IMG_LINE2_ICON_H
305*8dcb2a10SAndre Fischer    {
306*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line2_s_h.png";};
307*8dcb2a10SAndre Fischer    };
308*8dcb2a10SAndre Fischer    Image IMG_LINE3_ICON_H
309*8dcb2a10SAndre Fischer    {
310*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line3_s_h.png";};
311*8dcb2a10SAndre Fischer    };
312*8dcb2a10SAndre Fischer    Image IMG_LINE4_ICON_H
313*8dcb2a10SAndre Fischer    {
314*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line4_s_h.png";};
315*8dcb2a10SAndre Fischer    };
316*8dcb2a10SAndre Fischer    Image IMG_LINE5_ICON_H
317*8dcb2a10SAndre Fischer    {
318*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line5_s_h.png";};
319*8dcb2a10SAndre Fischer    };
320*8dcb2a10SAndre Fischer    Image IMG_LINE6_ICON_H
321*8dcb2a10SAndre Fischer    {
322*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line6_s_h.png";};
323*8dcb2a10SAndre Fischer    };
324*8dcb2a10SAndre Fischer    Image IMG_LINE7_ICON_H
325*8dcb2a10SAndre Fischer    {
326*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line7_s_h.png";};
327*8dcb2a10SAndre Fischer    };
328*8dcb2a10SAndre Fischer    Image IMG_LINE8_ICON_H
329*8dcb2a10SAndre Fischer    {
330*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line8_s_h.png";};
331*8dcb2a10SAndre Fischer    };
332*8dcb2a10SAndre Fischer    Image IMG_LINE9_ICON_H
333*8dcb2a10SAndre Fischer    {
334*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line9_s_h.png";};
335*8dcb2a10SAndre Fischer    };
336*8dcb2a10SAndre Fischer    Image IMG_LINE10_ICON_H
337*8dcb2a10SAndre Fischer    {
338*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line10_s_h.png";};
339*8dcb2a10SAndre Fischer    };
340*8dcb2a10SAndre Fischer    Image IMG_LINE11_ICON_H
341*8dcb2a10SAndre Fischer    {
342*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line11_s_h.png";};
343*8dcb2a10SAndre Fischer    };
344*8dcb2a10SAndre Fischer
345*8dcb2a10SAndre Fischer    //WIDTH ICON
346*8dcb2a10SAndre Fischer    Image IMG_WIDTH1_ICON
347*8dcb2a10SAndre Fischer    {
348*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/width1.png";};
349*8dcb2a10SAndre Fischer    };
350*8dcb2a10SAndre Fischer    Image IMG_WIDTH2_ICON
351*8dcb2a10SAndre Fischer    {
352*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/width2.png";};
353*8dcb2a10SAndre Fischer    };
354*8dcb2a10SAndre Fischer    Image IMG_WIDTH3_ICON
355*8dcb2a10SAndre Fischer    {
356*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/width3.png";};
357*8dcb2a10SAndre Fischer    };
358*8dcb2a10SAndre Fischer    Image IMG_WIDTH4_ICON
359*8dcb2a10SAndre Fischer    {
360*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/width4.png";};
361*8dcb2a10SAndre Fischer    };
362*8dcb2a10SAndre Fischer    Image IMG_WIDTH5_ICON
363*8dcb2a10SAndre Fischer    {
364*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/width5.png";};
365*8dcb2a10SAndre Fischer    };
366*8dcb2a10SAndre Fischer    Image IMG_WIDTH6_ICON
367*8dcb2a10SAndre Fischer    {
368*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/width6.png";};
369*8dcb2a10SAndre Fischer    };
370*8dcb2a10SAndre Fischer    Image IMG_WIDTH7_ICON
371*8dcb2a10SAndre Fischer    {
372*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/width7.png";};
373*8dcb2a10SAndre Fischer    };
374*8dcb2a10SAndre Fischer    Image IMG_WIDTH8_ICON
375*8dcb2a10SAndre Fischer    {
376*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/width8.png";};
377*8dcb2a10SAndre Fischer    };
378*8dcb2a10SAndre Fischer
379*8dcb2a10SAndre Fischer    //high contrast for line width
380*8dcb2a10SAndre Fischer    //WIDTH ICON
381*8dcb2a10SAndre Fischer    Image IMG_WIDTH1_ICON_H
382*8dcb2a10SAndre Fischer    {
383*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/width1_h.png";};
384*8dcb2a10SAndre Fischer    };
385*8dcb2a10SAndre Fischer    Image IMG_WIDTH2_ICON_H
386*8dcb2a10SAndre Fischer    {
387*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/width2_h.png";};
388*8dcb2a10SAndre Fischer    };
389*8dcb2a10SAndre Fischer    Image IMG_WIDTH3_ICON_H
390*8dcb2a10SAndre Fischer    {
391*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/width3_h.png";};
392*8dcb2a10SAndre Fischer    };
393*8dcb2a10SAndre Fischer    Image IMG_WIDTH4_ICON_H
394*8dcb2a10SAndre Fischer    {
395*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/width4_h.png";};
396*8dcb2a10SAndre Fischer    };
397*8dcb2a10SAndre Fischer    Image IMG_WIDTH5_ICON_H
398*8dcb2a10SAndre Fischer    {
399*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/width5_h.png";};
400*8dcb2a10SAndre Fischer    };
401*8dcb2a10SAndre Fischer    Image IMG_WIDTH6_ICON_H
402*8dcb2a10SAndre Fischer    {
403*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/width6_h.png";};
404*8dcb2a10SAndre Fischer    };
405*8dcb2a10SAndre Fischer    Image IMG_WIDTH7_ICON_H
406*8dcb2a10SAndre Fischer    {
407*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/width7_h.png";};
408*8dcb2a10SAndre Fischer    };
409*8dcb2a10SAndre Fischer    Image IMG_WIDTH8_ICON_H
410*8dcb2a10SAndre Fischer    {
411*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/width8_h.png";};
412*8dcb2a10SAndre Fischer    };
413*8dcb2a10SAndre Fischer};
414*8dcb2a10SAndre FischerControl RID_POPUPPANEL_LINEPAGE_COLOR
415*8dcb2a10SAndre Fischer{
416*8dcb2a10SAndre Fischer    OutputSize = TRUE;
417*8dcb2a10SAndre Fischer    DialogControl = TRUE;
418*8dcb2a10SAndre Fischer    Border = FALSE;
419*8dcb2a10SAndre Fischer    Size = MAP_APPFONT(  POPUP_COLOR_PICKER_WIDTH , POPUP_COLOR_PICKER_HEIGHT  );
420*8dcb2a10SAndre Fischer
421*8dcb2a10SAndre Fischer    Control VS_COLOR
422*8dcb2a10SAndre Fischer    {
423*8dcb2a10SAndre Fischer        HelpId = HID_PPROPERTYPANEL_LINE_VS_COLOR ;
424*8dcb2a10SAndre Fischer        Hide = TRUE ;
425*8dcb2a10SAndre Fischer        Pos = MAP_APPFONT ( OFFSET_X , OFFSET_Y );
426*8dcb2a10SAndre Fischer        Size = MAP_APPFONT (  POPUP_COLOR_PICKER_WIDTH - OFFSET_X * 2, POPUP_COLOR_PICKER_HEIGHT - OFFSET_Y * 2);
427*8dcb2a10SAndre Fischer        TabStop = TRUE ;
428*8dcb2a10SAndre Fischer        Text = "Color";
429*8dcb2a10SAndre Fischer    };
430*8dcb2a10SAndre Fischer    String STR_AUTOMATICE
431*8dcb2a10SAndre Fischer    {
432*8dcb2a10SAndre Fischer        Text [ en-US ] = "No Color";
433*8dcb2a10SAndre Fischer    };
434*8dcb2a10SAndre Fischer};
435*8dcb2a10SAndre FischerControl RID_POPUPPANEL_LINEPAGE_STYLE
436*8dcb2a10SAndre Fischer{
437*8dcb2a10SAndre Fischer    OutputSize = TRUE;
438*8dcb2a10SAndre Fischer    DialogControl = TRUE;
439*8dcb2a10SAndre Fischer    Border = FALSE;
440*8dcb2a10SAndre Fischer
441*8dcb2a10SAndre Fischer    Size = MAP_APPFONT(  POPUPPANEL_MARGIN_SMALL * 2 + POPUP_BORDER_WIDTH ,  13 + POPUP_BORDER_HEIGHT + POPUPPANEL_MARGIN_SMALL * 2 + POPUPPANEL_MARGIN_LARGE);
442*8dcb2a10SAndre Fischer
443*8dcb2a10SAndre Fischer    Control VS_STYLE
444*8dcb2a10SAndre Fischer    {
445*8dcb2a10SAndre Fischer        HelpId = HID_PPROPERTYPANEL_LINE_VS_STYLE ;
446*8dcb2a10SAndre Fischer        Hide = TRUE ;
447*8dcb2a10SAndre Fischer        Pos = MAP_APPFONT(  POPUPPANEL_MARGIN_SMALL + OFFSET_X , POPUPPANEL_MARGIN_SMALL + OFFSET_Y );
448*8dcb2a10SAndre Fischer        Size = MAP_APPFONT ( 93  , 13 * 12);
449*8dcb2a10SAndre Fischer        TabStop = TRUE ;
450*8dcb2a10SAndre Fischer        Text = "Style";
451*8dcb2a10SAndre Fischer    };
452*8dcb2a10SAndre Fischer
453*8dcb2a10SAndre Fischer    PushButton PB_OPTIONS
454*8dcb2a10SAndre Fischer    {
455*8dcb2a10SAndre Fischer        HelpId = HID_PPROPERTYPANEL_LINE_BTN_STYLE;
456*8dcb2a10SAndre Fischer        Pos = MAP_APPFONT (  POPUPPANEL_MARGIN_LARGE + OFFSET_X , POPUPPANEL_MARGIN_SMALL * 2 + OFFSET_Y  );
457*8dcb2a10SAndre Fischer        Size = MAP_APPFONT ( 93 , 13 );
458*8dcb2a10SAndre Fischer        TabStop = TRUE;
459*8dcb2a10SAndre Fischer        Text [ en-US ] = "~More Options...";
460*8dcb2a10SAndre Fischer    };
461*8dcb2a10SAndre Fischer
462*8dcb2a10SAndre Fischer    String STR_STYLE_NONE
463*8dcb2a10SAndre Fischer    {
464*8dcb2a10SAndre Fischer        Text [ en-US ] = "None";
465*8dcb2a10SAndre Fischer    };
466*8dcb2a10SAndre Fischer    String STR_STYLE_LINE1
467*8dcb2a10SAndre Fischer    {
468*8dcb2a10SAndre Fischer        Text [ en-US ] = "Continuous";
469*8dcb2a10SAndre Fischer    };
470*8dcb2a10SAndre Fischer    String STR_STYLE_LINE2
471*8dcb2a10SAndre Fischer    {
472*8dcb2a10SAndre Fischer        Text [ en-US ] = "Ultrafine dashed";
473*8dcb2a10SAndre Fischer    };
474*8dcb2a10SAndre Fischer    String STR_STYLE_LINE3
475*8dcb2a10SAndre Fischer    {
476*8dcb2a10SAndre Fischer        Text [ en-US ] = "Dashed (variable)";
477*8dcb2a10SAndre Fischer    };
478*8dcb2a10SAndre Fischer    String STR_STYLE_LINE4
479*8dcb2a10SAndre Fischer    {
480*8dcb2a10SAndre Fischer        Text [ en-US ] = "Fine dashed (variable)";
481*8dcb2a10SAndre Fischer    };
482*8dcb2a10SAndre Fischer    String STR_STYLE_LINE5
483*8dcb2a10SAndre Fischer    {
484*8dcb2a10SAndre Fischer        Text [ en-US ] = "Fine dashed";
485*8dcb2a10SAndre Fischer    };
486*8dcb2a10SAndre Fischer    String STR_STYLE_LINE6
487*8dcb2a10SAndre Fischer    {
488*8dcb2a10SAndre Fischer        Text [ en-US ] = "Fine dotted";
489*8dcb2a10SAndre Fischer    };
490*8dcb2a10SAndre Fischer    String STR_STYLE_LINE7
491*8dcb2a10SAndre Fischer    {
492*8dcb2a10SAndre Fischer        Text [ en-US ] = "Ultrafine dotted (variable)";
493*8dcb2a10SAndre Fischer    };
494*8dcb2a10SAndre Fischer    String STR_STYLE_LINE8
495*8dcb2a10SAndre Fischer    {
496*8dcb2a10SAndre Fischer        Text [ en-US ] = "3 dashes 3 dots (variable)";
497*8dcb2a10SAndre Fischer    };
498*8dcb2a10SAndre Fischer    String STR_STYLE_LINE9
499*8dcb2a10SAndre Fischer    {
500*8dcb2a10SAndre Fischer        Text [ en-US ] = "2 dots 1 dash";
501*8dcb2a10SAndre Fischer    };
502*8dcb2a10SAndre Fischer    String STR_STYLE_LINE10
503*8dcb2a10SAndre Fischer    {
504*8dcb2a10SAndre Fischer        Text [ en-US ] = "Ultrafine 2 dots 3 dashes";
505*8dcb2a10SAndre Fischer    };
506*8dcb2a10SAndre Fischer    String STR_STYLE_LINE11
507*8dcb2a10SAndre Fischer    {
508*8dcb2a10SAndre Fischer        Text [ en-US ] = "Line with fine dots";
509*8dcb2a10SAndre Fischer    };
510*8dcb2a10SAndre Fischer
511*8dcb2a10SAndre Fischer    Image IMG_LINE1
512*8dcb2a10SAndre Fischer    {
513*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line1.png";};
514*8dcb2a10SAndre Fischer    };
515*8dcb2a10SAndre Fischer    Image IMG_LINE1_S
516*8dcb2a10SAndre Fischer    {
517*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line1_h.png";};
518*8dcb2a10SAndre Fischer    };
519*8dcb2a10SAndre Fischer    Image IMG_LINE2
520*8dcb2a10SAndre Fischer    {
521*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line2.png";};
522*8dcb2a10SAndre Fischer    };
523*8dcb2a10SAndre Fischer    Image IMG_LINE2_S
524*8dcb2a10SAndre Fischer    {
525*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line2_h.png";};
526*8dcb2a10SAndre Fischer    };
527*8dcb2a10SAndre Fischer    Image IMG_LINE3
528*8dcb2a10SAndre Fischer    {
529*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line3.png";};
530*8dcb2a10SAndre Fischer    };
531*8dcb2a10SAndre Fischer    Image IMG_LINE3_S
532*8dcb2a10SAndre Fischer    {
533*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line3_h.png";};
534*8dcb2a10SAndre Fischer    };
535*8dcb2a10SAndre Fischer    Image IMG_LINE4
536*8dcb2a10SAndre Fischer    {
537*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line4.png";};
538*8dcb2a10SAndre Fischer    };
539*8dcb2a10SAndre Fischer    Image IMG_LINE4_S
540*8dcb2a10SAndre Fischer    {
541*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line4_h.png";};
542*8dcb2a10SAndre Fischer    };
543*8dcb2a10SAndre Fischer    Image IMG_LINE5
544*8dcb2a10SAndre Fischer    {
545*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line5.png";};
546*8dcb2a10SAndre Fischer    };
547*8dcb2a10SAndre Fischer    Image IMG_LINE5_S
548*8dcb2a10SAndre Fischer    {
549*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line5_h.png";};
550*8dcb2a10SAndre Fischer    };
551*8dcb2a10SAndre Fischer    Image IMG_LINE6
552*8dcb2a10SAndre Fischer    {
553*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line6.png";};
554*8dcb2a10SAndre Fischer    };
555*8dcb2a10SAndre Fischer    Image IMG_LINE6_S
556*8dcb2a10SAndre Fischer    {
557*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line6_h.png";};
558*8dcb2a10SAndre Fischer    };
559*8dcb2a10SAndre Fischer    Image IMG_LINE7
560*8dcb2a10SAndre Fischer    {
561*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line7.png";};
562*8dcb2a10SAndre Fischer    };
563*8dcb2a10SAndre Fischer    Image IMG_LINE7_S
564*8dcb2a10SAndre Fischer    {
565*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line7_h.png";};
566*8dcb2a10SAndre Fischer    };
567*8dcb2a10SAndre Fischer    Image IMG_LINE8
568*8dcb2a10SAndre Fischer    {
569*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line8.png";};
570*8dcb2a10SAndre Fischer    };
571*8dcb2a10SAndre Fischer    Image IMG_LINE8_S
572*8dcb2a10SAndre Fischer    {
573*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line8_h.png";};
574*8dcb2a10SAndre Fischer    };
575*8dcb2a10SAndre Fischer    Image IMG_LINE9
576*8dcb2a10SAndre Fischer    {
577*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line9.png";};
578*8dcb2a10SAndre Fischer    };
579*8dcb2a10SAndre Fischer    Image IMG_LINE9_S
580*8dcb2a10SAndre Fischer    {
581*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line9_h.png";};
582*8dcb2a10SAndre Fischer    };
583*8dcb2a10SAndre Fischer    Image IMG_LINE10
584*8dcb2a10SAndre Fischer    {
585*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line10.png";};
586*8dcb2a10SAndre Fischer    };
587*8dcb2a10SAndre Fischer    Image IMG_LINE10_S
588*8dcb2a10SAndre Fischer    {
589*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line10_h.png";};
590*8dcb2a10SAndre Fischer    };
591*8dcb2a10SAndre Fischer    Image IMG_LINE11
592*8dcb2a10SAndre Fischer    {
593*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line11.png";};
594*8dcb2a10SAndre Fischer    };
595*8dcb2a10SAndre Fischer    Image IMG_LINE11_S
596*8dcb2a10SAndre Fischer    {
597*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line11_h.png";};
598*8dcb2a10SAndre Fischer    };
599*8dcb2a10SAndre Fischer
600*8dcb2a10SAndre Fischer    //high contrast
601*8dcb2a10SAndre Fischer    Image IMG_LINE1_H
602*8dcb2a10SAndre Fischer    {
603*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line1_hh.png";};
604*8dcb2a10SAndre Fischer    };
605*8dcb2a10SAndre Fischer    Image IMG_LINE2_H
606*8dcb2a10SAndre Fischer    {
607*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line2_hh.png";};
608*8dcb2a10SAndre Fischer    };
609*8dcb2a10SAndre Fischer    Image IMG_LINE3_H
610*8dcb2a10SAndre Fischer    {
611*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line3_hh.png";};
612*8dcb2a10SAndre Fischer    };
613*8dcb2a10SAndre Fischer    Image IMG_LINE4_H
614*8dcb2a10SAndre Fischer    {
615*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line4_hh.png";};
616*8dcb2a10SAndre Fischer    };
617*8dcb2a10SAndre Fischer    Image IMG_LINE5_H
618*8dcb2a10SAndre Fischer    {
619*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line5_hh.png";};
620*8dcb2a10SAndre Fischer    };
621*8dcb2a10SAndre Fischer    Image IMG_LINE6_H
622*8dcb2a10SAndre Fischer    {
623*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line6_hh.png";};
624*8dcb2a10SAndre Fischer    };
625*8dcb2a10SAndre Fischer    Image IMG_LINE7_H
626*8dcb2a10SAndre Fischer    {
627*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line7_hh.png";};
628*8dcb2a10SAndre Fischer    };
629*8dcb2a10SAndre Fischer    Image IMG_LINE8_H
630*8dcb2a10SAndre Fischer    {
631*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line8_hh.png";};
632*8dcb2a10SAndre Fischer    };
633*8dcb2a10SAndre Fischer    Image IMG_LINE9_H
634*8dcb2a10SAndre Fischer    {
635*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line9_hh.png";};
636*8dcb2a10SAndre Fischer    };
637*8dcb2a10SAndre Fischer    Image IMG_LINE10_H
638*8dcb2a10SAndre Fischer    {
639*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line10_hh.png";};
640*8dcb2a10SAndre Fischer    };
641*8dcb2a10SAndre Fischer    Image IMG_LINE11_H
642*8dcb2a10SAndre Fischer    {
643*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/style_line11_hh.png";};
644*8dcb2a10SAndre Fischer    };
645*8dcb2a10SAndre Fischer};
646*8dcb2a10SAndre FischerControl RID_POPUPPANEL_LINEPAGE_WIDTH
647*8dcb2a10SAndre Fischer{
648*8dcb2a10SAndre Fischer    OutputSize = TRUE;
649*8dcb2a10SAndre Fischer    DialogControl = TRUE;
650*8dcb2a10SAndre Fischer    Border = FALSE;
651*8dcb2a10SAndre Fischer
652*8dcb2a10SAndre Fischer    Size = MAP_APPFONT(  POPUPPANEL_MARGIN_SMALL * 2 + POPUP_BORDER_WIDTH  + 80,    POPUPPANEL_MARGIN_SMALL + POPUPPANEL_MARGIN_LARGE + POPUP_BORDER_WIDTH + 12 * 9 + POPUPPANEL_MARGIN_SMALL * 2 + TEXT_HEIGHT + (POPUPPANEL_MARGIN_LARGE * 2 +  TEXT_HEIGHT + 12 +  TEXT_CONTROL_SPACING_VERTICAL));
653*8dcb2a10SAndre Fischer
654*8dcb2a10SAndre Fischer    Control VS_WIDTH
655*8dcb2a10SAndre Fischer    {
656*8dcb2a10SAndre Fischer        HelpId = HID_PPROPERTYPANEL_LINE_VS_WIDTH ;
657*8dcb2a10SAndre Fischer        Hide = TRUE ;
658*8dcb2a10SAndre Fischer        Pos = MAP_APPFONT( POPUPPANEL_MARGIN_SMALL + OFFSET_X , POPUPPANEL_MARGIN_SMALL + OFFSET_Y );
659*8dcb2a10SAndre Fischer        Size = MAP_APPFONT ( 80  , 12 * 9);
660*8dcb2a10SAndre Fischer        TabStop = TRUE ;
661*8dcb2a10SAndre Fischer        Text = "Width";
662*8dcb2a10SAndre Fischer    };
663*8dcb2a10SAndre Fischer    FixedText FT_CUSTOME
664*8dcb2a10SAndre Fischer    {
665*8dcb2a10SAndre Fischer        Pos = MAP_APPFONT ( POPUPPANEL_MARGIN_LARGE + OFFSET_X, POPUPPANEL_MARGIN_SMALL + OFFSET_Y + 12 * 9 + POPUPPANEL_MARGIN_SMALL ) ;
666*8dcb2a10SAndre Fischer        Size = MAP_APPFONT ( 80  , TEXT_HEIGHT ) ;
667*8dcb2a10SAndre Fischer        Text [ en-US ] = "Custom:" ;
668*8dcb2a10SAndre Fischer    };
669*8dcb2a10SAndre Fischer    FixedText FT_LINE_WIDTH
670*8dcb2a10SAndre Fischer    {
671*8dcb2a10SAndre Fischer        Pos = MAP_APPFONT ( CUSTOM_X + POPUPPANEL_MARGIN_LARGE, CUSTOM_Y + POPUPPANEL_MARGIN_LARGE) ;
672*8dcb2a10SAndre Fischer        Size = MAP_APPFONT (  74 - POPUPPANEL_MARGIN_LARGE * 2   , TEXT_HEIGHT ) ;
673*8dcb2a10SAndre Fischer        Text [ en-US ] = "Line ~width:" ;
674*8dcb2a10SAndre Fischer    };
675*8dcb2a10SAndre Fischer    MetricField MF_WIDTH
676*8dcb2a10SAndre Fischer    {
677*8dcb2a10SAndre Fischer        Border = TRUE ;
678*8dcb2a10SAndre Fischer        HelpID = HID_PPROPERTYPANEL_LINE_MTR_WIDTH ;
679*8dcb2a10SAndre Fischer        Pos = MAP_APPFONT (  CUSTOM_X + POPUPPANEL_MARGIN_LARGE  , CUSTOM_Y + POPUPPANEL_MARGIN_LARGE + TEXT_HEIGHT + TEXT_CONTROL_SPACING_VERTICAL) ;
680*8dcb2a10SAndre Fischer        Size = MAP_APPFONT ( 40 , 12 ) ;
681*8dcb2a10SAndre Fischer        TabStop = TRUE ;
682*8dcb2a10SAndre Fischer        Right = TRUE ;
683*8dcb2a10SAndre Fischer        Repeat = TRUE ;
684*8dcb2a10SAndre Fischer        Spin = TRUE ;
685*8dcb2a10SAndre Fischer        Maximum = 5000 ;
686*8dcb2a10SAndre Fischer        StrictFormat = TRUE ;
687*8dcb2a10SAndre Fischer        DecimalDigits = 2 ;
688*8dcb2a10SAndre Fischer        Value = 1 ;
689*8dcb2a10SAndre Fischer        Unit = FUNIT_MM ;
690*8dcb2a10SAndre Fischer        Last = 5000 ;
691*8dcb2a10SAndre Fischer        SpinSize = 10 ;
692*8dcb2a10SAndre Fischer        QuickHelpText [ en-US ] = "Specify the width of the line.";
693*8dcb2a10SAndre Fischer    };
694*8dcb2a10SAndre Fischer
695*8dcb2a10SAndre Fischer    Image IMG_WIDTH_CUSTOM
696*8dcb2a10SAndre Fischer    {
697*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/last_custom_common.png";};
698*8dcb2a10SAndre Fischer    };
699*8dcb2a10SAndre Fischer    Image IMG_WIDTH_CUSTOM_GRAY
700*8dcb2a10SAndre Fischer    {
701*8dcb2a10SAndre Fischer        ImageBitmap = Bitmap{File = "symphony/last_custom_common_grey.png";};
702*8dcb2a10SAndre Fischer    };
703*8dcb2a10SAndre Fischer    String STR_WIDTH_LAST_CUSTOM
704*8dcb2a10SAndre Fischer    {
705*8dcb2a10SAndre Fischer        Text [ en-US ] = "Last Custom Value";
706*8dcb2a10SAndre Fischer    };
707*8dcb2a10SAndre Fischer    String STR_PT
708*8dcb2a10SAndre Fischer    {
709*8dcb2a10SAndre Fischer        Text [ en-US ] = "pt";
710*8dcb2a10SAndre Fischer    };
711*8dcb2a10SAndre Fischer};
712