1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: GroupsSorting.hrc,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
30 #ifndef RPTUI_GROUPSSORTING_HRC
31 #define RPTUI_GROUPSSORTING_HRC
34 #define LST_HEADERLST (2)
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)
44 #define PB_CANCEL (12)
46 #define WND_CONTROL (14)
47 #define HELP_FIELD (15)
49 #define LST_ORDER (17)
50 #define FL_SEPARATOR1 (18)
51 #define FT_MOVELABEL (19)
54 #define FL_SEPARATOR2 (22)
55 #define FL_SEPARATOR3 (23)
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