2 * This file is part of the LibreOffice project.
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/.
8 * This file incorporates work covered by the following license notice:
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 .
22 #include <masterpassworddlg.hrc>
24 ModalDialog DLG_UUI_MASTERPASSWORD
26 HelpId = HID_DLG_MASTERPASSWORD_UUI;
31 Size = MAP_APPFONT ( 175 , 66 ) ;
32 FixedText FT_MASTERPASSWORD
34 Pos = MAP_APPFONT ( 3 , 4 ) ;
35 Size = MAP_APPFONT ( 169 , 9 ) ;
36 Text [ en-US ] = "Enter password";
38 Edit ED_MASTERPASSWORD
40 HelpID = "uui:Edit:DLG_UUI_MASTERPASSWORD:ED_MASTERPASSWORD";
42 Pos = MAP_APPFONT ( 3 , 17 ) ;
43 Size = MAP_APPFONT ( 169 , 13 ) ;
46 FixedLine FL_FIXED_LINE
48 Pos = MAP_APPFONT( 0, 35 );
49 Size = MAP_APPFONT( 175, 6 );
52 OKButton BTN_MASTERPASSWORD_OK
54 Pos = MAP_APPFONT ( 65 , 45 ) ;
55 Size = MAP_APPFONT ( 51 , 13 ) ;
58 CancelButton BTN_MASTERPASSWORD_CANCEL
60 Pos = MAP_APPFONT ( 120 , 45 ) ;
61 Size = MAP_APPFONT ( 51 , 13 ) ;
63 HelpButton BTN_MASTERPASSWORD_HELP
65 Pos = MAP_APPFONT ( 5 , 45 ) ;
66 Size = MAP_APPFONT ( 51 , 13 ) ;
68 Text [ en-US ] = "Enter Master Password";