📄 bingtai.h
字号:
#if !defined(AFX_BINGTAI_H__C08DEF63_6B73_11DB_82A5_00E04CE4AE40__INCLUDED_)
#define AFX_BINGTAI_H__C08DEF63_6B73_11DB_82A5_00E04CE4AE40__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// Bingtai.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CBingtai dialog
class CBingtai : public CDialog
{
// Construction
public:
CBingtai(CWnd* pParent = NULL); // standard constructor
u_short portid;
u_long SAddr;
int taiweilen,caipulen;
char oprid[21];
// Dialog Data
//{{AFX_DATA(CBingtai)
enum { IDD = IDD_DIALOG_BINGTAI };
CButton m_ok;
CEdit m_cto;
CEdit m_cfrom;
CString m_from;
CString m_to;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CBingtai)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CBingtai)
virtual void OnOK();
virtual BOOL OnInitDialog();
afx_msg void OnChangeEditFrom();
afx_msg void OnSetfocusEditFrom();
afx_msg void OnChangeEditTo();
afx_msg void OnSetfocusEditTo();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BINGTAI_H__C08DEF63_6B73_11DB_82A5_00E04CE4AE40__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -