18660f102SAndrew Rist/**************************************************************
27371cc30Smseidel *
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
107371cc30Smseidel *
118660f102SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
127371cc30Smseidel *
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.
197371cc30Smseidel *
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{
327371cc30Smseidel	HelpID = HID_TP_MAILCONFIG ;
3355f1b03eSMatthias Seidel	Size = MAP_APPFONT ( 260, 185 ) ;
3455f1b03eSMatthias Seidel	Hide = TRUE ;
358ae8341bSmseidel	Text[ en-US ] = "Mail Merge E-mail" ;
36cdf0e10cSrcweir
3755f1b03eSMatthias Seidel	FixedLine FL_IDENTITY
3855f1b03eSMatthias Seidel	{
3955f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 6, 3 ) ;
4055f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 248, 8 ) ;
418ae8341bSmseidel		Text[ en-US ] = "User information" ;
4255f1b03eSMatthias Seidel	};
4355f1b03eSMatthias Seidel	FixedText FT_DISPLAYNAME
4455f1b03eSMatthias Seidel	{
4555f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 12, 16 ) ;
4655f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 74, 8 ) ;
478ae8341bSmseidel		Text[ en-US ] = "~Your name" ;
4855f1b03eSMatthias Seidel	};
4955f1b03eSMatthias Seidel	Edit ED_DISPLAYNAME
5055f1b03eSMatthias Seidel	{
5155f1b03eSMatthias Seidel		HelpID = "sw:Edit:TP_MAILCONFIG:ED_DISPLAYNAME" ;
5255f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 88, 14 ) ;
5355f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 160, 12 ) ;
547371cc30Smseidel		Border = TRUE ;
5555f1b03eSMatthias Seidel	};
5655f1b03eSMatthias Seidel	FixedText FT_ADDRESS
5755f1b03eSMatthias Seidel	{
5855f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 12, 31 ) ;
5955f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 74, 8 ) ;
608ae8341bSmseidel		Text[ en-US ] = "~E-Mail address" ;
6155f1b03eSMatthias Seidel	};
6255f1b03eSMatthias Seidel	Edit ED_ADDRESS
6355f1b03eSMatthias Seidel	{
6455f1b03eSMatthias Seidel		HelpID = "sw:Edit:TP_MAILCONFIG:ED_ADDRESS" ;
6555f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 88, 29 ) ;
6655f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 160, 12 ) ;
6755f1b03eSMatthias Seidel		Border = TRUE;
6855f1b03eSMatthias Seidel	};
6955f1b03eSMatthias Seidel	CheckBox CB_REPLYTO
7055f1b03eSMatthias Seidel	{
7155f1b03eSMatthias Seidel		HelpID = "sw:CheckBox:TP_MAILCONFIG:CB_REPLYTO" ;
7255f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 12, 45 ) ;
7355f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 242, 10 ) ;
748ae8341bSmseidel		Text[ en-US ] = "Send replies to ~different e-mail address" ;
7555f1b03eSMatthias Seidel	};
7655f1b03eSMatthias Seidel	FixedText FT_REPLYTO
7755f1b03eSMatthias Seidel	{
7855f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 18, 60 ) ;
7955f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 68, 8 ) ;
808ae8341bSmseidel		Text[ en-US ] = "~Reply address" ;
8155f1b03eSMatthias Seidel	};
8255f1b03eSMatthias Seidel	Edit ED_REPLYTO
8355f1b03eSMatthias Seidel	{
8455f1b03eSMatthias Seidel		HelpID = "sw:Edit:TP_MAILCONFIG:ED_REPLYTO" ;
8555f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 88, 58 ) ;
8655f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 160, 12 ) ;
8755f1b03eSMatthias Seidel		Border = TRUE;
8855f1b03eSMatthias Seidel	};
8955f1b03eSMatthias Seidel	FixedLine FL_SMTP
9055f1b03eSMatthias Seidel	{
9155f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 6, 76 ) ;
9255f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 248, 8 ) ;
938ae8341bSmseidel		Text[ en-US ] = "Outgoing server (SMTP) Settings" ;
9455f1b03eSMatthias Seidel	};
9555f1b03eSMatthias Seidel	FixedText FT_SERVER
9655f1b03eSMatthias Seidel	{
9755f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 12, 89 ) ;
9855f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 74, 8 ) ;
998ae8341bSmseidel		Text[ en-US ] = "~Server name" ;
10055f1b03eSMatthias Seidel	};
10155f1b03eSMatthias Seidel	Edit ED_SERVER
10255f1b03eSMatthias Seidel	{
10355f1b03eSMatthias Seidel		HelpID = "sw:Edit:TP_MAILCONFIG:ED_SERVER" ;
10455f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 88, 87 ) ;
10555f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 105, 12 ) ;
10655f1b03eSMatthias Seidel		Border = TRUE;
10755f1b03eSMatthias Seidel	};
10855f1b03eSMatthias Seidel	FixedText FT_PORT
10955f1b03eSMatthias Seidel	{
11055f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 197, 89 ) ;
11155f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 24, 8 ) ;
1127371cc30Smseidel		Right = TRUE ;
1138ae8341bSmseidel		Text[ en-US ] = "~Port" ;
11455f1b03eSMatthias Seidel	};
11555f1b03eSMatthias Seidel	NumericField NF_PORT
11655f1b03eSMatthias Seidel	{
11755f1b03eSMatthias Seidel		HelpID = "sw:NumericField:TP_MAILCONFIG:NF_PORT" ;
11855f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 223, 87 ) ;
11955f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 25, 12 ) ;
1207371cc30Smseidel		Border = TRUE ;
12155f1b03eSMatthias Seidel		Left = TRUE ;
12255f1b03eSMatthias Seidel		First = 1 ;
12355f1b03eSMatthias Seidel		Minimum = 1 ;
1247371cc30Smseidel		Maximum = 65535 ;
12555f1b03eSMatthias Seidel		Repeat = TRUE ;
12655f1b03eSMatthias Seidel		Spin = FALSE ;
12755f1b03eSMatthias Seidel		TabStop = TRUE ;
12855f1b03eSMatthias Seidel	};
12955f1b03eSMatthias Seidel	CheckBox CB_SECURE
13055f1b03eSMatthias Seidel	{
13155f1b03eSMatthias Seidel		HelpID = "sw:CheckBox:TP_MAILCONFIG:CB_SECURE" ;
13255f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 12, 104 ) ;
13355f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 242, 10 ) ;
1348ae8341bSmseidel		Text[ en-US ] = "~Use secure connection (SSL)" ;
13555f1b03eSMatthias Seidel	};
13655f1b03eSMatthias Seidel	PushButton PB_AUTHENTICATION
13755f1b03eSMatthias Seidel	{
13855f1b03eSMatthias Seidel		HelpID = "sw:PushButton:TP_MAILCONFIG:PB_AUTHENTICATION" ;
13955f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 88, 118 ) ;
14055f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 105, 14 ) ;
1418ae8341bSmseidel		Text[ en-US ] = "Server Au~thentication" ;
14255f1b03eSMatthias Seidel	};
14355f1b03eSMatthias Seidel	FixedLine FL_SEPARATOR
14455f1b03eSMatthias Seidel	{
14555f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 6, 156 ) ;
14655f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 248, 8 ) ;
14755f1b03eSMatthias Seidel	};
14855f1b03eSMatthias Seidel	PushButton PB_TEST
14955f1b03eSMatthias Seidel	{
15055f1b03eSMatthias Seidel		HelpID = "sw:PushButton:TP_MAILCONFIG:PB_TEST" ;
15155f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 88, 164 ) ;
15255f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 105, 14 ) ;
1538ae8341bSmseidel		Text[ en-US ] = "Test S~ettings..." ;
15455f1b03eSMatthias Seidel	};
155cdf0e10cSrcweir};
156cdf0e10cSrcweirModalDialog DLG_MM_TESTACCOUNTSETTINGS
157cdf0e10cSrcweir{
15855f1b03eSMatthias Seidel	OutputSize = TRUE ;
15955f1b03eSMatthias Seidel	SVLook = TRUE ;
1607371cc30Smseidel	HelpID = HID_MM_TESTACCOUNTSETTINGS ;
16155f1b03eSMatthias Seidel	Size = MAP_APPFONT ( 250, 176 ) ;
16255f1b03eSMatthias Seidel	Moveable = TRUE ;
16308ba4eeeSmseidel
164*f5ec0143Smseidel	Text[ en-US ] = "Test Account Settings";
165cdf0e10cSrcweir
16655f1b03eSMatthias Seidel	FixedText FI_INFO
16755f1b03eSMatthias Seidel	{
16855f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 6, 3 ) ;
16955f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 238, 8 ) ;
1708ae8341bSmseidel		Text[ en-US ] = "%PRODUCTNAME is testing the e-mail account settings..." ;
17155f1b03eSMatthias Seidel	};
17255f1b03eSMatthias Seidel	Control LB_STATUS
17355f1b03eSMatthias Seidel	{
17455f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 6, 14 ) ;
17555f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 238, 50 ) ;
17655f1b03eSMatthias Seidel		Border = TRUE;
17755f1b03eSMatthias Seidel	};
17855f1b03eSMatthias Seidel	FixedText FI_ERROR
17955f1b03eSMatthias Seidel	{
18055f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 6, 68 ) ;
18155f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 238, 8 ) ;
1828ae8341bSmseidel		Text[ en-US ] = "Errors" ;
18355f1b03eSMatthias Seidel	};
18455f1b03eSMatthias Seidel	MultiLineEdit ED_ERROR
18555f1b03eSMatthias Seidel	{
18655f1b03eSMatthias Seidel		HelpID = "sw:MultiLineEdit:DLG_MM_TESTACCOUNTSETTINGS:ED_ERROR" ;
18755f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 6, 79 ) ;
18855f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 238, 60 ) ;
18955f1b03eSMatthias Seidel		Border = TRUE;
19055f1b03eSMatthias Seidel		Readonly = TRUE;
19155f1b03eSMatthias Seidel	};
19255f1b03eSMatthias Seidel	FixedLine FL_SEPAPARATOR
19355f1b03eSMatthias Seidel	{
19455f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 0, 145 ) ;
19555f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 250, 8 ) ;
19655f1b03eSMatthias Seidel	};
19755f1b03eSMatthias Seidel	PushButton PB_STOP
19855f1b03eSMatthias Seidel	{
19955f1b03eSMatthias Seidel		HelpID = "sw:PushButton:DLG_MM_TESTACCOUNTSETTINGS:PB_STOP" ;
20055f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 85, 156 ) ;
20155f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 50, 14 ) ;
2028ae8341bSmseidel		Text[ en-US ] = "~Stop" ;
20355f1b03eSMatthias Seidel	};
20455f1b03eSMatthias Seidel	CancelButton PB_CANCEL
20555f1b03eSMatthias Seidel	{
20655f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 138, 156 ) ;
20755f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 50, 14 ) ;
20855f1b03eSMatthias Seidel	};
20955f1b03eSMatthias Seidel	HelpButton PB_HELP
21055f1b03eSMatthias Seidel	{
21155f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 194, 156 ) ;
21255f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 50, 14 ) ;
21355f1b03eSMatthias Seidel	};
21455f1b03eSMatthias Seidel	#define IMGLIST_IDS\
21555f1b03eSMatthias Seidel		IdList = \
21655f1b03eSMatthias Seidel		{ \
2177371cc30Smseidel			FN_FORMULA_CANCEL ; \
2187371cc30Smseidel			FN_FORMULA_APPLY ; \
21955f1b03eSMatthias Seidel		}; \
22055f1b03eSMatthias Seidel		IdCount = 2
22155f1b03eSMatthias Seidel	ImageList ILIST
22255f1b03eSMatthias Seidel	{
22355f1b03eSMatthias Seidel		Prefix = "sc" ;
224029e5bdcSmseidel		MaskColor = IMAGE_MASK_COLOR ;
2257371cc30Smseidel		IMGLIST_IDS ;
22655f1b03eSMatthias Seidel	};
22755f1b03eSMatthias Seidel	ImageList ILIST_HC
22855f1b03eSMatthias Seidel	{
22955f1b03eSMatthias Seidel		Prefix = "sch" ;
230029e5bdcSmseidel		MaskColor = IMAGE_MASK_COLOR ;
2317371cc30Smseidel		IMGLIST_IDS ;
23255f1b03eSMatthias Seidel	};
23355f1b03eSMatthias Seidel	String ST_TASK
23455f1b03eSMatthias Seidel	{
2358ae8341bSmseidel		Text[ en-US ] = "Task" ;
23655f1b03eSMatthias Seidel	};
23755f1b03eSMatthias Seidel	String ST_STATUS
23855f1b03eSMatthias Seidel	{
2398ae8341bSmseidel		Text[ en-US ] = "Status" ;
24055f1b03eSMatthias Seidel	};
24155f1b03eSMatthias Seidel	String ST_ESTABLISH
24255f1b03eSMatthias Seidel	{
2438ae8341bSmseidel		Text[ en-US ] = "Establish network connection" ;
24455f1b03eSMatthias Seidel	};
24555f1b03eSMatthias Seidel	String ST_FINDSERVER
24655f1b03eSMatthias Seidel	{
2478ae8341bSmseidel		Text[ en-US ] = "Find outgoing mail server" ;
24855f1b03eSMatthias Seidel	};
24955f1b03eSMatthias Seidel	String ST_COMPLETED
25055f1b03eSMatthias Seidel	{
2518ae8341bSmseidel		Text[ en-US ] = "Successful" ;
25255f1b03eSMatthias Seidel	};
25355f1b03eSMatthias Seidel	String ST_FAILED
25455f1b03eSMatthias Seidel	{
2558ae8341bSmseidel		Text[ en-US ] = "Failed" ;
25655f1b03eSMatthias Seidel	};
25755f1b03eSMatthias Seidel	String ST_ERROR_SERVER
25855f1b03eSMatthias Seidel	{
2598ae8341bSmseidel		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" ;
26055f1b03eSMatthias Seidel	};
261cdf0e10cSrcweir};
262cdf0e10cSrcweirModalDialog DLG_MM_SERVERAUTHENTICATION
263cdf0e10cSrcweir{
26455f1b03eSMatthias Seidel	OutputSize = TRUE ;
26555f1b03eSMatthias Seidel	SVLook = TRUE ;
2667371cc30Smseidel	HelpID = HID_MM_SERVERAUTHENTICATION ;
26755f1b03eSMatthias Seidel	Size = MAP_APPFONT ( 250, 211 ) ;
26855f1b03eSMatthias Seidel	Moveable = TRUE ;
2698ae8341bSmseidel	Text[ en-US ] = "Server Authentication" ;
270cdf0e10cSrcweir
27155f1b03eSMatthias Seidel	CheckBox CB_AUTHENTICATION
27255f1b03eSMatthias Seidel	{
27355f1b03eSMatthias Seidel		HelpID = "sw:CheckBox:DLG_MM_SERVERAUTHENTICATION:CB_AUTHENTICATION" ;
27455f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 6, 3 ) ;
27555f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 238, 10 ) ;
2768ae8341bSmseidel		Text[ en-US ] = "The outgoing mail server (SMTP) requires au~thentication" ;
27755f1b03eSMatthias Seidel	};
27855f1b03eSMatthias Seidel	RadioButton RB_SEP_AUTHENTICATION
27955f1b03eSMatthias Seidel	{
28055f1b03eSMatthias Seidel		HelpID = "sw:RadioButton:DLG_MM_SERVERAUTHENTICATION:RB_SEP_AUTHENTICATION" ;
28155f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 12, 17 ) ;
28255f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 232, 10 ) ;
2838ae8341bSmseidel		Text[ en-US ] = "The outgoing mail server (SMTP) requires ~separate authentication" ;
28455f1b03eSMatthias Seidel	};
28555f1b03eSMatthias Seidel	FixedText FT_OUTGOINGSERVER
28655f1b03eSMatthias Seidel	{
28755f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 18, 31 ) ;
28855f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 200, 8 ) ;
2898ae8341bSmseidel		Text[ en-US ] = "Outgoing mail server:" ;
29055f1b03eSMatthias Seidel	};
29155f1b03eSMatthias Seidel	FixedText FT_USERNAME
29255f1b03eSMatthias Seidel	{
29355f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 18, 44 ) ;
29455f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 53, 8 ) ;
2958ae8341bSmseidel		Text[ en-US ] = "~User name" ;
29655f1b03eSMatthias Seidel	};
29755f1b03eSMatthias Seidel	Edit ED_USERNAME
29855f1b03eSMatthias Seidel	{
29955f1b03eSMatthias Seidel		HelpID = "sw:Edit:DLG_MM_SERVERAUTHENTICATION:ED_USERNAME" ;
30055f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 78, 42 ) ;
30155f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 115, 12 ) ;
30255f1b03eSMatthias Seidel		Border = TRUE;
30355f1b03eSMatthias Seidel	};
30455f1b03eSMatthias Seidel	FixedText FT_OUTPASSWORD
30555f1b03eSMatthias Seidel	{
30655f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 18, 59 ) ;
30755f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 53, 8 ) ;
3088ae8341bSmseidel		Text[ en-US ] = "~Password" ;
30955f1b03eSMatthias Seidel	};
31055f1b03eSMatthias Seidel	Edit ED_OUTPASSWORD
31155f1b03eSMatthias Seidel	{
31255f1b03eSMatthias Seidel		HelpID = "sw:Edit:DLG_MM_SERVERAUTHENTICATION:ED_OUTPASSWORD" ;
31355f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 78, 57 ) ;
31455f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 115, 12 ) ;
3157371cc30Smseidel		Border = TRUE ;
3167371cc30Smseidel		PassWord = TRUE ;
31755f1b03eSMatthias Seidel	};
318d8aa0220Smseidel	RadioButton RB_SMTPAFTERPOP
31955f1b03eSMatthias Seidel	{
320d8aa0220Smseidel		HelpID = "sw:RadioButton:DLG_MM_SERVERAUTHENTICATION:RB_SMTPAFTERPOP" ;
32155f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 12, 73 ) ;
32255f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 232, 20 ) ;
3237371cc30Smseidel		WordBreak = TRUE ;
3248ae8341bSmseidel		Text[ en-US ] = "The outgoing mail server uses the same authentication as the ~incoming mail server. Enter the settings of the incoming mail server." ;
32555f1b03eSMatthias Seidel	};
32655f1b03eSMatthias Seidel	FixedText FT_INCOMINGSERVER
32755f1b03eSMatthias Seidel	{
32855f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 18, 97 ) ;
32955f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 230, 8 ) ;
3308ae8341bSmseidel		Text[ en-US ] = "Incoming mail server:" ;
33155f1b03eSMatthias Seidel	};
33255f1b03eSMatthias Seidel	FixedText FT_SERVER
33355f1b03eSMatthias Seidel	{
33455f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 18, 110 ) ;
33555f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 53, 8 ) ;
3368ae8341bSmseidel		Text[ en-US ] = "Server ~name" ;
33755f1b03eSMatthias Seidel	};
33855f1b03eSMatthias Seidel	Edit ED_SERVER
33955f1b03eSMatthias Seidel	{
34055f1b03eSMatthias Seidel		HelpID = "sw:Edit:DLG_MM_SERVERAUTHENTICATION:ED_SERVER" ;
34155f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 78, 108 ) ;
34255f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 115, 12 ) ;
3437371cc30Smseidel		Border = TRUE ;
34455f1b03eSMatthias Seidel	};
34555f1b03eSMatthias Seidel	FixedText FT_PORT
34655f1b03eSMatthias Seidel	{
34755f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 195, 110 ) ;
34855f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 20, 10 ) ;
3497371cc30Smseidel		Right = TRUE ;
3508ae8341bSmseidel		Text[ en-US ] = "P~ort" ;
35155f1b03eSMatthias Seidel	};
35255f1b03eSMatthias Seidel	NumericField NF_PORT
35355f1b03eSMatthias Seidel	{
35455f1b03eSMatthias Seidel		HelpID = "sw:NumericField:DLG_MM_SERVERAUTHENTICATION:NF_PORT" ;
35555f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 219, 108 ) ;
35655f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 25, 12 ) ;
3577371cc30Smseidel		Border = TRUE ;
35855f1b03eSMatthias Seidel		Left = TRUE ;
35955f1b03eSMatthias Seidel		First = 1 ;
36055f1b03eSMatthias Seidel		Minimum = 1 ;
3617371cc30Smseidel		Maximum = 65535 ;
36255f1b03eSMatthias Seidel		Repeat = TRUE ;
36355f1b03eSMatthias Seidel		Spin = FALSE ;
36455f1b03eSMatthias Seidel		TabStop = TRUE ;
36555f1b03eSMatthias Seidel	};
36655f1b03eSMatthias Seidel	FixedText FT_PROTOCOL
36755f1b03eSMatthias Seidel	{
36855f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 18, 126 ) ;
36955f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 53, 8 ) ;
3708ae8341bSmseidel		Text[ en-US ] = "Type" ;
37155f1b03eSMatthias Seidel	};
37255f1b03eSMatthias Seidel	RadioButton RB_POP3
37355f1b03eSMatthias Seidel	{
37455f1b03eSMatthias Seidel		HelpID = "sw:RadioButton:DLG_MM_SERVERAUTHENTICATION:RB_POP3" ;
37555f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 78, 125 ) ;
37655f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 115, 10 ) ;
3778ae8341bSmseidel		Text[ en-US ] = "~POP3" ;
37855f1b03eSMatthias Seidel	};
37955f1b03eSMatthias Seidel	RadioButton RB_IMAP
38055f1b03eSMatthias Seidel	{
38155f1b03eSMatthias Seidel		HelpID = "sw:RadioButton:DLG_MM_SERVERAUTHENTICATION:RB_IMAP" ;
38255f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 78, 138 ) ;
38355f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 115, 10 ) ;
3848ae8341bSmseidel		Text[ en-US ] = "~IMAP" ;
38555f1b03eSMatthias Seidel	};
38655f1b03eSMatthias Seidel	FixedText FT_INUSERNAME
38755f1b03eSMatthias Seidel	{
38855f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 18, 152 ) ;
38955f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 53, 8 ) ;
3908ae8341bSmseidel		Text[ en-US ] = "Us~er name" ;
39155f1b03eSMatthias Seidel	};
39255f1b03eSMatthias Seidel	Edit ED_INUSERNAME
39355f1b03eSMatthias Seidel	{
39455f1b03eSMatthias Seidel		HelpID = "sw:Edit:DLG_MM_SERVERAUTHENTICATION:ED_INUSERNAME" ;
39555f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 78, 150 ) ;
39655f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 115, 12 ) ;
3977371cc30Smseidel		Border = TRUE ;
39855f1b03eSMatthias Seidel	};
39955f1b03eSMatthias Seidel	FixedText FT_INPASSWORD
40055f1b03eSMatthias Seidel	{
40155f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 18, 167 ) ;
40255f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 53, 8 ) ;
4038ae8341bSmseidel		Text[ en-US ] = "Pass~word" ;
40455f1b03eSMatthias Seidel	};
40555f1b03eSMatthias Seidel	Edit ED_INPASSWORD
40655f1b03eSMatthias Seidel	{
40755f1b03eSMatthias Seidel		HelpID = "sw:Edit:DLG_MM_SERVERAUTHENTICATION:ED_INPASSWORD" ;
40855f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 78, 165 ) ;
40955f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 115, 12 ) ;
4107371cc30Smseidel		Border = TRUE ;
4117371cc30Smseidel		PassWord = TRUE ;
41255f1b03eSMatthias Seidel	};
41355f1b03eSMatthias Seidel	FixedLine FL_SEPARATOR
41455f1b03eSMatthias Seidel	{
41555f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 0, 183 ) ;
41655f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 250, 8 ) ;
41755f1b03eSMatthias Seidel	};
41855f1b03eSMatthias Seidel	OKButton PB_OK
41955f1b03eSMatthias Seidel	{
42055f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 85, 191 ) ;
42155f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 50, 14 ) ;
42255f1b03eSMatthias Seidel	};
42355f1b03eSMatthias Seidel	CancelButton PB_CANCEL
42455f1b03eSMatthias Seidel	{
42555f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 138, 191 ) ;
42655f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 50, 14 ) ;
42755f1b03eSMatthias Seidel	};
42855f1b03eSMatthias Seidel	HelpButton PB_HELP
42955f1b03eSMatthias Seidel	{
43055f1b03eSMatthias Seidel		Pos = MAP_APPFONT ( 194, 191 ) ;
43155f1b03eSMatthias Seidel		Size = MAP_APPFONT ( 50, 14 ) ;
43255f1b03eSMatthias Seidel	};
433cdf0e10cSrcweir};
4347371cc30Smseidel
4357371cc30Smseidel// ********************************************************************** EOF
436