summaryrefslogtreecommitdiff
path: root/uui/source/logindlg.src
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/logindlg.src')
-rwxr-xr-xuui/source/logindlg.src197
1 files changed, 197 insertions, 0 deletions
diff --git a/uui/source/logindlg.src b/uui/source/logindlg.src
new file mode 100755
index 000000000000..bf6a97c3b0ff
--- /dev/null
+++ b/uui/source/logindlg.src
@@ -0,0 +1,197 @@
+/*************************************************************************
+ *
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * Copyright 2000, 2010 Oracle and/or its affiliates.
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * This file is part of OpenOffice.org.
+ *
+ * OpenOffice.org is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License version 3
+ * only, as published by the Free Software Foundation.
+ *
+ * OpenOffice.org is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License version 3 for more details
+ *(a copy is included in the LICENSE file that accompanied this code).
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * version 3 along with OpenOffice.org. If not, see
+ * <http://www.openoffice.org/license.html>
+ * for a copy of the LGPLv3 License.
+ *
+ ************************************************************************/
+
+#define __RSC
+
+#ifndef UUI_IDS_HRC
+#include "ids.hrc"
+#endif
+
+#ifndef UUI_LOGINDLG_HRC
+#include "logindlg.hrc"
+#endif
+
+ModalDialog DLG_UUI_LOGIN
+{
+ HelpId = HID_DLG_LOGIN ;
+ Border = TRUE ;
+ Moveable = TRUE ;
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Size = MAP_APPFONT( 177 , 247 ) ;
+ Text [ en-US ] = "Authentication Required" ;
+
+ FixedText FT_LOGIN_ERROR
+ {
+ Pos = MAP_APPFONT( 6 , 6 ) ;
+ Size = MAP_APPFONT( 165 , 8 ) ;
+ Text [ en-US ] = "Message from server:" ;
+ };
+
+ FixedText FT_INFO_LOGIN_ERROR
+ {
+ Pos = MAP_APPFONT( 6 , 14 ) ;
+ Size = MAP_APPFONT( 165 , 3*8 ) ;
+ WordBreak = TRUE ;
+ };
+
+ FixedLine FL_LOGIN_1
+ {
+ Pos = MAP_APPFONT( 6 , 41 ) ;
+ Size = MAP_APPFONT( 165 , 8 ) ;
+ };
+
+ FixedText FT_INFO_LOGIN_REQUEST
+ {
+ Pos = MAP_APPFONT( 6 , 52 ) ;
+ Size = MAP_APPFONT( 165 , 2*8 ) ;
+ WordBreak = TRUE ;
+ Text [ en-US ] = "Enter user name and password for: \n%1" ;
+ };
+
+ String STR_LOGIN_REALM
+ {
+ Text [ en-US ] = "Enter user name and password for: \n\"%2\" on %1" ;
+ };
+
+ FixedLine FL_LOGIN_2
+ {
+ Pos = MAP_APPFONT( 6 , 71 ) ;
+ Size = MAP_APPFONT( 165 , 8 ) ;
+ };
+
+ FixedText FT_LOGIN_PATH
+ {
+ Pos = MAP_APPFONT( 6 , 84 ) ;
+ Size = MAP_APPFONT( 112 , 8 ) ;
+ Text [ en-US ] = "~Path" ;
+ };
+
+ Edit ED_LOGIN_PATH
+ {
+ HelpId = HID_LOGIN_DLG_PATH;
+ Border = TRUE ;
+ Pos = MAP_APPFONT( 6 , 95 ) ;
+ Size = MAP_APPFONT( 112 , 12 ) ;
+ };
+ PushButton BTN_LOGIN_PATH
+ {
+ HelpId = HID_LOGIN_DLG_BROWSE;
+ Pos = MAP_APPFONT( 121 , 94 ) ;
+ Size = MAP_APPFONT( 50 , 14 ) ;
+ Text = "~Browse..." ;
+ };
+
+ FixedText FT_LOGIN_USERNAME
+ {
+ Pos = MAP_APPFONT( 6 , 110 ) ;
+ Size = MAP_APPFONT( 165 , 8 ) ;
+ Text [ en-US ] = "~User name" ;
+ };
+
+ Edit ED_LOGIN_USERNAME
+ {
+ HelpId = HID_LOGIN_DLG_USER_NAME;
+ Border = TRUE ;
+ Pos = MAP_APPFONT( 6 , 121 ) ;
+ Size = MAP_APPFONT( 165 , 12 ) ;
+ };
+
+ FixedText FT_LOGIN_PASSWORD
+ {
+ Pos = MAP_APPFONT( 6 , 136 ) ;
+ Size = MAP_APPFONT( 165 , 8 ) ;
+ Text [ en-US ] = "Pass~word" ;
+ };
+
+ Edit ED_LOGIN_PASSWORD
+ {
+ HelpId = HID_LOGIN_DLG_PASSWORD;
+ Border = TRUE ;
+ Pos = MAP_APPFONT( 6 , 147 ) ;
+ Size = MAP_APPFONT( 165 , 12 ) ;
+ PassWord = TRUE ;
+ };
+
+ FixedText FT_LOGIN_ACCOUNT
+ {
+ Pos = MAP_APPFONT( 6 , 162 ) ;
+ Size = MAP_APPFONT( 165 , 8 ) ;
+ Text [ en-US ] = "A~ccount";
+ };
+
+ Edit ED_LOGIN_ACCOUNT
+ {
+ HelpId = HID_LOGIN_DLG_ACCOUNT;
+ Border = TRUE ;
+ Pos = MAP_APPFONT( 6 , 173 ) ;
+ Size = MAP_APPFONT( 165 , 12 ) ;
+ PassWord = TRUE ;
+ };
+
+ CheckBox CB_LOGIN_SAVEPASSWORD
+ {
+ HelpId = HID_LOGIN_DLG_REMEMBER_PASSWORD;
+ Pos = MAP_APPFONT( 6 , 190 ) ;
+ Size = MAP_APPFONT( 165 , 10 ) ;
+ Text [ en-US ] = "~Remember password" ;
+ };
+
+ CheckBox CB_LOGIN_USESYSCREDS
+ {
+ HelpId = HID_LOGIN_DLG_USE_SYSTEM_CREDENTIALS;
+ Pos = MAP_APPFONT( 6 , 203 ) ;
+ Size = MAP_APPFONT( 165 , 10 ) ;
+ Text [ en-US ] = "~Use system credentials" ;
+ };
+
+ FixedLine FL_BUTTONS
+ {
+ Pos = MAP_APPFONT( 0 , 216 ) ;
+ Size = MAP_APPFONT( 177 , 8 ) ;
+ };
+
+ OKButton BTN_LOGIN_OK
+ {
+ Pos = MAP_APPFONT( 6 , 227 ) ;
+ Size = MAP_APPFONT( 50 , 14 ) ;
+ DefButton = TRUE ;
+ };
+
+ CancelButton BTN_LOGIN_CANCEL
+ {
+ Pos = MAP_APPFONT( 66 , 227 ) ;
+ Size = MAP_APPFONT( 50 , 14 ) ;
+ };
+
+ HelpButton BTN_LOGIN_HELP
+ {
+ Pos = MAP_APPFONT( 121 , 227 ) ;
+ Size = MAP_APPFONT( 50 , 14 ) ;
+ };
+};
+