merge the formfield patch from ooo-build
[ooovba.git] / chart2 / source / controller / dialogs / tp_SeriesToAxis.src
blobfe1daf6182bff21ca24ed34c4095dbf84844d7ff
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_SeriesToAxis.src,v $
10  * $Revision: 1.9 $
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  ************************************************************************/
30 #include "HelpIds.hrc"
31 #include "tp_SeriesToAxis.hrc"
33 TabPage TP_OPTIONS
35     Hide = TRUE ;
36 //    HelpID = HID_LAYOUT ;
37     SVLook = TRUE ;
38     Size = MAP_APPFONT ( 260 , 185 ) ;
39     FixedLine 1
40     {
41         Pos = MAP_APPFONT ( 6 , 6  ) ;
42         Size = MAP_APPFONT ( 248 , 8 ) ;
43         Text [ en-US ] = "Align data series to";
44     };
45     RadioButton RBT_OPT_AXIS_1
46     {
47         Pos = MAP_APPFONT ( 12 , 20  ) ;
48         Size = MAP_APPFONT ( 80 , 10 ) ;
49         TabStop = TRUE ;
50         Text [ en-US ] = "Primary Y axis";
51     };
52     RadioButton RBT_OPT_AXIS_2
53     {
54         Pos = MAP_APPFONT ( 12 , 34  ) ;
55         Size = MAP_APPFONT ( 80 , 10 ) ;
56         TabStop = TRUE ;
57         Text [ en-US ] = "Secondary Y axis";
58     };
60     FixedLine GB_BAR
61     {
62         Pos = MAP_APPFONT ( 6 , 50  ) ;
63         Size = MAP_APPFONT ( 248 , 8 ) ;
64         Text [ en-US ] = "Settings";
65     };
66     FixedText FT_OVERLAP
67     {
68         Pos = MAP_APPFONT ( 12 , 80 ) ;
69         Size = MAP_APPFONT ( 47 , 8 ) ;
70         Text [ en-US ] = "~Overlap";
71     };
73     MetricField MT_OVERLAP
74     {
75         Border = TRUE ;
76         Pos = MAP_APPFONT ( 63 , 78 ) ;
77         Size = MAP_APPFONT ( 40 , 12 ) ;
78         TabStop = TRUE ;
79         Repeat = TRUE ;
80         Spin = TRUE ;
81         Minimum = -100 ;
82         Maximum = 100 ;
83         StrictFormat = TRUE ;
84         Unit = FUNIT_CUSTOM ;
85                 CustomUnitText  = "%" ;
86         First = 1 ;
87         Last = 100 ;
88         SpinSize = 1 ;
89         DecimalDigits = 0 ;
90     };
92     FixedText FT_GAP
93     {
94         Pos = MAP_APPFONT ( 12 , 64 ) ;
95         Size = MAP_APPFONT ( 47 , 8 ) ;
96         Text [ en-US ] = "~Spacing";
97     };
99     MetricField MT_GAP
100     {
101         Border = TRUE ;
102         Pos = MAP_APPFONT ( 63 , 62 ) ;
103         Size = MAP_APPFONT ( 40 , 12 ) ;
104         TabStop = TRUE ;
105         Repeat = TRUE ;
106         Spin = TRUE ;
107         Minimum = 0 ;
108         Maximum = 600 ;
109         StrictFormat = TRUE ;
110         Unit = FUNIT_CUSTOM ;
111                 CustomUnitText  = "%" ;
112         First = 1 ;
113         Last = 100 ;
114         SpinSize = 1 ;
115         DecimalDigits = 0 ;
116     };
118     CheckBox CB_CONNECTOR
119     {
120         Pos = MAP_APPFONT ( 12 , 97 ) ;
121         Size = MAP_APPFONT ( 200 , 10 ) ;
122         TabStop = TRUE ;
123         Text [ en-US ] = "Connection lines";
124     };
126     CheckBox CB_BARS_SIDE_BY_SIDE
127     {
128         Pos = MAP_APPFONT ( 12 , 97 ) ;
129         Size = MAP_APPFONT ( 200 , 10 ) ;
130         TabStop = TRUE ;
131         Text [ en-US ] = "Show ~bars side by side";
132     };
133     
134     FixedLine FL_PLOT_OPTIONS
135     {
136         Pos = MAP_APPFONT ( 6 , 113  ) ;
137         Size = MAP_APPFONT ( 248 , 8 ) ;
138         Text [ en-US ] = "Plot options";
139     };
141     FixedText FT_MISSING_VALUES
142     {
143         Pos = MAP_APPFONT ( 12 , 127  ) ;
144         Size = MAP_APPFONT ( 80 , 8 ) ;
145         Text [ en-US ] = "Plot missing values";
146     };
147     
148     RadioButton RB_DONT_PAINT
149     {
150         Pos = MAP_APPFONT ( 82 , 127  ) ;
151         Size = MAP_APPFONT ( 80 , 10 ) ;
152         TabStop = TRUE ;
153         Text [ en-US ] = "~Leave gap";  
154     };
155     
156     RadioButton RB_ASSUME_ZERO
157     {
158         Pos = MAP_APPFONT ( 82 , 141  ) ;
159         Size = MAP_APPFONT ( 80 , 10 ) ;
160         TabStop = TRUE ;
161         Text [ en-US ] = "~Assume zero";  
162     };
163     
164     RadioButton RB_CONTINUE_LINE
165     {
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         Pos = MAP_APPFONT ( 12 , 172 ) ;
175         Size = MAP_APPFONT ( 200 , 10 ) ;
176         TabStop = TRUE ;
177         Text [ en-US ] = "Include ~values from hidden cells";
178     };