Update ooo320-m1
[ooovba.git] / reportdesign / source / ui / dlg / GroupsSorting.hrc
blob04d45720c16b89db13eaa1f5c129bdd49444764a
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 //BTN #define IMG_UP_H                  (24)
57 //BTN #define IMG_DOWN_H                        (25)
58 //BTN #define PB_DELETE                 (26)
59 #define TB_TOOLBOX                      (27)
61 // #define IMG_GROUPSORT_MOVE_DOWN     (28)
62 // #define IMG_GROUPSORT_MOVE_UP       (29)
63 // #define IMG_GROUPSORT_DELETE        (30)
64 // #define IMG_GROUPSORT_MOVE_DOWN_H   (31)
65 // #define IMG_GROUPSORT_MOVE_UP_H     (32)
66 // #define IMG_GROUPSORT_DELETE_H      (33)
69 #define CHECKBOX_HEIGHT          8
70 #define FIXEDTEXT_HEIGHT         8
71 #define FIXEDTEXT_WIDTH         60
72 #define RELATED_CONTROLS         4
73 #define UNRELATED_CONTROLS       7
74 #define EDIT_HEIGHT                     12
75 #define BUTTON_HEIGHT           14
76 #define BUTTON_WIDTH            50
77 #define BROWSER_HEIGHT          75
78 #define PAGE_WIDTH                      120
79 #define PAGE_HEIGHT                     ( 13*UNRELATED_CONTROLS + BROWSER_HEIGHT + BUTTON_HEIGHT + 11*FIXEDTEXT_HEIGHT )
80 #define LISTBOX_WIDTH           PAGE_WIDTH - 4*UNRELATED_CONTROLS - FIXEDTEXT_WIDTH
82 #endif // RPTUI_GROUPSSORTING_HRC