1*2f531595SAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*2f531595SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*2f531595SAndrew Rist * or more contributor license agreements. See the NOTICE file 5*2f531595SAndrew Rist * distributed with this work for additional information 6*2f531595SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*2f531595SAndrew Rist * to you under the Apache License, Version 2.0 (the 8*2f531595SAndrew Rist * "License"); you may not use this file except in compliance 9*2f531595SAndrew Rist * with the License. You may obtain a copy of the License at 10*2f531595SAndrew Rist * 11*2f531595SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*2f531595SAndrew Rist * 13*2f531595SAndrew Rist * Unless required by applicable law or agreed to in writing, 14*2f531595SAndrew Rist * software distributed under the License is distributed on an 15*2f531595SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*2f531595SAndrew Rist * KIND, either express or implied. See the License for the 17*2f531595SAndrew Rist * specific language governing permissions and limitations 18*2f531595SAndrew Rist * under the License. 19*2f531595SAndrew Rist * 20*2f531595SAndrew Rist *************************************************************/ 21*2f531595SAndrew Rist 22*2f531595SAndrew Rist 23cdf0e10cSrcweir#include "HelpIds.hrc" 24cdf0e10cSrcweir#include "tp_SeriesToAxis.hrc" 25cdf0e10cSrcweir 26cdf0e10cSrcweirTabPage TP_OPTIONS 27cdf0e10cSrcweir{ 28cdf0e10cSrcweir HelpID = "chart2:TabPage:TP_OPTIONS"; 29cdf0e10cSrcweir Hide = TRUE ; 30cdf0e10cSrcweir SVLook = TRUE ; 31cdf0e10cSrcweir Size = MAP_APPFONT ( 260 , 185 ) ; 32cdf0e10cSrcweir FixedLine 1 33cdf0e10cSrcweir { 34cdf0e10cSrcweir Pos = MAP_APPFONT ( 6 , 6 ) ; 35cdf0e10cSrcweir Size = MAP_APPFONT ( 248 , 8 ) ; 36cdf0e10cSrcweir Text [ en-US ] = "Align data series to"; 37cdf0e10cSrcweir }; 38cdf0e10cSrcweir RadioButton RBT_OPT_AXIS_1 39cdf0e10cSrcweir { 40cdf0e10cSrcweir HelpID = "chart2:RadioButton:TP_OPTIONS:RBT_OPT_AXIS_1"; 41cdf0e10cSrcweir Pos = MAP_APPFONT ( 12 , 20 ) ; 42cdf0e10cSrcweir Size = MAP_APPFONT ( 80 , 10 ) ; 43cdf0e10cSrcweir TabStop = TRUE ; 44cdf0e10cSrcweir Text [ en-US ] = "Primary Y axis"; 45cdf0e10cSrcweir }; 46cdf0e10cSrcweir RadioButton RBT_OPT_AXIS_2 47cdf0e10cSrcweir { 48cdf0e10cSrcweir HelpID = "chart2:RadioButton:TP_OPTIONS:RBT_OPT_AXIS_2"; 49cdf0e10cSrcweir Pos = MAP_APPFONT ( 12 , 34 ) ; 50cdf0e10cSrcweir Size = MAP_APPFONT ( 80 , 10 ) ; 51cdf0e10cSrcweir TabStop = TRUE ; 52cdf0e10cSrcweir Text [ en-US ] = "Secondary Y axis"; 53cdf0e10cSrcweir }; 54cdf0e10cSrcweir 55cdf0e10cSrcweir FixedLine GB_BAR 56cdf0e10cSrcweir { 57cdf0e10cSrcweir Pos = MAP_APPFONT ( 6 , 50 ) ; 58cdf0e10cSrcweir Size = MAP_APPFONT ( 248 , 8 ) ; 59cdf0e10cSrcweir Text [ en-US ] = "Settings"; 60cdf0e10cSrcweir }; 61cdf0e10cSrcweir FixedText FT_OVERLAP 62cdf0e10cSrcweir { 63cdf0e10cSrcweir Pos = MAP_APPFONT ( 12 , 80 ) ; 64cdf0e10cSrcweir Size = MAP_APPFONT ( 47 , 8 ) ; 65cdf0e10cSrcweir Text [ en-US ] = "~Overlap"; 66cdf0e10cSrcweir }; 67cdf0e10cSrcweir 68cdf0e10cSrcweir MetricField MT_OVERLAP 69cdf0e10cSrcweir { 70cdf0e10cSrcweir HelpID = "chart2:MetricField:TP_OPTIONS:MT_OVERLAP"; 71cdf0e10cSrcweir Border = TRUE ; 72cdf0e10cSrcweir Pos = MAP_APPFONT ( 63 , 78 ) ; 73cdf0e10cSrcweir Size = MAP_APPFONT ( 40 , 12 ) ; 74cdf0e10cSrcweir TabStop = TRUE ; 75cdf0e10cSrcweir Repeat = TRUE ; 76cdf0e10cSrcweir Spin = TRUE ; 77cdf0e10cSrcweir Minimum = -100 ; 78cdf0e10cSrcweir Maximum = 100 ; 79cdf0e10cSrcweir StrictFormat = TRUE ; 80cdf0e10cSrcweir Unit = FUNIT_CUSTOM ; 81cdf0e10cSrcweir CustomUnitText = " %" ; 82cdf0e10cSrcweir First = 1 ; 83cdf0e10cSrcweir Last = 100 ; 84cdf0e10cSrcweir SpinSize = 1 ; 85cdf0e10cSrcweir DecimalDigits = 0 ; 86cdf0e10cSrcweir }; 87cdf0e10cSrcweir 88cdf0e10cSrcweir FixedText FT_GAP 89cdf0e10cSrcweir { 90cdf0e10cSrcweir Pos = MAP_APPFONT ( 12 , 64 ) ; 91cdf0e10cSrcweir Size = MAP_APPFONT ( 47 , 8 ) ; 92cdf0e10cSrcweir Text [ en-US ] = "~Spacing"; 93cdf0e10cSrcweir }; 94cdf0e10cSrcweir 95cdf0e10cSrcweir MetricField MT_GAP 96cdf0e10cSrcweir { 97cdf0e10cSrcweir HelpID = "chart2:MetricField:TP_OPTIONS:MT_GAP"; 98cdf0e10cSrcweir Border = TRUE ; 99cdf0e10cSrcweir Pos = MAP_APPFONT ( 63 , 62 ) ; 100cdf0e10cSrcweir Size = MAP_APPFONT ( 40 , 12 ) ; 101cdf0e10cSrcweir TabStop = TRUE ; 102cdf0e10cSrcweir Repeat = TRUE ; 103cdf0e10cSrcweir Spin = TRUE ; 104cdf0e10cSrcweir Minimum = 0 ; 105cdf0e10cSrcweir Maximum = 600 ; 106cdf0e10cSrcweir StrictFormat = TRUE ; 107cdf0e10cSrcweir Unit = FUNIT_CUSTOM ; 108cdf0e10cSrcweir CustomUnitText = " %" ; 109cdf0e10cSrcweir First = 1 ; 110cdf0e10cSrcweir Last = 100 ; 111cdf0e10cSrcweir SpinSize = 1 ; 112cdf0e10cSrcweir DecimalDigits = 0 ; 113cdf0e10cSrcweir }; 114cdf0e10cSrcweir 115cdf0e10cSrcweir CheckBox CB_CONNECTOR 116cdf0e10cSrcweir { 117cdf0e10cSrcweir HelpID = "chart2:CheckBox:TP_OPTIONS:CB_CONNECTOR"; 118cdf0e10cSrcweir Pos = MAP_APPFONT ( 12 , 97 ) ; 119cdf0e10cSrcweir Size = MAP_APPFONT ( 200 , 10 ) ; 120cdf0e10cSrcweir TabStop = TRUE ; 121cdf0e10cSrcweir Text [ en-US ] = "Connection lines"; 122cdf0e10cSrcweir }; 123cdf0e10cSrcweir 124cdf0e10cSrcweir CheckBox CB_BARS_SIDE_BY_SIDE 125cdf0e10cSrcweir { 126cdf0e10cSrcweir HelpID = "chart2:CheckBox:TP_OPTIONS:CB_BARS_SIDE_BY_SIDE"; 127cdf0e10cSrcweir Pos = MAP_APPFONT ( 12 , 97 ) ; 128cdf0e10cSrcweir Size = MAP_APPFONT ( 200 , 10 ) ; 129cdf0e10cSrcweir TabStop = TRUE ; 130cdf0e10cSrcweir Text [ en-US ] = "Show ~bars side by side"; 131cdf0e10cSrcweir }; 132cdf0e10cSrcweir 133cdf0e10cSrcweir FixedLine FL_PLOT_OPTIONS 134cdf0e10cSrcweir { 135cdf0e10cSrcweir Pos = MAP_APPFONT ( 6 , 113 ) ; 136cdf0e10cSrcweir Size = MAP_APPFONT ( 248 , 8 ) ; 137cdf0e10cSrcweir Text [ en-US ] = "Plot options"; 138cdf0e10cSrcweir }; 139cdf0e10cSrcweir 140cdf0e10cSrcweir FixedText FT_MISSING_VALUES 141cdf0e10cSrcweir { 142cdf0e10cSrcweir Pos = MAP_APPFONT ( 12 , 127 ) ; 143cdf0e10cSrcweir Size = MAP_APPFONT ( 80 , 8 ) ; 144cdf0e10cSrcweir Text [ en-US ] = "Plot missing values"; 145cdf0e10cSrcweir }; 146cdf0e10cSrcweir 147cdf0e10cSrcweir RadioButton RB_DONT_PAINT 148cdf0e10cSrcweir { 149cdf0e10cSrcweir HelpID = "chart2:RadioButton:TP_OPTIONS:RB_DONT_PAINT"; 150cdf0e10cSrcweir Pos = MAP_APPFONT ( 82 , 127 ) ; 151cdf0e10cSrcweir Size = MAP_APPFONT ( 80 , 10 ) ; 152cdf0e10cSrcweir TabStop = TRUE ; 153cdf0e10cSrcweir Text [ en-US ] = "~Leave gap"; 154cdf0e10cSrcweir }; 155cdf0e10cSrcweir 156cdf0e10cSrcweir RadioButton RB_ASSUME_ZERO 157cdf0e10cSrcweir { 158cdf0e10cSrcweir HelpID = "chart2:RadioButton:TP_OPTIONS:RB_ASSUME_ZERO"; 159cdf0e10cSrcweir Pos = MAP_APPFONT ( 82 , 141 ) ; 160cdf0e10cSrcweir Size = MAP_APPFONT ( 80 , 10 ) ; 161cdf0e10cSrcweir TabStop = TRUE ; 162cdf0e10cSrcweir Text [ en-US ] = "~Assume zero"; 163cdf0e10cSrcweir }; 164cdf0e10cSrcweir 165cdf0e10cSrcweir RadioButton RB_CONTINUE_LINE 166cdf0e10cSrcweir { 167cdf0e10cSrcweir HelpID = "chart2:RadioButton:TP_OPTIONS:RB_CONTINUE_LINE"; 168cdf0e10cSrcweir Pos = MAP_APPFONT ( 82 , 155 ) ; 169cdf0e10cSrcweir Size = MAP_APPFONT ( 80 , 10 ) ; 170cdf0e10cSrcweir TabStop = TRUE ; 171cdf0e10cSrcweir Text [ en-US ] = "~Continue line"; 172cdf0e10cSrcweir }; 173cdf0e10cSrcweir 174cdf0e10cSrcweir CheckBox CB_INCLUDE_HIDDEN_CELLS 175cdf0e10cSrcweir { 176cdf0e10cSrcweir HelpID = "chart2:CheckBox:TP_OPTIONS:CB_INCLUDE_HIDDEN_CELLS"; 177cdf0e10cSrcweir Pos = MAP_APPFONT ( 12 , 172 ) ; 178cdf0e10cSrcweir Size = MAP_APPFONT ( 200 , 10 ) ; 179cdf0e10cSrcweir TabStop = TRUE ; 180cdf0e10cSrcweir Text [ en-US ] = "Include ~values from hidden cells"; 181cdf0e10cSrcweir }; 182cdf0e10cSrcweir}; 183