1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: passcrtdlg.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
36 #ifndef UUI_PASSCRTDLG_HRC
37 #include "passcrtdlg.hrc"
40 ModalDialog DLG_UUI_PASSWORD_CRT
42 HelpId = HID_DLG_PASSWORD_CRT ;
47 Size = MAP_APPFONT( 145, 129 );
48 FixedText FT_PASSWORD_CRT
50 Pos = MAP_APPFONT( 3, 4 );
51 Size = MAP_APPFONT( 139, 9 );
52 Text [ en-US ] = "Enter password";
57 Pos = MAP_APPFONT( 3, 17 );
58 Size = MAP_APPFONT( 139, 13 );
61 Edit ED_PASSWORD_REPEAT
64 Pos = MAP_APPFONT( 3, 47 );
65 Size = MAP_APPFONT( 139, 13 );
68 OKButton BTN_PASSCRT_OK
70 Pos = MAP_APPFONT( 27, 110 );
71 Size = MAP_APPFONT( 37, 15 );
74 CancelButton BTN_PASSCRT_CANCEL
76 Pos = MAP_APPFONT( 66, 110 );
77 Size = MAP_APPFONT( 37, 15 );
79 HelpButton BTN_PASSCRT_HELP
81 Pos = MAP_APPFONT( 105, 110 );
82 Size = MAP_APPFONT( 37, 15 );
84 FixedText FT_PASSWORD_REPEAT
86 Pos = MAP_APPFONT( 3, 34 );
87 Size = MAP_APPFONT( 139, 9 );
88 Text [ en-US ] = "Reenter password";
90 FixedText FT_PASSWORD_WARNING
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.";
97 FixedText FT_MSPASSWORD_WARNING
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.";
104 FixedLine FL_FIXED_LINE_1
106 Pos = MAP_APPFONT( 0, 104 );
107 Size = MAP_APPFONT( 145, 6 );
109 Text [ en-US ] = "Enter Password";