xref: /trunk/main/svx/source/dialog/passwd.src (revision 09a1d057)
1*09a1d057SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*09a1d057SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*09a1d057SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*09a1d057SAndrew Rist * distributed with this work for additional information
6*09a1d057SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*09a1d057SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*09a1d057SAndrew Rist * "License"); you may not use this file except in compliance
9*09a1d057SAndrew Rist * with the License.  You may obtain a copy of the License at
10*09a1d057SAndrew Rist *
11*09a1d057SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*09a1d057SAndrew Rist *
13*09a1d057SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*09a1d057SAndrew Rist * software distributed under the License is distributed on an
15*09a1d057SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*09a1d057SAndrew Rist * KIND, either express or implied.  See the License for the
17*09a1d057SAndrew Rist * specific language governing permissions and limitations
18*09a1d057SAndrew Rist * under the License.
19*09a1d057SAndrew Rist *
20*09a1d057SAndrew Rist *************************************************************/
21*09a1d057SAndrew Rist
22*09a1d057SAndrew Rist
23cdf0e10cSrcweir // include ---------------------------------------------------------------
24cdf0e10cSrcweir#include <svx/dialogs.hrc>
25cdf0e10cSrcweir#include "helpid.hrc"
26cdf0e10cSrcweir#include "passwd.hrc"
27cdf0e10cSrcweir // pragma ----------------------------------------------------------------
28cdf0e10cSrcweir
29cdf0e10cSrcweir // RID_SVXDLG_PASSWORD ---------------------------------------------------
30cdf0e10cSrcweirModalDialog RID_SVXDLG_PASSWORD
31cdf0e10cSrcweir{
32cdf0e10cSrcweir	HelpId = HID_PASSWORD ;
33cdf0e10cSrcweir	OutputSize = TRUE ;
34cdf0e10cSrcweir	SVLook = TRUE ;
35cdf0e10cSrcweir    Size = MAP_APPFONT ( 210 , 77 ) ;
36cdf0e10cSrcweir	Moveable = TRUE ;
37cdf0e10cSrcweir	FixedText FT_OLD_PASSWD
38cdf0e10cSrcweir	{
39cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12 , 16 ) ;
40cdf0e10cSrcweir        Size = MAP_APPFONT ( 57 , 8 ) ;
41cdf0e10cSrcweir		Text [ en-US ] = "~Password" ;
42cdf0e10cSrcweir	};
43cdf0e10cSrcweir	Edit ED_OLD_PASSWD
44cdf0e10cSrcweir	{
45cdf0e10cSrcweir	    HelpID = "svx:Edit:RID_SVXDLG_PASSWORD:ED_OLD_PASSWD";
46cdf0e10cSrcweir		Border = TRUE ;
47cdf0e10cSrcweir        Pos = MAP_APPFONT ( 71 , 14 ) ;
48cdf0e10cSrcweir        Size = MAP_APPFONT ( 71 , 12 ) ;
49cdf0e10cSrcweir		PassWord = TRUE ;
50cdf0e10cSrcweir	};
51cdf0e10cSrcweir    FixedLine FL_OLD_PASSWD
52cdf0e10cSrcweir	{
53cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 3 ) ;
54cdf0e10cSrcweir        Size = MAP_APPFONT ( 142 , 8 ) ;
55cdf0e10cSrcweir		Text [ en-US ] = "Old password" ;
56cdf0e10cSrcweir	};
57cdf0e10cSrcweir	FixedText FT_NEW_PASSWD
58cdf0e10cSrcweir	{
59cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12 , 45 ) ;
60cdf0e10cSrcweir        Size = MAP_APPFONT ( 57 , 8 ) ;
61cdf0e10cSrcweir		Text [ en-US ] = "Pa~ssword" ;
62cdf0e10cSrcweir	};
63cdf0e10cSrcweir	Edit ED_NEW_PASSWD
64cdf0e10cSrcweir	{
65cdf0e10cSrcweir	    HelpID = "svx:Edit:RID_SVXDLG_PASSWORD:ED_NEW_PASSWD";
66cdf0e10cSrcweir		Border = TRUE ;
67cdf0e10cSrcweir        Pos = MAP_APPFONT ( 71 , 43 ) ;
68cdf0e10cSrcweir        Size = MAP_APPFONT ( 71 , 12 ) ;
69cdf0e10cSrcweir		PassWord = TRUE ;
70cdf0e10cSrcweir	};
71cdf0e10cSrcweir	FixedText FT_REPEAT_PASSWD
72cdf0e10cSrcweir	{
73cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12 , 61 ) ;
74cdf0e10cSrcweir        Size = MAP_APPFONT ( 57 , 8 ) ;
75cdf0e10cSrcweir		Text [ en-US ] = "Confi~rm";
76cdf0e10cSrcweir	};
77cdf0e10cSrcweir	Edit ED_REPEAT_PASSWD
78cdf0e10cSrcweir	{
79cdf0e10cSrcweir	    HelpID = "svx:Edit:RID_SVXDLG_PASSWORD:ED_REPEAT_PASSWD";
80cdf0e10cSrcweir		Border = TRUE ;
81cdf0e10cSrcweir        Pos = MAP_APPFONT ( 71 , 59 ) ;
82cdf0e10cSrcweir        Size = MAP_APPFONT ( 71 , 12 ) ;
83cdf0e10cSrcweir		PassWord = TRUE ;
84cdf0e10cSrcweir	};
85cdf0e10cSrcweir    FixedLine FL_NEW_PASSWD
86cdf0e10cSrcweir	{
87cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6 , 32 ) ;
88cdf0e10cSrcweir        Size = MAP_APPFONT ( 142 , 8 ) ;
89cdf0e10cSrcweir		Text [ en-US ] = "New password" ;
90cdf0e10cSrcweir	};
91cdf0e10cSrcweir	OKButton BTN_PASSWD_OK
92cdf0e10cSrcweir	{
93cdf0e10cSrcweir		Pos = MAP_APPFONT ( 154 , 6 ) ;
94cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
95cdf0e10cSrcweir		DefButton = TRUE ;
96cdf0e10cSrcweir		Disable = TRUE ;
97cdf0e10cSrcweir	};
98cdf0e10cSrcweir	CancelButton BTN_PASSWD_ESC
99cdf0e10cSrcweir	{
100cdf0e10cSrcweir		Pos = MAP_APPFONT ( 154 , 23 ) ;
101cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
102cdf0e10cSrcweir	};
103cdf0e10cSrcweir	HelpButton BTN_PASSWD_HELP
104cdf0e10cSrcweir	{
105cdf0e10cSrcweir		Pos = MAP_APPFONT ( 154 , 43 ) ;
106cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
107cdf0e10cSrcweir	};
108cdf0e10cSrcweir	String STR_ERR_OLD_PASSWD
109cdf0e10cSrcweir	{
110cdf0e10cSrcweir		Text [ en-US ] = "Invalid password" ;
111cdf0e10cSrcweir	};
112cdf0e10cSrcweir	String STR_ERR_REPEAT_PASSWD
113cdf0e10cSrcweir	{
114cdf0e10cSrcweir		Text [ en-US ] = "Passwords do not match" ;
115cdf0e10cSrcweir	};
116cdf0e10cSrcweir	Text [ en-US ] = "Change Password" ;
117cdf0e10cSrcweir};
118cdf0e10cSrcweir // ********************************************************************** EOF
119cdf0e10cSrcweir
120cdf0e10cSrcweir
121cdf0e10cSrcweir
122cdf0e10cSrcweir
123cdf0e10cSrcweir
124cdf0e10cSrcweir
125cdf0e10cSrcweir
126cdf0e10cSrcweir
127cdf0e10cSrcweir
128cdf0e10cSrcweir
129cdf0e10cSrcweir
130cdf0e10cSrcweir
131cdf0e10cSrcweir
132cdf0e10cSrcweir
133cdf0e10cSrcweir
134cdf0e10cSrcweir
135cdf0e10cSrcweir
136cdf0e10cSrcweir
137cdf0e10cSrcweir
138cdf0e10cSrcweir
139cdf0e10cSrcweir
140cdf0e10cSrcweir
141cdf0e10cSrcweir
142cdf0e10cSrcweir
143cdf0e10cSrcweir
144cdf0e10cSrcweir
145cdf0e10cSrcweir
146cdf0e10cSrcweir
147cdf0e10cSrcweir
148cdf0e10cSrcweir
149cdf0e10cSrcweir
150cdf0e10cSrcweir
151cdf0e10cSrcweir
152cdf0e10cSrcweir
153