update dev300-m58
[ooovba.git] / uui / source / sslwarndlg.hrc
blobb31d3b4140ff7a56b3e8936234f5cc0e9d07395b
1 /*************************************************************************
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: sslwarndlg.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 ************************************************************************/
31 #ifndef UUI_SSLWARN_HRC
32 #define UUI_SSLWARN_HRC
34 #include <svtools/controldims.hrc>
36 // local identifiers
37 #define FT_LABEL_1              1
38 #define PB_OK                               4
39 #define PB_VIEW__CERTIFICATE    5
40 #define PB_CANCEL                           6
41 #define IMG_WARN                                7
42 #define FL_LINE                                 9
44 // Dims
46 #define DLG_WIDTH              240
47 #define DLG_HEIGHT             125
49 #define DLG_WARMIMG_HEIGHT      20
50 #define DLG_WARMIMG_WIDTH       20
52 #define DLG_TEXT_1_HEIGHT       90
54 #define DLG_TEXT_START_X       RSC_SP_DLG_INNERBORDER_LEFT + DLG_WARMIMG_WIDTH + RSC_SP_CTRL_X
56 #define DLG_CTLBTN_START_Y         DLG_HEIGHT - RSC_SP_CTRL_X - RSC_CD_PUSHBUTTON_HEIGHT
58 #define DLG_CTLBTN_CANCEL_PUSHBUTTON_WIDTH RSC_CD_PUSHBUTTON_WIDTH + 20
59 #define DLG_CTLBTN_CANCEL_START_X  DLG_WIDTH - 45 - DLG_CTLBTN_CANCEL_PUSHBUTTON_WIDTH
60 #define DLG_CTLBTN_OK_START_X      DLG_CTLBTN_CANCEL_START_X - RSC_CD_PUSHBUTTON_WIDTH - RSC_SP_CTRL_GROUP_X
61 #define DLG_CTLBTN_CERT_PUSHBUTTON_WIDTH RSC_CD_PUSHBUTTON_WIDTH + 25 
62 #define DLG_CTLBTN_CERT_START_X    DLG_TEXT_START_X
63 #endif //UUI_SSLWARN_HRC