📄 createfed.h
字号:
#if !defined(AFX_CREATEFED_H__A93A94A7_4E51_45F0_900C_B42676FF3BAC__INCLUDED_)
#define AFX_CREATEFED_H__A93A94A7_4E51_45F0_900C_B42676FF3BAC__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// CreateFed.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CCreateFed dialog
class CCreateFed : public CDialog
{
// Construction
public:
CCreateFed(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CCreateFed)
enum { IDD = IDD_CREATEFED };
CString m_FederationName;
CString m_FederateName;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCreateFed)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CCreateFed)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CREATEFED_H__A93A94A7_4E51_45F0_900C_B42676FF3BAC__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -