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