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