Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / uui / source / masterpassworddlg.src
blob53690b4e198cea2306085ec09869f13e0c215eb7
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
19 #define __RSC
21 #include <ids.hrc>
22 #include <masterpassworddlg.hrc>
24 ModalDialog DLG_UUI_MASTERPASSWORD
26     HelpId = HID_DLG_MASTERPASSWORD_UUI;
27     Border = TRUE ;
28     Moveable = TRUE ;
29     OutputSize = TRUE ;
30     SVLook = TRUE ;
31     Size = MAP_APPFONT ( 175 , 66 ) ;
32     FixedText FT_MASTERPASSWORD
33     {
34         Pos = MAP_APPFONT ( 3 , 4 ) ;
35         Size = MAP_APPFONT ( 169 , 9 ) ;
36         Text [ en-US ] = "Enter password";
37     };
38     Edit ED_MASTERPASSWORD
39     {
40         HelpID = "uui:Edit:DLG_UUI_MASTERPASSWORD:ED_MASTERPASSWORD";
41         Border = TRUE ;
42         Pos = MAP_APPFONT ( 3 , 17 ) ;
43         Size = MAP_APPFONT ( 169 , 13 ) ;
44         PassWord = TRUE ;
45     };
46     FixedLine FL_FIXED_LINE
47     {
48         Pos = MAP_APPFONT( 0, 35 );
49         Size = MAP_APPFONT( 175, 6 );
50     };
52     OKButton BTN_MASTERPASSWORD_OK
53     {
54         Pos = MAP_APPFONT ( 65 , 45 ) ;
55         Size = MAP_APPFONT ( 51 , 13 ) ;
56         DefButton = TRUE ;
57     };
58     CancelButton BTN_MASTERPASSWORD_CANCEL
59     {
60         Pos = MAP_APPFONT ( 120 , 45 ) ;
61         Size = MAP_APPFONT ( 51 , 13 ) ;
62     };
63     HelpButton BTN_MASTERPASSWORD_HELP
64     {
65         Pos = MAP_APPFONT ( 5 , 45 ) ;
66         Size = MAP_APPFONT ( 51 , 13 ) ;
67     };
68     Text [ en-US ] = "Enter Master Password";