xref: /aoo42x/main/sc/source/ui/dbgui/pvfundlg.src (revision f2704ea3)
182177cdbSAndrew Rist/**************************************************************
22f154c07Smseidel *
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
102f154c07Smseidel *
1182177cdbSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
122f154c07Smseidel *
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.
192f154c07Smseidel *
2082177cdbSAndrew Rist *************************************************************/
2182177cdbSAndrew Rist
2282177cdbSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "pvfundlg.hrc"
25cdf0e10cSrcweir
26cdf0e10cSrcweirStringArray SCSTR_DPFUNCLISTBOX
27cdf0e10cSrcweir{
282f154c07Smseidel	ItemList [ en-US ] =
292f154c07Smseidel	{
302f154c07Smseidel		< "Sum" ; Default ;						> ;
312f154c07Smseidel		< "Count" ; Default ;					> ;
322f154c07Smseidel		< "Average" ; Default ;					> ;
332f154c07Smseidel		< "Max" ; Default ;						> ;
342f154c07Smseidel		< "Min" ; Default ;						> ;
352f154c07Smseidel		< "Product" ; Default ;					> ;
362f154c07Smseidel		< "Count (Numbers only)" ; Default ;	> ;
372f154c07Smseidel		< "StDev (Sample)" ; Default ;			> ;
382f154c07Smseidel		< "StDevP (Population)" ; Default ;		> ;
392f154c07Smseidel		< "Var (Sample)" ; Default ;			> ;
402f154c07Smseidel		< "VarP (Population)" ; Default ;		> ;
412f154c07Smseidel	};
42cdf0e10cSrcweir};
43cdf0e10cSrcweir
44cdf0e10cSrcweir// ----------------------------------------------------------------------------
45cdf0e10cSrcweir
46cdf0e10cSrcweirModalDialog RID_SCDLG_DPDATAFIELD
47cdf0e10cSrcweir{
482f154c07Smseidel	OutputSize = TRUE ;
492f154c07Smseidel	HelpId = HID_SC_DPDATAFIELD ;
502f154c07Smseidel	SVLook = TRUE ;
512f154c07Smseidel	Size = MAP_APPFONT ( 220, 99 ) ;
522f154c07Smseidel	Moveable = TRUE ;
532f154c07Smseidel	Closeable = FALSE ;
542f154c07Smseidel	Hide = TRUE ;
552f154c07Smseidel	FixedLine FL_FUNC
562f154c07Smseidel	{
572f154c07Smseidel		Pos = MAP_APPFONT ( 6, 3 ) ;
582f154c07Smseidel		Size = MAP_APPFONT ( 152, 8 ) ;
592f154c07Smseidel		Text [ en-US ] = "~Function" ;
602f154c07Smseidel	};
612f154c07Smseidel	MultiListBox LB_FUNC
622f154c07Smseidel	{
632f154c07Smseidel		HelpID = "sc:MultiListBox:RID_SCDLG_DPDATAFIELD:LB_FUNC" ;
642f154c07Smseidel		Border = TRUE ;
652f154c07Smseidel		Pos = MAP_APPFONT ( 12, 14 ) ;
662f154c07Smseidel		Size = MAP_APPFONT ( 140, 65 ) ;
672f154c07Smseidel		TabStop = TRUE ;
682f154c07Smseidel		AutoHScroll = TRUE ;
692f154c07Smseidel		SimpleMode = TRUE ;
702f154c07Smseidel	};
712f154c07Smseidel	FixedText FT_NAMELABEL
722f154c07Smseidel	{
732f154c07Smseidel		Pos = MAP_APPFONT ( 6, 85 ) ;
742f154c07Smseidel		Size = MAP_APPFONT ( 25, 8 ) ;
752f154c07Smseidel		Text [ en-US ] = "Name:" ;
762f154c07Smseidel	};
772f154c07Smseidel	FixedText FT_NAME
782f154c07Smseidel	{
792f154c07Smseidel		Pos = MAP_APPFONT ( 32, 85 ) ;
802f154c07Smseidel		Size = MAP_APPFONT ( 126, 8 ) ;
812f154c07Smseidel	};
822f154c07Smseidel	FixedLine FL_DISPLAY
832f154c07Smseidel	{
842f154c07Smseidel		Pos = MAP_APPFONT ( 6, 99 ) ;
852f154c07Smseidel		Size = MAP_APPFONT ( 152, 8 ) ;
862f154c07Smseidel		Text [ en-US ] = "Displayed value" ;
872f154c07Smseidel	};
882f154c07Smseidel	FixedText FT_TYPE
892f154c07Smseidel	{
902f154c07Smseidel		Pos = MAP_APPFONT ( 12, 112 ) ;
912f154c07Smseidel		Size = MAP_APPFONT ( 60, 8 ) ;
922f154c07Smseidel		Text [ en-US ] = "~Type" ;
932f154c07Smseidel	};
942f154c07Smseidel	ListBox LB_TYPE
952f154c07Smseidel	{
962f154c07Smseidel		HelpID = "sc:ListBox:RID_SCDLG_DPDATAFIELD:LB_TYPE" ;
972f154c07Smseidel		Pos = MAP_APPFONT ( 75, 110 ) ;
982f154c07Smseidel		Size = MAP_APPFONT ( 77, 120 ) ;
992f154c07Smseidel		TabStop = TRUE ;
1002f154c07Smseidel		Border = TRUE ;
1012f154c07Smseidel		DropDown = TRUE ;
1022f154c07Smseidel		StringList [ en-US ] =
1032f154c07Smseidel		{
1042f154c07Smseidel			< "Normal" ; Default;				> ;
1052f154c07Smseidel			< "Difference from" ; Default;		> ;
1062f154c07Smseidel			< "% of" ; Default;					> ;
1072f154c07Smseidel			< "% difference from" ; Default;	> ;
1082f154c07Smseidel			< "Running total in" ; Default;		> ;
1092f154c07Smseidel			< "% of row" ; Default;				> ;
1102f154c07Smseidel			< "% of column" ; Default;			> ;
1112f154c07Smseidel			< "% of total" ; Default;			> ;
1122f154c07Smseidel			< "Index" ; Default;				> ;
1132f154c07Smseidel		};
1142f154c07Smseidel	};
1152f154c07Smseidel	FixedText FT_BASEFIELD
1162f154c07Smseidel	{
1172f154c07Smseidel		Pos = MAP_APPFONT ( 12, 128 ) ;
1182f154c07Smseidel		Size = MAP_APPFONT ( 60, 8 ) ;
1192f154c07Smseidel		Text [ en-US ] = "~Base field" ;
1202f154c07Smseidel	};
1212f154c07Smseidel	ListBox LB_BASEFIELD
1222f154c07Smseidel	{
1232f154c07Smseidel		HelpID = "sc:ListBox:RID_SCDLG_DPDATAFIELD:LB_BASEFIELD" ;
1242f154c07Smseidel		Pos = MAP_APPFONT ( 75, 126 ) ;
1252f154c07Smseidel		Size = MAP_APPFONT ( 77, 120 ) ;
1262f154c07Smseidel		TabStop = TRUE ;
1272f154c07Smseidel		Border = TRUE ;
1282f154c07Smseidel		DropDown = TRUE ;
1292f154c07Smseidel	};
1302f154c07Smseidel	FixedText FT_BASEITEM
1312f154c07Smseidel	{
1322f154c07Smseidel		Pos = MAP_APPFONT ( 12, 144 ) ;
1332f154c07Smseidel		Size = MAP_APPFONT ( 60, 8 ) ;
1342f154c07Smseidel		Text [ en-US ] = "Ba~se item" ;
1352f154c07Smseidel	};
1362f154c07Smseidel	ListBox LB_BASEITEM
1372f154c07Smseidel	{
1382f154c07Smseidel		HelpID = "sc:ListBox:RID_SCDLG_DPDATAFIELD:LB_BASEITEM" ;
1392f154c07Smseidel		Pos = MAP_APPFONT ( 75, 142 ) ;
1402f154c07Smseidel		Size = MAP_APPFONT ( 77, 120 ) ;
1412f154c07Smseidel		TabStop = TRUE ;
1422f154c07Smseidel		Border = TRUE ;
1432f154c07Smseidel		DropDown = TRUE ;
1442f154c07Smseidel		StringList [ en-US ] =
1452f154c07Smseidel		{
1462f154c07Smseidel			< "- previous item -" ; Default;	> ;
1472f154c07Smseidel			< "- next item -" ; Default;		> ;
1482f154c07Smseidel		};
1492f154c07Smseidel	};
1502f154c07Smseidel	OKButton BTN_OK
1512f154c07Smseidel	{
1522f154c07Smseidel		Pos = MAP_APPFONT ( 164, 6 ) ;
1532f154c07Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
1542f154c07Smseidel		TabStop = TRUE ;
1552f154c07Smseidel		DefButton = TRUE ;
1562f154c07Smseidel	};
1572f154c07Smseidel	CancelButton BTN_CANCEL
1582f154c07Smseidel	{
1592f154c07Smseidel		Pos = MAP_APPFONT ( 164, 23 ) ;
1602f154c07Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
1612f154c07Smseidel		TabStop = TRUE ;
1622f154c07Smseidel	};
1632f154c07Smseidel	HelpButton BTN_HELP
1642f154c07Smseidel	{
1652f154c07Smseidel		Pos = MAP_APPFONT ( 164, 43 ) ;
1662f154c07Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
1672f154c07Smseidel		TabStop = TRUE ;
1682f154c07Smseidel	};
1692f154c07Smseidel	MoreButton BTN_MORE
1702f154c07Smseidel	{
1712f154c07Smseidel		HelpID = "sc:MoreButton:RID_SCDLG_DPDATAFIELD:BTN_MORE" ;
1722f154c07Smseidel		Pos = MAP_APPFONT ( 164, 79 ) ;
1732f154c07Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
1742f154c07Smseidel		TabStop = TRUE ;
1752f154c07Smseidel		MapUnit = MAP_APPFONT ;
1762f154c07Smseidel		Delta = 61 ;
1772f154c07Smseidel	};
1782f154c07Smseidel	Text [ en-US ] = "Data Field" ;
179cdf0e10cSrcweir};
180cdf0e10cSrcweir
181cdf0e10cSrcweir// ----------------------------------------------------------------------------
182cdf0e10cSrcweir
183cdf0e10cSrcweirModalDialog RID_SCDLG_PIVOTSUBT
184cdf0e10cSrcweir{
185cdf0e10cSrcweir	OutputSize = TRUE ;
186cdf0e10cSrcweir	HelpId = HID_SC_PIVOTSUBT ;
187cdf0e10cSrcweir	SVLook = TRUE ;
1882f154c07Smseidel	Size = MAP_APPFONT ( 220, 155 ) ;
189cdf0e10cSrcweir	Text [ en-US ] = "Data Field" ;
190cdf0e10cSrcweir	Moveable = TRUE ;
191cdf0e10cSrcweir	Closeable = FALSE ;
192cdf0e10cSrcweir	Hide = TRUE ;
1932f154c07Smseidel	RadioButton RB_NONE
194cdf0e10cSrcweir	{
1952f154c07Smseidel		HelpID = "sc:RadioButton:RID_SCDLG_PIVOTSUBT:RB_NONE" ;
1962f154c07Smseidel		Pos = MAP_APPFONT ( 12, 14 ) ;
1972f154c07Smseidel		Size = MAP_APPFONT ( 140, 10 ) ;
198cdf0e10cSrcweir		Text [ en-US ] = "~None" ;
199cdf0e10cSrcweir		TabStop = TRUE ;
200cdf0e10cSrcweir	};
2012f154c07Smseidel	RadioButton RB_AUTO
202cdf0e10cSrcweir	{
2032f154c07Smseidel		HelpID = "sc:RadioButton:RID_SCDLG_PIVOTSUBT:RB_AUTO" ;
2042f154c07Smseidel		Pos = MAP_APPFONT ( 12, 28 ) ;
2052f154c07Smseidel		Size = MAP_APPFONT ( 140, 10 ) ;
206cdf0e10cSrcweir		Text [ en-US ] = "~Automatic" ;
207cdf0e10cSrcweir		TabStop = TRUE ;
208cdf0e10cSrcweir	};
2092f154c07Smseidel	RadioButton RB_USER
210cdf0e10cSrcweir	{
2112f154c07Smseidel		HelpID = "sc:RadioButton:RID_SCDLG_PIVOTSUBT:RB_USER" ;
2122f154c07Smseidel		Pos = MAP_APPFONT ( 12, 42 ) ;
2132f154c07Smseidel		Size = MAP_APPFONT ( 140, 10 ) ;
214cdf0e10cSrcweir		Text [ en-US ] = "~User-defined" ;
215cdf0e10cSrcweir		TabStop = TRUE ;
216cdf0e10cSrcweir	};
217cdf0e10cSrcweir	MultiListBox LB_FUNC
218cdf0e10cSrcweir	{
2192f154c07Smseidel		HelpID = "sc:MultiListBox:RID_SCDLG_PIVOTSUBT:LB_FUNC" ;
220cdf0e10cSrcweir		Border = TRUE ;
2212f154c07Smseidel		Pos = MAP_APPFONT ( 12, 56 ) ;
2222f154c07Smseidel		Size = MAP_APPFONT ( 140, 65 ) ;
223cdf0e10cSrcweir		TabStop = TRUE ;
224cdf0e10cSrcweir		AutoHScroll = TRUE ;
225cdf0e10cSrcweir		SimpleMode = TRUE ;
226cdf0e10cSrcweir	};
2272f154c07Smseidel	FixedLine FL_FUNC
228cdf0e10cSrcweir	{
2292f154c07Smseidel		Pos = MAP_APPFONT ( 6, 3 ) ;
2302f154c07Smseidel		Size = MAP_APPFONT ( 152, 8 ) ;
2312f154c07Smseidel		Text [ en-US ] = "Subtotals" ;
232cdf0e10cSrcweir	};
233cdf0e10cSrcweir	CheckBox CB_SHOWALL
234cdf0e10cSrcweir	{
2352f154c07Smseidel		HelpID = "sc:CheckBox:RID_SCDLG_PIVOTSUBT:CB_SHOWALL" ;
2362f154c07Smseidel		Pos = MAP_APPFONT ( 6, 127 ) ;
2372f154c07Smseidel		Size = MAP_APPFONT ( 152, 10 ) ;
2382f154c07Smseidel		Text [ en-US ] = "Show it~ems without data" ;
239cdf0e10cSrcweir		TabStop = TRUE ;
240cdf0e10cSrcweir	};
241cdf0e10cSrcweir	FixedText FT_NAMELABEL
242cdf0e10cSrcweir	{
2432f154c07Smseidel		Pos = MAP_APPFONT ( 6, 141 ) ;
2442f154c07Smseidel		Size = MAP_APPFONT ( 25, 8 ) ;
245cdf0e10cSrcweir		Text [ en-US ] = "Name:" ;
246cdf0e10cSrcweir	};
247cdf0e10cSrcweir	FixedText FT_NAME
248cdf0e10cSrcweir	{
2492f154c07Smseidel		Pos = MAP_APPFONT ( 32, 141 ) ;
2502f154c07Smseidel		Size = MAP_APPFONT ( 126, 8 ) ;
251cdf0e10cSrcweir	};
252cdf0e10cSrcweir	OKButton BTN_OK
253cdf0e10cSrcweir	{
2542f154c07Smseidel		Pos = MAP_APPFONT ( 164, 6 ) ;
2552f154c07Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
256cdf0e10cSrcweir		TabStop = TRUE ;
257cdf0e10cSrcweir		DefButton = TRUE ;
258cdf0e10cSrcweir	};
259cdf0e10cSrcweir	CancelButton BTN_CANCEL
260cdf0e10cSrcweir	{
2612f154c07Smseidel		Pos = MAP_APPFONT ( 164, 23 ) ;
2622f154c07Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
263cdf0e10cSrcweir		TabStop = TRUE ;
264cdf0e10cSrcweir	};
265cdf0e10cSrcweir	HelpButton BTN_HELP
266cdf0e10cSrcweir	{
2672f154c07Smseidel		Pos = MAP_APPFONT ( 164, 43 ) ;
2682f154c07Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
2692f154c07Smseidel		TabStop = TRUE ;
2702f154c07Smseidel	};
2712f154c07Smseidel	PushButton BTN_OPTIONS
2722f154c07Smseidel	{
2732f154c07Smseidel		HelpID = "sc:PushButton:RID_SCDLG_PIVOTSUBT:BTN_OPTIONS" ;
2742f154c07Smseidel		Pos = MAP_APPFONT ( 164, 135 ) ;
2752f154c07Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
276cdf0e10cSrcweir		TabStop = TRUE ;
2772f154c07Smseidel		Text [ en-US ] = "~Options..." ;
278cdf0e10cSrcweir	};
279cdf0e10cSrcweir};
280cdf0e10cSrcweir
281cdf0e10cSrcweir// ----------------------------------------------------------------------------
282cdf0e10cSrcweir
283cdf0e10cSrcweirModalDialog RID_SCDLG_DPSUBTOTAL_OPT
284cdf0e10cSrcweir{
2852f154c07Smseidel	OutputSize = TRUE ;
2862f154c07Smseidel	HelpId = HID_SC_DPSUBT_OPT ;
2872f154c07Smseidel	SVLook = TRUE ;
2882f154c07Smseidel	Size = MAP_APPFONT ( 266, 240 ) ;
2892f154c07Smseidel	Moveable = TRUE ;
2902f154c07Smseidel	Closeable = FALSE ;
2912f154c07Smseidel	Hide = TRUE ;
2922f154c07Smseidel	FixedLine FL_SORT_BY
2932f154c07Smseidel	{
2942f154c07Smseidel		Pos = MAP_APPFONT ( 6, 3 ) ;
2952f154c07Smseidel		Size = MAP_APPFONT ( 198, 8 ) ;
2962f154c07Smseidel		Text [ en-US ] = "Sort ~by" ;
2972f154c07Smseidel	};
2982f154c07Smseidel	ListBox LB_SORT_BY
2992f154c07Smseidel	{
3002f154c07Smseidel		HelpID = "sc:ListBox:RID_SCDLG_DPSUBTOTAL_OPT:LB_SORT_BY" ;
3012f154c07Smseidel		Pos = MAP_APPFONT ( 12, 26 ) ;
3022f154c07Smseidel		Size = MAP_APPFONT ( 96, 120 ) ;
3032f154c07Smseidel		TabStop = TRUE ;
3042f154c07Smseidel		Border = TRUE ;
3052f154c07Smseidel		DropDown = TRUE ;
3062f154c07Smseidel	};
3072f154c07Smseidel	RadioButton RB_SORT_ASC
3082f154c07Smseidel	{
3092f154c07Smseidel		HelpID = "sc:RadioButton:RID_SCDLG_DPSUBTOTAL_OPT:RB_SORT_ASC" ;
3102f154c07Smseidel		Pos = MAP_APPFONT ( 114, 14 ) ;
3112f154c07Smseidel		Size = MAP_APPFONT ( 84, 10 ) ;
3122f154c07Smseidel		TabStop = TRUE ;
3132f154c07Smseidel		Text [ en-US ] = "~Ascending" ;
3142f154c07Smseidel	};
3152f154c07Smseidel	RadioButton RB_SORT_DESC
3162f154c07Smseidel	{
3172f154c07Smseidel		HelpID = "sc:RadioButton:RID_SCDLG_DPSUBTOTAL_OPT:RB_SORT_DESC" ;
3182f154c07Smseidel		Pos = MAP_APPFONT ( 114, 28 ) ;
3192f154c07Smseidel		Size = MAP_APPFONT ( 84, 10 ) ;
3202f154c07Smseidel		TabStop = TRUE ;
3212f154c07Smseidel		Text [ en-US ] = "~Descending" ;
3222f154c07Smseidel	};
3232f154c07Smseidel	RadioButton RB_SORT_MAN
3242f154c07Smseidel	{
3252f154c07Smseidel		HelpID = "sc:RadioButton:RID_SCDLG_DPSUBTOTAL_OPT:RB_SORT_MAN" ;
3262f154c07Smseidel		Pos = MAP_APPFONT ( 114, 42 ) ;
3272f154c07Smseidel		Size = MAP_APPFONT ( 84, 10 ) ;
3282f154c07Smseidel		TabStop = TRUE ;
3292f154c07Smseidel		Text [ en-US ] = "~Manual" ;
3302f154c07Smseidel	};
3312f154c07Smseidel	FixedLine FL_LAYOUT
3322f154c07Smseidel	{
3332f154c07Smseidel		Pos = MAP_APPFONT ( 6, 56 ) ;
3342f154c07Smseidel		Size = MAP_APPFONT ( 198, 8 ) ;
3352f154c07Smseidel		Text [ en-US ] = "Display options" ;
3362f154c07Smseidel	};
3372f154c07Smseidel	FixedText FT_LAYOUT
3382f154c07Smseidel	{
3392f154c07Smseidel		Pos = MAP_APPFONT ( 12, 69 ) ;
3402f154c07Smseidel		Size = MAP_APPFONT ( 70, 8 ) ;
3412f154c07Smseidel		Text [ en-US ] = "~Layout" ;
3422f154c07Smseidel	};
3432f154c07Smseidel	ListBox LB_LAYOUT
3442f154c07Smseidel	{
3452f154c07Smseidel		HelpID = "sc:ListBox:RID_SCDLG_DPSUBTOTAL_OPT:LB_LAYOUT" ;
3462f154c07Smseidel		Pos = MAP_APPFONT ( 84, 67 ) ;
3472f154c07Smseidel		Size = MAP_APPFONT ( 114, 120 ) ;
3482f154c07Smseidel		TabStop = TRUE ;
3492f154c07Smseidel		Border = TRUE ;
350*f2704ea3Smseidel		DropDown = TRUE ;
3512f154c07Smseidel		StringList [ en-US ] =
3522f154c07Smseidel		{
3532f154c07Smseidel			< "Tabular layout" ; Default;								> ;
3542f154c07Smseidel			< "Outline layout with subtotals at the top" ; Default;		> ;
3552f154c07Smseidel			< "Outline layout with subtotals at the bottom" ; Default;	> ;
3562f154c07Smseidel		};
3572f154c07Smseidel	};
3582f154c07Smseidel	CheckBox CB_LAYOUT_EMPTY
3592f154c07Smseidel	{
3602f154c07Smseidel		HelpID = "sc:CheckBox:RID_SCDLG_DPSUBTOTAL_OPT:CB_LAYOUT_EMPTY" ;
3612f154c07Smseidel		Pos = MAP_APPFONT ( 12, 85 ) ;
3622f154c07Smseidel		Size = MAP_APPFONT ( 186, 10 ) ;
3632f154c07Smseidel		TabStop = TRUE ;
3642f154c07Smseidel		Text [ en-US ] = "~Empty line after each item" ;
3652f154c07Smseidel	};
3662f154c07Smseidel	FixedLine FL_AUTOSHOW
3672f154c07Smseidel	{
3682f154c07Smseidel		Pos = MAP_APPFONT ( 6, 99 ) ;
3692f154c07Smseidel		Size = MAP_APPFONT ( 198, 8 ) ;
3702f154c07Smseidel		Text [ en-US ] = "Show automatically" ;
3712f154c07Smseidel	};
3722f154c07Smseidel	CheckBox CB_SHOW
3732f154c07Smseidel	{
3742f154c07Smseidel		HelpID = "sc:CheckBox:RID_SCDLG_DPSUBTOTAL_OPT:CB_SHOW" ;
3752f154c07Smseidel		Pos = MAP_APPFONT ( 12, 112 ) ;
3762f154c07Smseidel		Size = MAP_APPFONT ( 70, 10 ) ;
3772f154c07Smseidel		TabStop = TRUE ;
3782f154c07Smseidel		Text [ en-US ] = "~Show" ;
3792f154c07Smseidel	};
3802f154c07Smseidel	NumericField NF_SHOW
3812f154c07Smseidel	{
3822f154c07Smseidel		HelpID = "sc:NumericField:RID_SCDLG_DPSUBTOTAL_OPT:NF_SHOW" ;
3832f154c07Smseidel		Pos = MAP_APPFONT ( 84, 110 ) ;
3842f154c07Smseidel		Size = MAP_APPFONT ( 30, 12 ) ;
3852f154c07Smseidel		TabStop = TRUE ;
3862f154c07Smseidel		Border = TRUE ;
3872f154c07Smseidel		Repeat = TRUE ;
3882f154c07Smseidel		Spin = TRUE ;
3892f154c07Smseidel		Minimum = 1 ;
3902f154c07Smseidel		Maximum = 999 ;
3912f154c07Smseidel		SpinSize = 1 ;
3922f154c07Smseidel		StrictFormat = TRUE ;
3932f154c07Smseidel	};
3942f154c07Smseidel	FixedText FT_SHOW
3952f154c07Smseidel	{
3962f154c07Smseidel		Pos = MAP_APPFONT ( 118, 112 ) ;
3972f154c07Smseidel		Size = MAP_APPFONT ( 80, 8 ) ;
3982f154c07Smseidel		Text [ en-US ] = "items" ;
3992f154c07Smseidel	};
4002f154c07Smseidel	FixedText FT_SHOW_FROM
4012f154c07Smseidel	{
4022f154c07Smseidel		Pos = MAP_APPFONT ( 22, 128 ) ;
4032f154c07Smseidel		Size = MAP_APPFONT ( 60, 8 ) ;
4042f154c07Smseidel		Text [ en-US ] = "~From" ;
4052f154c07Smseidel	};
4062f154c07Smseidel	ListBox LB_SHOW_FROM
4072f154c07Smseidel	{
4082f154c07Smseidel		HelpID = "sc:ListBox:RID_SCDLG_DPSUBTOTAL_OPT:LB_SHOW_FROM" ;
4092f154c07Smseidel		Pos = MAP_APPFONT ( 84, 126 ) ;
4102f154c07Smseidel		Size = MAP_APPFONT ( 114, 50 ) ;
4112f154c07Smseidel		TabStop = TRUE ;
4122f154c07Smseidel		Border = TRUE ;
4132f154c07Smseidel		DropDown = TRUE ;
4142f154c07Smseidel		StringList [ en-US ] =
4152f154c07Smseidel		{
4162f154c07Smseidel			< "Top" ; Default;		> ;
4172f154c07Smseidel			< "Bottom" ; Default;	> ;
4182f154c07Smseidel		};
4192f154c07Smseidel	};
4202f154c07Smseidel	FixedText FT_SHOW_USING
4212f154c07Smseidel	{
4222f154c07Smseidel		Pos = MAP_APPFONT ( 22, 144 ) ;
4232f154c07Smseidel		Size = MAP_APPFONT ( 60, 8 ) ;
4242f154c07Smseidel		Text [ en-US ] = "~Using field" ;
4252f154c07Smseidel	};
4262f154c07Smseidel	ListBox LB_SHOW_USING
4272f154c07Smseidel	{
4282f154c07Smseidel		HelpID = "sc:ListBox:RID_SCDLG_DPSUBTOTAL_OPT:LB_SHOW_USING" ;
4292f154c07Smseidel		Pos = MAP_APPFONT ( 84, 142 ) ;
4302f154c07Smseidel		Size = MAP_APPFONT ( 114, 120 ) ;
4312f154c07Smseidel		TabStop = TRUE ;
4322f154c07Smseidel		Border = TRUE ;
4332f154c07Smseidel		DropDown = TRUE ;
4342f154c07Smseidel	};
4352f154c07Smseidel	FixedLine FL_HIDE
4362f154c07Smseidel	{
4372f154c07Smseidel		Pos = MAP_APPFONT ( 6, 160 ) ;
4382f154c07Smseidel		Size = MAP_APPFONT ( 198, 8 ) ;
4392f154c07Smseidel		Text [ en-US ] = "Hide i~tems" ;
4402f154c07Smseidel	};
4412f154c07Smseidel	Control CT_HIDE
4422f154c07Smseidel	{
4432f154c07Smseidel		Pos = MAP_APPFONT ( 12, 171 ) ;
4442f154c07Smseidel		Size = MAP_APPFONT ( 186, 45 ) ;
4452f154c07Smseidel		TabStop = TRUE ;
4462f154c07Smseidel		Border = TRUE ;
4472f154c07Smseidel	};
4482f154c07Smseidel	FixedText FT_HIERARCHY
4492f154c07Smseidel	{
4502f154c07Smseidel		Pos = MAP_APPFONT ( 6, 224 ) ;
4512f154c07Smseidel		Size = MAP_APPFONT ( 76, 8 ) ;
4522f154c07Smseidel		Text [ en-US ] = "Hierarch~y" ;
4532f154c07Smseidel	};
4542f154c07Smseidel	ListBox LB_HIERARCHY
4552f154c07Smseidel	{
4562f154c07Smseidel		HelpID = "sc:ListBox:RID_SCDLG_DPSUBTOTAL_OPT:LB_HIERARCHY" ;
4572f154c07Smseidel		Pos = MAP_APPFONT ( 84, 222 ) ;
4582f154c07Smseidel		Size = MAP_APPFONT ( 114, 120 ) ;
4592f154c07Smseidel		TabStop = TRUE ;
4602f154c07Smseidel		Border = TRUE ;
4612f154c07Smseidel		DropDown = TRUE ;
4622f154c07Smseidel	};
4632f154c07Smseidel	OKButton BTN_OK
4642f154c07Smseidel	{
4652f154c07Smseidel		Pos = MAP_APPFONT ( 210, 6 ) ;
4662f154c07Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
4672f154c07Smseidel		TabStop = TRUE ;
4682f154c07Smseidel		DefButton = TRUE ;
4692f154c07Smseidel	};
4702f154c07Smseidel	CancelButton BTN_CANCEL
4712f154c07Smseidel	{
4722f154c07Smseidel		Pos = MAP_APPFONT ( 210, 23 ) ;
4732f154c07Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
4742f154c07Smseidel		TabStop = TRUE ;
4752f154c07Smseidel	};
4762f154c07Smseidel	HelpButton BTN_HELP
4772f154c07Smseidel	{
4782f154c07Smseidel		Pos = MAP_APPFONT ( 210, 43 ) ;
4792f154c07Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
4802f154c07Smseidel		TabStop = TRUE ;
4812f154c07Smseidel	};
4822f154c07Smseidel	Text [ en-US ] = "Data Field Options" ;
483cdf0e10cSrcweir};
484cdf0e10cSrcweir
485cdf0e10cSrcweir// ----------------------------------------------------------------------------
486cdf0e10cSrcweir
487cdf0e10cSrcweirModalDialog RID_SCDLG_DPSHOWDETAIL
488cdf0e10cSrcweir{
4892f154c07Smseidel	OutputSize = TRUE ;
4902f154c07Smseidel	HelpId = HID_SC_DPSHOWDETAIL ;
4912f154c07Smseidel	SVLook = TRUE ;
4922f154c07Smseidel	Size = MAP_APPFONT ( 200, 116 ) ;
4932f154c07Smseidel	Moveable = TRUE ;
4942f154c07Smseidel	Closeable = FALSE ;
4952f154c07Smseidel	FixedText FT_DIMS
4962f154c07Smseidel	{
4972f154c07Smseidel		Pos = MAP_APPFONT ( 6, 3 ) ;
4982f154c07Smseidel		Size = MAP_APPFONT ( 132, 24 ) ;
4992f154c07Smseidel		WordBreak = TRUE ;
5002f154c07Smseidel		Text [ en-US ] = "~Choose the field containing the detail you want to show" ;
5012f154c07Smseidel	};
5022f154c07Smseidel	ListBox LB_DIMS
5032f154c07Smseidel	{
5042f154c07Smseidel		HelpID = "sc:ListBox:RID_SCDLG_DPSHOWDETAIL:LB_DIMS" ;
5052f154c07Smseidel		Pos = MAP_APPFONT ( 6, 30 ) ;
5062f154c07Smseidel		Size = MAP_APPFONT ( 132, 80 ) ;
5072f154c07Smseidel		TabStop = TRUE ;
5082f154c07Smseidel		Border = TRUE ;
5092f154c07Smseidel		DropDown = FALSE ;
5102f154c07Smseidel	};
5112f154c07Smseidel	OKButton BTN_OK
5122f154c07Smseidel	{
5132f154c07Smseidel		Pos = MAP_APPFONT ( 144, 6 ) ;
5142f154c07Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
5152f154c07Smseidel		TabStop = TRUE ;
5162f154c07Smseidel		DefButton = TRUE ;
5172f154c07Smseidel	};
5182f154c07Smseidel	CancelButton BTN_CANCEL
5192f154c07Smseidel	{
5202f154c07Smseidel		Pos = MAP_APPFONT ( 144, 23 ) ;
5212f154c07Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
5222f154c07Smseidel		TabStop = TRUE ;
5232f154c07Smseidel	};
5242f154c07Smseidel	HelpButton BTN_HELP
5252f154c07Smseidel	{
5262f154c07Smseidel		Pos = MAP_APPFONT ( 144, 43 ) ;
5272f154c07Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
5282f154c07Smseidel		TabStop = TRUE ;
5292f154c07Smseidel	};
5302f154c07Smseidel	Text [ en-US ] = "Show Detail" ;
531cdf0e10cSrcweir};
532cdf0e10cSrcweir
5332f154c07Smseidel// ********************************************************************** EOF
534