18660f102SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
38660f102SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
48660f102SAndrew Rist * or more contributor license agreements.  See the NOTICE file
58660f102SAndrew Rist * distributed with this work for additional information
68660f102SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
78660f102SAndrew Rist * to you under the Apache License, Version 2.0 (the
88660f102SAndrew Rist * "License"); you may not use this file except in compliance
98660f102SAndrew Rist * with the License.  You may obtain a copy of the License at
108660f102SAndrew Rist *
118660f102SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
128660f102SAndrew Rist *
138660f102SAndrew Rist * Unless required by applicable law or agreed to in writing,
148660f102SAndrew Rist * software distributed under the License is distributed on an
158660f102SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
168660f102SAndrew Rist * KIND, either express or implied.  See the License for the
178660f102SAndrew Rist * specific language governing permissions and limitations
188660f102SAndrew Rist * under the License.
198660f102SAndrew Rist *
208660f102SAndrew Rist *************************************************************/
218660f102SAndrew Rist
228660f102SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include <mailconfigpage.hrc>
25cdf0e10cSrcweir#include <config.hrc>
26cdf0e10cSrcweir#include <helpid.h>
27cdf0e10cSrcweir#include <cmdid.h>
28cdf0e10cSrcweir#include <globals.hrc>
29cdf0e10cSrcweir
30cdf0e10cSrcweirTabPage TP_MAILCONFIG
31cdf0e10cSrcweir{
3255f1b03eSMatthias Seidel	HelpID = HID_TP_MAILCONFIG;
3355f1b03eSMatthias Seidel	Size = MAP_APPFONT ( 260, 185 ) ;
3455f1b03eSMatthias Seidel	Hide = TRUE ;
35cdf0e10cSrcweir
3655f1b03eSMatthias Seidel	Text[ en-US ] = "Mail Merge e-mail" ;
37cdf0e10cSrcweir
3855f1b03eSMatthias Seidel	FixedLine FL_IDENTITY
3955f1b03eSMatthias Seidel	{
4055f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 6, 3 ) ;
4155f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 248, 8 ) ;
4255f1b03eSMatthias Seidel		Text[ en-US ] = "User information" ;
4355f1b03eSMatthias Seidel	};
4455f1b03eSMatthias Seidel	FixedText FT_DISPLAYNAME
4555f1b03eSMatthias Seidel	{
4655f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 12, 16 ) ;
4755f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 74, 8 ) ;
4855f1b03eSMatthias Seidel		Text[ en-US ] = "~Your name" ;
4955f1b03eSMatthias Seidel	};
5055f1b03eSMatthias Seidel	Edit ED_DISPLAYNAME
5155f1b03eSMatthias Seidel	{
5255f1b03eSMatthias Seidel		HelpID = "sw:Edit:TP_MAILCONFIG:ED_DISPLAYNAME" ;
5355f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 88, 14 ) ;
5455f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 160, 12 ) ;
5555f1b03eSMatthias Seidel		Border = TRUE;
5655f1b03eSMatthias Seidel	};
5755f1b03eSMatthias Seidel	FixedText FT_ADDRESS
5855f1b03eSMatthias Seidel	{
5955f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 12, 31 ) ;
6055f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 74, 8 ) ;
6155f1b03eSMatthias Seidel		Text[ en-US ] = "~E-Mail address" ;
6255f1b03eSMatthias Seidel	};
6355f1b03eSMatthias Seidel	Edit ED_ADDRESS
6455f1b03eSMatthias Seidel	{
6555f1b03eSMatthias Seidel		HelpID = "sw:Edit:TP_MAILCONFIG:ED_ADDRESS" ;
6655f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 88, 29 ) ;
6755f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 160, 12 ) ;
6855f1b03eSMatthias Seidel		Border = TRUE;
6955f1b03eSMatthias Seidel	};
7055f1b03eSMatthias Seidel	CheckBox CB_REPLYTO
7155f1b03eSMatthias Seidel	{
7255f1b03eSMatthias Seidel		HelpID = "sw:CheckBox:TP_MAILCONFIG:CB_REPLYTO" ;
7355f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 12, 45 ) ;
7455f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 242, 10 ) ;
7555f1b03eSMatthias Seidel		Text[ en-US ] = "Send replies to ~different e-mail address" ;
7655f1b03eSMatthias Seidel	};
7755f1b03eSMatthias Seidel	FixedText FT_REPLYTO
7855f1b03eSMatthias Seidel	{
7955f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 18, 60 ) ;
8055f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 68, 8 ) ;
8155f1b03eSMatthias Seidel		Text[ en-US ] = "~Reply address" ;
8255f1b03eSMatthias Seidel	};
8355f1b03eSMatthias Seidel	Edit ED_REPLYTO
8455f1b03eSMatthias Seidel	{
8555f1b03eSMatthias Seidel		HelpID = "sw:Edit:TP_MAILCONFIG:ED_REPLYTO" ;
8655f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 88, 58 ) ;
8755f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 160, 12 ) ;
8855f1b03eSMatthias Seidel		Border = TRUE;
8955f1b03eSMatthias Seidel	};
9055f1b03eSMatthias Seidel	FixedLine FL_SMTP
9155f1b03eSMatthias Seidel	{
9255f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 6, 76 ) ;
9355f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 248, 8 ) ;
9455f1b03eSMatthias Seidel		Text[ en-US ] = "Outgoing server (SMTP) Settings" ;
9555f1b03eSMatthias Seidel	};
9655f1b03eSMatthias Seidel	FixedText FT_SERVER
9755f1b03eSMatthias Seidel	{
9855f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 12, 89 ) ;
9955f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 74, 8 ) ;
10055f1b03eSMatthias Seidel		Text[ en-US ] = "~Server name" ;
10155f1b03eSMatthias Seidel	};
10255f1b03eSMatthias Seidel	Edit ED_SERVER
10355f1b03eSMatthias Seidel	{
10455f1b03eSMatthias Seidel		HelpID = "sw:Edit:TP_MAILCONFIG:ED_SERVER" ;
10555f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 88, 87 ) ;
10655f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 105, 12 ) ;
10755f1b03eSMatthias Seidel		Border = TRUE;
10855f1b03eSMatthias Seidel	};
10955f1b03eSMatthias Seidel	FixedText FT_PORT
11055f1b03eSMatthias Seidel	{
11155f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 197, 89 ) ;
11255f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 24, 8 ) ;
11355f1b03eSMatthias Seidel		Right = TRUE;
11455f1b03eSMatthias Seidel		Text[ en-US ] = "~Port" ;
11555f1b03eSMatthias Seidel	};
11655f1b03eSMatthias Seidel	NumericField NF_PORT
11755f1b03eSMatthias Seidel	{
11855f1b03eSMatthias Seidel		HelpID = "sw:NumericField:TP_MAILCONFIG:NF_PORT" ;
11955f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 223, 87 ) ;
12055f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 25, 12 ) ;
12155f1b03eSMatthias Seidel		Border = TRUE;
12255f1b03eSMatthias Seidel		Left = TRUE ;
12355f1b03eSMatthias Seidel		First = 1 ;
12455f1b03eSMatthias Seidel		Minimum = 1 ;
12555f1b03eSMatthias Seidel		Maximum = 65535;
12655f1b03eSMatthias Seidel		Repeat = TRUE ;
12755f1b03eSMatthias Seidel		Spin = FALSE ;
12855f1b03eSMatthias Seidel		TabStop = TRUE ;
12955f1b03eSMatthias Seidel	};
13055f1b03eSMatthias Seidel	CheckBox CB_SECURE
13155f1b03eSMatthias Seidel	{
13255f1b03eSMatthias Seidel		HelpID = "sw:CheckBox:TP_MAILCONFIG:CB_SECURE" ;
13355f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 12, 104 ) ;
13455f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 242, 10 ) ;
13555f1b03eSMatthias Seidel		Text[ en-US ] = "~Use secure connection (SSL)" ;
13655f1b03eSMatthias Seidel	};
13755f1b03eSMatthias Seidel	PushButton PB_AUTHENTICATION
13855f1b03eSMatthias Seidel	{
13955f1b03eSMatthias Seidel		HelpID = "sw:PushButton:TP_MAILCONFIG:PB_AUTHENTICATION" ;
14055f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 88, 118 ) ;
14155f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 105, 14 ) ;
14255f1b03eSMatthias Seidel		Text[ en-US ] = "Server Au~thentication" ;
14355f1b03eSMatthias Seidel	};
14455f1b03eSMatthias Seidel	FixedLine FL_SEPARATOR
14555f1b03eSMatthias Seidel	{
14655f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 6, 156 ) ;
14755f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 248, 8 ) ;
14855f1b03eSMatthias Seidel	};
14955f1b03eSMatthias Seidel	PushButton PB_TEST
15055f1b03eSMatthias Seidel	{
15155f1b03eSMatthias Seidel		HelpID = "sw:PushButton:TP_MAILCONFIG:PB_TEST" ;
15255f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 88, 164 ) ;
15355f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 105, 14 ) ;
15455f1b03eSMatthias Seidel		Text[ en-US ] = "Test S~ettings..." ;
15555f1b03eSMatthias Seidel	};
156cdf0e10cSrcweir};
157cdf0e10cSrcweirModalDialog DLG_MM_TESTACCOUNTSETTINGS
158cdf0e10cSrcweir{
15955f1b03eSMatthias Seidel	OutputSize = TRUE ;
16055f1b03eSMatthias Seidel	SVLook = TRUE ;
16155f1b03eSMatthias Seidel	HelpID = HID_MM_TESTACCOUNTSETTINGS;
16255f1b03eSMatthias Seidel	Size = MAP_APPFONT ( 250, 176 ) ;
16355f1b03eSMatthias Seidel	Moveable = TRUE ;
164cdf0e10cSrcweir
16555f1b03eSMatthias Seidel	Text[ en-US ] = "Test Account Settings" ;
166cdf0e10cSrcweir
16755f1b03eSMatthias Seidel	FixedText FI_INFO
16855f1b03eSMatthias Seidel	{
16955f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 6, 3 ) ;
17055f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 238, 8 ) ;
17155f1b03eSMatthias Seidel		Text[ en-US ] = "%PRODUCTNAME is testing the e-mail account settings..." ;
17255f1b03eSMatthias Seidel	};
17355f1b03eSMatthias Seidel	Control LB_STATUS
17455f1b03eSMatthias Seidel	{
17555f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 6, 14 ) ;
17655f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 238, 50 ) ;
17755f1b03eSMatthias Seidel		Border = TRUE;
17855f1b03eSMatthias Seidel	};
17955f1b03eSMatthias Seidel	FixedText FI_ERROR
18055f1b03eSMatthias Seidel	{
18155f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 6, 68 ) ;
18255f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 238, 8 ) ;
18355f1b03eSMatthias Seidel		Text[ en-US ] = "Errors" ;
18455f1b03eSMatthias Seidel	};
18555f1b03eSMatthias Seidel	MultiLineEdit ED_ERROR
18655f1b03eSMatthias Seidel	{
18755f1b03eSMatthias Seidel		HelpID = "sw:MultiLineEdit:DLG_MM_TESTACCOUNTSETTINGS:ED_ERROR" ;
18855f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 6, 79 ) ;
18955f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 238, 60 ) ;
19055f1b03eSMatthias Seidel		Border = TRUE;
19155f1b03eSMatthias Seidel		Readonly = TRUE;
19255f1b03eSMatthias Seidel	};
19355f1b03eSMatthias Seidel	FixedLine FL_SEPAPARATOR
19455f1b03eSMatthias Seidel	{
19555f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 0, 145 ) ;
19655f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 250, 8 ) ;
19755f1b03eSMatthias Seidel	};
19855f1b03eSMatthias Seidel	PushButton PB_STOP
19955f1b03eSMatthias Seidel	{
20055f1b03eSMatthias Seidel		HelpID = "sw:PushButton:DLG_MM_TESTACCOUNTSETTINGS:PB_STOP" ;
20155f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 85, 156 ) ;
20255f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 50, 14 ) ;
20355f1b03eSMatthias Seidel		Text[ en-US ] = "~Stop" ;
20455f1b03eSMatthias Seidel	};
20555f1b03eSMatthias Seidel	CancelButton PB_CANCEL
20655f1b03eSMatthias Seidel	{
20755f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 138, 156 ) ;
20855f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 50, 14 ) ;
20955f1b03eSMatthias Seidel	};
21055f1b03eSMatthias Seidel	HelpButton PB_HELP
21155f1b03eSMatthias Seidel	{
21255f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 194, 156 ) ;
21355f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 50, 14 ) ;
21455f1b03eSMatthias Seidel	};
21555f1b03eSMatthias Seidel	#define IMGLIST_IDS\
21655f1b03eSMatthias Seidel		IdList = \
21755f1b03eSMatthias Seidel		{ \
21855f1b03eSMatthias Seidel			FN_FORMULA_CANCEL	;\
21955f1b03eSMatthias Seidel			FN_FORMULA_APPLY	;\
22055f1b03eSMatthias Seidel		}; \
22155f1b03eSMatthias Seidel		IdCount = 2
222cdf0e10cSrcweir
22355f1b03eSMatthias Seidel	ImageList ILIST
22455f1b03eSMatthias Seidel	{
22555f1b03eSMatthias Seidel		Prefix = "sc" ;
226029e5bdcSmseidel		MaskColor = IMAGE_MASK_COLOR ;
22755f1b03eSMatthias Seidel		IMGLIST_IDS;
22855f1b03eSMatthias Seidel	};
229cdf0e10cSrcweir
23055f1b03eSMatthias Seidel	ImageList ILIST_HC
23155f1b03eSMatthias Seidel	{
23255f1b03eSMatthias Seidel		Prefix = "sch" ;
233029e5bdcSmseidel		MaskColor = IMAGE_MASK_COLOR ;
23455f1b03eSMatthias Seidel		IMGLIST_IDS;
23555f1b03eSMatthias Seidel	};
23655f1b03eSMatthias Seidel	String ST_TASK
23755f1b03eSMatthias Seidel	{
23855f1b03eSMatthias Seidel		Text[ en-US ] = "Task" ;
23955f1b03eSMatthias Seidel	};
24055f1b03eSMatthias Seidel	String ST_STATUS
24155f1b03eSMatthias Seidel	{
24255f1b03eSMatthias Seidel		Text[ en-US ] = "Status" ;
24355f1b03eSMatthias Seidel	};
24455f1b03eSMatthias Seidel	String ST_ESTABLISH
24555f1b03eSMatthias Seidel	{
24655f1b03eSMatthias Seidel		Text[ en-US ] = "Establish network connection" ;
24755f1b03eSMatthias Seidel	};
24855f1b03eSMatthias Seidel	String ST_FINDSERVER
24955f1b03eSMatthias Seidel	{
25055f1b03eSMatthias Seidel		Text[ en-US ] = "Find outgoing mail server" ;
25155f1b03eSMatthias Seidel	};
25255f1b03eSMatthias Seidel	String ST_COMPLETED
25355f1b03eSMatthias Seidel	{
25455f1b03eSMatthias Seidel		Text[ en-US ] = "Successful" ;
25555f1b03eSMatthias Seidel	};
25655f1b03eSMatthias Seidel	String ST_FAILED
25755f1b03eSMatthias Seidel	{
25855f1b03eSMatthias Seidel		Text[ en-US ] = "Failed" ;
25955f1b03eSMatthias Seidel	};
26055f1b03eSMatthias Seidel	String ST_ERROR_SERVER
26155f1b03eSMatthias Seidel	{
26255f1b03eSMatthias Seidel		Text[ en-US ] = "%PRODUCTNAME could not connect to the outgoing mail server. Check your system's settings and the settings in %PRODUCTNAME. Check the server name, the port and the secure connections settings" ;
26355f1b03eSMatthias Seidel	};
264cdf0e10cSrcweir
265cdf0e10cSrcweir};
266cdf0e10cSrcweirModalDialog DLG_MM_SERVERAUTHENTICATION
267cdf0e10cSrcweir{
26855f1b03eSMatthias Seidel	OutputSize = TRUE ;
26955f1b03eSMatthias Seidel	SVLook = TRUE ;
27055f1b03eSMatthias Seidel	HelpID = HID_MM_SERVERAUTHENTICATION;
27155f1b03eSMatthias Seidel	Size = MAP_APPFONT ( 250, 211 ) ;
27255f1b03eSMatthias Seidel	Moveable = TRUE ;
273cdf0e10cSrcweir
27455f1b03eSMatthias Seidel	Text[ en-US ] = "Server Authentication" ;
275cdf0e10cSrcweir
27655f1b03eSMatthias Seidel	CheckBox CB_AUTHENTICATION
27755f1b03eSMatthias Seidel	{
27855f1b03eSMatthias Seidel		HelpID = "sw:CheckBox:DLG_MM_SERVERAUTHENTICATION:CB_AUTHENTICATION" ;
27955f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 6, 3 ) ;
28055f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 238, 10 ) ;
28155f1b03eSMatthias Seidel		Text[ en-US ] = "The outgoing mail server (SMTP) requires au~thentication" ;
28255f1b03eSMatthias Seidel	};
28355f1b03eSMatthias Seidel	RadioButton RB_SEP_AUTHENTICATION
28455f1b03eSMatthias Seidel	{
28555f1b03eSMatthias Seidel		HelpID = "sw:RadioButton:DLG_MM_SERVERAUTHENTICATION:RB_SEP_AUTHENTICATION" ;
28655f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 12, 17 ) ;
28755f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 232, 10 ) ;
28855f1b03eSMatthias Seidel		Text[ en-US ] = "The outgoing mail server (SMTP) requires ~separate authentication" ;
28955f1b03eSMatthias Seidel	};
29055f1b03eSMatthias Seidel	FixedText FT_OUTGOINGSERVER
29155f1b03eSMatthias Seidel	{
29255f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 18, 31 ) ;
29355f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 200, 8 ) ;
29455f1b03eSMatthias Seidel		Text[ en-US ] = "Outgoing mail server:" ;
29555f1b03eSMatthias Seidel	};
29655f1b03eSMatthias Seidel	FixedText FT_USERNAME
29755f1b03eSMatthias Seidel	{
29855f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 18, 44 ) ;
29955f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 53, 8 ) ;
30055f1b03eSMatthias Seidel		Text[ en-US ] = "~User name" ;
30155f1b03eSMatthias Seidel	};
30255f1b03eSMatthias Seidel	Edit ED_USERNAME
30355f1b03eSMatthias Seidel	{
30455f1b03eSMatthias Seidel		HelpID = "sw:Edit:DLG_MM_SERVERAUTHENTICATION:ED_USERNAME" ;
30555f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 78, 42 ) ;
30655f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 115, 12 ) ;
30755f1b03eSMatthias Seidel		Border = TRUE;
30855f1b03eSMatthias Seidel	};
30955f1b03eSMatthias Seidel	FixedText FT_OUTPASSWORD
31055f1b03eSMatthias Seidel	{
31155f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 18, 59 ) ;
31255f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 53, 8 ) ;
31355f1b03eSMatthias Seidel		Text[ en-US ] = "~Password" ;
31455f1b03eSMatthias Seidel	};
31555f1b03eSMatthias Seidel	Edit ED_OUTPASSWORD
31655f1b03eSMatthias Seidel	{
31755f1b03eSMatthias Seidel		HelpID = "sw:Edit:DLG_MM_SERVERAUTHENTICATION:ED_OUTPASSWORD" ;
31855f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 78, 57 ) ;
31955f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 115, 12 ) ;
32055f1b03eSMatthias Seidel		Border = TRUE;
32155f1b03eSMatthias Seidel		PassWord = TRUE;
32255f1b03eSMatthias Seidel	};
323*d8aa0220Smseidel	RadioButton RB_SMTPAFTERPOP
32455f1b03eSMatthias Seidel	{
325*d8aa0220Smseidel		HelpID = "sw:RadioButton:DLG_MM_SERVERAUTHENTICATION:RB_SMTPAFTERPOP" ;
32655f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 12, 73 ) ;
32755f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 232, 20 ) ;
32855f1b03eSMatthias Seidel		WordBreak = TRUE;
32955f1b03eSMatthias Seidel		Text[ en-US ] = "The outgoing mail server uses the same authentication as the ~incoming mail server. Enter the settings of the incoming mail server." ;
33055f1b03eSMatthias Seidel	};
33155f1b03eSMatthias Seidel	FixedText FT_INCOMINGSERVER
33255f1b03eSMatthias Seidel	{
33355f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 18, 97 ) ;
33455f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 230, 8 ) ;
33555f1b03eSMatthias Seidel		Text[ en-US ] = "Incoming mail server:" ;
33655f1b03eSMatthias Seidel	};
33755f1b03eSMatthias Seidel	FixedText FT_SERVER
33855f1b03eSMatthias Seidel	{
33955f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 18, 110 ) ;
34055f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 53, 8 ) ;
34155f1b03eSMatthias Seidel		Text[ en-US ] = "Server ~name" ;
34255f1b03eSMatthias Seidel	};
34355f1b03eSMatthias Seidel	Edit ED_SERVER
34455f1b03eSMatthias Seidel	{
34555f1b03eSMatthias Seidel		HelpID = "sw:Edit:DLG_MM_SERVERAUTHENTICATION:ED_SERVER" ;
34655f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 78, 108 ) ;
34755f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 115, 12 ) ;
34855f1b03eSMatthias Seidel		Border = TRUE;
34955f1b03eSMatthias Seidel	};
35055f1b03eSMatthias Seidel	FixedText FT_PORT
35155f1b03eSMatthias Seidel	{
35255f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 195, 110 ) ;
35355f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 20, 10 ) ;
35455f1b03eSMatthias Seidel		Right = TRUE;
35555f1b03eSMatthias Seidel		Text[ en-US ] = "P~ort" ;
35655f1b03eSMatthias Seidel	};
35755f1b03eSMatthias Seidel	NumericField NF_PORT
35855f1b03eSMatthias Seidel	{
35955f1b03eSMatthias Seidel		HelpID = "sw:NumericField:DLG_MM_SERVERAUTHENTICATION:NF_PORT" ;
36055f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 219, 108 ) ;
36155f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 25, 12 ) ;
36255f1b03eSMatthias Seidel		Border = TRUE;
36355f1b03eSMatthias Seidel		Left = TRUE ;
36455f1b03eSMatthias Seidel		First = 1 ;
36555f1b03eSMatthias Seidel		Minimum = 1 ;
36655f1b03eSMatthias Seidel		Maximum = 65535;
36755f1b03eSMatthias Seidel		Repeat = TRUE ;
36855f1b03eSMatthias Seidel		Spin = FALSE ;
36955f1b03eSMatthias Seidel		TabStop = TRUE ;
37055f1b03eSMatthias Seidel	};
37155f1b03eSMatthias Seidel	FixedText FT_PROTOCOL
37255f1b03eSMatthias Seidel	{
37355f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 18, 126 ) ;
37455f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 53, 8 ) ;
37555f1b03eSMatthias Seidel		Text[ en-US ] = "Type" ;
37655f1b03eSMatthias Seidel	};
37755f1b03eSMatthias Seidel	RadioButton RB_POP3
37855f1b03eSMatthias Seidel	{
37955f1b03eSMatthias Seidel		HelpID = "sw:RadioButton:DLG_MM_SERVERAUTHENTICATION:RB_POP3" ;
38055f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 78, 125 ) ;
38155f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 115, 10 ) ;
38255f1b03eSMatthias Seidel		Text[ en-US ] = "~POP3" ;
38355f1b03eSMatthias Seidel	};
38455f1b03eSMatthias Seidel	RadioButton RB_IMAP
38555f1b03eSMatthias Seidel	{
38655f1b03eSMatthias Seidel		HelpID = "sw:RadioButton:DLG_MM_SERVERAUTHENTICATION:RB_IMAP" ;
38755f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 78, 138 ) ;
38855f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 115, 10 ) ;
38955f1b03eSMatthias Seidel		Text[ en-US ] = "~IMAP" ;
39055f1b03eSMatthias Seidel	};
39155f1b03eSMatthias Seidel	FixedText FT_INUSERNAME
39255f1b03eSMatthias Seidel	{
39355f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 18, 152 ) ;
39455f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 53, 8 ) ;
39555f1b03eSMatthias Seidel		Text[ en-US ] = "Us~er name" ;
39655f1b03eSMatthias Seidel	};
39755f1b03eSMatthias Seidel	Edit ED_INUSERNAME
39855f1b03eSMatthias Seidel	{
39955f1b03eSMatthias Seidel		HelpID = "sw:Edit:DLG_MM_SERVERAUTHENTICATION:ED_INUSERNAME" ;
40055f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 78, 150 ) ;
40155f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 115, 12 ) ;
40255f1b03eSMatthias Seidel		Border = TRUE;
40355f1b03eSMatthias Seidel	};
40455f1b03eSMatthias Seidel	FixedText FT_INPASSWORD
40555f1b03eSMatthias Seidel	{
40655f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 18, 167 ) ;
40755f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 53, 8 ) ;
40855f1b03eSMatthias Seidel		Text[ en-US ] = "Pass~word" ;
40955f1b03eSMatthias Seidel	};
41055f1b03eSMatthias Seidel	Edit ED_INPASSWORD
41155f1b03eSMatthias Seidel	{
41255f1b03eSMatthias Seidel		HelpID = "sw:Edit:DLG_MM_SERVERAUTHENTICATION:ED_INPASSWORD" ;
41355f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 78, 165 ) ;
41455f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 115, 12 ) ;
41555f1b03eSMatthias Seidel		Border = TRUE;
41655f1b03eSMatthias Seidel		PassWord = TRUE;
41755f1b03eSMatthias Seidel	};
41855f1b03eSMatthias Seidel	FixedLine FL_SEPARATOR
41955f1b03eSMatthias Seidel	{
42055f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 0, 183 ) ;
42155f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 250, 8 ) ;
42255f1b03eSMatthias Seidel	};
42355f1b03eSMatthias Seidel	OKButton PB_OK
42455f1b03eSMatthias Seidel	{
42555f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 85, 191 ) ;
42655f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 50, 14 ) ;
42755f1b03eSMatthias Seidel	};
42855f1b03eSMatthias Seidel	CancelButton PB_CANCEL
42955f1b03eSMatthias Seidel	{
43055f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 138, 191 ) ;
43155f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 50, 14 ) ;
43255f1b03eSMatthias Seidel	};
43355f1b03eSMatthias Seidel	HelpButton PB_HELP
43455f1b03eSMatthias Seidel	{
43555f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 194, 191 ) ;
43655f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 50, 14 ) ;
43755f1b03eSMatthias Seidel	};
438cdf0e10cSrcweir};
439