bump product version to 4.1.6.2
[LibreOffice.git] / sc / source / ui / dbgui / dpgroupdlg.src
blobd5426d19a6ffef7f89720cbc4aa6384097b511a3
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include "dpgroupdlg.hrc"
22 // ----------------------------------------------------------------------------
24 ModalDialog RID_SCDLG_DPNUMGROUP
26     Size = MAP_APPFONT ( 220 , 110 ) ;
27     HelpId = HID_SC_DPNUMGROUP ;
28     OutputSize = TRUE ;
29     SVLook = TRUE ;
30     Moveable = TRUE ;
31     Closeable = FALSE ;
32     Hide = TRUE ;
33     FixedLine FL_START
34     {
35         Pos = MAP_APPFONT ( 6, 3 ) ;
36         Size = MAP_APPFONT ( 152, 8 ) ;
37         Text [ en-US ] = "Start" ;
38     };
39     RadioButton RB_AUTOSTART
40     {
41         HelpID = "sc:RadioButton:RID_SCDLG_DPNUMGROUP:RB_AUTOSTART";
42         Pos = MAP_APPFONT ( 12 , 14 ) ;
43         Size = MAP_APPFONT ( 80 , 10 ) ;
44         TabStop = TRUE ;
45         Text [ en-US ] = "~Automatically" ;
46     };
47     RadioButton RB_MANSTART
48     {
49         HelpID = "sc:RadioButton:RID_SCDLG_DPNUMGROUP:RB_MANSTART";
50         Pos = MAP_APPFONT ( 12 , 28 ) ;
51         Size = MAP_APPFONT ( 80 , 10 ) ;
52         TabStop = TRUE ;
53         Text [ en-US ] = "~Manually at" ;
54     };
55     Edit ED_START
56     {
57         HelpID = "sc:Edit:RID_SCDLG_DPNUMGROUP:ED_START";
58         Pos = MAP_APPFONT ( 94 , 26 ) ;
59         Size = MAP_APPFONT ( 58 , 12 ) ;
60         TabStop = TRUE ;
61         Border = TRUE ;
62     };
63     FixedLine FL_END
64     {
65         Pos = MAP_APPFONT ( 6 , 42 ) ;
66         Size = MAP_APPFONT ( 152 , 8 ) ;
67         Text [ en-US ] = "End" ;
68     };
69     RadioButton RB_AUTOEND
70     {
71         HelpID = "sc:RadioButton:RID_SCDLG_DPNUMGROUP:RB_AUTOEND";
72         Pos = MAP_APPFONT ( 12 , 53 ) ;
73         Size = MAP_APPFONT ( 80 , 10 ) ;
74         TabStop = TRUE ;
75         Text [ en-US ] = "A~utomatically" ;
76     };
77     RadioButton RB_MANEND
78     {
79         HelpID = "sc:RadioButton:RID_SCDLG_DPNUMGROUP:RB_MANEND";
80         Pos = MAP_APPFONT ( 12 , 67 ) ;
81         Size = MAP_APPFONT ( 80 , 10 ) ;
82         TabStop = TRUE ;
83         Text [ en-US ] = "Ma~nually at" ;
84     };
85     Edit ED_END
86     {
87         HelpID = "sc:Edit:RID_SCDLG_DPNUMGROUP:ED_END";
88         Pos = MAP_APPFONT ( 94 , 65 ) ;
89         Size = MAP_APPFONT ( 58 , 12 ) ;
90         TabStop = TRUE ;
91         Border = TRUE ;
92     };
93     FixedLine FL_BY
94     {
95         Pos = MAP_APPFONT ( 6 , 81 ) ;
96         Size = MAP_APPFONT ( 152 , 8 ) ;
97         Text [ en-US ] = "~Group by" ;
98     };
99     Edit ED_BY
100     {
101         HelpID = "sc:Edit:RID_SCDLG_DPNUMGROUP:ED_BY";
102         Pos = MAP_APPFONT ( 94 , 92 ) ;
103         Size = MAP_APPFONT ( 58 , 12 ) ;
104         TabStop = TRUE ;
105         Border = TRUE ;
106     };
107     OKButton BTN_OK
108     {
109         Pos = MAP_APPFONT ( 164 , 6 ) ;
110         Size = MAP_APPFONT ( 50 , 14 ) ;
111         TabStop = TRUE ;
112         DefButton = TRUE ;
113     };
114     CancelButton BTN_CANCEL
115     {
116         Pos = MAP_APPFONT ( 164 , 23 ) ;
117         Size = MAP_APPFONT ( 50 , 14 ) ;
118         TabStop = TRUE ;
119     };
120     HelpButton BTN_HELP
121     {
122         Pos = MAP_APPFONT ( 164 , 43 ) ;
123         Size = MAP_APPFONT ( 50 , 14 ) ;
124         TabStop = TRUE ;
125     };
126     Text [ en-US ] = "Grouping" ;
127 } ;
129 // ----------------------------------------------------------------------------
131 ModalDialog RID_SCDLG_DPDATEGROUP
133     Size = MAP_APPFONT ( 220 , 180 ) ;
134     HelpId = HID_SC_DPDATEGROUP ;
135     OutputSize = TRUE ;
136     SVLook = TRUE ;
137     Moveable = TRUE ;
138     Closeable = FALSE ;
139     Hide = TRUE ;
140     FixedLine FL_START
141     {
142         Pos = MAP_APPFONT ( 6, 3 ) ;
143         Size = MAP_APPFONT ( 152, 8 ) ;
144         Text [ en-US ] = "Start" ;
145     };
146     RadioButton RB_AUTOSTART
147     {
148         HelpID = "sc:RadioButton:RID_SCDLG_DPDATEGROUP:RB_AUTOSTART";
149         Pos = MAP_APPFONT ( 12 , 14 ) ;
150         Size = MAP_APPFONT ( 80 , 10 ) ;
151         TabStop = TRUE ;
152         Text [ en-US ] = "~Automatically" ;
153     };
154     RadioButton RB_MANSTART
155     {
156         HelpID = "sc:RadioButton:RID_SCDLG_DPDATEGROUP:RB_MANSTART";
157         Pos = MAP_APPFONT ( 12 , 28 ) ;
158         Size = MAP_APPFONT ( 80 , 10 ) ;
159         TabStop = TRUE ;
160         Text [ en-US ] = "~Manually at" ;
161     };
162     DateField ED_START
163     {
164         HelpID = "sc:DateField:RID_SCDLG_DPDATEGROUP:ED_START";
165         Pos = MAP_APPFONT ( 94 , 26 ) ;
166         Size = MAP_APPFONT ( 58 , 12 ) ;
167         TabStop = TRUE ;
168         Border = TRUE ;
169     };
170     FixedLine FL_END
171     {
172         Pos = MAP_APPFONT ( 6 , 42 ) ;
173         Size = MAP_APPFONT ( 152 , 8 ) ;
174         Text [ en-US ] = "End" ;
175     };
176     RadioButton RB_AUTOEND
177     {
178         HelpID = "sc:RadioButton:RID_SCDLG_DPDATEGROUP:RB_AUTOEND";
179         Pos = MAP_APPFONT ( 12 , 53 ) ;
180         Size = MAP_APPFONT ( 80 , 10 ) ;
181         TabStop = TRUE ;
182         Text [ en-US ] = "A~utomatically" ;
183     };
184     RadioButton RB_MANEND
185     {
186         HelpID = "sc:RadioButton:RID_SCDLG_DPDATEGROUP:RB_MANEND";
187         Pos = MAP_APPFONT ( 12 , 67 ) ;
188         Size = MAP_APPFONT ( 80 , 10 ) ;
189         TabStop = TRUE ;
190         Text [ en-US ] = "Ma~nually at" ;
191     };
192     DateField ED_END
193     {
194         HelpID = "sc:DateField:RID_SCDLG_DPDATEGROUP:ED_END";
195         Pos = MAP_APPFONT ( 94 , 65 ) ;
196         Size = MAP_APPFONT ( 58 , 12 ) ;
197         TabStop = TRUE ;
198         Border = TRUE ;
199     };
200     FixedLine FL_BY
201     {
202         Pos = MAP_APPFONT ( 6 , 81 ) ;
203         Size = MAP_APPFONT ( 152 , 8 ) ;
204         Text [ en-US ] = "Group by" ;
205     };
206     RadioButton RB_NUMDAYS
207     {
208         HelpID = "sc:RadioButton:RID_SCDLG_DPDATEGROUP:RB_NUMDAYS";
209         Pos = MAP_APPFONT ( 12 , 94 ) ;
210         Size = MAP_APPFONT ( 80 , 10 ) ;
211         TabStop = TRUE ;
212         Text [ en-US ] = "Number of ~days" ;
213     };
214     RadioButton RB_UNITS
215     {
216         HelpID = "sc:RadioButton:RID_SCDLG_DPDATEGROUP:RB_UNITS";
217         Pos = MAP_APPFONT ( 12 , 110 ) ;
218         Size = MAP_APPFONT ( 80 , 10 ) ;
219         TabStop = TRUE ;
220         Text [ en-US ] = "~Intervals" ;
221     };
222     NumericField ED_NUMDAYS
223     {
224         HelpID = "sc:NumericField:RID_SCDLG_DPDATEGROUP:ED_NUMDAYS";
225         Pos = MAP_APPFONT ( 94, 92 ) ;
226         Size = MAP_APPFONT ( 35, 12 ) ;
227         TabStop = TRUE ;
228         Border = TRUE ;
229         Spin = TRUE ;
230         Repeat = TRUE ;
231         Minimum = 1 ;
232         Maximum = 32767 ;
233         SpinSize = 1 ;
234     };
235     Control LB_UNITS
236     {
237         Pos = MAP_APPFONT( 94, 110 );
238         Size = MAP_APPFONT( 58, 64 );
239         TabStop = TRUE;
240         Border = TRUE;
241     };
242     OKButton BTN_OK
243     {
244         Pos = MAP_APPFONT ( 164 , 6 ) ;
245         Size = MAP_APPFONT ( 50 , 14 ) ;
246         TabStop = TRUE ;
247         DefButton = TRUE ;
248     };
249     CancelButton BTN_CANCEL
250     {
251         Pos = MAP_APPFONT ( 164 , 23 ) ;
252         Size = MAP_APPFONT ( 50 , 14 ) ;
253         TabStop = TRUE ;
254     };
255     HelpButton BTN_HELP
256     {
257         Pos = MAP_APPFONT ( 164 , 43 ) ;
258         Size = MAP_APPFONT ( 50 , 14 ) ;
259         TabStop = TRUE ;
260     };
261     Text [ en-US ] = "Grouping" ;
262 } ;
264 // ----------------------------------------------------------------------------
266 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */