xref: /trunk/main/sc/source/ui/dbgui/pivot.src (revision 8287e18b)
182177cdbSAndrew Rist/**************************************************************
2*8287e18bSmseidel *
382177cdbSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
482177cdbSAndrew Rist * or more contributor license agreements.  See the NOTICE file
582177cdbSAndrew Rist * distributed with this work for additional information
682177cdbSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
782177cdbSAndrew Rist * to you under the Apache License, Version 2.0 (the
882177cdbSAndrew Rist * "License"); you may not use this file except in compliance
982177cdbSAndrew Rist * with the License.  You may obtain a copy of the License at
10*8287e18bSmseidel *
1182177cdbSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*8287e18bSmseidel *
1382177cdbSAndrew Rist * Unless required by applicable law or agreed to in writing,
1482177cdbSAndrew Rist * software distributed under the License is distributed on an
1582177cdbSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1682177cdbSAndrew Rist * KIND, either express or implied.  See the License for the
1782177cdbSAndrew Rist * specific language governing permissions and limitations
1882177cdbSAndrew Rist * under the License.
19*8287e18bSmseidel *
2082177cdbSAndrew Rist *************************************************************/
2182177cdbSAndrew Rist
2282177cdbSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "pivot.hrc"
25cdf0e10cSrcweir
26cdf0e10cSrcweirModelessDialog RID_SCDLG_PIVOT_LAYOUT
27cdf0e10cSrcweir{
28cdf0e10cSrcweir	OutputSize = TRUE ;
29cdf0e10cSrcweir	HelpId = CMD_SID_OPENDLG_PIVOTTABLE ;
30*8287e18bSmseidel	Size = MAP_APPFONT ( 348, 186 ) ;
31cdf0e10cSrcweir	Hide = TRUE ;
32cdf0e10cSrcweir	SVLook = TRUE ;
33cdf0e10cSrcweir	Moveable = TRUE ;
34cdf0e10cSrcweir	Closeable = FALSE ;
35cdf0e10cSrcweir	Text [ en-US ] = "Pivot Table" ;
36cdf0e10cSrcweir
37*8287e18bSmseidel	FixedText FT_PAGE
38*8287e18bSmseidel	{
39*8287e18bSmseidel		Pos = MAP_APPFONT ( 194, 168 ) ;
40*8287e18bSmseidel		Size = MAP_APPFONT ( 37, 8 ) ;
41*8287e18bSmseidel		Text [ en-US ] = "Page Fields" ;
42*8287e18bSmseidel	};
43*8287e18bSmseidel	ScrollBar SCROLL_PAGE
44*8287e18bSmseidel	{
45*8287e18bSmseidel		Pos = MAP_APPFONT ( 198, 14 ) ;
46*8287e18bSmseidel		Size = MAP_APPFONT ( 8, 24 ) ;
47*8287e18bSmseidel		HScroll = FALSE ;
48*8287e18bSmseidel		TabStop = FALSE ;
49*8287e18bSmseidel	};
50*8287e18bSmseidel	Control WND_PAGE
51*8287e18bSmseidel	{
52*8287e18bSmseidel		Pos = MAP_APPFONT ( 18, 14 ) ;
53*8287e18bSmseidel		Size = MAP_APPFONT ( 180, 24 ) ;
54*8287e18bSmseidel		TabStop = TRUE ;
55*8287e18bSmseidel	};
56*8287e18bSmseidel	FixedText FT_COL
57*8287e18bSmseidel	{
58*8287e18bSmseidel		Pos = MAP_APPFONT ( 231, 168 ) ;
59*8287e18bSmseidel		Size = MAP_APPFONT ( 37, 8 ) ;
60*8287e18bSmseidel		Text [ en-US ] = "Column Fields" ;
61*8287e18bSmseidel	};
62*8287e18bSmseidel	ScrollBar SCROLL_COL
63*8287e18bSmseidel	{
64*8287e18bSmseidel		Pos = MAP_APPFONT ( 198, 42 ) ;
65*8287e18bSmseidel		Size = MAP_APPFONT ( 8, 24 ) ;
66*8287e18bSmseidel		HScroll = FALSE ;
67*8287e18bSmseidel		TabStop = FALSE ;
68*8287e18bSmseidel	};
69*8287e18bSmseidel	Control WND_COL
70*8287e18bSmseidel	{
71*8287e18bSmseidel		Pos = MAP_APPFONT ( 54, 42 ) ;
72*8287e18bSmseidel		Size = MAP_APPFONT ( 144, 24 ) ;
73*8287e18bSmseidel		TabStop = TRUE ;
74*8287e18bSmseidel	};
75*8287e18bSmseidel	FixedText FT_ROW
76*8287e18bSmseidel	{
77*8287e18bSmseidel		Pos = MAP_APPFONT ( 194, 176 ) ;
78*8287e18bSmseidel		Size = MAP_APPFONT ( 37, 8 ) ;
79*8287e18bSmseidel		Text [ en-US ] = "Row\nFields" ;
80*8287e18bSmseidel	};
81*8287e18bSmseidel	ScrollBar SCROLL_ROW
82*8287e18bSmseidel	{
83*8287e18bSmseidel		Pos = MAP_APPFONT ( 42, 70 ) ;
84*8287e18bSmseidel		Size = MAP_APPFONT ( 8, 96 ) ;
85*8287e18bSmseidel		HScroll = FALSE ;
86*8287e18bSmseidel		TabStop = FALSE ;
87*8287e18bSmseidel	};
88*8287e18bSmseidel	Control WND_ROW
89*8287e18bSmseidel	{
90*8287e18bSmseidel		Pos = MAP_APPFONT ( 6, 70 ) ;
91*8287e18bSmseidel		Size = MAP_APPFONT ( 36, 96 ) ;
92*8287e18bSmseidel		TabStop = TRUE ;
93*8287e18bSmseidel	};
94*8287e18bSmseidel	FixedText FT_DATA
95*8287e18bSmseidel	{
96*8287e18bSmseidel		Pos = MAP_APPFONT ( 231, 176 ) ;
97*8287e18bSmseidel		Size = MAP_APPFONT ( 37, 8 ) ;
98*8287e18bSmseidel		Text [ en-US ] = "Data Fields" ;
99*8287e18bSmseidel	};
100*8287e18bSmseidel	ScrollBar SCROLL_DATA
101*8287e18bSmseidel	{
102*8287e18bSmseidel		Pos = MAP_APPFONT ( 198, 70 ) ;
103*8287e18bSmseidel		Size = MAP_APPFONT ( 8, 96 ) ;
104*8287e18bSmseidel		HScroll = FALSE ;
105*8287e18bSmseidel		TabStop = FALSE ;
106*8287e18bSmseidel	};
107*8287e18bSmseidel	Control WND_DATA
108*8287e18bSmseidel	{
109*8287e18bSmseidel		Pos = MAP_APPFONT ( 54, 70 ) ;
110*8287e18bSmseidel		Size = MAP_APPFONT ( 144, 96 ) ;
111*8287e18bSmseidel		TabStop = TRUE ;
112*8287e18bSmseidel	};
113*8287e18bSmseidel	Control WND_SELECT
114*8287e18bSmseidel	{
115*8287e18bSmseidel		Pos = MAP_APPFONT ( 212, 14 ) ;
116*8287e18bSmseidel		Size = MAP_APPFONT ( 74, 138 ) ;
117*8287e18bSmseidel		TabStop = TRUE ;
118cdf0e10cSrcweir	};
119cdf0e10cSrcweir	String STR_SELECT
120cdf0e10cSrcweir	{
121*8287e18bSmseidel		Text [ en-US ] = "Selection area" ;
122*8287e18bSmseidel	};
123*8287e18bSmseidel	ScrollBar WND_HSCROLL
124*8287e18bSmseidel	{
125*8287e18bSmseidel		Pos = MAP_APPFONT ( 212, 154 ) ;
126*8287e18bSmseidel		Size = MAP_APPFONT ( 74, 8 ) ;
127*8287e18bSmseidel		HScroll = TRUE ;
128*8287e18bSmseidel		TabStop = FALSE ;
129cdf0e10cSrcweir	};
130cdf0e10cSrcweir	FixedText FT_INFO
131cdf0e10cSrcweir	{
132*8287e18bSmseidel		Pos = MAP_APPFONT ( 6, 172 ) ;
133*8287e18bSmseidel		Size = MAP_APPFONT ( 280, 8 ) ;
134cdf0e10cSrcweir		WordBreak = TRUE ;
135cdf0e10cSrcweir		Text [ en-US ] = "Drag the fields from the right into the desired position." ;
136cdf0e10cSrcweir	};
137*8287e18bSmseidel	FixedLine FL_LAYOUT
138cdf0e10cSrcweir	{
139*8287e18bSmseidel		Pos = MAP_APPFONT ( 6, 3 ) ;
140*8287e18bSmseidel		Size = MAP_APPFONT ( 200, 8 ) ;
141*8287e18bSmseidel		Text [ en-US ] = "Layout" ;
142cdf0e10cSrcweir	};
143*8287e18bSmseidel	FixedLine FL_SELECT
144cdf0e10cSrcweir	{
145*8287e18bSmseidel		Pos = MAP_APPFONT ( 212, 3 ) ;
146*8287e18bSmseidel		Size = MAP_APPFONT ( 74, 8 ) ;
147*8287e18bSmseidel		Text [ en-US ] = "Fields" ;
148cdf0e10cSrcweir	};
149cdf0e10cSrcweir	OKButton BTN_OK
150cdf0e10cSrcweir	{
151*8287e18bSmseidel		Pos = MAP_APPFONT ( 292, 6 ) ;
152*8287e18bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
153cdf0e10cSrcweir		TabStop = TRUE ;
154cdf0e10cSrcweir		DefButton = TRUE ;
155cdf0e10cSrcweir	};
156cdf0e10cSrcweir	CancelButton BTN_CANCEL
157cdf0e10cSrcweir	{
158*8287e18bSmseidel		Pos = MAP_APPFONT ( 292, 23 ) ;
159*8287e18bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
160cdf0e10cSrcweir		TabStop = TRUE ;
161cdf0e10cSrcweir	};
162cdf0e10cSrcweir	HelpButton BTN_HELP
163cdf0e10cSrcweir	{
164*8287e18bSmseidel		Pos = MAP_APPFONT ( 292, 43 ) ;
165*8287e18bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
166cdf0e10cSrcweir		TabStop = TRUE ;
167cdf0e10cSrcweir	};
168*8287e18bSmseidel	PushButton BTN_REMOVE
169cdf0e10cSrcweir	{
170*8287e18bSmseidel		HelpID = "sc:PushButton:RID_SCDLG_PIVOT_LAYOUT:BTN_REMOVE" ;
171*8287e18bSmseidel		Pos = MAP_APPFONT ( 292, 63 ) ;
172*8287e18bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
173cdf0e10cSrcweir		TabStop = TRUE ;
174*8287e18bSmseidel		Text [ en-US ] = "Remove" ;
175cdf0e10cSrcweir	};
176*8287e18bSmseidel	PushButton BTN_OPTIONS
177cdf0e10cSrcweir	{
178*8287e18bSmseidel		HelpID = "sc:PushButton:RID_SCDLG_PIVOT_LAYOUT:BTN_OPTIONS" ;
179*8287e18bSmseidel		Pos = MAP_APPFONT ( 292, 80 ) ;
180*8287e18bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
181cdf0e10cSrcweir		TabStop = TRUE ;
182*8287e18bSmseidel		Text [ en-US ] = "Options..." ;
183cdf0e10cSrcweir	};
184cdf0e10cSrcweir	MoreButton BTN_MORE
185cdf0e10cSrcweir	{
186*8287e18bSmseidel		HelpID = "sc:MoreButton:RID_SCDLG_PIVOT_LAYOUT:BTN_MORE" ;
187*8287e18bSmseidel		Pos = MAP_APPFONT ( 292, 166 ) ;
188*8287e18bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
189cdf0e10cSrcweir		TabStop = TRUE ;
190cdf0e10cSrcweir		MapUnit = MAP_APPFONT ;
191*8287e18bSmseidel		Delta = 90 ;
192cdf0e10cSrcweir	};
193*8287e18bSmseidel	FixedLine FL_OUTPUT
194cdf0e10cSrcweir	{
195*8287e18bSmseidel		Pos = MAP_APPFONT ( 6, 186 ) ;
196*8287e18bSmseidel		Size = MAP_APPFONT ( 280, 8 ) ;
197cdf0e10cSrcweir		Text [ en-US ] = "Result" ;
198cdf0e10cSrcweir		Hide = TRUE ;
199cdf0e10cSrcweir	};
200cdf0e10cSrcweir
201*8287e18bSmseidel	FixedText FT_INAREA
202*8287e18bSmseidel	{
203*8287e18bSmseidel		Pos = MAP_APPFONT ( 12, 199 ) ;
204*8287e18bSmseidel		Size = MAP_APPFONT ( 59, 8 ) ;
205*8287e18bSmseidel		Hide = TRUE ;
206*8287e18bSmseidel		Text [ en-US ] = "Selection from" ;
207*8287e18bSmseidel	};
208*8287e18bSmseidel	Edit ED_INAREA
209*8287e18bSmseidel	{
210*8287e18bSmseidel		HelpID = "sc:Edit:RID_SCDLG_PIVOT_LAYOUT:ED_INAREA" ;
211*8287e18bSmseidel		Border = TRUE ;
212*8287e18bSmseidel		Pos = MAP_APPFONT ( 73, 197 ) ;
213*8287e18bSmseidel		Size = MAP_APPFONT ( 109, 12 ) ;
214*8287e18bSmseidel		TabStop = TRUE ;
215*8287e18bSmseidel		Hide = TRUE ;
216*8287e18bSmseidel	};
217*8287e18bSmseidel	ImageButton RB_INAREA
218cdf0e10cSrcweir	{
219*8287e18bSmseidel		HelpID = "sc:ImageButton:RID_SCDLG_PIVOT_LAYOUT:RB_INAREA" ;
220*8287e18bSmseidel		Pos = MAP_APPFONT ( 186, 196 ) ;
221*8287e18bSmseidel		Size = MAP_APPFONT ( 13, 15 ) ;
222*8287e18bSmseidel		TabStop = TRUE ;
223cdf0e10cSrcweir		Hide = TRUE ;
224*8287e18bSmseidel		QuickHelpText [ en-US ] = "Shrink" ;
225*8287e18bSmseidel	};
226cdf0e10cSrcweir
227cdf0e10cSrcweir	FixedText FT_OUTAREA
228cdf0e10cSrcweir	{
229*8287e18bSmseidel		Pos = MAP_APPFONT ( 12, 217 ) ;
230*8287e18bSmseidel		Size = MAP_APPFONT ( 59, 8 ) ;
231cdf0e10cSrcweir		Hide = TRUE ;
232cdf0e10cSrcweir		Text [ en-US ] = "Results to" ;
233cdf0e10cSrcweir	};
234cdf0e10cSrcweir	ListBox LB_OUTAREA
235cdf0e10cSrcweir	{
236*8287e18bSmseidel		HelpID = "sc:ListBox:RID_SCDLG_PIVOT_LAYOUT:LB_OUTAREA" ;
237cdf0e10cSrcweir		Border = TRUE ;
238*8287e18bSmseidel		Pos = MAP_APPFONT ( 73, 215 ) ;
239*8287e18bSmseidel		Size = MAP_APPFONT ( 75, 90 ) ;
240cdf0e10cSrcweir		TabStop = TRUE ;
241cdf0e10cSrcweir		DropDown = TRUE ;
242cdf0e10cSrcweir		Hide = TRUE ;
243cdf0e10cSrcweir	};
244cdf0e10cSrcweir	Edit ED_OUTAREA
245cdf0e10cSrcweir	{
246*8287e18bSmseidel		HelpID = "sc:Edit:RID_SCDLG_PIVOT_LAYOUT:ED_OUTAREA" ;
247cdf0e10cSrcweir		Border = TRUE ;
248*8287e18bSmseidel		Pos = MAP_APPFONT ( 152, 215 ) ;
249*8287e18bSmseidel		Size = MAP_APPFONT ( 109, 12 ) ;
250cdf0e10cSrcweir		TabStop = TRUE ;
251cdf0e10cSrcweir		Hide = TRUE ;
252cdf0e10cSrcweir	};
253cdf0e10cSrcweir	ImageButton RB_OUTAREA
254cdf0e10cSrcweir	{
255*8287e18bSmseidel		HelpID = "sc:ImageButton:RID_SCDLG_PIVOT_LAYOUT:RB_OUTAREA" ;
256*8287e18bSmseidel		Pos = MAP_APPFONT ( 265, 214 ) ;
257*8287e18bSmseidel		Size = MAP_APPFONT ( 13, 15 ) ;
258*8287e18bSmseidel		TabStop = TRUE ;
259*8287e18bSmseidel		Hide = TRUE ;
260cdf0e10cSrcweir		QuickHelpText [ en-US ] = "Shrink" ;
261cdf0e10cSrcweir	};
262cdf0e10cSrcweir	CheckBox BTN_IGNEMPTYROWS
263cdf0e10cSrcweir	{
264*8287e18bSmseidel		HelpID = "sc:CheckBox:RID_SCDLG_PIVOT_LAYOUT:BTN_IGNEMPTYROWS" ;
265*8287e18bSmseidel		Pos = MAP_APPFONT ( 12, 233 ) ;
266*8287e18bSmseidel		Size = MAP_APPFONT ( 136, 10 ) ;
267cdf0e10cSrcweir		TabStop = TRUE ;
268cdf0e10cSrcweir		Hide = TRUE ;
269cdf0e10cSrcweir		Text [ en-US ] = "Ignore ~empty rows" ;
270cdf0e10cSrcweir	};
271cdf0e10cSrcweir	CheckBox BTN_DETECTCAT
272cdf0e10cSrcweir	{
273*8287e18bSmseidel		HelpID = "sc:CheckBox:RID_SCDLG_PIVOT_LAYOUT:BTN_DETECTCAT" ;
274*8287e18bSmseidel		Pos = MAP_APPFONT ( 152, 233 ) ;
275*8287e18bSmseidel		Size = MAP_APPFONT ( 128, 10 ) ;
276cdf0e10cSrcweir		TabStop = TRUE ;
277cdf0e10cSrcweir		Hide = TRUE ;
278cdf0e10cSrcweir		Text [ en-US ] = "~Identify categories" ;
279cdf0e10cSrcweir	};
280cdf0e10cSrcweir	CheckBox BTN_TOTALCOL
281cdf0e10cSrcweir	{
282*8287e18bSmseidel		HelpID = "sc:CheckBox:RID_SCDLG_PIVOT_LAYOUT:BTN_TOTALCOL" ;
283*8287e18bSmseidel		Pos = MAP_APPFONT ( 12, 247 ) ;
284*8287e18bSmseidel		Size = MAP_APPFONT ( 136, 10 ) ;
285cdf0e10cSrcweir		TabStop = TRUE ;
286cdf0e10cSrcweir		Hide = TRUE ;
287*8287e18bSmseidel		Text [ en-US ] = "Total columns" ;
288cdf0e10cSrcweir	};
289cdf0e10cSrcweir	CheckBox BTN_TOTALROW
290cdf0e10cSrcweir	{
291*8287e18bSmseidel		HelpID = "sc:CheckBox:RID_SCDLG_PIVOT_LAYOUT:BTN_TOTALROW" ;
292*8287e18bSmseidel		Pos = MAP_APPFONT ( 152, 247 ) ;
293*8287e18bSmseidel		Size = MAP_APPFONT ( 128, 10 ) ;
294cdf0e10cSrcweir		TabStop = TRUE ;
295cdf0e10cSrcweir		Hide = TRUE ;
296cdf0e10cSrcweir		Text [ en-US ] = "~Total rows" ;
297cdf0e10cSrcweir	};
298*8287e18bSmseidel	CheckBox BTN_FILTER
299*8287e18bSmseidel	{
300*8287e18bSmseidel		HelpID = "sc:CheckBox:RID_SCDLG_PIVOT_LAYOUT:BTN_FILTER" ;
301*8287e18bSmseidel		Pos = MAP_APPFONT ( 12, 261 ) ;
302*8287e18bSmseidel		Size = MAP_APPFONT ( 136, 10 ) ;
303*8287e18bSmseidel		TabStop = TRUE ;
304*8287e18bSmseidel		Hide = TRUE ;
305*8287e18bSmseidel		Text [ en-US ] = "~Add filter" ;
306*8287e18bSmseidel	};
307*8287e18bSmseidel	CheckBox BTN_DRILLDOWN
308*8287e18bSmseidel	{
309*8287e18bSmseidel		HelpID = "sc:CheckBox:RID_SCDLG_PIVOT_LAYOUT:BTN_DRILLDOWN" ;
310*8287e18bSmseidel		Pos = MAP_APPFONT ( 152, 261 ) ;
311*8287e18bSmseidel		Size = MAP_APPFONT ( 128, 10 ) ;
312*8287e18bSmseidel		TabStop = TRUE ;
313*8287e18bSmseidel		Hide = TRUE ;
314*8287e18bSmseidel		Text [ en-US ] = "Ena~ble drill to details" ;
315*8287e18bSmseidel	};
316cdf0e10cSrcweir	String PIVOTSTR_SUM
317cdf0e10cSrcweir	{
318cdf0e10cSrcweir		Text [ en-US ] = "Sum - " ;
319cdf0e10cSrcweir	};
320cdf0e10cSrcweir	String PIVOTSTR_COUNT
321cdf0e10cSrcweir	{
322cdf0e10cSrcweir		Text [ en-US ] = "Count - " ;
323cdf0e10cSrcweir	};
324cdf0e10cSrcweir	String PIVOTSTR_AVG
325cdf0e10cSrcweir	{
326cdf0e10cSrcweir		Text [ en-US ] = "Mean - " ;
327cdf0e10cSrcweir	};
328cdf0e10cSrcweir	String PIVOTSTR_MAX
329cdf0e10cSrcweir	{
330cdf0e10cSrcweir		Text [ en-US ] = "Max - " ;
331cdf0e10cSrcweir	};
332cdf0e10cSrcweir	String PIVOTSTR_MIN
333cdf0e10cSrcweir	{
334cdf0e10cSrcweir		Text [ en-US ] = "Min - " ;
335cdf0e10cSrcweir	};
336cdf0e10cSrcweir	String PIVOTSTR_PROD
337cdf0e10cSrcweir	{
338cdf0e10cSrcweir		Text [ en-US ] = "Product - " ;
339cdf0e10cSrcweir	};
340cdf0e10cSrcweir	String PIVOTSTR_COUNT2
341cdf0e10cSrcweir	{
342cdf0e10cSrcweir		Text [ en-US ] = "Count - " ;
343cdf0e10cSrcweir	};
344cdf0e10cSrcweir	String PIVOTSTR_DEV
345cdf0e10cSrcweir	{
346cdf0e10cSrcweir		Text [ en-US ] = "StDev - " ;
347cdf0e10cSrcweir	};
348cdf0e10cSrcweir	String PIVOTSTR_DEV2
349cdf0e10cSrcweir	{
350cdf0e10cSrcweir		Text [ en-US ] = "StDevP - " ;
351cdf0e10cSrcweir	};
352cdf0e10cSrcweir	String PIVOTSTR_VAR
353cdf0e10cSrcweir	{
354cdf0e10cSrcweir		Text [ en-US ] = "Var - " ;
355cdf0e10cSrcweir	};
356cdf0e10cSrcweir	String PIVOTSTR_VAR2
357cdf0e10cSrcweir	{
358cdf0e10cSrcweir		Text [ en-US ] = "VarP - " ;
359cdf0e10cSrcweir	};
360cdf0e10cSrcweir};
361cdf0e10cSrcweir
362*8287e18bSmseidel// ********************************************************************** EOF
363