/************************************************************** * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. * *************************************************************/ #ifndef _MAILCONFIGPAGE_HRC #define _MAILCONFIGPAGE_HRC #define FL_IDENTITY 1 #define FT_DISPLAYNAME 2 #define ED_DISPLAYNAME 3 #define FT_ADDRESS 4 #define ED_ADDRESS 5 #define CB_REPLYTO 6 #define FT_REPLYTO 7 #define ED_REPLYTO 8 #define FL_SMTP 9 #define FT_SERVER 10 #define ED_SERVER 11 #define FT_PORT 12 #define NF_PORT 13 #define CB_SECURE 14 #define PB_AUTHENTICATION 16 #define FL_SEPARATOR 17 #define PB_TEST 21 #define FI_INFO 31 #define LB_STATUS 32 #define FI_ERROR 33 #define ED_ERROR 34 #define FL_SEPAPARATOR 35 #define PB_STOP 36 #define PB_CANCEL 37 #define PB_HELP 38 #define ST_TASK 39 #define ST_STATUS 40 #define ST_ESTABLISH 41 #define ST_FINDSERVER 42 #define ST_COMPLETED 43 #define ST_FAILED 44 #define ST_ERROR_SERVER 46 #define ILIST 47 #define ILIST_HC 48 #define CB_AUTHENTICATION 50 #define RB_SEP_AUTHENTICATION 51 #define RB_SMPTAFTERPOP 52 #define FT_OUTGOINGSERVER 53 #define FT_USERNAME 54 #define ED_USERNAME 55 #define FT_OUTPASSWORD 56 #define ED_OUTPASSWORD 57 #define FT_INCOMINGSERVER 58 #define FT_INUSERNAME 59 #define ED_INUSERNAME 60 #define FT_INPASSWORD 63 #define ED_INPASSWORD 64 #define PB_OK 65 #define FT_PROTOCOL 66 #define RB_POP3 67 #define RB_IMAP 68 #endif