📄 pop3_detect.h
字号:
//---------------------------------------------------------------------------
#ifndef pop3_DetectH
#define pop3_DetectH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include "pop_scan.hpp"
//---------------------------------------------------------------------------
class TPop3_Detect : public TThread
{
private:
int ip_index,user_index,pass_index;//
int Err,Error_no;
AnsiString email_str;
protected:
void __fastcall Execute();
public:
Tpop_scan *Fpop_scan;
__fastcall TPop3_Detect(bool CreateSuspended);
void __fastcall OnSendDetect(int Error);
void __fastcall set_str();
void __fastcall ThreadDone(TObject * Sender);
__published:
};
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -