sync master with lastest vba changes
[ooovba.git] / reportdesign / source / ui / dlg / GroupsSorting.hrc
blob29bc13f048f66d00ce69ea04b6ee6338c3e9cc0d
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: GroupsSorting.hrc,v $
10  * $Revision: 1.3 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
30 #ifndef RPTUI_GROUPSSORTING_HRC
31 #define RPTUI_GROUPSSORTING_HRC
33 #define FT_HEADER                       (1)
34 #define LST_HEADERLST           (2)
35 #define FT_FOOTER                       (3)
36 #define LST_FOOTERLST           (4)
37 #define FT_GROUPON                      (5)
38 #define LST_GROUPONLST          (6)
39 #define FT_GROUPINTERVAL        (7)
40 #define ED_GROUPINTERVALLST (8)
41 #define FT_KEEPTOGETHER         (9)
42 #define LST_KEEPTOGETHERLST     (10)
43 #define PB_OK                           (11)
44 #define PB_CANCEL                       (12)
45 #define PB_HELP                         (13)
46 #define WND_CONTROL                     (14)
47 #define HELP_FIELD                      (15)
48 #define FT_ORDER                        (16)
49 #define LST_ORDER                       (17)
50 #define FL_SEPARATOR1           (18)
51 #define FT_MOVELABEL            (19)
52 #define PB_UP                           (20)
53 #define PB_DOWN                         (21)
54 #define FL_SEPARATOR2           (22)
55 #define FL_SEPARATOR3           (23)
56 #define IMG_UP_H                        (24)
57 #define IMG_DOWN_H                      (25)
60 #define CHECKBOX_HEIGHT          8
61 #define FIXEDTEXT_HEIGHT         8
62 #define FIXEDTEXT_WIDTH         60
63 #define RELATED_CONTROLS         4
64 #define UNRELATED_CONTROLS       7
65 #define EDIT_HEIGHT                     12
66 #define BUTTON_HEIGHT           14
67 #define BUTTON_WIDTH            50
68 #define BROWSER_HEIGHT          75
69 #define PAGE_WIDTH                      120
70 #define PAGE_HEIGHT                     ( 13*UNRELATED_CONTROLS + BROWSER_HEIGHT + BUTTON_HEIGHT + 11*FIXEDTEXT_HEIGHT )
71 #define LISTBOX_WIDTH           PAGE_WIDTH - 4*UNRELATED_CONTROLS - FIXEDTEXT_WIDTH
73 #endif // RPTUI_GROUPSSORTING_HRC