xref: /AOO41X/main/sc/source/ui/sidebar/CellAppearancePropertyPanel.src (revision 237d872130957ce6f4a3e32e05b439fb668e6100)
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 "CellAppearancePropertyPanel.hrc"
25#include <sfx2/sidebar/ResourceDefinitions.hrc>
26#include "sc.hrc"
27#include "helpids.h"
28
29#define TOOLBOX_WIDTH 50
30#define TOOLBOX_HEIGHT 15
31
32#define TOOLBOX_WIDTH_2 34
33#define TOOLBOX_HEIGHT_2 30
34
35#define TOOLBOX_BORDER_WIDTH 107
36#define PB_BORDER_MOREBTN 57
37#define POPUPPANEL_MARGIN_SMALL_PIXEL 8
38
39// the basic propertypanel
40
41Control RID_PROPERTYPANEL_SC_APPEAR
42{
43    OutputSize = TRUE ;
44    DialogControl = TRUE ;
45    Border = FALSE ;
46
47    Size = MAP_APPFONT ( PROPERTYPAGE_WIDTH, SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT * 2 + TEXT_CONTROL_SPACING_VERTICAL * 2 + TOOLBOX_HEIGHT + CONTROL_SPACING_VERTICAL * 2 + TOOLBOX_HEIGHT_2 + CBOX_HEIGHT + SECTIONPAGE_MARGIN_VERTICAL_BOT - 2 ) ;
48    HelpID = HID_PROPERTYPANEL_SC_CELL_SECTION ;
49    Text [ en-US ] = "Cell Appearance" ;
50
51    FixedText FT_BK_COLOR
52    {
53        Pos = MAP_APPFONT ( SECTIONPAGE_MARGIN_HORIZONTAL, SECTIONPAGE_MARGIN_VERTICAL_TOP ) ;
54        Size = MAP_APPFONT ( PROPERTYPAGE_WIDTH - SECTIONPAGE_MARGIN_HORIZONTAL * 2, TEXT_HEIGHT ) ;
55        Text [ en-US ] = "~Cell background:" ;
56    };
57    ToolBox TB_BK_COLOR
58    {
59        SVLook = TRUE ;
60        Pos = MAP_APPFONT ( SECTIONPAGE_MARGIN_HORIZONTAL, SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT + TEXT_CONTROL_SPACING_VERTICAL ) ;
61        Size = MAP_APPFONT ( TOOLBOX_WIDTH, TOOLBOX_HEIGHT ) ;
62        TabStop = TRUE ;
63        HelpID = HID_PROPERTYPANEL_SC_TBX_BKCOLOR ;
64        Text [ en-US ] = "Cell Background" ;
65        ItemList =
66        {
67            ToolBoxItem
68            {
69                Identifier = TBI_BK_COLOR ;
70                DropDown = TRUE ;
71                Text [ en-US ] = "Cell background" ;
72                HelpID = HID_PROPERTYPANEL_SC_TBI_BKCOLOR ;
73            };
74        };
75    };
76    String STR_QH_BK_COLOR
77    {
78        Text [ en-US ] = "Select the background color of the selected cells." ;
79    };
80    FixedText FT_BORDER
81    {
82        Pos = MAP_APPFONT ( SECTIONPAGE_MARGIN_HORIZONTAL, SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT + TEXT_CONTROL_SPACING_VERTICAL + TOOLBOX_HEIGHT + CONTROL_SPACING_VERTICAL ) ;
83        Size = MAP_APPFONT ( PROPERTYPAGE_WIDTH - SECTIONPAGE_MARGIN_HORIZONTAL * 2, TEXT_HEIGHT ) ;
84        Text [ en-US ] = "Cell ~border:" ;
85    };
86    ToolBox TB_APP_BORDER
87    {
88        SVLook = TRUE ;
89        Pos = MAP_APPFONT ( SECTIONPAGE_MARGIN_HORIZONTAL, SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT * 2 + TEXT_CONTROL_SPACING_VERTICAL * 2 + TOOLBOX_HEIGHT + CONTROL_SPACING_VERTICAL ) ;
90        Size = MAP_APPFONT ( TOOLBOX_WIDTH_2, TOOLBOX_HEIGHT_2 ) ;
91        TabStop = TRUE ;
92        HelpID = HID_PROPERTYPANEL_SC_TBX_BORDER ;
93        Text [ en-US ] = "Cell Border" ;
94        ItemList =
95        {
96            ToolBoxItem
97            {
98                Identifier = TBI_BORDER ;
99                DropDown = TRUE ;
100                Text [ en-US ] = "Cell border" ;
101                HelpID = HID_PROPERTYPANEL_SC_TBI_BORDER ;
102            };
103        };
104    };
105    String STR_QH_BORDER
106    {
107        Text [ en-US ] = "Specify the borders of the selected cells." ;
108    };
109    ToolBox TB_BORDER_LINE_STYLE
110    {
111        SVLook = TRUE ;
112        Pos = MAP_APPFONT ( SECTIONPAGE_MARGIN_HORIZONTAL + TOOLBOX_WIDTH_2 + 3, SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT * 2 + TEXT_CONTROL_SPACING_VERTICAL * 2 + TOOLBOX_HEIGHT + CONTROL_SPACING_VERTICAL ) ;
113        Size = MAP_APPFONT ( TOOLBOX_WIDTH, TOOLBOX_HEIGHT ) ;
114        TabStop = TRUE ;
115        HelpID = HID_PROPERTYPANEL_SC_TBX_STYLE ;
116        Text [ en-US ] = "Line Style" ;
117        ItemList =
118        {
119            ToolBoxItem
120            {
121                Identifier = TBI_LINE_STYLE ;
122                DropDown = TRUE ;
123                Text [ en-US ] = "Line style" ;
124                HelpID = HID_PROPERTYPANEL_SC_TBI_STYLE ;
125            };
126        };
127    };
128    String STR_QH_BORDER_LINE_STYLE
129    {
130        Text [ en-US ] = "Select the line style of the borders." ;
131    };
132    ToolBox TB_BORDER_LINE_COLOR
133    {
134        SVLook = TRUE ;
135        Pos = MAP_APPFONT ( SECTIONPAGE_MARGIN_HORIZONTAL + TOOLBOX_WIDTH_2 + 3, SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT * 2 + TEXT_CONTROL_SPACING_VERTICAL * 2 + TOOLBOX_HEIGHT * 2 + CONTROL_SPACING_VERTICAL + 3 ) ;
136        Size = MAP_APPFONT ( TOOLBOX_WIDTH, TOOLBOX_HEIGHT ) ;
137        TabStop = TRUE ;
138        HelpID = HID_PROPERTYPANEL_SC_TBX_LINECOLOR ;
139        Text [ en-US ] = "Line Color" ;
140        ItemList =
141        {
142            ToolBoxItem
143            {
144                Identifier = TBI_LINE_COLOR ;
145                DropDown = TRUE ;
146                Text [ en-US ] = "Line color" ;
147                HelpID = HID_PROPERTYPANEL_SC_TBI_LINECOLOR ;
148            };
149        };
150    };
151    String STR_QH_BORDER_LINE_COLOR
152    {
153        Text [ en-US ] = "Select the line color of the borders." ;
154    };
155    CheckBox CBX_SHOW_GRID
156    {
157        Pos = MAP_APPFONT ( SECTIONPAGE_MARGIN_HORIZONTAL, SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT * 2 + TEXT_CONTROL_SPACING_VERTICAL * 2 + TOOLBOX_HEIGHT + CONTROL_SPACING_VERTICAL * 2 + TOOLBOX_HEIGHT_2 + 2 ) ;
158        Size = MAP_APPFONT ( 90, CBOX_HEIGHT ) ;
159        TabStop = TRUE ;
160        Text [ en-US ] = "Show cell ~grid lines" ;
161        QuickHelpText [ en-US ] = "Show the grid lines of the cells in the entire spreadsheet." ;
162        HelpID = HID_PROPERTYPANEL_SC_CBOX_SHOWGRID ;
163    };
164
165    Image IMG_BK_COLOR
166    {
167        ImageBitmap = Bitmap {File = "sidebar/fill_color.png" ;} ;
168    };
169    Image IMG_CELL_BORDER
170    {
171        ImageBitmap = Bitmap {File = "sidebar/CellBorder.png" ;} ;
172    };
173    Image IMG_LINE_COLOR
174    {
175        ImageBitmap = Bitmap {File = "sidebar/Line_color.png" ;} ;
176    };
177    Image IMG_LINE_STYLE1
178    {
179        ImageBitmap = Bitmap {File = "sidebar/CellBorderLineStyle_005.png" ;} ;
180    };
181    Image IMG_LINE_STYLE2
182    {
183        ImageBitmap = Bitmap {File = "sidebar/CellBorderLineStyle_250.png" ;} ;
184    };
185    Image IMG_LINE_STYLE3
186    {
187        ImageBitmap = Bitmap {File = "sidebar/CellBorderLineStyle_400.png" ;} ;
188    };
189    Image IMG_LINE_STYLE4
190    {
191        ImageBitmap = Bitmap {File = "sidebar/CellBorderLineStyle_500.png" ;} ;
192    };
193    Image IMG_LINE_STYLE5
194    {
195        ImageBitmap = Bitmap {File = "sidebar/CellBorderLineStyle_110.png" ;} ;
196    };
197    Image IMG_LINE_STYLE6
198    {
199        ImageBitmap = Bitmap {File = "sidebar/CellBorderLineStyle_260.png" ;} ;
200    };
201    Image IMG_LINE_STYLE7
202    {
203        ImageBitmap = Bitmap {File = "sidebar/CellBorderLineStyle_450.png" ;} ;
204    };
205    Image IMG_LINE_STYLE8
206    {
207        ImageBitmap = Bitmap {File = "sidebar/CellBorderLineStyle_505.png" ;} ;
208    };
209    Image IMG_LINE_STYLE9
210    {
211        ImageBitmap = Bitmap {File = "sidebar/CellBorderLineStyle_750.png" ;} ;
212    };
213
214    // high contrast
215    Image IMG_BK_COLOR_H
216    {
217        ImageBitmap = Bitmap {File = "sidebar/fill_color_h.png" ;} ;
218    };
219    Image IMG_LINE_STYLE1_H
220    {
221        ImageBitmap = Bitmap {File = "sidebar/CellBorderLineStyle_005_h.png" ;} ;
222    };
223    Image IMG_LINE_STYLE2_H
224    {
225        ImageBitmap = Bitmap {File = "sidebar/CellBorderLineStyle_250_h.png" ;} ;
226    };
227    Image IMG_LINE_STYLE3_H
228    {
229        ImageBitmap = Bitmap {File = "sidebar/CellBorderLineStyle_400_h.png" ;} ;
230    };
231    Image IMG_LINE_STYLE4_H
232    {
233        ImageBitmap = Bitmap {File = "sidebar/CellBorderLineStyle_500_h.png" ;} ;
234    };
235    Image IMG_LINE_STYLE5_H
236    {
237        ImageBitmap = Bitmap {File = "sidebar/CellBorderLineStyle_110_h.png" ;} ;
238    };
239    Image IMG_LINE_STYLE6_H
240    {
241        ImageBitmap = Bitmap {File = "sidebar/CellBorderLineStyle_260_h.png" ;} ;
242    };
243    Image IMG_LINE_STYLE7_H
244    {
245        ImageBitmap = Bitmap {File = "sidebar/CellBorderLineStyle_450_h.png" ;} ;
246    };
247    Image IMG_LINE_STYLE8_H
248    {
249        ImageBitmap = Bitmap {File = "sidebar/CellBorderLineStyle_505_h.png" ;} ;
250    };
251    Image IMG_LINE_STYLE9_H
252    {
253        ImageBitmap = Bitmap {File = "sidebar/CellBorderLineStyle_750_h.png" ;} ;
254    };
255
256};
257
258// fill color popup
259
260Control RID_POPUPPANEL_CELLAPPEARANCE_FILLCOLOR
261{
262    OutputSize = TRUE ;
263    DialogControl = TRUE ;
264    Border = FALSE ;
265    Size = MAP_APPFONT ( POPUP_COLOR_PICKER_WIDTH, POPUP_COLOR_PICKER_HEIGHT ) ;
266
267    Control VS_FILLCOLOR
268    {
269        HelpID = HID_PROPERTYPANEL_FILL_COLOR_VS ;
270        Hide = TRUE ;
271        Pos = MAP_APPFONT ( OFFSET_X, OFFSET_Y ) ;
272        Size = MAP_APPFONT ( POPUP_COLOR_PICKER_WIDTH - OFFSET_X * 2, POPUP_COLOR_PICKER_HEIGHT - OFFSET_Y * 2 ) ;
273        TabStop = TRUE ;
274        Text [ en-US ] = "Color" ;
275    };
276
277    String VS_NOFILLCOLOR
278    {
279        Text [ en-US ] = "No Color" ;
280    };
281};
282
283// line color popup
284
285Control RID_POPUPPANEL_CELLAPPEARANCE_LINECOLOR
286{
287    OutputSize = TRUE ;
288    DialogControl = TRUE ;
289    Border = FALSE ;
290    Size = MAP_APPFONT ( POPUP_COLOR_PICKER_WIDTH, POPUP_COLOR_PICKER_HEIGHT ) ;
291
292    Control VS_LINECOLOR
293    {
294        HelpID = HID_PROPERTYPANEL_LINE_COLOR_VS ;
295        Hide = TRUE ;
296        Pos = MAP_APPFONT ( OFFSET_X, OFFSET_Y ) ;
297        Size = MAP_APPFONT ( POPUP_COLOR_PICKER_WIDTH - OFFSET_X * 2, POPUP_COLOR_PICKER_HEIGHT - OFFSET_Y * 2 ) ;
298        TabStop = TRUE ;
299        Text [ en-US ] = "Color" ;
300    };
301};
302
303// cell line style popup
304
305Control RID_POPUPPANEL_APPEARANCE_CELL_LINESTYLE
306{
307    OutputSize = TRUE ;
308    DialogControl = TRUE ;
309    Border = FALSE ;
310
311    Size = MAP_APPFONT (
312        POPUPPANEL_MARGIN_SMALL * 2 + POPUP_BORDER_WIDTH + 80,
313        13 + POPUP_BORDER_HEIGHT + POPUPPANEL_MARGIN_SMALL * 2 + POPUPPANEL_MARGIN_LARGE + 12 * 9 ) ;
314
315    Control VS_STYLE
316    {
317        HelpID = HID_PROPERTYPANEL_SC_STYLE_VS ;
318        Hide = TRUE ;
319        Pos = MAP_APPFONT ( POPUPPANEL_MARGIN_SMALL + OFFSET_X, POPUPPANEL_MARGIN_SMALL + OFFSET_Y ) ;
320        Size = MAP_APPFONT ( 80, 12 * 9 ) ;
321        TabStop = TRUE ;
322        Text [ en-US ] = "Line Style" ;
323    };
324    PushButton PB_OPTIONS
325    {
326        HelpID = HID_PROPERTYPANEL_SC_STYLE_PB ;
327        Pos = MAP_APPFONT ( POPUPPANEL_MARGIN_LARGE + OFFSET_X, POPUPPANEL_MARGIN_SMALL * 2 + OFFSET_Y + 12 * 9 ) ;
328        Size = MAP_APPFONT ( 75, 12 ) ;
329        TabStop = TRUE ;
330        Text [ en-US ] = "~More Options..." ;
331    };
332};
333
334// cell border style popup
335
336Control RID_POPUPPANEL_APPEARANCE_CELL_BORDERSTYLE
337{
338    OutputSize = TRUE ;
339    DialogControl = TRUE ;
340    Border = FALSE ;
341
342    Size = MAP_PIXEL( POPUPPANEL_MARGIN_SMALL_PIXEL * 2 + 108, POPUPPANEL_MARGIN_SMALL_PIXEL * 2 + 138 ) ;
343
344    ToolBox TB_BORDER1
345    {
346        SVLook = TRUE ;
347        Pos = MAP_PIXEL ( POPUPPANEL_MARGIN_SMALL_PIXEL, POPUPPANEL_MARGIN_SMALL_PIXEL ) ; //MAP_APPFONT ( POPUPPANEL_MARGIN_SMALL + OFFSET_X + 1, POPUPPANEL_MARGIN_SMALL + OFFSET_Y + 1 ) ;
348        Size = MAP_PIXEL ( TOOLBOX_BORDER_WIDTH, 31 ) ; //MAP_APPFONT ( TOOLBOX_BORDER_WIDTH, 20 ) ;
349        TabStop = TRUE ;
350        HelpID = HID_PROPERTYPANEL_SC_BORDER1_TBX ;
351        Text [ en-US ] = "Cell Border 1" ;
352        ItemList =
353        {
354            ToolBoxItem
355            {
356                Identifier = TBI_BORDER1_NONE ;
357                HelpID = HID_PROPERTYPANEL_SC_BORDER_TBI_NONE ;
358                Text [ en-US ] = "No Border" ;
359            };
360            ToolBoxItem
361            {
362                Identifier = TBI_BORDER1_ALL ;
363                HelpID = HID_PROPERTYPANEL_SC_BORDER_TBI_ALL ;
364                Text [ en-US ] = "All Borders" ;
365            };
366            ToolBoxItem
367            {
368                Identifier = TBI_BORDER1_OUTER ;
369                HelpID = HID_PROPERTYPANEL_SC_BORDER_TBI_OUTER ;
370                Text [ en-US ] = "Outside Borders" ;
371            };
372            ToolBoxItem
373            {
374                Identifier = TBI_BORDER1_OUTERBOLD ;
375                HelpID = HID_PROPERTYPANEL_SC_BORDER_TBI_OUTERBOLD ;
376                Text [ en-US ] = "Thick Box Border" ;
377            };
378        };
379    };
380    FixedLine FL_1
381    {
382        Pos = MAP_PIXEL ( POPUPPANEL_MARGIN_SMALL_PIXEL, POPUPPANEL_MARGIN_SMALL_PIXEL + 31 ) ; //MAP_APPFONT ( POPUPPANEL_MARGIN_SMALL + OFFSET_X + 1, POPUPPANEL_MARGIN_SMALL + OFFSET_Y + 20 + 1 ) ;
383        Size = MAP_PIXEL ( TOOLBOX_BORDER_WIDTH, 8 ) ; // MAP_APPFONT ( TOOLBOX_BORDER_WIDTH, 5 ) ;
384    };
385    ToolBox TB_BORDER2
386    {
387        SVLook = TRUE ;
388        Pos = MAP_PIXEL ( POPUPPANEL_MARGIN_SMALL_PIXEL, POPUPPANEL_MARGIN_SMALL_PIXEL + 31 + 8 ) ; // MAP_APPFONT ( POPUPPANEL_MARGIN_SMALL + OFFSET_X + 1, POPUPPANEL_MARGIN_SMALL + OFFSET_Y + 20 + 5 + 1 ) ;
389        Size = MAP_PIXEL ( TOOLBOX_BORDER_WIDTH, 61 ) ;
390        TabStop = TRUE ;
391        HelpID = HID_PROPERTYPANEL_SC_BORDER2_TBX ;
392        Text [ en-US ] = "Cell Border 2" ;
393    };
394    FixedLine FL_2
395    {
396        Pos = MAP_PIXEL ( POPUPPANEL_MARGIN_SMALL_PIXEL, POPUPPANEL_MARGIN_SMALL_PIXEL + 31 + 8 + 61 ) ; // MAP_APPFONT ( POPUPPANEL_MARGIN_SMALL + OFFSET_X + 1, POPUPPANEL_MARGIN_SMALL + OFFSET_Y + 20 + 38 + 5 + 1 ) ;
397        Size = MAP_PIXEL ( TOOLBOX_BORDER_WIDTH, 8 ) ;
398    };
399    ToolBox TB_BORDER3
400    {
401        SVLook = TRUE ;
402        Pos = MAP_PIXEL ( POPUPPANEL_MARGIN_SMALL_PIXEL, POPUPPANEL_MARGIN_SMALL_PIXEL + 31 +8 + 61 + 8 ) ; // MAP_APPFONT ( POPUPPANEL_MARGIN_SMALL + OFFSET_X + 1, POPUPPANEL_MARGIN_SMALL + OFFSET_Y + 20 + 38 + 10 + 1 ) ;
403        Size = MAP_PIXEL ( TOOLBOX_BORDER_WIDTH, 31 ) ;
404        TabStop = TRUE ;
405        HelpID = HID_PROPERTYPANEL_SC_BORDER3_TBX ;
406        Text [ en-US ] = "Cell Border 3" ;
407        ItemList =
408        {
409            ToolBoxItem
410            {
411                Identifier = TBI_BORDER3_S1 ;
412                HelpID = HID_PROPERTYPANEL_SC_BORDER_TBI_S1 ;
413                Text [ en-US ] = "Thick Bottom Border" ;
414            };
415            ToolBoxItem
416            {
417                Identifier = TBI_BORDER3_S2 ;
418                HelpID = HID_PROPERTYPANEL_SC_BORDER_TBI_S2 ;
419                Text [ en-US ] = "Double Bottom Border" ;
420            };
421            ToolBoxItem
422            {
423                Identifier = TBI_BORDER3_S3 ;
424                HelpID = HID_PROPERTYPANEL_SC_BORDER_TBI_S3 ;
425                Text [ en-US ] = "Top and Thick Bottom Borders" ;
426            };
427            ToolBoxItem
428            {
429                Identifier = TBI_BORDER3_S4 ;
430                HelpID = HID_PROPERTYPANEL_SC_BORDER_TBI_S4 ;
431                Text [ en-US ] = "Top and Double Bottom Borders" ;
432            };
433        };
434    };
435
436    Image IMG_BORDER1
437    {
438        ImageBitmap = Bitmap {File = "sidebar/CellBorder_Empty_18x18.png" ;} ;
439    };
440    Image IMG_BORDER2
441    {
442        ImageBitmap = Bitmap {File = "sidebar/CellBorder_All_18x18.png" ;} ;
443    };
444    Image IMG_BORDER3
445    {
446        ImageBitmap = Bitmap {File = "sidebar/CellBorder_FourBorders_18x18.png" ;} ;
447    };
448    Image IMG_BORDER4
449    {
450        ImageBitmap = Bitmap {File = "sidebar/CellBorder_FourBorders_Thick_18x18.png" ;} ;
451    };
452    Image IMG_BORDER5
453    {
454        ImageBitmap = Bitmap {File = "sidebar/CellBorder_Left_18x18.png" ;} ;
455    };
456    Image IMG_BORDER6
457    {
458        ImageBitmap = Bitmap {File = "sidebar/CellBorder_Right_18x18.png" ;} ;
459    };
460    Image IMG_BORDER7
461    {
462        ImageBitmap = Bitmap {File = "sidebar/CellBorder_Top_18x18.png" ;} ;
463    };
464    Image IMG_BORDER8
465    {
466        ImageBitmap = Bitmap {File = "sidebar/CellBorder_Bottom_18x18.png" ;} ;
467    };
468    Image IMG_BORDER9
469    {
470        ImageBitmap = Bitmap {File = "sidebar/CellBorder_RightDiagonal_18x18.png" ;} ;
471    };
472    Image IMG_BORDER10
473    {
474        ImageBitmap = Bitmap {File = "sidebar/CellBorder_LeftDiagonal_18x18.png" ;} ;
475    };
476    Image IMG_BORDER11
477    {
478        ImageBitmap = Bitmap {File = "sidebar/CellBorder_TopAndBottom_18x18.png" ;} ;
479    };
480    Image IMG_BORDER12
481    {
482        ImageBitmap = Bitmap {File = "sidebar/CellBorder_LeftAndRight_18x18.png" ;} ;
483    };
484    Image IMG_BORDER13
485    {
486        ImageBitmap = Bitmap {File = "sidebar/CellBorder_Bottom_Thick_18x18.png" ;} ;
487    };
488    Image IMG_BORDER14
489    {
490        ImageBitmap = Bitmap {File = "sidebar/CellBorder_Bottom_Double_18x18.png" ;} ;
491    };
492    Image IMG_BORDER15
493    {
494        ImageBitmap = Bitmap {File = "sidebar/CellBorder_TopThin_BottomThick_18x18.png" ;} ;
495    };
496    Image IMG_BORDER16
497    {
498        ImageBitmap = Bitmap {File = "sidebar/CellBorder_TopSingle_BottomDouble_18x18.png" ;} ;
499    };
500    String STR_BORDER_1
501    {
502        Text [ en-US ] = "Left Border" ;
503    };
504    String STR_BORDER_2
505    {
506        Text [ en-US ] = "Right Border" ;
507    };
508    String STR_BORDER_3
509    {
510        Text [ en-US ] = "Top Border" ;
511    };
512    String STR_BORDER_4
513    {
514        Text [ en-US ] = "Bottom Border" ;
515    };
516    String STR_BORDER_5
517    {
518        Text [ en-US ] = "Diagonal Up Border" ;
519    };
520    String STR_BORDER_6
521    {
522        Text [ en-US ] = "Diagonal Down Border" ;
523    };
524    String STR_BORDER_7
525    {
526        Text [ en-US ] = "Top and Bottom Borders" ;
527    };
528    String STR_BORDER_8
529    {
530        Text [ en-US ] = "Left and Right Borders" ;
531    };
532
533    // high contrast
534    Image IMG_BORDER1_H
535    {
536        ImageBitmap = Bitmap {File = "sidebar/CellBorder_Empty_18x18_h.png" ;} ;
537    };
538    Image IMG_BORDER2_H
539    {
540        ImageBitmap = Bitmap {File = "sidebar/CellBorder_All_18x18_h.png" ;} ;
541    };
542    Image IMG_BORDER3_H
543    {
544        ImageBitmap = Bitmap {File = "sidebar/CellBorder_FourBorders_18x18_h.png" ;} ;
545    };
546    Image IMG_BORDER4_H
547    {
548        ImageBitmap = Bitmap {File = "sidebar/CellBorder_FourBorders_Thick_18x18_h.png" ;} ;
549    };
550    Image IMG_BORDER5_H
551    {
552        ImageBitmap = Bitmap {File = "sidebar/CellBorder_Left_18x18_h.png" ;} ;
553    };
554    Image IMG_BORDER6_H
555    {
556        ImageBitmap = Bitmap {File = "sidebar/CellBorder_Right_18x18_h.png" ;} ;
557    };
558    Image IMG_BORDER7_H
559    {
560        ImageBitmap = Bitmap {File = "sidebar/CellBorder_Top_18x18_h.png" ;} ;
561    };
562    Image IMG_BORDER8_H
563    {
564        ImageBitmap = Bitmap {File = "sidebar/CellBorder_Bottom_18x18_h.png" ;} ;
565    };
566    Image IMG_BORDER9_H
567    {
568        ImageBitmap = Bitmap {File = "sidebar/CellBorder_RightDiagonal_18x18_h.png" ;} ;
569    };
570    Image IMG_BORDER10_H
571    {
572        ImageBitmap = Bitmap {File = "sidebar/CellBorder_LeftDiagonal_18x18_h.png" ;} ;
573    };
574    Image IMG_BORDER11_H
575    {
576        ImageBitmap = Bitmap {File = "sidebar/CellBorder_TopAndBottom_18x18_h.png" ;} ;
577    };
578    Image IMG_BORDER12_H
579    {
580        ImageBitmap = Bitmap {File = "sidebar/CellBorder_LeftAndRight_18x18_h.png" ;} ;
581    };
582    Image IMG_BORDER13_H
583    {
584        ImageBitmap = Bitmap {File = "sidebar/CellBorder_Bottom_Thick_18x18_h.png" ;} ;
585    };
586    Image IMG_BORDER14_H
587    {
588        ImageBitmap = Bitmap {File = "sidebar/CellBorder_Bottom_Double_18x18_h.png" ;} ;
589    };
590    Image IMG_BORDER15_H
591    {
592        ImageBitmap = Bitmap {File = "sidebar/CellBorder_TopThin_BottomThick_18x18_h.png" ;} ;
593    };
594    Image IMG_BORDER16_H
595    {
596        ImageBitmap = Bitmap {File = "sidebar/CellBorder_TopSingle_BottomDouble_18x18_h.png" ;} ;
597    };
598};
599
600// ********************************************************************** EOF
601
602