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 }; 42 ListBox LB_CHART_COLOR_LIST 43 { 44 HelpID = "cui:ListBox:RID_OPTPAGE_CHART_DEFCOLORS:LB_CHART_COLOR_LIST" ; 45 Border = TRUE ; 46 Pos = MAP_APPFONT ( 12, 15 ) ; 47 Size = MAP_APPFONT ( 68, 152 ) ; 48 DropDown = FALSE ; 49 TabStop = TRUE ; 50 }; 51 FixedLine FL_COLOR_BOX 52 { 53 Pos = MAP_APPFONT ( 92, 3 ) ; 54 Size = MAP_APPFONT ( 106, 8 ) ; 55 Text [ en-US ] = "Color table" ; 56 }; 57 Control CT_COLOR_BOX 58 { 59 Border = TRUE ; 60 Pos = MAP_APPFONT ( 98, 15 ) ; 61 Size = MAP_APPFONT ( 94, 152 ) ; 62 TabStop = TRUE ; 63 }; 64 PushButton PB_RESET_TO_DEFAULT 65 { 66 HelpID = "cui:PushButton:RID_OPTPAGE_CHART_DEFCOLORS:PB_RESET_TO_DEFAULT" ; 67 Pos = MAP_APPFONT ( 204, 165 ) ; 68 Size = MAP_APPFONT ( 50, 14 ) ; 69 Text [ en-US ] = "~Default" ; 70 }; 71}; 72 73String RID_SVXSTR_DIAGRAM_ROW 74{ 75 // $(ROW) can be a number or the caption of the row in quotes 76 77 Text [ en-US ] = "Data Series $(ROW)" ; 78}; 79 80// ********************************************************************** EOF 81