mybar.h
来自「MFC 空间数据的表达与操作」· C头文件 代码 · 共 52 行
H
52 行
#if !defined(AFX_MYBAR_H__517859C6_F49B_45D3_8314_BEE34CC1E0F5__INCLUDED_)
#define AFX_MYBAR_H__517859C6_F49B_45D3_8314_BEE34CC1E0F5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MyBar.h : header file
//
#include "DialogTab1.h"
#include "DialogTab2.h"
/////////////////////////////////////////////////////////////////////////////
// CMyBar dialog
class CMyBar : public CDialogBar
{
// Construction
public:
BOOL Init();
CDialogTab1 *tab1;
CDialogTab2 *tab2;
CRect rect;
CMyBar(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CMyBar)
enum { IDD = IDD_DIALOG_BAR };
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMyBar)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CMyBar)
afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MYBAR_H__517859C6_F49B_45D3_8314_BEE34CC1E0F5__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?