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