merge the formfield patch from ooo-build
[ooovba.git] / uui / source / masterpasscrtdlg.src
blobe11d9abd166dde3f6e8de562123eb870180a6183
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: masterpasscrtdlg.src,v $
10  * $Revision: 1.12 $
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 #define __RSC
33 #ifndef UUI_IDS_HRC
34 #include <ids.hrc>
35 #endif
36 #ifndef UUI_MASTERPASSCRTDLG_HRC
37 #include <masterpasscrtdlg.hrc>
38 #endif
40 ModalDialog DLG_UUI_MASTERPASSWORD_CRT
42     HelpId = HID_DLG_MASTERPASSWORD_CRT ;
43     Border = TRUE ;
44     Moveable = TRUE ;
45     OutputSize = TRUE ;
46     SVLook = TRUE ;
47     Size = MAP_APPFONT ( DLG_WIDTH , DLG_HEIGHT ) ;
48     Text [ en-US ] = "Set Master Password";
49     FixedText FT_INFOTEXT
50     {
51         Pos = MAP_APPFONT ( COL_0 , ROW_0 ) ;
52         Size = MAP_APPFONT ( CTRL_WIDTH , 7*RSC_CD_FIXEDTEXT_HEIGHT ) ;
53         WordBreak = TRUE ;
54         Text [ en-US ] = "Passwords for web connections are protected by a master password. You will be asked to enter it once per session, if %PRODUCTNAME retrieves a password from the protected password list.";
55     };
56     FixedLine FL_INFOTEXT
57     {
58         Pos = MAP_APPFONT ( 0 , ROW_1 ) ;
59         Size = MAP_APPFONT ( DLG_WIDTH , RSC_CD_FIXEDLINE_HEIGHT ) ;
60     };
61     FixedText FT_MASTERPASSWORD_CRT
62     {
63         Pos = MAP_APPFONT ( COL_0 , ROW_2 ) ;
64         Size = MAP_APPFONT ( CTRL_WIDTH , RSC_CD_FIXEDLINE_HEIGHT ) ;
65         Text [ en-US ] = "~Enter password";
66     };
67     Edit ED_MASTERPASSWORD_CRT
68     {
69         Pos = MAP_APPFONT ( COL_0 , ROW_3 ) ;
70         Size = MAP_APPFONT ( CTRL_WIDTH , RSC_CD_TEXTBOX_HEIGHT ) ;
71         Border = TRUE ;
72         PassWord = TRUE ;
73     };
74     FixedText FT_MASTERPASSWORD_REPEAT
75     {
76         Pos = MAP_APPFONT ( COL_0 , ROW_4 ) ;
77         Size = MAP_APPFONT ( CTRL_WIDTH , RSC_CD_FIXEDLINE_HEIGHT ) ;
78         Text [ en-US ] = "~Reenter password";
79     };
80     Edit ED_MASTERPASSWORD_REPEAT
81     {
82         Pos = MAP_APPFONT ( COL_0 , ROW_5 ) ;
83         Size = MAP_APPFONT ( CTRL_WIDTH , RSC_CD_TEXTBOX_HEIGHT ) ;
84         Border = TRUE ;
85         PassWord = TRUE ;
86     };
87     FixedText FT_CAUTIONTEXT
88     {
89         Pos = MAP_APPFONT ( COL_0 , ROW_6 ) ;
90         Size = MAP_APPFONT ( CTRL_WIDTH , 8*RSC_CD_FIXEDTEXT_HEIGHT ) ;
91         WordBreak = TRUE ;
92         Text [ en-US ] = "Caution: Make sure you remember the Master Password you have set. If you forget your Master Password, you will be unable to access any of the information protected by it. Passwords are case-sensitive and at least five characters long.";
93     };
94     FixedLine FL_CAUTIONTEXT
95     {
96         Pos = MAP_APPFONT ( 0 , ROW_7 ) ;
97         Size = MAP_APPFONT ( DLG_WIDTH , RSC_CD_FIXEDLINE_HEIGHT ) ;
98     };
99     HelpButton BTN_MASTERPASSCRT_HELP
100     {
101         Pos = MAP_APPFONT ( COL_0 , ROW_8 ) ;
102         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
103     };
104     OKButton BTN_MASTERPASSCRT_OK
105     {
106         Pos = MAP_APPFONT ( COL_1 , ROW_8 ) ;
107         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
108         DefButton = TRUE ;
109     };
110     CancelButton BTN_MASTERPASSCRT_CANCEL
111     {
112         Pos = MAP_APPFONT ( COL_2 , ROW_8 ) ;
113         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
114     };