📄 xxxlogondlg.h
字号:
// xxxlogonDlg.h : header file
//
#if !defined(AFX_XXXLOGONDLG_H__BB20E557_4132_4383_90A8_2DD4E4EAF64B__INCLUDED_)
#define AFX_XXXLOGONDLG_H__BB20E557_4132_4383_90A8_2DD4E4EAF64B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "listensocket.h"
#include "mysocket.h"
class CXxxlogonDlg : public CDialog
{
// Construction
public:
BOOL GetHostInfo(char *p_szHost,char *p_szip,char *p_szmac);
VOID ProcessPendingRecv(int nErrCode);
VOID ProcessPendingClose();
VOID ProcessPendingAccept();
CXxxlogonDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CXxxlogonDlg)
enum { IDD = IDD_XXXLOGON_DIALOG };
CString m_strLog;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CXxxlogonDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
CListenSocket* m_pListenSocket;
CMySocket* m_pMySocket;
BOOL m_fNetLogon;
// Generated message map functions
//{{AFX_MSG(CXxxlogonDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnBnetlogon();
afx_msg void OnClose();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
public:
afx_msg void OnBnClickedOk();
afx_msg void OnBnClickedCancel();
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_XXXLOGONDLG_H__BB20E557_4132_4383_90A8_2DD4E4EAF64B__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -