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