connectd.h
来自「100 病毒源碼,原始碼,無毒 ......」· C头文件 代码 · 共 34 行
H
34 行
// connectd.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CConnectDialog dialog
class CConnectDialog : public CDialog
{
// Construction
public:
CConnectDialog(CWnd* pParent = NULL); // standard constructor
// Attributes
UINT m_nPort;
// Dialog Data
//{{AFX_DATA(CConnectDialog)
enum { IDD = IDD_CONNECT };
CString m_strHostName;
CString m_strPort;
//}}AFX_DATA
// Implementation
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
// Generated message map functions
//{{AFX_MSG(CConnectDialog)
virtual void OnOK();
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?