📄 bqview.h
字号:
//{{AFX_INCLUDES()
//}}AFX_INCLUDES
#if !defined(AFX_BQVIEW_H__F4F368EA_487E_4EEA_90E3_C3D35771E0C4__INCLUDED_)
#define AFX_BQVIEW_H__F4F368EA_487E_4EEA_90E3_C3D35771E0C4__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// BqView.h : header file
//
#include "msflexgrid.h"
/////////////////////////////////////////////////////////////////////////////
// CBqView form view
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
class CBqView : public CFormView
{
protected:
CBqView(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CBqView)
// Form Data
public:
//{{AFX_DATA(CBqView)
enum { IDD = IDD_3DBQFORM };
CMSFlexGrid m_datagrid;
//}}AFX_DATA
// Attributes
public:
public:
CRect m_sRect;
void InitGridHead();
void MoveWindows();
void RedrawGrid(L3DBQDATA mybqdata,UINT urow);
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CBqView)
public:
virtual void OnInitialUpdate();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CBqView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CBqView)
afx_msg void OnDispData(WPARAM wparam,LPARAM lparam);
afx_msg void OnSize(UINT nType, int cx, int cy);
// NOTE - the ClassWizard will add and remove 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_BQVIEW_H__F4F368EA_487E_4EEA_90E3_C3D35771E0C4__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -