update dev300-m58
[ooovba.git] / reportdesign / source / ui / dlg / PageNumber.hrc
blobc16168db22355fec1788ffe9f54bc6b7b6a1ad16
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: PageNumber.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_PAGENUMBER_HRC
31 #define RPTUI_PAGENUMBER_HRC
33 #define FL_FORMAT                                       (1)
34 #define RB_PAGE_N                                       (2)
35 #define RB_PAGE_N_OF_M                          (3)
36 #define FL_POSITION                                     (4)
37 #define RB_PAGE_TOPPAGE                         (5)
38 #define RB_PAGE_BOTTOMPAGE                      (6)
39 #define FL_ALIGNMENT                            (7)
40 #define LST_ALIGNMENT                           (8)
41 #define CB_SHOWNUMBERONFIRSTPAGE        (9)
42 #define PB_OK                                           (10)
43 #define PB_CANCEL                                       (11)
44 #define PB_HELP                                         (12)
45 #define FL_SEPARATOR1                           (13)
46 #define FL_MISC                                         (14)
49 #define CHECKBOX_HEIGHT          8
50 #define FIXEDTEXT_HEIGHT         8
51 #define FIXEDTEXT_WIDTH         60
52 #define RELATED_CONTROLS         4
53 #define UNRELATED_CONTROLS       7
54 #define EDIT_HEIGHT                     12
55 #define BUTTON_HEIGHT           14
56 #define BUTTON_WIDTH            50
57 #define BROWSER_HEIGHT          75
58 #define PAGE_WIDTH                      (RELATED_CONTROLS + 3*UNRELATED_CONTROLS + 3*BUTTON_WIDTH)
59 #define PAGE_HEIGHT                     ( 8*RELATED_CONTROLS + 4*UNRELATED_CONTROLS + 9*FIXEDTEXT_HEIGHT + BUTTON_HEIGHT +1 )
60 #define LISTBOX_WIDTH           PAGE_WIDTH - 3*UNRELATED_CONTROLS - FIXEDTEXT_WIDTH
62 #endif // RPTUI_PAGENUMBER_HRC