table2dlg.h
来自「基于omnet++开发的Mf框架下的802.11协议仿真。」· C头文件 代码 · 共 46 行
H
46 行
// table2Dlg.h : header file
//
#if !defined(AFX_TABLE2DLG_H__33EEAFFB_4706_459B_8DC3_AE56F58C7427__INCLUDED_)
#define AFX_TABLE2DLG_H__33EEAFFB_4706_459B_8DC3_AE56F58C7427__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CTable2Dlg dialog
class CTable2Dlg : public CDialog
{
// Construction
public:
CTable2Dlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CTable2Dlg)
enum { IDD = IDD_TABLE2_DIALOG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTable2Dlg)
public:
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CTable2Dlg)
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TABLE2DLG_H__33EEAFFB_4706_459B_8DC3_AE56F58C7427__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?