1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: mailconfigpage.hrc,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
30 #ifndef _MAILCONFIGPAGE_HRC
31 #define _MAILCONFIGPAGE_HRC
34 #define FT_DISPLAYNAME 2
35 #define ED_DISPLAYNAME 3
47 #define PB_AUTHENTICATION 16
48 #define FL_SEPARATOR 17
55 #define FL_SEPAPARATOR 35
61 #define ST_ESTABLISH 41
62 #define ST_FINDSERVER 42
63 #define ST_COMPLETED 43
65 #define ST_ERROR_SERVER 46
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
83 #define FT_PROTOCOL 66