bump product version to 4.1.6.2
[LibreOffice.git] / sc / source / ui / dbgui / dpgroupdlg.hrc
blobc8c0a748a7256721a2fd7ad9ddaed48b3bc720f3
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 #ifndef SC_DPGROUPDLG_HRC
21 #define SC_DPGROUPDLG_HRC
23 #include "sc.hrc"
25 // push buttons
26 #define BTN_OK          1
27 #define BTN_CANCEL      2
28 #define BTN_HELP        3
30 // fixed lines
31 #define FL_START        1
32 #define FL_END          2
33 #define FL_BY           3
35 // radio buttons
36 #define RB_AUTOSTART    1
37 #define RB_MANSTART     2
38 #define RB_AUTOEND      3
39 #define RB_MANEND       4
40 #define RB_NUMDAYS      5
41 #define RB_UNITS        6
43 // edit fields
44 #define ED_START        1
45 #define ED_END          2
46 #define ED_BY           3
47 #define ED_NUMDAYS      4
49 // list boxes
50 #define LB_UNITS        1
52 // strings/string arrays
53 #define STR_UNITS       1
55 #endif
57 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */