xref: /AOO41X/main/cui/source/options/optchart.src (revision ff0525f24f03981d56b7579b645949f111420994)
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 "optchart.hrc"
25#include <cuires.hrc>
26#include "helpid.hrc"
27
28// tab page for setting the default colors used for new charts
29
30TabPage RID_OPTPAGE_CHART_DEFCOLORS
31{
32    HelpID  = HID_OPTIONS_CHART_DEFCOLORS;
33    Size    = MAP_APPFONT ( 260 , 185 ) ;
34    Hide    = TRUE;
35    Text [ en-US ] = "Default Colors";
36    FixedLine FL_CHART_COLOR_LIST
37    {
38        Pos     = MAP_APPFONT ( 6 , 3  ) ;
39        Size    = MAP_APPFONT ( 80 , 8 ) ;
40        Text [ en-US ] = "Chart colors";
41        Text [ x-comment ] = " ";
42    };
43    ListBox LB_CHART_COLOR_LIST
44    {
45        HelpID = "cui:ListBox:RID_OPTPAGE_CHART_DEFCOLORS:LB_CHART_COLOR_LIST";
46        Border      = TRUE;
47        Pos         = MAP_APPFONT ( 12 , 15  );
48        Size        = MAP_APPFONT ( 68 , 152 );
49        DropDown    = FALSE;
50        TabStop     = TRUE ;
51    };
52    FixedLine FL_COLOR_BOX
53    {
54        Pos     = MAP_APPFONT ( 92 , 3  ) ;
55        Size    = MAP_APPFONT ( 106 , 8 ) ;
56        Text [ en-US ] = "Color table" ;
57        Text [ x-comment ] = " ";
58    };
59    Control CT_COLOR_BOX
60    {
61        Border      = TRUE;
62        Pos         = MAP_APPFONT ( 98 , 15  );
63        Size        = MAP_APPFONT ( 94 , 152 );
64        TabStop     = TRUE ;
65    };
66    PushButton PB_RESET_TO_DEFAULT
67    {
68        HelpID = "cui:PushButton:RID_OPTPAGE_CHART_DEFCOLORS:PB_RESET_TO_DEFAULT";
69        Pos = MAP_APPFONT ( 204 , 165 ) ;
70        Size = MAP_APPFONT ( 50 , 14 ) ;
71        Text [ en-US ] = "~Default";
72        Text [ x-comment ] = " ";
73    };
74};
75
76String RID_SVXSTR_DIAGRAM_ROW
77{
78    // $(ROW) can be a number or the caption of the row in quotes
79
80    Text [ en-US ] = "Data Series $(ROW)" ;
81};
82