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 "TabPages.hrc" 25 26TabPage TP_AXIS_LABEL 27{ 28 HelpID = HID_SCH_TP_AXIS_LABEL; 29 Size = MAP_APPFONT ( 260 , 185 ) ; 30 Hide = TRUE; 31 32 CheckBox CB_AXIS_LABEL_SCHOW_DESCR 33 { 34 HelpID = "chart2:CheckBox:TP_AXIS_LABEL:CB_AXIS_LABEL_SCHOW_DESCR"; 35 Pos = MAP_APPFONT ( 6 , 6 ) ; 36 Size = MAP_APPFONT ( 248 , 12 ) ; 37 38 Text [ en-US ] = "Sho~w labels"; 39 }; 40 41 FixedLine FL_AXIS_LABEL_ORIENTATION 42 { 43 Pos = MAP_APPFONT ( 6 , 91 ) ; 44 Size = MAP_APPFONT ( 248 , 8 ) ; 45 46 Text [ en-US ] = "Text orientation" ; 47 }; 48 Control CT_AXIS_LABEL_DIAL 49 { 50 HelpId = HID_SCH_ALIGNMENT_CTR_DIAL ; 51 Pos = MAP_APPFONT ( 12 , 105 ) ; 52 Size = MAP_APPFONT ( 43 , 43 ) ; 53 Text = "ABCD" ; 54 }; 55 TriStateBox PB_AXIS_LABEL_TEXTSTACKED 56 { 57 HelpId = HID_SCH_ALIGNMENT_STACKED ; 58 Pos = MAP_APPFONT ( 139 , 105 ) ; 59 Size = MAP_APPFONT ( 115 , 10 ) ; 60 TabStop = TRUE ; 61 Text [ en-US ] = "Ve~rtically stacked"; 62 }; 63 FixedText FT_AXIS_LABEL_DEGREES 64 { 65 Pos = MAP_APPFONT ( 93 , 122 ) ; 66 Size = MAP_APPFONT ( 60 , 8 ) ; 67 Text [ en-US ] = "~Degrees" ; 68 }; 69 NumericField NF_AXIS_LABEL_ORIENT 70 { 71 HelpId = HID_SCH_ALIGNMENT_DEGREES ; 72 Border = TRUE ; 73 Pos = MAP_APPFONT ( 61 , 120 ) ; 74 Size = MAP_APPFONT ( 28 , 12 ) ; 75 TabStop = TRUE ; 76 Repeat = TRUE ; 77 Spin = TRUE ; 78 StrictFormat = TRUE ; 79 SpinSize = 5 ; 80 Minimum = 0 ; 81 Maximum = 359 ; 82 }; 83 FixedText FT_UNUSED 84 { 85 //only necessary for constructor of SvxWinOrientation 86 Hide = TRUE ; 87 Pos = MAP_APPFONT ( 204 , 117 ) ; 88 Size = MAP_APPFONT ( 50 , 10 ) ; 89 }; 90 Control CT_UNUSED 91 { 92 //only necessary for constructor of SvxWinOrientation 93 Hide = TRUE ; 94 Pos = MAP_APPFONT ( 204 , 133 ) ; 95 Size = MAP_APPFONT ( 50 , 15 ) ; 96 }; 97 FixedLine FL_SEPARATOR 98 { 99 Pos = MAP_APPFONT ( 128 , 33 ) ; 100 Size = MAP_APPFONT ( 4 , 52 ) ; 101 }; 102 103 FixedLine FL_AXIS_LABEL_TEXTFLOW 104 { 105 Pos = MAP_APPFONT ( 133 , 22 ) ; 106 Size = MAP_APPFONT ( 121 , 8 ) ; 107 108 Text [ en-US ] = "Text flow" ; 109 }; 110 CheckBox CB_AXIS_LABEL_TEXTOVERLAP 111 { 112 HelpID = "chart2:CheckBox:TP_AXIS_LABEL:CB_AXIS_LABEL_TEXTOVERLAP"; 113 Pos = MAP_APPFONT ( 139 , 33 ) ; 114 Size = MAP_APPFONT ( 115 , 10 ) ; 115 TabStop = TRUE ; 116 117 Text [ en-US ] = "O~verlap" ; 118 }; 119 CheckBox CB_AXIS_LABEL_TEXTBREAK 120 { 121 HelpID = "chart2:CheckBox:TP_AXIS_LABEL:CB_AXIS_LABEL_TEXTBREAK"; 122 Pos = MAP_APPFONT ( 139 , 47 ) ; 123 Size = MAP_APPFONT ( 115 , 10 ) ; 124 TabStop = TRUE ; 125 126 Text [ en-US ] = "~Break" ; 127 }; 128 129 130 FixedLine FL_AXIS_LABEL_ORDER 131 { 132 Pos = MAP_APPFONT ( 6 , 22 ) ; 133 Size = MAP_APPFONT ( 121 , 8 ) ; 134 135 Text [ en-US ] = "Order" ; 136 }; 137 RadioButton RB_AXIS_LABEL_SIDEBYSIDE 138 { 139 HelpID = "chart2:RadioButton:TP_AXIS_LABEL:RB_AXIS_LABEL_SIDEBYSIDE"; 140 Pos = MAP_APPFONT ( 12 , 33 ) ; 141 Size = MAP_APPFONT ( 112 , 10 ) ; 142 TabStop = TRUE ; 143 144 Text [ en-US ] = "~Tile" ; 145 }; 146 RadioButton RB_AXIS_LABEL_UPDOWN 147 { 148 HelpID = "chart2:RadioButton:TP_AXIS_LABEL:RB_AXIS_LABEL_UPDOWN"; 149 Pos = MAP_APPFONT ( 12 , 47 ) ; 150 Size = MAP_APPFONT ( 112 , 10 ) ; 151 TabStop = TRUE ; 152 153 Text [ en-US ] = "St~agger odd" ; 154 }; 155 RadioButton RB_AXIS_LABEL_DOWNUP 156 { 157 HelpID = "chart2:RadioButton:TP_AXIS_LABEL:RB_AXIS_LABEL_DOWNUP"; 158 Pos = MAP_APPFONT ( 12 , 61 ) ; 159 Size = MAP_APPFONT ( 112 , 10 ) ; 160 TabStop = TRUE ; 161 162 Text [ en-US ] = "Stagger ~even" ; 163 }; 164 RadioButton RB_AXIS_LABEL_AUTOORDER 165 { 166 HelpID = "chart2:RadioButton:TP_AXIS_LABEL:RB_AXIS_LABEL_AUTOORDER"; 167 Pos = MAP_APPFONT ( 12 , 75 ) ; 168 Size = MAP_APPFONT ( 112 , 10 ) ; 169 TabStop = TRUE ; 170 171 Text [ en-US ] = "A~utomatic" ; 172 }; 173 174 FixedText FT_AXIS_TEXTDIR 175 { 176 Pos = MAP_APPFONT ( 12 , 156 ) ; 177 Size = MAP_APPFONT ( 64 , 8 ) ; 178 Text [ en-US ] = "Te~xt direction" ; 179 }; 180 ListBox LB_AXIS_TEXTDIR 181 { 182 HelpID = "chart2:ListBox:TP_AXIS_LABEL:LB_AXIS_TEXTDIR"; 183 Pos = MAP_APPFONT ( 78 , 154 ) ; 184 Size = MAP_APPFONT ( 170 , 100 ) ; 185 Border = TRUE; 186 TabStop = TRUE; 187 DropDown = TRUE; 188 }; 189}; 190 191