xref: /trunk/main/cui/source/options/webconninfo.src (revision facded39)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24// include --------------------------------------------------------------
25
26#include <svtools/controldims.hrc>
27#include "webconninfo.hrc"
28#include <cuires.hrc>
29#include "helpid.hrc"
30
31ModalDialog RID_SVXDLG_WEBCONNECTION_INFO
32{
33	HelpID = HID_DLG_WEBCONNECTION_INFO ;
34	OutputSize = TRUE ;
35	SVLook = TRUE ;
36	Size = MAP_APPFONT ( DLG_WIDTH, DLG_HEIGHT ) ;
37	Moveable = TRUE ;
38	Closeable = TRUE ;
39	Text [ en-US ] = "Stored Web Connection Information" ;
40	FixedText FI_NEVERSHOWN
41	{
42		Pos = MAP_APPFONT ( COL_0, ROW_0 ) ;
43		Size = MAP_APPFONT ( COL_2-COL_0, RSC_CD_FIXEDTEXT_HEIGHT ) ;
44		Text [ en-US ] = "Web login information (passwords are never shown)" ;
45	};
46	Control LB_PASSWORDS
47	{
48		Pos = MAP_APPFONT ( COL_0, ROW_1 ) ;
49		Size = MAP_APPFONT ( COL_2-COL_0, ROW_2-ROW_1 ) ;
50		Border = TRUE ;
51		TabStop = TRUE ;
52	};
53	PushButton PB_REMOVE
54	{
55		HelpID = "cui:PushButton:RID_SVXDLG_WEBCONNECTION_INFO:PB_REMOVE" ;
56		Pos = MAP_APPFONT ( COL_0, ROW_3 ) ;
57		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
58		Text [ en-US ] = "Remove" ;
59	};
60	PushButton PB_REMOVEALL
61	{
62		HelpID = "cui:PushButton:RID_SVXDLG_WEBCONNECTION_INFO:PB_REMOVEALL" ;
63		Pos = MAP_APPFONT ( COL_1, ROW_3 ) ;
64		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
65		Text [ en-US ] = "Remove All" ;
66	};
67	PushButton PB_CHANGE
68	{
69		HelpID = "cui:PushButton:RID_SVXDLG_WEBCONNECTION_INFO:PB_CHANGE" ;
70		Pos = MAP_APPFONT ( COL_C, ROW_3 ) ;
71		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
72		Text [ en-US ] = "Change Password..." ;
73	};
74	FixedLine FL_BUTTONS
75	{
76		Pos = MAP_APPFONT ( 0, ROW_4 ) ;
77		Size = MAP_APPFONT ( DLG_WIDTH, RSC_CD_FIXEDLINE_HEIGHT ) ;
78	};
79	CancelButton PB_CLOSE
80	{
81		Pos = MAP_APPFONT ( COL_B, ROW_5 ) ;
82		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
83		TabStop = TRUE ;
84		DefButton = TRUE ;
85		Text [ en-US ] = "Close" ;
86	};
87	HelpButton PB_HELP
88	{
89		Pos = MAP_APPFONT ( COL_C, ROW_5 ) ;
90		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
91		TabStop = TRUE ;
92	};
93	String STR_WEBSITE
94	{
95		Text [ en-US ] = "Website" ;
96	};
97	String STR_USERNAME
98	{
99		Text [ en-US ] = "User name" ;
100	};
101};
102
103// ******************************************************************* EOF
104