merge the formfield patch from ooo-build
[ooovba.git] / uui / source / newerverwarn.hrc
blob622c799da3faebd885017d5a30bd2a1f7a6bf116
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: newerverwarn.hrc,v $
10  * $Revision: 1.1.2.1 $
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 _NEWERVERSIONWARNING_HRC
31 #define _NEWERVERSIONWARNING_HRC
33 #include <svtools/controldims.hrc>
35 #define FI_IMAGE            10
36 #define FT_INFO             11
37 #define FL_BUTTON           12
38 #define PB_UPDATE           13
39 #define PB_LATER            14
41 #define IMAGE_WIDTH         20
42 #define IMAGE_HEIGHT        IMAGE_WIDTH
43 #define INFO_WIDTH          180
44 #define INFO_LINES          7
45 #define DLG_WIDTH           (RSC_SP_DLG_INNERBORDER_LEFT + IMAGE_WIDTH + RSC_SP_CTRL_X + INFO_WIDTH + RSC_SP_DLG_INNERBORDER_RIGHT)
47 #define COL_1               RSC_SP_DLG_INNERBORDER_LEFT
48 #define COL_2               (COL_1 + IMAGE_WIDTH + RSC_SP_CTRL_X)
49 #define COL_4               (DLG_WIDTH - RSC_SP_DLG_INNERBORDER_LEFT - RSC_CD_PUSHBUTTON_WIDTH)
50 #define COL_3               (COL_4 - RSC_SP_CTRL_GROUP_X - RSC_CD_PUSHBUTTON_WIDTH)
52 #define ROW_1               RSC_SP_DLG_INNERBORDER_TOP
53 #define ROW_2               (ROW_1 + INFO_LINES * RSC_CD_FIXEDTEXT_HEIGHT + RSC_SP_CTRL_GROUP_Y)
54 #define ROW_3               (ROW_2 + RSC_CD_FIXEDLINE_HEIGHT + RSC_SP_CTRL_GROUP_Y)
56 #define DLG_HEIGHT          (ROW_3 + RSC_CD_PUSHBUTTON_HEIGHT + RSC_SP_DLG_INNERBORDER_BOTTOM)
57 #define MAX_BUTTON_WIDTH    (DLG_WIDTH - RSC_SP_DLG_INNERBORDER_LEFT - RSC_SP_DLG_INNERBORDER_RIGHT - RSC_SP_CTRL_GROUP_X) / 2
59 #endif // #ifndef _NEWERVERSIONWARNING_HRC