Update ooo320-m1
[ooovba.git] / chart2 / source / controller / dialogs / tp_DataSource.src
blob08d1d133cf751d84231c820dd1fdd12b8db9aa36
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_DataSource.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  ************************************************************************/
30 #include "tp_DataSource.hrc"
31 #include "HelpIds.hrc"
33 TabPage TP_DATA_SOURCE
35     Hide = TRUE;
36     Size = MAP_APPFONT ( 248, 140 );
37     SVLook = TRUE ;
39     // ----------------------------------------
41     FixedText FT_CAPTION_FOR_WIZARD
42     {
43         Pos = MAP_APPFONT ( 5 , 8  ) ;
44         Size = MAP_APPFONT ( 238 , 10 ) ;
45         Text [ en-US ] = "Customize data ranges for individual data series" ;
46     };
48     FixedText FT_SERIES
49     {
50         Pos  = MAP_APPFONT ( 6 , 22  );
51         Size = MAP_APPFONT ( 72 , 8 );
53         Text [ en-US ] = "Data ~series";
54     };
55     Control LB_SERIES
56     {
57         HelpID = HID_SCH_SERIES_LIST ;
58         Border = TRUE;
59         TabStop = TRUE;
60         // DropDown = FALSE;
61         Pos  = MAP_APPFONT ( 6 , 32  );
62         Size = MAP_APPFONT ( 72 , 69 );
63     };
65     FixedText FT_ROLE
66     {
67         Pos  = MAP_APPFONT ( 82 , 22  );
68         Size = MAP_APPFONT ( 160 , 8 );
70         Text [ en-US ] = "~Data ranges";
71     };
72     Control LB_ROLE
73     {
74         HelpID = HID_SCH_DATA_RANGES_LIST ;
75         Border = TRUE;
76         TabStop = TRUE;
77         Pos  = MAP_APPFONT ( 82 , 32  );
78         Size = MAP_APPFONT ( 160 , 43 );
79     };
81     // ----------------------------------------
83     FixedText FT_RANGE
84     {
85         Pos  = MAP_APPFONT ( 82 , 79  );
86         Size = MAP_APPFONT ( 160 , 8 );
88         Text [ en-US ] = "Ran~ge for %VALUETYPE";
89     };
90     Edit EDT_RANGE
91     {
92         Border = TRUE;
93         TabStop = TRUE;
94         Pos  = MAP_APPFONT ( 82 , 89  );
95         Size = MAP_APPFONT ( 144 , 12 );
96     };
97     ImageButton IMB_RANGE_MAIN
98     {
99         TabStop = TRUE;
100         Pos  = MAP_APPFONT ( 228 , 88  );
101         Size = MAP_APPFONT ( 14 , 14 );
102     };
104     // ----------------------------------------
106     FixedText FT_CATEGORIES
107     {
108         Pos  = MAP_APPFONT ( 82 , 107  );
109         Size = MAP_APPFONT ( 160 , 8 );
111         Text [ en-US ] = "~Categories";
112     };
114     FixedText FT_DATALABELS
115     {
116         Pos  = MAP_APPFONT ( 82 , 107  );
117         Size = MAP_APPFONT ( 160 , 8 );
119         Text [ en-US ] = "Data ~labels" ;
120     };
122     Edit EDT_CATEGORIES
123     {
124         Border = TRUE;
125         TabStop = TRUE;
126         Pos  = MAP_APPFONT ( 82 , 117  );
127         Size = MAP_APPFONT ( 144 , 12 );
128     };
129     ImageButton IMB_RANGE_CAT
130     {
131         TabStop = TRUE;
132         Pos  = MAP_APPFONT ( 228 , 116  );
133         Size = MAP_APPFONT ( 14 , 14 );
134     };
136     // ----------------------------------------
138     PushButton BTN_ADD
139     {
140         TabStop = TRUE;
141         Disable = FALSE;
142         Pos  = MAP_APPFONT ( 6 , 105  );
143         Size = MAP_APPFONT ( 54 , 14 );
145         Text [ en-US ] = "~Add";
146     };
147     PushButton BTN_REMOVE
148     {
149         TabStop = TRUE;
150         Disable = TRUE;
151         Pos  = MAP_APPFONT ( 6 , 121  );
152         Size = MAP_APPFONT ( 54 , 14 );
154         Text [ en-US ] = "~Remove";
155     };
157     // Note: Text is only a black triangle symbol
158     PushButton BTN_UP
159     {
160         TabStop = TRUE;
161         Disable = TRUE;
162         Pos  = MAP_APPFONT ( 64 , 105  );
163         Size = MAP_APPFONT ( 14 , 14 );
164     };
166     // Note: Text is only a black triangle symbol
167     PushButton BTN_DOWN
168     {
169         TabStop = TRUE;
170         Disable = TRUE;
171         Pos  = MAP_APPFONT ( 64 , 121  );
172         Size = MAP_APPFONT ( 14 , 14 );
173     };