merge the formfield patch from ooo-build
[ooovba.git] / uui / source / unknownauthdlg.src
blobc8f57b92768a6f2be8d6b4e923ccea7a8ac73cf9
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.src,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 #define __RSC
32 #ifndef UUI_IDS_HRC
33 #include <ids.hrc>
34 #endif
35 #ifndef UUI_UNKNOWNAUTH_HRC
36 #include <unknownauthdlg.hrc>
37 #endif
39 ModalDialog DLG_UUI_UNKNOWNAUTH
41     HelpId = HID_DLG_UNKNOWNAUTH_UUI;
42     Border = TRUE ;
43     Moveable = TRUE ;
44     OutputSize = TRUE ;
45     SVLook = TRUE ;
46     Pos = MAP_APPFONT( 136, 79 );
47     Size = MAP_APPFONT(  DLG_WIDTH,  DLG_HEIGHT );
49     Text [ en-US ] = "Website Certified by an Unknown Authority";
52     FixedImage IMG_WARN
53     {
54         Pos = MAP_APPFONT( RSC_SP_DLG_INNERBORDER_LEFT, RSC_SP_DLG_INNERBORDER_TOP );
55         Size = MAP_APPFONT( DLG_WARMIMG_WIDTH , DLG_WARMIMG_HEIGHT );
56         
57         Fixed = Image
58         {
59             /* ImageBitmap = Bitmap { File = "certificate_40x56.png"; }; */
60             MaskColor = Color{Red=0xffff;Green=0x0000;Blue=0xffff;};
61         };
62         
63     };
64     
65         
66     PushButton PB_VIEW__CERTIFICATE
67     {
68         Pos = MAP_APPFONT( DLG_TEXT_START_X, RSC_SP_DLG_INNERBORDER_TOP + DLG_TEXT_1_HEIGHT + RSC_SP_CTRL_GROUP_Y );
69         Size = MAP_APPFONT( 70, RSC_CD_PUSHBUTTON_HEIGHT );
71         Text [ en-US ] = "Examine Certificate...";
73     };
74     
75     HelpButton PB_HELP
76     {
77         Pos = MAP_APPFONT( DLG_CTLBTN_HELP_START_X, DLG_CTLBTN_START_Y  );
78         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
80         Text [ en-US ] = "Help";
82     };
84     PushButton PB_OK
85     {
86         Pos = MAP_APPFONT( DLG_CTLBTN_OK_START_X, DLG_CTLBTN_START_Y );
87         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
89         Text [ en-US ] = "OK";
91     };
93     CancelButton PB_CANCEL
94     {
95         Pos = MAP_APPFONT( DLG_CTLBTN_CANCEL_START_X, DLG_CTLBTN_START_Y );
96         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
98     };
100     RadioButton RB_ACCEPT_1
101     {
102         Pos = MAP_APPFONT( DLG_TEXT_START_X, DLG_RADIOBTN_START_Y );
103         Size = MAP_APPFONT( 182, RSC_CD_RADIOBUTTON_HEIGHT );
105         Text [ en-US ] = "Accept this certificate temporarily for this session";
107         Check = TRUE;
108     };
110     RadioButton RB_DONTACCEPT_2
111     {
112         Pos = MAP_APPFONT( DLG_TEXT_START_X, DLG_RADIOBTN_START_Y + RSC_CD_RADIOBUTTON_HEIGHT  );
113         Size = MAP_APPFONT( 182, RSC_CD_RADIOBUTTON_HEIGHT );
115         Text [ en-US ] = "Do not accept this certificate and do not connect to this Web site";
117     };
119     FixedText FT_LABEL_1
120     {
121         Pos = MAP_APPFONT( DLG_TEXT_START_X, RSC_SP_DLG_INNERBORDER_TOP );
122         Size = MAP_APPFONT( 190, DLG_TEXT_1_HEIGHT );
124         Text [ en-US ] = "No Text";
126         Border = FALSE;
127         WordBreak = TRUE;
129     };
130     
131     FixedLine FL_LINE
132     {
133         Pos = MAP_APPFONT( 0, DLG_CTLBTN_START_Y - RSC_SP_FLGR_INNERBORDER_TOP -  RSC_CD_FIXEDLINE_HEIGHT );
134         Size = MAP_APPFONT( DLG_WIDTH , RSC_CD_FIXEDLINE_HEIGHT );
135     };
136