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: logindlg.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 ************************************************************************/
37 #ifndef UUI_LOGINDLG_HRC
38 #include "logindlg.hrc"
41 ModalDialog DLG_UUI_LOGIN
43 HelpId = HID_DLG_LOGIN ;
48 Size = MAP_APPFONT ( 265 , 170 ) ;
49 FixedText INFO_LOGIN_ERROR
51 Pos = MAP_APPFONT ( 12 , 14 ) ;
52 Size = MAP_APPFONT ( 185 , 18 ) ;
55 FixedLine GB_LOGIN_ERROR
57 Pos = MAP_APPFONT ( 6 , 3 ) ;
58 Size = MAP_APPFONT ( 197 , 8 ) ;
59 Text [ en-US ] = "Message from server" ;
61 FixedText INFO_LOGIN_REQUEST
63 Pos = MAP_APPFONT ( 12 , 55 ) ;
64 Size = MAP_APPFONT ( 185 , 18 ) ;
66 Text [ en-US ] = "Enter the user name and password for %1 here." ;
68 FixedText FT_LOGIN_PATH
70 Pos = MAP_APPFONT ( 12 , 77 ) ;
71 Size = MAP_APPFONT ( 57 , 10 ) ;
72 Text [ en-US ] = "~Path" ;
77 Pos = MAP_APPFONT ( 72 , 76 ) ;
78 Size = MAP_APPFONT ( 108 , 12 ) ;
80 FixedText INFO_LOGIN_PATH
83 Pos = MAP_APPFONT ( 72 , 77 ) ;
84 Size = MAP_APPFONT ( 125 , 10 ) ;
86 PushButton BTN_LOGIN_PATH
88 Pos = MAP_APPFONT ( 183 , 75 ) ;
89 Size = MAP_APPFONT ( 14 , 14 ) ;
92 FixedText FT_LOGIN_USERNAME
94 Pos = MAP_APPFONT ( 12 , 92 ) ;
95 Size = MAP_APPFONT ( 57 , 10 ) ;
96 Text [ en-US ] = "~User name" ;
98 Edit ED_LOGIN_USERNAME
101 Pos = MAP_APPFONT ( 72 , 91 ) ;
102 Size = MAP_APPFONT ( 125 , 12 ) ;
104 FixedText INFO_LOGIN_USERNAME
107 Pos = MAP_APPFONT ( 72 , 92 ) ;
108 Size = MAP_APPFONT ( 125 , 10 ) ;
110 FixedText FT_LOGIN_PASSWORD
112 Pos = MAP_APPFONT ( 12 , 107 ) ;
113 Size = MAP_APPFONT ( 57 , 10 ) ;
114 Text [ en-US ] = "Pass~word" ;
116 Edit ED_LOGIN_PASSWORD
119 Pos = MAP_APPFONT ( 72 , 106 ) ;
120 Size = MAP_APPFONT ( 125 , 12 ) ;
123 FixedText FT_LOGIN_ACCOUNT
125 Pos = MAP_APPFONT ( 12 , 122 ) ;
126 Size = MAP_APPFONT ( 57 , 10 ) ;
127 Text [ en-US ] = "A~ccount";
129 Edit ED_LOGIN_ACCOUNT
132 Pos = MAP_APPFONT ( 72 , 121 ) ;
133 Size = MAP_APPFONT ( 125 , 12 ) ;
136 CheckBox CB_LOGIN_SAVEPASSWORD
138 Pos = MAP_APPFONT ( 12 , 136 ) ;
139 Size = MAP_APPFONT ( 185 , 10 ) ;
140 Text [ en-US ] = "~Save password" ;
142 CheckBox CB_LOGIN_USESYSCREDS
144 Pos = MAP_APPFONT ( 12 , 148 ) ;
145 Size = MAP_APPFONT ( 185 , 10 ) ;
146 Text [ en-US ] = "~Use System Credentials" ;
148 FixedLine GB_LOGIN_LOGIN
150 Pos = MAP_APPFONT ( 7 , 44 ) ;
151 Size = MAP_APPFONT ( 197 , 8 ) ;
152 Text [ en-US ] = "Log in" ;
154 OKButton BTN_LOGIN_OK
156 Pos = MAP_APPFONT ( 209 , 6 ) ;
157 Size = MAP_APPFONT ( 50 , 14 ) ;
160 CancelButton BTN_LOGIN_CANCEL
162 Pos = MAP_APPFONT ( 209 , 23 ) ;
163 Size = MAP_APPFONT ( 50 , 14 ) ;
165 HelpButton BTN_LOGIN_HELP
167 Pos = MAP_APPFONT ( 209 , 43 ) ;
168 Size = MAP_APPFONT ( 50 , 14 ) ;
170 String STR_LOGIN_REALM
172 Text [ en-US ] = "Please enter user name and password for \"%2\" on %1 here." ;
174 Text [ en-US ] = "User Name and Password Required" ;