Update ooo320-m1
[ooovba.git] / chart2 / source / controller / dialogs / tp_PolarOptions.src
blob568583b3ca7b1f2f88a78b33b18c468c515a6ca0
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: tp_PolarOptions.src,v $
10  * $Revision: 1.3 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #include "tp_PolarOptions.hrc"
32 #include "HelpIds.hrc"
34 TabPage TP_POLAROPTIONS
36     Hide = TRUE ;
37     SVLook = TRUE ;
38     Size = MAP_APPFONT ( 260 , 185 ) ;
40     CheckBox CB_CLOCKWISE
41     {
42         Pos = MAP_APPFONT ( 12 , 8  );
43         Size = MAP_APPFONT ( 248 , 10 );
44         TabStop = TRUE;
45         Text [ en-US ] = "~Clockwise direction";
46     };
47     FixedLine FL_STARTING_ANGLE
48     {
49         Pos = MAP_APPFONT ( 6 , 21  ) ;
50         Size = MAP_APPFONT ( 248 , 12 ) ;
51         Text [ en-US ] = "Starting angle" ;
52     };
53     Control CT_ANGLE_DIAL
54     {
55         HelpId  = HID_SCH_STARTING_ANGLE_DIAL ;
56         Pos     = MAP_APPFONT ( 12 , 38  ) ;
57         Size    = MAP_APPFONT ( 43 , 43 ) ;
58     };
59     FixedText FT_ROTATION_DEGREES
60     {
61         Pos = MAP_APPFONT ( 93 , 55  ) ;
62         Size = MAP_APPFONT ( 166 , 8 ) ;
63         Text [ en-US ] = "~Degrees" ;
64     };
65     NumericField NF_STARTING_ANGLE
66     {
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         Pos = MAP_APPFONT ( 12 , 104 ) ;
86         Size = MAP_APPFONT ( 200 , 10 ) ;
87         TabStop = TRUE ;
88         Text [ en-US ] = "Include ~values from hidden cells";
89     };