?? 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 + -