webconninfo.src (4b87ead9) webconninfo.src (facded39)
1/**************************************************************
1/**************************************************************
2 *
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
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 *
10 *
11 * http://www.apache.org/licenses/LICENSE-2.0
11 * http://www.apache.org/licenses/LICENSE-2.0
12 *
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.
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 *
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{
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 ;
33 HelpID = HID_DLG_WEBCONNECTION_INFO ;
34 OutputSize = TRUE ;
35 SVLook = TRUE ;
34 OutputSize = TRUE ;
35 SVLook = TRUE ;
36 Size = MAP_APPFONT ( DLG_WIDTH , DLG_HEIGHT ) ;
36 Size = MAP_APPFONT ( DLG_WIDTH, DLG_HEIGHT ) ;
37 Moveable = TRUE ;
38 Closeable = TRUE ;
37 Moveable = TRUE ;
38 Closeable = TRUE ;
39 Text [ en-US ] = "Stored Web Connection Information" ;
40 FixedText FI_NEVERSHOWN
39 Text [ en-US ] = "Stored Web Connection Information" ;
40 FixedText FI_NEVERSHOWN
41 {
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)";
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 };
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
46 Control LB_PASSWORDS
75 {
47 {
76 Pos = MAP_APPFONT( 0, ROW_4 );
77 Size = MAP_APPFONT( DLG_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
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 ;
78 };
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 {
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 ) ;
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 ;
83 TabStop = TRUE ;
84 DefButton = TRUE ;
85 Text [ en-US ] = "Close";
85 Text [ en-US ] = "Close" ;
86 };
87 HelpButton PB_HELP
88 {
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 ) ;
89 Pos = MAP_APPFONT ( COL_C, ROW_5 ) ;
90 Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
91 TabStop = TRUE ;
92 };
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 };
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
101};
102
103// ******************************************************************* EOF