1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU Lesser General Public License version 3 for more details
19 *(a copy is included in the LICENSE file that accompanied this code).
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org. If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
26 ************************************************************************/
34 #ifndef UUI_LOGINDLG_HRC
35 #include "logindlg.hrc"
38 ModalDialog DLG_UUI_LOGIN
40 HelpId = HID_DLG_LOGIN ;
45 Size = MAP_APPFONT( 177 , 247 ) ;
46 Text [ en-US ] = "Authentication Required" ;
48 FixedText FT_LOGIN_ERROR
50 Pos = MAP_APPFONT( 6 , 6 ) ;
51 Size = MAP_APPFONT( 165 , 8 ) ;
52 Text [ en-US ] = "Message from server:" ;
55 FixedText FT_INFO_LOGIN_ERROR
57 Pos = MAP_APPFONT( 6 , 14 ) ;
58 Size = MAP_APPFONT( 165 , 3*8 ) ;
64 Pos = MAP_APPFONT( 6 , 41 ) ;
65 Size = MAP_APPFONT( 165 , 8 ) ;
68 FixedText FT_INFO_LOGIN_REQUEST
70 Pos = MAP_APPFONT( 6 , 52 ) ;
71 Size = MAP_APPFONT( 165 , 2*8 ) ;
73 Text [ en-US ] = "Enter user name and password for: \n%1" ;
76 String STR_LOGIN_REALM
78 Text [ en-US ] = "Enter user name and password for: \n\"%2\" on %1" ;
83 Pos = MAP_APPFONT( 6 , 71 ) ;
84 Size = MAP_APPFONT( 165 , 8 ) ;
87 FixedText FT_LOGIN_PATH
89 Pos = MAP_APPFONT( 6 , 84 ) ;
90 Size = MAP_APPFONT( 112 , 8 ) ;
91 Text [ en-US ] = "~Path" ;
96 HelpId = HID_LOGIN_DLG_PATH;
98 Pos = MAP_APPFONT( 6 , 95 ) ;
99 Size = MAP_APPFONT( 112 , 12 ) ;
101 PushButton BTN_LOGIN_PATH
103 HelpId = HID_LOGIN_DLG_BROWSE;
104 Pos = MAP_APPFONT( 121 , 94 ) ;
105 Size = MAP_APPFONT( 50 , 14 ) ;
106 Text = "~Browse..." ;
109 FixedText FT_LOGIN_USERNAME
111 Pos = MAP_APPFONT( 6 , 110 ) ;
112 Size = MAP_APPFONT( 165 , 8 ) ;
113 Text [ en-US ] = "~User name" ;
116 Edit ED_LOGIN_USERNAME
118 HelpId = HID_LOGIN_DLG_USER_NAME;
120 Pos = MAP_APPFONT( 6 , 121 ) ;
121 Size = MAP_APPFONT( 165 , 12 ) ;
124 FixedText FT_LOGIN_PASSWORD
126 Pos = MAP_APPFONT( 6 , 136 ) ;
127 Size = MAP_APPFONT( 165 , 8 ) ;
128 Text [ en-US ] = "Pass~word" ;
131 Edit ED_LOGIN_PASSWORD
133 HelpId = HID_LOGIN_DLG_PASSWORD;
135 Pos = MAP_APPFONT( 6 , 147 ) ;
136 Size = MAP_APPFONT( 165 , 12 ) ;
140 FixedText FT_LOGIN_ACCOUNT
142 Pos = MAP_APPFONT( 6 , 162 ) ;
143 Size = MAP_APPFONT( 165 , 8 ) ;
144 Text [ en-US ] = "A~ccount";
147 Edit ED_LOGIN_ACCOUNT
149 HelpId = HID_LOGIN_DLG_ACCOUNT;
151 Pos = MAP_APPFONT( 6 , 173 ) ;
152 Size = MAP_APPFONT( 165 , 12 ) ;
156 CheckBox CB_LOGIN_SAVEPASSWORD
158 HelpId = HID_LOGIN_DLG_REMEMBER_PASSWORD;
159 Pos = MAP_APPFONT( 6 , 190 ) ;
160 Size = MAP_APPFONT( 165 , 10 ) ;
161 Text [ en-US ] = "~Remember password" ;
164 CheckBox CB_LOGIN_USESYSCREDS
166 HelpId = HID_LOGIN_DLG_USE_SYSTEM_CREDENTIALS;
167 Pos = MAP_APPFONT( 6 , 203 ) ;
168 Size = MAP_APPFONT( 165 , 10 ) ;
169 Text [ en-US ] = "~Use system credentials" ;
174 Pos = MAP_APPFONT( 0 , 216 ) ;
175 Size = MAP_APPFONT( 177 , 8 ) ;
178 HelpButton BTN_LOGIN_HELP
180 Pos = MAP_APPFONT( 6 , 227 ) ;
181 Size = MAP_APPFONT( 50 , 14 ) ;
184 OKButton BTN_LOGIN_OK
186 Pos = MAP_APPFONT( 66 , 227 ) ;
187 Size = MAP_APPFONT( 50 , 14 ) ;
191 CancelButton BTN_LOGIN_CANCEL
193 Pos = MAP_APPFONT( 121 , 227 ) ;
194 Size = MAP_APPFONT( 50 , 14 ) ;