Update ooo320-m1
[ooovba.git] / uui / source / passcrtdlg.src
blob2425112e2ee22bf6575606fe892db0ff4de6b110
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: passcrtdlg.src,v $
10  * $Revision: 1.22 $
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_PASSCRTDLG_HRC
37 #include "passcrtdlg.hrc"
38 #endif
40 ModalDialog DLG_UUI_PASSWORD_CRT
42     HelpId = HID_DLG_PASSWORD_CRT ;
43     Border = TRUE ;
44     Moveable = TRUE ;
45     OutputSize = TRUE ;
46     SVLook = TRUE ;
47     Size = MAP_APPFONT( 145, 129 );
48     FixedText FT_PASSWORD_CRT
49     {
50         Pos = MAP_APPFONT( 3, 4 );
51         Size = MAP_APPFONT( 139, 9 );
52         Text [ en-US ] = "Enter password";
53     };
54     Edit ED_PASSWORD_CRT
55     {
56         Border = TRUE ;
57         Pos = MAP_APPFONT( 3, 17 );
58         Size = MAP_APPFONT( 139, 13 );
59         PassWord = TRUE ;
60     };
61     Edit ED_PASSWORD_REPEAT
62     {
63         Border = TRUE ;
64         Pos = MAP_APPFONT( 3, 47 );
65         Size = MAP_APPFONT( 139, 13 );
66         PassWord = TRUE ;
67     };
68     OKButton BTN_PASSCRT_OK
69     {
70         Pos = MAP_APPFONT( 27, 110 );
71         Size = MAP_APPFONT( 37, 15 );
72         DefButton = TRUE ;
73     };
74     CancelButton BTN_PASSCRT_CANCEL
75     {
76         Pos = MAP_APPFONT( 66, 110 );
77         Size = MAP_APPFONT( 37, 15 );
78     };
79     HelpButton BTN_PASSCRT_HELP
80     {
81         Pos = MAP_APPFONT( 105, 110 );
82         Size = MAP_APPFONT( 37, 15 );
83     };  
84     FixedText FT_PASSWORD_REPEAT
85     {
86         Pos = MAP_APPFONT( 3, 34 );
87         Size = MAP_APPFONT( 139, 9 );
88         Text [ en-US ] = "Reenter password";
89     };
90     FixedText FT_PASSWORD_WARNING
91     {
92         Pos = MAP_APPFONT( 4, 64 );
93         Size = MAP_APPFONT( 137, 40 );
94         Text [ en-US ] = "WARNING: If you lose or forget the password, it cannot be recovered. It is advisable to keep passwords in a safe place. Passwords are case-sensitive.";
95         WordBreak = TRUE;
96     };
97     FixedText FT_MSPASSWORD_WARNING
98     {
99         Pos = MAP_APPFONT( 4, 64 );
100         Size = MAP_APPFONT( 137, 40 );
101         Text [ en-US ] = "WARNING: If you lose or forget the password, it cannot be recovered. It is advisable to keep passwords in a safe place. Passwords are case-sensitive and at most fifteen characters long.";
102         WordBreak = TRUE;
103     };
104     FixedLine FL_FIXED_LINE_1
105     {
106         Pos = MAP_APPFONT( 0, 104 );
107         Size = MAP_APPFONT( 145, 6 );
108     };  
109     Text [ en-US ] = "Enter Password";