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_PERCENT ; 81 First = 1 ; 82 Last = 100 ; 83 SpinSize = 1 ; 84 DecimalDigits = 0 ; 85 }; 86 87 FixedText FT_GAP 88 { 89 Pos = MAP_APPFONT ( 12 , 64 ) ; 90 Size = MAP_APPFONT ( 47 , 8 ) ; 91 Text [ en-US ] = "~Spacing"; 92 }; 93 94 MetricField MT_GAP 95 { 96 HelpID = "chart2:MetricField:TP_OPTIONS:MT_GAP"; 97 Border = TRUE ; 98 Pos = MAP_APPFONT ( 63 , 62 ) ; 99 Size = MAP_APPFONT ( 40 , 12 ) ; 100 TabStop = TRUE ; 101 Repeat = TRUE ; 102 Spin = TRUE ; 103 Minimum = 0 ; 104 Maximum = 600 ; 105 StrictFormat = TRUE ; 106 Unit = FUNIT_PERCENT ; 107 First = 1 ; 108 Last = 100 ; 109 SpinSize = 1 ; 110 DecimalDigits = 0 ; 111 }; 112 113 CheckBox CB_CONNECTOR 114 { 115 HelpID = "chart2:CheckBox:TP_OPTIONS:CB_CONNECTOR"; 116 Pos = MAP_APPFONT ( 12 , 97 ) ; 117 Size = MAP_APPFONT ( 200 , 10 ) ; 118 TabStop = TRUE ; 119 Text [ en-US ] = "Connection lines"; 120 }; 121 122 CheckBox CB_BARS_SIDE_BY_SIDE 123 { 124 HelpID = "chart2:CheckBox:TP_OPTIONS:CB_BARS_SIDE_BY_SIDE"; 125 Pos = MAP_APPFONT ( 12 , 97 ) ; 126 Size = MAP_APPFONT ( 200 , 10 ) ; 127 TabStop = TRUE ; 128 Text [ en-US ] = "Show ~bars side by side"; 129 }; 130 131 FixedLine FL_PLOT_OPTIONS 132 { 133 Pos = MAP_APPFONT ( 6 , 113 ) ; 134 Size = MAP_APPFONT ( 248 , 8 ) ; 135 Text [ en-US ] = "Plot options"; 136 }; 137 138 FixedText FT_MISSING_VALUES 139 { 140 Pos = MAP_APPFONT ( 12 , 127 ) ; 141 Size = MAP_APPFONT ( 80 , 8 ) ; 142 Text [ en-US ] = "Plot missing values"; 143 }; 144 145 RadioButton RB_DONT_PAINT 146 { 147 HelpID = "chart2:RadioButton:TP_OPTIONS:RB_DONT_PAINT"; 148 Pos = MAP_APPFONT ( 82 , 127 ) ; 149 Size = MAP_APPFONT ( 80 , 10 ) ; 150 TabStop = TRUE ; 151 Text [ en-US ] = "~Leave gap"; 152 }; 153 154 RadioButton RB_ASSUME_ZERO 155 { 156 HelpID = "chart2:RadioButton:TP_OPTIONS:RB_ASSUME_ZERO"; 157 Pos = MAP_APPFONT ( 82 , 141 ) ; 158 Size = MAP_APPFONT ( 80 , 10 ) ; 159 TabStop = TRUE ; 160 Text [ en-US ] = "~Assume zero"; 161 }; 162 163 RadioButton RB_CONTINUE_LINE 164 { 165 HelpID = "chart2:RadioButton:TP_OPTIONS:RB_CONTINUE_LINE"; 166 Pos = MAP_APPFONT ( 82 , 155 ) ; 167 Size = MAP_APPFONT ( 80 , 10 ) ; 168 TabStop = TRUE ; 169 Text [ en-US ] = "~Continue line"; 170 }; 171 172 CheckBox CB_INCLUDE_HIDDEN_CELLS 173 { 174 HelpID = "chart2:CheckBox:TP_OPTIONS:CB_INCLUDE_HIDDEN_CELLS"; 175 Pos = MAP_APPFONT ( 12 , 172 ) ; 176 Size = MAP_APPFONT ( 200 , 10 ) ; 177 TabStop = TRUE ; 178 Text [ en-US ] = "Include ~values from hidden cells"; 179 }; 180}; 181