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#include "HelpIds.hrc" 24#include "tp_SeriesToAxis.hrc" 25 26TabPage TP_OPTIONS 27{ 28 HelpID = "chart2:TabPage:TP_OPTIONS"; 29 Hide = TRUE ; 30 SVLook = TRUE ; 31 Size = MAP_APPFONT ( 260 , 185 ) ; 32 FixedLine 1 33 { 34 Pos = MAP_APPFONT ( 6 , 6 ) ; 35 Size = MAP_APPFONT ( 248 , 8 ) ; 36 Text [ en-US ] = "Align data series to"; 37 }; 38 RadioButton RBT_OPT_AXIS_1 39 { 40 HelpID = "chart2:RadioButton:TP_OPTIONS:RBT_OPT_AXIS_1"; 41 Pos = MAP_APPFONT ( 12 , 20 ) ; 42 Size = MAP_APPFONT ( 80 , 10 ) ; 43 TabStop = TRUE ; 44 Text [ en-US ] = "Primary Y axis"; 45 }; 46 RadioButton RBT_OPT_AXIS_2 47 { 48 HelpID = "chart2:RadioButton:TP_OPTIONS:RBT_OPT_AXIS_2"; 49 Pos = MAP_APPFONT ( 12 , 34 ) ; 50 Size = MAP_APPFONT ( 80 , 10 ) ; 51 TabStop = TRUE ; 52 Text [ en-US ] = "Secondary Y axis"; 53 }; 54 55 FixedLine GB_BAR 56 { 57 Pos = MAP_APPFONT ( 6 , 50 ) ; 58 Size = MAP_APPFONT ( 248 , 8 ) ; 59 Text [ en-US ] = "Settings"; 60 }; 61 FixedText FT_OVERLAP 62 { 63 Pos = MAP_APPFONT ( 12 , 80 ) ; 64 Size = MAP_APPFONT ( 47 , 8 ) ; 65 Text [ en-US ] = "~Overlap"; 66 }; 67 68 MetricField MT_OVERLAP 69 { 70 HelpID = "chart2:MetricField:TP_OPTIONS:MT_OVERLAP"; 71 Border = TRUE ; 72 Pos = MAP_APPFONT ( 63 , 78 ) ; 73 Size = MAP_APPFONT ( 40 , 12 ) ; 74 TabStop = TRUE ; 75 Repeat = TRUE ; 76 Spin = TRUE ; 77 Minimum = -100 ; 78 Maximum = 100 ; 79 StrictFormat = TRUE ; 80 Unit = FUNIT_CUSTOM ; 81 CustomUnitText = "%" ; 82 First = 1 ; 83 Last = 100 ; 84 SpinSize = 1 ; 85 DecimalDigits = 0 ; 86 }; 87 88 FixedText FT_GAP 89 { 90 Pos = MAP_APPFONT ( 12 , 64 ) ; 91 Size = MAP_APPFONT ( 47 , 8 ) ; 92 Text [ en-US ] = "~Spacing"; 93 }; 94 95 MetricField MT_GAP 96 { 97 HelpID = "chart2:MetricField:TP_OPTIONS:MT_GAP"; 98 Border = TRUE ; 99 Pos = MAP_APPFONT ( 63 , 62 ) ; 100 Size = MAP_APPFONT ( 40 , 12 ) ; 101 TabStop = TRUE ; 102 Repeat = TRUE ; 103 Spin = TRUE ; 104 Minimum = 0 ; 105 Maximum = 600 ; 106 StrictFormat = TRUE ; 107 Unit = FUNIT_CUSTOM ; 108 CustomUnitText = "%" ; 109 First = 1 ; 110 Last = 100 ; 111 SpinSize = 1 ; 112 DecimalDigits = 0 ; 113 }; 114 115 CheckBox CB_CONNECTOR 116 { 117 HelpID = "chart2:CheckBox:TP_OPTIONS:CB_CONNECTOR"; 118 Pos = MAP_APPFONT ( 12 , 97 ) ; 119 Size = MAP_APPFONT ( 200 , 10 ) ; 120 TabStop = TRUE ; 121 Text [ en-US ] = "Connection lines"; 122 }; 123 124 CheckBox CB_BARS_SIDE_BY_SIDE 125 { 126 HelpID = "chart2:CheckBox:TP_OPTIONS:CB_BARS_SIDE_BY_SIDE"; 127 Pos = MAP_APPFONT ( 12 , 97 ) ; 128 Size = MAP_APPFONT ( 200 , 10 ) ; 129 TabStop = TRUE ; 130 Text [ en-US ] = "Show ~bars side by side"; 131 }; 132 133 FixedLine FL_PLOT_OPTIONS 134 { 135 Pos = MAP_APPFONT ( 6 , 113 ) ; 136 Size = MAP_APPFONT ( 248 , 8 ) ; 137 Text [ en-US ] = "Plot options"; 138 }; 139 140 FixedText FT_MISSING_VALUES 141 { 142 Pos = MAP_APPFONT ( 12 , 127 ) ; 143 Size = MAP_APPFONT ( 80 , 8 ) ; 144 Text [ en-US ] = "Plot missing values"; 145 }; 146 147 RadioButton RB_DONT_PAINT 148 { 149 HelpID = "chart2:RadioButton:TP_OPTIONS:RB_DONT_PAINT"; 150 Pos = MAP_APPFONT ( 82 , 127 ) ; 151 Size = MAP_APPFONT ( 80 , 10 ) ; 152 TabStop = TRUE ; 153 Text [ en-US ] = "~Leave gap"; 154 }; 155 156 RadioButton RB_ASSUME_ZERO 157 { 158 HelpID = "chart2:RadioButton:TP_OPTIONS:RB_ASSUME_ZERO"; 159 Pos = MAP_APPFONT ( 82 , 141 ) ; 160 Size = MAP_APPFONT ( 80 , 10 ) ; 161 TabStop = TRUE ; 162 Text [ en-US ] = "~Assume zero"; 163 }; 164 165 RadioButton RB_CONTINUE_LINE 166 { 167 HelpID = "chart2:RadioButton:TP_OPTIONS:RB_CONTINUE_LINE"; 168 Pos = MAP_APPFONT ( 82 , 155 ) ; 169 Size = MAP_APPFONT ( 80 , 10 ) ; 170 TabStop = TRUE ; 171 Text [ en-US ] = "~Continue line"; 172 }; 173 174 CheckBox CB_INCLUDE_HIDDEN_CELLS 175 { 176 HelpID = "chart2:CheckBox:TP_OPTIONS:CB_INCLUDE_HIDDEN_CELLS"; 177 Pos = MAP_APPFONT ( 12 , 172 ) ; 178 Size = MAP_APPFONT ( 200 , 10 ) ; 179 TabStop = TRUE ; 180 Text [ en-US ] = "Include ~values from hidden cells"; 181 }; 182}; 183