xref: /aoo42x/main/sc/source/ui/dbgui/dpgroupdlg.src (revision 2f154c07)
182177cdbSAndrew Rist/**************************************************************
2*2f154c07Smseidel *
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*2f154c07Smseidel *
1182177cdbSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*2f154c07Smseidel *
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*2f154c07Smseidel *
2082177cdbSAndrew Rist *************************************************************/
2182177cdbSAndrew Rist
2282177cdbSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "dpgroupdlg.hrc"
25cdf0e10cSrcweir
26cdf0e10cSrcweir// ----------------------------------------------------------------------------
27cdf0e10cSrcweir
28cdf0e10cSrcweirModalDialog RID_SCDLG_DPNUMGROUP
29cdf0e10cSrcweir{
30*2f154c07Smseidel	Size = MAP_APPFONT ( 220, 110 ) ;
31*2f154c07Smseidel	HelpId = HID_SC_DPNUMGROUP ;
32*2f154c07Smseidel	OutputSize = TRUE ;
33*2f154c07Smseidel	SVLook = TRUE ;
34*2f154c07Smseidel	Moveable = TRUE ;
35*2f154c07Smseidel	Closeable = FALSE ;
36*2f154c07Smseidel	Hide = TRUE ;
37*2f154c07Smseidel	FixedLine FL_START
38*2f154c07Smseidel	{
39*2f154c07Smseidel		Pos = MAP_APPFONT ( 6, 3 ) ;
40*2f154c07Smseidel		Size = MAP_APPFONT ( 152, 8 ) ;
41*2f154c07Smseidel		Text [ en-US ] = "Start" ;
42*2f154c07Smseidel	};
43*2f154c07Smseidel	RadioButton RB_AUTOSTART
44*2f154c07Smseidel	{
45*2f154c07Smseidel		HelpID = "sc:RadioButton:RID_SCDLG_DPNUMGROUP:RB_AUTOSTART" ;
46*2f154c07Smseidel		Pos = MAP_APPFONT ( 12, 14 ) ;
47*2f154c07Smseidel		Size = MAP_APPFONT ( 80, 10 ) ;
48*2f154c07Smseidel		TabStop = TRUE ;
49*2f154c07Smseidel		Text [ en-US ] = "~Automatically" ;
50*2f154c07Smseidel	};
51*2f154c07Smseidel	RadioButton RB_MANSTART
52*2f154c07Smseidel	{
53*2f154c07Smseidel		HelpID = "sc:RadioButton:RID_SCDLG_DPNUMGROUP:RB_MANSTART" ;
54*2f154c07Smseidel		Pos = MAP_APPFONT ( 12, 28 ) ;
55*2f154c07Smseidel		Size = MAP_APPFONT ( 80, 10 ) ;
56*2f154c07Smseidel		TabStop = TRUE ;
57*2f154c07Smseidel		Text [ en-US ] = "~Manually at" ;
58*2f154c07Smseidel	};
59*2f154c07Smseidel	Edit ED_START
60*2f154c07Smseidel	{
61*2f154c07Smseidel		HelpID = "sc:Edit:RID_SCDLG_DPNUMGROUP:ED_START" ;
62*2f154c07Smseidel		Pos = MAP_APPFONT ( 94, 26 ) ;
63*2f154c07Smseidel		Size = MAP_APPFONT ( 58, 12 ) ;
64*2f154c07Smseidel		TabStop = TRUE ;
65*2f154c07Smseidel		Border = TRUE ;
66*2f154c07Smseidel	};
67*2f154c07Smseidel	FixedLine FL_END
68*2f154c07Smseidel	{
69*2f154c07Smseidel		Pos = MAP_APPFONT ( 6, 42 ) ;
70*2f154c07Smseidel		Size = MAP_APPFONT ( 152, 8 ) ;
71*2f154c07Smseidel		Text [ en-US ] = "End" ;
72*2f154c07Smseidel	};
73*2f154c07Smseidel	RadioButton RB_AUTOEND
74*2f154c07Smseidel	{
75*2f154c07Smseidel		HelpID = "sc:RadioButton:RID_SCDLG_DPNUMGROUP:RB_AUTOEND" ;
76*2f154c07Smseidel		Pos = MAP_APPFONT ( 12, 53 ) ;
77*2f154c07Smseidel		Size = MAP_APPFONT ( 80, 10 ) ;
78*2f154c07Smseidel		TabStop = TRUE ;
79*2f154c07Smseidel		Text [ en-US ] = "A~utomatically" ;
80*2f154c07Smseidel	};
81*2f154c07Smseidel	RadioButton RB_MANEND
82*2f154c07Smseidel	{
83*2f154c07Smseidel		HelpID = "sc:RadioButton:RID_SCDLG_DPNUMGROUP:RB_MANEND" ;
84*2f154c07Smseidel		Pos = MAP_APPFONT ( 12, 67 ) ;
85*2f154c07Smseidel		Size = MAP_APPFONT ( 80, 10 ) ;
86*2f154c07Smseidel		TabStop = TRUE ;
87*2f154c07Smseidel		Text [ en-US ] = "Ma~nually at" ;
88*2f154c07Smseidel	};
89*2f154c07Smseidel	Edit ED_END
90*2f154c07Smseidel	{
91*2f154c07Smseidel		HelpID = "sc:Edit:RID_SCDLG_DPNUMGROUP:ED_END" ;
92*2f154c07Smseidel		Pos = MAP_APPFONT ( 94, 65 ) ;
93*2f154c07Smseidel		Size = MAP_APPFONT ( 58, 12 ) ;
94*2f154c07Smseidel		TabStop = TRUE ;
95*2f154c07Smseidel		Border = TRUE ;
96*2f154c07Smseidel	};
97*2f154c07Smseidel	FixedLine FL_BY
98*2f154c07Smseidel	{
99*2f154c07Smseidel		Pos = MAP_APPFONT ( 6, 81 ) ;
100*2f154c07Smseidel		Size = MAP_APPFONT ( 152, 8 ) ;
101*2f154c07Smseidel		Text [ en-US ] = "~Group by" ;
102*2f154c07Smseidel	};
103*2f154c07Smseidel	Edit ED_BY
104*2f154c07Smseidel	{
105*2f154c07Smseidel		HelpID = "sc:Edit:RID_SCDLG_DPNUMGROUP:ED_BY" ;
106*2f154c07Smseidel		Pos = MAP_APPFONT ( 94, 92 ) ;
107*2f154c07Smseidel		Size = MAP_APPFONT ( 58, 12 ) ;
108*2f154c07Smseidel		TabStop = TRUE ;
109*2f154c07Smseidel		Border = TRUE ;
110*2f154c07Smseidel	};
111*2f154c07Smseidel	OKButton BTN_OK
112*2f154c07Smseidel	{
113*2f154c07Smseidel		Pos = MAP_APPFONT ( 164, 6 ) ;
114*2f154c07Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
115*2f154c07Smseidel		TabStop = TRUE ;
116*2f154c07Smseidel		DefButton = TRUE ;
117*2f154c07Smseidel	};
118*2f154c07Smseidel	CancelButton BTN_CANCEL
119*2f154c07Smseidel	{
120*2f154c07Smseidel		Pos = MAP_APPFONT ( 164, 23 ) ;
121*2f154c07Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
122*2f154c07Smseidel		TabStop = TRUE ;
123*2f154c07Smseidel	};
124*2f154c07Smseidel	HelpButton BTN_HELP
125*2f154c07Smseidel	{
126*2f154c07Smseidel		Pos = MAP_APPFONT ( 164, 43 ) ;
127*2f154c07Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
128*2f154c07Smseidel		TabStop = TRUE ;
129*2f154c07Smseidel	};
130*2f154c07Smseidel	Text [ en-US ] = "Grouping" ;
131*2f154c07Smseidel};
132cdf0e10cSrcweir
133cdf0e10cSrcweir// ----------------------------------------------------------------------------
134cdf0e10cSrcweir
135cdf0e10cSrcweirModalDialog RID_SCDLG_DPDATEGROUP
136cdf0e10cSrcweir{
137*2f154c07Smseidel	Size = MAP_APPFONT ( 220, 180 ) ;
138*2f154c07Smseidel	HelpId = HID_SC_DPDATEGROUP ;
139*2f154c07Smseidel	OutputSize = TRUE ;
140*2f154c07Smseidel	SVLook = TRUE ;
141*2f154c07Smseidel	Moveable = TRUE ;
142*2f154c07Smseidel	Closeable = FALSE ;
143*2f154c07Smseidel	Hide = TRUE ;
144*2f154c07Smseidel	FixedLine FL_START
145*2f154c07Smseidel	{
146*2f154c07Smseidel		Pos = MAP_APPFONT ( 6, 3 ) ;
147*2f154c07Smseidel		Size = MAP_APPFONT ( 152, 8 ) ;
148*2f154c07Smseidel		Text [ en-US ] = "Start" ;
149*2f154c07Smseidel	};
150*2f154c07Smseidel	RadioButton RB_AUTOSTART
151*2f154c07Smseidel	{
152*2f154c07Smseidel		HelpID = "sc:RadioButton:RID_SCDLG_DPDATEGROUP:RB_AUTOSTART" ;
153*2f154c07Smseidel		Pos = MAP_APPFONT ( 12, 14 ) ;
154*2f154c07Smseidel		Size = MAP_APPFONT ( 80, 10 ) ;
155*2f154c07Smseidel		TabStop = TRUE ;
156*2f154c07Smseidel		Text [ en-US ] = "~Automatically" ;
157*2f154c07Smseidel	};
158*2f154c07Smseidel	RadioButton RB_MANSTART
159*2f154c07Smseidel	{
160*2f154c07Smseidel		HelpID = "sc:RadioButton:RID_SCDLG_DPDATEGROUP:RB_MANSTART" ;
161*2f154c07Smseidel		Pos = MAP_APPFONT ( 12, 28 ) ;
162*2f154c07Smseidel		Size = MAP_APPFONT ( 80, 10 ) ;
163*2f154c07Smseidel		TabStop = TRUE ;
164*2f154c07Smseidel		Text [ en-US ] = "~Manually at" ;
165*2f154c07Smseidel	};
166*2f154c07Smseidel	DateField ED_START
167*2f154c07Smseidel	{
168*2f154c07Smseidel		HelpID = "sc:DateField:RID_SCDLG_DPDATEGROUP:ED_START" ;
169*2f154c07Smseidel		Pos = MAP_APPFONT ( 94, 26 ) ;
170*2f154c07Smseidel		Size = MAP_APPFONT ( 58, 12 ) ;
171*2f154c07Smseidel		TabStop = TRUE ;
172*2f154c07Smseidel		Border = TRUE ;
173*2f154c07Smseidel	};
174*2f154c07Smseidel	FixedLine FL_END
175*2f154c07Smseidel	{
176*2f154c07Smseidel		Pos = MAP_APPFONT ( 6, 42 ) ;
177*2f154c07Smseidel		Size = MAP_APPFONT ( 152, 8 ) ;
178*2f154c07Smseidel		Text [ en-US ] = "End" ;
179*2f154c07Smseidel	};
180*2f154c07Smseidel	RadioButton RB_AUTOEND
181*2f154c07Smseidel	{
182*2f154c07Smseidel		HelpID = "sc:RadioButton:RID_SCDLG_DPDATEGROUP:RB_AUTOEND" ;
183*2f154c07Smseidel		Pos = MAP_APPFONT ( 12, 53 ) ;
184*2f154c07Smseidel		Size = MAP_APPFONT ( 80, 10 ) ;
185*2f154c07Smseidel		TabStop = TRUE ;
186*2f154c07Smseidel		Text [ en-US ] = "A~utomatically" ;
187*2f154c07Smseidel	};
188*2f154c07Smseidel	RadioButton RB_MANEND
189*2f154c07Smseidel	{
190*2f154c07Smseidel		HelpID = "sc:RadioButton:RID_SCDLG_DPDATEGROUP:RB_MANEND" ;
191*2f154c07Smseidel		Pos = MAP_APPFONT ( 12, 67 ) ;
192*2f154c07Smseidel		Size = MAP_APPFONT ( 80, 10 ) ;
193*2f154c07Smseidel		TabStop = TRUE ;
194*2f154c07Smseidel		Text [ en-US ] = "Ma~nually at" ;
195*2f154c07Smseidel	};
196*2f154c07Smseidel	DateField ED_END
197*2f154c07Smseidel	{
198*2f154c07Smseidel		HelpID = "sc:DateField:RID_SCDLG_DPDATEGROUP:ED_END" ;
199*2f154c07Smseidel		Pos = MAP_APPFONT ( 94, 65 ) ;
200*2f154c07Smseidel		Size = MAP_APPFONT ( 58, 12 ) ;
201*2f154c07Smseidel		TabStop = TRUE ;
202*2f154c07Smseidel		Border = TRUE ;
203*2f154c07Smseidel	};
204*2f154c07Smseidel	FixedLine FL_BY
205*2f154c07Smseidel	{
206*2f154c07Smseidel		Pos = MAP_APPFONT ( 6, 81 ) ;
207*2f154c07Smseidel		Size = MAP_APPFONT ( 152, 8 ) ;
208*2f154c07Smseidel		Text [ en-US ] = "Group by" ;
209*2f154c07Smseidel	};
210*2f154c07Smseidel	RadioButton RB_NUMDAYS
211*2f154c07Smseidel	{
212*2f154c07Smseidel		HelpID = "sc:RadioButton:RID_SCDLG_DPDATEGROUP:RB_NUMDAYS" ;
213*2f154c07Smseidel		Pos = MAP_APPFONT ( 12, 94 ) ;
214*2f154c07Smseidel		Size = MAP_APPFONT ( 80, 10 ) ;
215*2f154c07Smseidel		TabStop = TRUE ;
216*2f154c07Smseidel		Text [ en-US ] = "Number of ~days" ;
217*2f154c07Smseidel	};
218*2f154c07Smseidel	RadioButton RB_UNITS
219*2f154c07Smseidel	{
220*2f154c07Smseidel		HelpID = "sc:RadioButton:RID_SCDLG_DPDATEGROUP:RB_UNITS" ;
221*2f154c07Smseidel		Pos = MAP_APPFONT ( 12, 110 ) ;
222*2f154c07Smseidel		Size = MAP_APPFONT ( 80, 10 ) ;
223*2f154c07Smseidel		TabStop = TRUE ;
224*2f154c07Smseidel		Text [ en-US ] = "~Intervals" ;
225*2f154c07Smseidel	};
226*2f154c07Smseidel	NumericField ED_NUMDAYS
227*2f154c07Smseidel	{
228*2f154c07Smseidel		HelpID = "sc:NumericField:RID_SCDLG_DPDATEGROUP:ED_NUMDAYS" ;
229*2f154c07Smseidel		Pos = MAP_APPFONT ( 94, 92 ) ;
230*2f154c07Smseidel		Size = MAP_APPFONT ( 35, 12 ) ;
231*2f154c07Smseidel		TabStop = TRUE ;
232*2f154c07Smseidel		Border = TRUE ;
233*2f154c07Smseidel		Spin = TRUE ;
234*2f154c07Smseidel		Repeat = TRUE ;
235*2f154c07Smseidel		Minimum = 1 ;
236*2f154c07Smseidel		Maximum = 32767 ;
237*2f154c07Smseidel		SpinSize = 1 ;
238*2f154c07Smseidel	};
239*2f154c07Smseidel	Control LB_UNITS
240*2f154c07Smseidel	{
241*2f154c07Smseidel		Pos = MAP_APPFONT ( 94, 110 ) ;
242*2f154c07Smseidel		Size = MAP_APPFONT ( 58, 64 ) ;
243*2f154c07Smseidel		TabStop = TRUE ;
244*2f154c07Smseidel		Border = TRUE ;
245*2f154c07Smseidel	};
246*2f154c07Smseidel	OKButton BTN_OK
247*2f154c07Smseidel	{
248*2f154c07Smseidel		Pos = MAP_APPFONT ( 164, 6 ) ;
249*2f154c07Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
250*2f154c07Smseidel		TabStop = TRUE ;
251*2f154c07Smseidel		DefButton = TRUE ;
252*2f154c07Smseidel	};
253*2f154c07Smseidel	CancelButton BTN_CANCEL
254*2f154c07Smseidel	{
255*2f154c07Smseidel		Pos = MAP_APPFONT ( 164, 23 ) ;
256*2f154c07Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
257*2f154c07Smseidel		TabStop = TRUE ;
258*2f154c07Smseidel	};
259*2f154c07Smseidel	HelpButton BTN_HELP
260*2f154c07Smseidel	{
261*2f154c07Smseidel		Pos = MAP_APPFONT ( 164, 43 ) ;
262*2f154c07Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
263*2f154c07Smseidel		TabStop = TRUE ;
264*2f154c07Smseidel	};
265*2f154c07Smseidel	Text [ en-US ] = "Grouping" ;
266*2f154c07Smseidel};
267cdf0e10cSrcweir
268*2f154c07Smseidel// ********************************************************************** EOF
269