xref: /trunk/main/svx/source/dialog/frmsel.src (revision c91f27c4)
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#ifndef _SVX_DIALOGS_HRC
25#include <svx/dialogs.hrc>
26#endif
27#ifndef SVX_FRMSEL_HRC
28#include "frmsel.hrc"
29#endif
30
31Resource RID_SVXSTR_BORDER_CONTROL
32{
33	StringArray ARR_TEXTS
34	{
35		ItemList [ en-US ] =
36		{
37			< "Border setting" ; 0;										> ;
38			< "Left border line" ; 1;									> ;
39			< "Right border line" ; 2;									> ;
40			< "Top border line" ; 3;									> ;
41			< "Bottom border line" ; 4;									> ;
42			< "Horizontal border line" ; 5;								> ;
43			< "Vertical border line" ; 6;								> ;
44			< "Diagonal border line from top left to bottom right" ; 7;	> ;
45			< "Diagonal border line from bottom left to top right" ; 8;	> ;
46		};
47	};
48	StringArray ARR_DESCRIPTIONS
49	{
50		ItemList [ en-US ] =
51		{
52			< "Border setting" ; 0;										> ;
53			< "Left border line" ; 1;									> ;
54			< "Right border line" ; 2;									> ;
55			< "Top border line" ; 3;									> ;
56			< "Bottom border line" ; 4;									> ;
57			< "Horizontal border line" ; 5;								> ;
58			< "Vertical border line" ; 6;								> ;
59			< "Diagonal border line from top left to bottom right" ; 7;	> ;
60			< "Diagonal border line from bottom left to top right" ; 8;	> ;
61		};
62	};
63
64	Bitmap BMP_FRMSEL_ARROWS { File = "frmsel.png" ; } ;
65};
66
67// ********************************************************************** EOF
68