merge the formfield patch from ooo-build
[ooovba.git] / svtools / source / dialogs / logindlg.src
blob05756f49c921b5253fe8ae6a5ee3e18eecf7b84f
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: logindlg.src,v $
10  * $Revision: 1.43 $
11  *
12  * This file is part of OpenOffice.org.
13  *
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.
17  *
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).
23  *
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.
28  *
29  ************************************************************************/
31 #ifndef _SVTOOLS_HRC
32 #include <svtools/svtools.hrc>
33 #endif
35 #ifndef _SVTOOLS_LOGINDLG_HRC_
36 #include "logindlg.hrc"
37 #endif
39 ModalDialog DLG_LOGIN
41 //      HelpId = HID_DLG_LOGIN ;
42     Border = TRUE ;
43     Moveable = TRUE ;
44     OutputSize = TRUE ;
45     SVLook = TRUE ;
46     Size = MAP_APPFONT ( 265 , 158 ) ;
47     FixedText INFO_LOGIN_ERROR
48     {
49         Pos = MAP_APPFONT ( 12 , 14 ) ;
50         Size = MAP_APPFONT ( 185 , 18 ) ;
51         WordBreak = TRUE ;
52     };
53     FixedLine GB_LOGIN_ERROR
54     {
55         Pos = MAP_APPFONT ( 6 , 3 ) ;
56         Size = MAP_APPFONT ( 197 , 8 ) ;
57         Text [ en-US ] = "Message from server" ;
58     };
59     FixedText INFO_LOGIN_REQUEST
60     {
61         Pos = MAP_APPFONT ( 12 , 55 ) ;
62         Size = MAP_APPFONT ( 185 , 18 ) ;
63         WordBreak = TRUE ;
64         Text [ en-US ] = "Please enter user name and password for %1." ;
65     };
66     FixedText FT_LOGIN_PATH
67     {
68         Pos = MAP_APPFONT ( 12 , 77 ) ;
69         Size = MAP_APPFONT ( 57 , 10 ) ;
70         Text [ en-US ] = "~Path" ;
71     };
72     Edit ED_LOGIN_PATH
73     {
74         Border = TRUE ;
75         Pos = MAP_APPFONT ( 72 , 76 ) ;
76         Size = MAP_APPFONT ( 108 , 12 ) ;
77     };
78     FixedText INFO_LOGIN_PATH
79     {
80         Hide = TRUE ;
81         Pos = MAP_APPFONT ( 72 , 77 ) ;
82         Size = MAP_APPFONT ( 125 , 10 ) ;
83     };
84     PushButton BTN_LOGIN_PATH
85     {
86         Pos = MAP_APPFONT ( 183 , 75 ) ;
87         Size = MAP_APPFONT ( 14 , 14 ) ;
88         Text = "~..." ;
89     };
90     FixedText FT_LOGIN_USERNAME
91     {
92         Pos = MAP_APPFONT ( 12 , 92 ) ;
93         Size = MAP_APPFONT ( 57 , 10 ) ;
94         Text [ en-US ] = "~User name" ;
95     };
96     Edit ED_LOGIN_USERNAME
97     {
98         Border = TRUE ;
99         Pos = MAP_APPFONT ( 72 , 91 ) ;
100         Size = MAP_APPFONT ( 125 , 12 ) ;
101     };
102     FixedText INFO_LOGIN_USERNAME
103     {
104         Hide = TRUE ;
105         Pos = MAP_APPFONT ( 72 , 92 ) ;
106         Size = MAP_APPFONT ( 125 , 10 ) ;
107     };
108     FixedText FT_LOGIN_PASSWORD
109     {
110         Pos = MAP_APPFONT ( 12 , 107 ) ;
111         Size = MAP_APPFONT ( 57 , 10 ) ;
112         Text [ en-US ] = "Pass~word" ;
113     };
114     Edit ED_LOGIN_PASSWORD
115     {
116         Border = TRUE ;
117         Pos = MAP_APPFONT ( 72 , 106 ) ;
118         Size = MAP_APPFONT ( 125 , 12 ) ;
119         PassWord = TRUE ;
120     };
121     FixedText FT_LOGIN_ACCOUNT
122     {
123         Pos = MAP_APPFONT ( 12 , 122 ) ;
124         Size = MAP_APPFONT ( 57 , 10 ) ;
125         Text [ en-US ] = "A~ccount";
126     };
127     Edit ED_LOGIN_ACCOUNT
128     {
129         Border = TRUE ;
130         Pos = MAP_APPFONT ( 72 , 121 ) ;
131         Size = MAP_APPFONT ( 125 , 12 ) ;
132         PassWord = TRUE ;
133     };
134     CheckBox CB_LOGIN_SAVEPASSWORD
135     {
136         Pos = MAP_APPFONT ( 12 , 136 ) ;
137         Size = MAP_APPFONT ( 185 , 10 ) ;
138         Text [ en-US ] = "~Save password" ;
139     };
140     FixedLine GB_LOGIN_LOGIN
141     {
142         Pos = MAP_APPFONT ( 7 , 44 ) ;
143         Size = MAP_APPFONT ( 197 , 8 ) ;
144         Text [ en-US ] = "Log in" ;
145     };
146     OKButton BTN_LOGIN_OK
147     {
148         Pos = MAP_APPFONT ( 209 , 6 ) ;
149         Size = MAP_APPFONT ( 50 , 14 ) ;
150         DefButton = TRUE ;
151     };
152     CancelButton BTN_LOGIN_CANCEL
153     {
154         Pos = MAP_APPFONT ( 209 , 23 ) ;
155         Size = MAP_APPFONT ( 50 , 14 ) ;
156     };
157     HelpButton BTN_LOGIN_HELP
158     {
159         Pos = MAP_APPFONT ( 209 , 43 ) ;
160         Size = MAP_APPFONT ( 50 , 14 ) ;
161     };
162     String STR_LOGIN_AT
163     {
164         Text [ en-US ] = "to " ;
165     };
166     Text [ en-US ] = "User Name and Password Required" ;