merge the formfield patch from ooo-build
[ooovba.git] / uui / source / unknownauthdlg.hrc
blob6c4c19f34f69200898edfe49ae5ad1cc27e7c55a
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: unknownauthdlg.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 UUI_UNKNOWNAUTH_HRC
31 #define UUI_UNKNOWNAUTH_HRC
33 #include <svtools/controldims.hrc>
35 // local identifiers
36 #define RB_ACCEPT_1                             1
37 #define PB_OK                               2
38 #define PB_VIEW__CERTIFICATE    3
39 #define PB_CANCEL                           4
40 #define FT_LABEL_1              5
41 #define RB_DONTACCEPT_2                 6
42 #define IMG_WARN                                7
43 #define PB_HELP                             8
44 #define FL_LINE                10
46 // Dims
48 #define DLG_WIDTH              230
49 #define DLG_HEIGHT             140
51 #define DLG_WARMIMG_HEIGHT      20
52 #define DLG_WARMIMG_WIDTH       20
54 #define DLG_TEXT_1_HEIGHT       50
56 #define DLG_TEXT_START_X       RSC_SP_DLG_INNERBORDER_LEFT + DLG_WARMIMG_WIDTH + RSC_SP_CTRL_X
58 #define DLG_RADIOBTN_START_Y   RSC_SP_DLG_INNERBORDER_TOP + DLG_TEXT_1_HEIGHT + RSC_SP_CTRL_Y + RSC_CD_PUSHBUTTON_HEIGHT + RSC_SP_CTRL_GROUP_Y
60 #define DLG_CTLBTN_START_Y         DLG_HEIGHT - RSC_SP_CTRL_X - RSC_CD_PUSHBUTTON_HEIGHT
63 #define DLG_CTLBTN_OK_START_X      DLG_CTLBTN_CANCEL_START_X - RSC_CD_PUSHBUTTON_WIDTH - RSC_SP_CTRL_GROUP_X
64 #define DLG_CTLBTN_CANCEL_START_X  DLG_CTLBTN_HELP_START_X - RSC_CD_PUSHBUTTON_WIDTH - RSC_SP_CTRL_GROUP_X
65 #define DLG_CTLBTN_HELP_START_X    DLG_WIDTH - RSC_SP_DLG_INNERBORDER_RIGHT - RSC_CD_PUSHBUTTON_WIDTH
67 #endif //UUI_UNKNOWNAUTH_HRC