xref: /AOO41X/main/sw/source/ui/config/mailconfigpage.hrc (revision 1ecadb572e7010ff3b3382ad9bf179dbc6efadbb)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27#ifndef _MAILCONFIGPAGE_HRC
28#define _MAILCONFIGPAGE_HRC
29
30#define FL_IDENTITY                 1
31#define FT_DISPLAYNAME              2
32#define ED_DISPLAYNAME              3
33#define FT_ADDRESS                  4
34#define ED_ADDRESS                  5
35#define CB_REPLYTO                  6
36#define FT_REPLYTO                  7
37#define ED_REPLYTO                  8
38#define FL_SMTP                     9
39#define FT_SERVER                   10
40#define ED_SERVER                   11
41#define FT_PORT                     12
42#define NF_PORT                     13
43#define CB_SECURE                   14
44#define PB_AUTHENTICATION           16
45#define FL_SEPARATOR                17
46#define PB_TEST                     21
47
48#define FI_INFO                     31
49#define LB_STATUS                   32
50#define FI_ERROR                    33
51#define ED_ERROR                    34
52#define FL_SEPAPARATOR              35
53#define PB_STOP                     36
54#define PB_CANCEL                   37
55#define PB_HELP                     38
56#define ST_TASK                     39
57#define ST_STATUS                   40
58#define ST_ESTABLISH                41
59#define ST_FINDSERVER               42
60#define ST_COMPLETED                43
61#define ST_FAILED                   44
62#define ST_ERROR_SERVER             46
63#define ILIST                       47
64#define ILIST_HC                    48
65
66#define CB_AUTHENTICATION           50
67#define RB_SEP_AUTHENTICATION       51
68#define RB_SMPTAFTERPOP             52
69#define FT_OUTGOINGSERVER           53
70#define FT_USERNAME                 54
71#define ED_USERNAME                 55
72#define FT_OUTPASSWORD              56
73#define ED_OUTPASSWORD              57
74#define FT_INCOMINGSERVER           58
75#define FT_INUSERNAME               59
76#define ED_INUSERNAME               60
77#define FT_INPASSWORD               63
78#define ED_INPASSWORD               64
79#define PB_OK                       65
80#define FT_PROTOCOL                 66
81#define RB_POP3                     67
82#define RB_IMAP                     68
83#endif
84