1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27 28#include "tp_PolarOptions.hrc" 29#include "HelpIds.hrc" 30 31TabPage TP_POLAROPTIONS 32{ 33 HelpID = "chart2:TabPage:TP_POLAROPTIONS"; 34 Hide = TRUE ; 35 SVLook = TRUE ; 36 Size = MAP_APPFONT ( 260 , 185 ) ; 37 38 CheckBox CB_CLOCKWISE 39 { 40 HelpID = "chart2:CheckBox:TP_POLAROPTIONS:CB_CLOCKWISE"; 41 Pos = MAP_APPFONT ( 12 , 8 ); 42 Size = MAP_APPFONT ( 248 , 10 ); 43 TabStop = TRUE; 44 Text [ en-US ] = "~Clockwise direction"; 45 }; 46 FixedLine FL_STARTING_ANGLE 47 { 48 Pos = MAP_APPFONT ( 6 , 21 ) ; 49 Size = MAP_APPFONT ( 248 , 12 ) ; 50 Text [ en-US ] = "Starting angle" ; 51 }; 52 Control CT_ANGLE_DIAL 53 { 54 HelpId = HID_SCH_STARTING_ANGLE_DIAL ; 55 Pos = MAP_APPFONT ( 12 , 38 ) ; 56 Size = MAP_APPFONT ( 43 , 43 ) ; 57 }; 58 FixedText FT_ROTATION_DEGREES 59 { 60 Pos = MAP_APPFONT ( 93 , 55 ) ; 61 Size = MAP_APPFONT ( 166 , 8 ) ; 62 Text [ en-US ] = "~Degrees" ; 63 }; 64 NumericField NF_STARTING_ANGLE 65 { 66 HelpID = "chart2:NumericField:TP_POLAROPTIONS:NF_STARTING_ANGLE"; 67 Pos = MAP_APPFONT ( 61 , 53 ) ; 68 Size = MAP_APPFONT ( 28 , 12 ) ; 69 Border = TRUE ; 70 TabStop = TRUE ; 71 Repeat = TRUE ; 72 Spin = TRUE ; 73 Minimum = 0 ; 74 Maximum = 359 ; 75 SpinSize = 5 ; 76 }; 77 FixedLine FL_PLOT_OPTIONS_POLAR 78 { 79 Pos = MAP_APPFONT ( 6 , 90 ) ; 80 Size = MAP_APPFONT ( 248 , 8 ) ; 81 Text [ en-US ] = "Plot options"; 82 }; 83 CheckBox CB_INCLUDE_HIDDEN_CELLS_POLAR 84 { 85 HelpID = "chart2:CheckBox:TP_POLAROPTIONS:CB_INCLUDE_HIDDEN_CELLS_POLAR"; 86 Pos = MAP_APPFONT ( 12 , 104 ) ; 87 Size = MAP_APPFONT ( 200 , 10 ) ; 88 TabStop = TRUE ; 89 Text [ en-US ] = "Include ~values from hidden cells"; 90 }; 91}; 92