📄 wincltdlg.h
字号:
// WinCltDlg.h : header file
//
#include "UsrSkt.h"
#if !defined(AFX_WINCLTDLG_H__0948CE4C_C072_4466_8949_4C7D20B18A74__INCLUDED_)
#define AFX_WINCLTDLG_H__0948CE4C_C072_4466_8949_4C7D20B18A74__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CWinCltDlg dialog
class CWinCltDlg : public CDialog
{
//the following is added by user!
public:
CUsrSkt UsrSkt;
int SvrPort;
char SvrIP[15];
//user define ends!
// Construction
public:
CWinCltDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CWinCltDlg)
enum { IDD = IDD_WINCLT_DIALOG };
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CWinCltDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CWinCltDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnUsrStart();
afx_msg void OnClose();
afx_msg void OnUsrSend();
afx_msg void OnChangeSvrPort();
afx_msg void OnChangeSvrIP();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_WINCLTDLG_H__0948CE4C_C072_4466_8949_4C7D20B18A74__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -