xref: /trunk/main/cui/source/options/optchart.src (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#include "optchart.hrc"
29#include <cuires.hrc>
30#include "helpid.hrc"
31
32// tab page for setting the default colors used for new charts
33
34TabPage RID_OPTPAGE_CHART_DEFCOLORS
35{
36    HelpID  = HID_OPTIONS_CHART_DEFCOLORS;
37    Size    = MAP_APPFONT ( 260 , 185 ) ;
38    Hide    = TRUE;
39    Text [ en-US ] = "Default Colors";
40    FixedLine FL_CHART_COLOR_LIST
41    {
42        Pos     = MAP_APPFONT ( 6 , 3  ) ;
43        Size    = MAP_APPFONT ( 80 , 8 ) ;
44        Text [ en-US ] = "Chart colors";
45        Text [ x-comment ] = " ";
46    };
47    ListBox LB_CHART_COLOR_LIST
48    {
49        HelpID = "cui:ListBox:RID_OPTPAGE_CHART_DEFCOLORS:LB_CHART_COLOR_LIST";
50        Border      = TRUE;
51        Pos         = MAP_APPFONT ( 12 , 15  );
52        Size        = MAP_APPFONT ( 68 , 152 );
53        DropDown    = FALSE;
54        TabStop     = TRUE ;
55    };
56    FixedLine FL_COLOR_BOX
57    {
58        Pos     = MAP_APPFONT ( 92 , 3  ) ;
59        Size    = MAP_APPFONT ( 106 , 8 ) ;
60        Text [ en-US ] = "Color table" ;
61        Text [ x-comment ] = " ";
62    };
63    Control CT_COLOR_BOX
64    {
65        Border      = TRUE;
66        Pos         = MAP_APPFONT ( 98 , 15  );
67        Size        = MAP_APPFONT ( 94 , 152 );
68        TabStop     = TRUE ;
69    };
70    PushButton PB_RESET_TO_DEFAULT
71    {
72        HelpID = "cui:PushButton:RID_OPTPAGE_CHART_DEFCOLORS:PB_RESET_TO_DEFAULT";
73        Pos = MAP_APPFONT ( 204 , 165 ) ;
74        Size = MAP_APPFONT ( 50 , 14 ) ;
75        Text [ en-US ] = "~Default";
76        Text [ x-comment ] = " ";
77    };
78};
79
80String RID_SVXSTR_DIAGRAM_ROW
81{
82    // $(ROW) can be a number or the caption of the row in quotes
83
84    Text [ en-US ] = "Data Series $(ROW)" ;
85};
86