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