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 24#include "tp_PolarOptions.hrc" 25#include "HelpIds.hrc" 26 27TabPage TP_POLAROPTIONS 28{ 29 HelpID = "chart2:TabPage:TP_POLAROPTIONS"; 30 Hide = TRUE ; 31 SVLook = TRUE ; 32 Size = MAP_APPFONT ( 260 , 185 ) ; 33 34 CheckBox CB_CLOCKWISE 35 { 36 HelpID = "chart2:CheckBox:TP_POLAROPTIONS:CB_CLOCKWISE"; 37 Pos = MAP_APPFONT ( 12 , 8 ); 38 Size = MAP_APPFONT ( 248 , 10 ); 39 TabStop = TRUE; 40 Text [ en-US ] = "~Clockwise direction"; 41 }; 42 FixedLine FL_STARTING_ANGLE 43 { 44 Pos = MAP_APPFONT ( 6 , 21 ) ; 45 Size = MAP_APPFONT ( 248 , 12 ) ; 46 Text [ en-US ] = "Starting angle" ; 47 }; 48 Control CT_ANGLE_DIAL 49 { 50 HelpId = HID_SCH_STARTING_ANGLE_DIAL ; 51 Pos = MAP_APPFONT ( 12 , 38 ) ; 52 Size = MAP_APPFONT ( 43 , 43 ) ; 53 }; 54 FixedText FT_ROTATION_DEGREES 55 { 56 Pos = MAP_APPFONT ( 93 , 55 ) ; 57 Size = MAP_APPFONT ( 166 , 8 ) ; 58 Text [ en-US ] = "~Degrees" ; 59 }; 60 NumericField NF_STARTING_ANGLE 61 { 62 HelpID = "chart2:NumericField:TP_POLAROPTIONS:NF_STARTING_ANGLE"; 63 Pos = MAP_APPFONT ( 61 , 53 ) ; 64 Size = MAP_APPFONT ( 28 , 12 ) ; 65 Border = TRUE ; 66 TabStop = TRUE ; 67 Repeat = TRUE ; 68 Spin = TRUE ; 69 Minimum = 0 ; 70 Maximum = 359 ; 71 SpinSize = 5 ; 72 }; 73 FixedLine FL_PLOT_OPTIONS_POLAR 74 { 75 Pos = MAP_APPFONT ( 6 , 90 ) ; 76 Size = MAP_APPFONT ( 248 , 8 ) ; 77 Text [ en-US ] = "Plot options"; 78 }; 79 CheckBox CB_INCLUDE_HIDDEN_CELLS_POLAR 80 { 81 HelpID = "chart2:CheckBox:TP_POLAROPTIONS:CB_INCLUDE_HIDDEN_CELLS_POLAR"; 82 Pos = MAP_APPFONT ( 12 , 104 ) ; 83 Size = MAP_APPFONT ( 200 , 10 ) ; 84 TabStop = TRUE ; 85 Text [ en-US ] = "Include ~values from hidden cells"; 86 }; 87}; 88