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#ifndef _MAILCONFIGPAGE_HRC
24#define _MAILCONFIGPAGE_HRC
25
26#define FL_IDENTITY                 1
27#define FT_DISPLAYNAME              2
28#define ED_DISPLAYNAME              3
29#define FT_ADDRESS                  4
30#define ED_ADDRESS                  5
31#define CB_REPLYTO                  6
32#define FT_REPLYTO                  7
33#define ED_REPLYTO                  8
34#define FL_SMTP                     9
35#define FT_SERVER                   10
36#define ED_SERVER                   11
37#define FT_PORT                     12
38#define NF_PORT                     13
39#define CB_SECURE                   14
40#define PB_AUTHENTICATION           16
41#define FL_SEPARATOR                17
42#define PB_TEST                     21
43
44#define FI_INFO                     31
45#define LB_STATUS                   32
46#define FI_ERROR                    33
47#define ED_ERROR                    34
48#define FL_SEPAPARATOR              35
49#define PB_STOP                     36
50#define PB_CANCEL                   37
51#define PB_HELP                     38
52#define ST_TASK                     39
53#define ST_STATUS                   40
54#define ST_ESTABLISH                41
55#define ST_FINDSERVER               42
56#define ST_COMPLETED                43
57#define ST_FAILED                   44
58#define ST_ERROR_SERVER             46
59#define ILIST                       47
60#define ILIST_HC                    48
61
62#define CB_AUTHENTICATION           50
63#define RB_SEP_AUTHENTICATION       51
64#define RB_SMPTAFTERPOP             52
65#define FT_OUTGOINGSERVER           53
66#define FT_USERNAME                 54
67#define ED_USERNAME                 55
68#define FT_OUTPASSWORD              56
69#define ED_OUTPASSWORD              57
70#define FT_INCOMINGSERVER           58
71#define FT_INUSERNAME               59
72#define ED_INUSERNAME               60
73#define FT_INPASSWORD               63
74#define ED_INPASSWORD               64
75#define PB_OK                       65
76#define FT_PROTOCOL                 66
77#define RB_POP3                     67
78#define RB_IMAP                     68
79#endif
80