#define DLG_MAIN 101
#define IDC_GRP1 102
#define IDC_GRP2 103
#define IDC_GRP3 104
#define IDC_GRP4 105
#define IDC_EDT1 111
#define IDC_EDT2 112
#define IDC_EDT3 116
#define IDC_EDT5 118
#define IDC_EDT4 117
#define IDC_EDT6 120
#define IDC_EDT7 122
#define IDC_BTN1 106
#define IDC_BTN2 107
#define IDC_BTN3 108
#define IDC_EDT8 123
#define IDC_STC1 109
#define IDC_STC2 110
#define IDC_STC3 113
#define IDC_STC4 114
#define IDC_STC5 115
#define IDC_STC6 119
#define IDC_STC7 121
DLG_MAIN DIALOGEX 0,0,344,247
LANGUAGE 4,2
CAPTION "ESMTP发送电子邮件"
FONT 9,"宋体",0,0
STYLE 0x90CB0800
EXSTYLE 0x00000008
BEGIN
CONTROL "",IDC_EDT1,"Edit",0x50010000,48,19,140,11,0x00000200
CONTROL "zklhp@sina.com",IDC_EDT2,"Edit",0x50010000,48,36,140,11,0x00000200
CONTROL "smtp.sina.com",IDC_EDT3,"Edit",0x50010000,48,64,140,11,0x00000200
CONTROL "",IDC_EDT5,"Edit",0x50010000,48,81,140,11,0x00000200
CONTROL "",IDC_EDT4,"Edit",0x50010020,48,99,140,11,0x00000200
CONTROL "hello",IDC_EDT6,"Edit",0x50010000,48,130,140,11,0x00000200
CONTROL "你好",IDC_EDT7,"Edit",0x50200000,10,151,177,57,0x00000200
CONTROL "发送",IDC_BTN1,"Button",0x50010000,33,225,74,14
CONTROL "关于",IDC_BTN2,"Button",0x50010000,133,225,74,14
CONTROL "退出",IDC_BTN3,"Button",0x50010000,238,225,74,14
CONTROL "",IDC_EDT8,"Edit",0x50010000,207,19,126,191,0x00000200
CONTROL "发送Email:",IDC_STC1,"Static",0x50000000,10,21,35,12
CONTROL "发送/接收邮箱",IDC_GRP1,"Button",0x50000007,6,9,191,42
CONTROL "调试信息",IDC_GRP2,"Button",0x50000007,204,9,135,204
CONTROL "服务器设置",IDC_GRP3,"Button",0x50000007,6,54,191,63
CONTROL "邮件",IDC_GRP4,"Button",0x50000007,6,120,191,93
CONTROL "接收Email:",IDC_STC2,"Static",0x50000000,10,36,35,12
CONTROL "服务器地址:",IDC_STC3,"Static",0x50000000,10,66,36,12
CONTROL "用户名:",IDC_STC4,"Static",0x50000000,10,82,29,12
CONTROL "密码:",IDC_STC5,"Static",0x50000000,10,100,26,12
CONTROL "主题:",IDC_STC6,"Static",0x50000000,10,130,24,11
CONTROL "内容:",IDC_STC7,"Static",0x50000000,10,142,20,8
END