📄 tetedlg.h
字号:
// teteDlg.h : header file
//
#if !defined(AFX_TETEDLG_H__0448C942_B257_4517_935D_7228BA1283A8__INCLUDED_)
#define AFX_TETEDLG_H__0448C942_B257_4517_935D_7228BA1283A8__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CTeteDlg dialog
class CTeteDlg : public CDialog
{
// Construction
public:
CTeteDlg(CWnd* pParent = NULL); // standard constructor
int m_buttonID[5];
int m_staticID[5];
int all[20];
CString Name[6];
int view;
int Atrmode;
char workspace[255];
int sel; //记录标签
int count_tab;
CString Folder_tab[6];
bool flag;
int number;
// void OnMenuopen();
void TabInit();
void OnButtonShow(int sel);
// Dialog Data
//{{AFX_DATA(CTeteDlg)
enum { IDD = IDD_TETE_DIALOG };
//s CStatic m_ok;
CIPAddressCtrl m_IP;
CButton m_button;
CTabCtrl m_tab;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTeteDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CTeteDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void DoorButtonShow();
afx_msg void TroButtonShow();
afx_msg void snifferButtonShow();
afx_msg void DOSButtonShow();
afx_msg void ButtonInit();
afx_msg void OnSimView();
afx_msg void OnAtrView();
afx_msg void SimView();
afx_msg void AtrView();
afx_msg void Init();
afx_msg void OnSelchangeTab1(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnAttack();
afx_msg void OnRadio3();
afx_msg void OnRadio4();
afx_msg void OnRadio5();
afx_msg void OnRadio6();
afx_msg void OnButton1();
virtual void OnCancel();
afx_msg void OnMenuopen();
afx_msg void DisplayPic();
afx_msg void OnOpen();
afx_msg void OnButton2();
afx_msg void OnButton3();
afx_msg void OnButton4();
afx_msg void OnButton5();
afx_msg void OnCopyDir();
//}}AFX_MSG
void Attack(char* cmd,char* ip,char* path,bool CreateWindow);
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TETEDLG_H__0448C942_B257_4517_935D_7228BA1283A8__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -