⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dataview.h

📁 这是一个3D彩票统计查询方面的一个软件
💻 H
字号:
#if !defined(AFX_DATAVIEW_H__7D7C9740_8FC6_4E7C_8E14_D8EFDF8A393B__INCLUDED_)
#define AFX_DATAVIEW_H__7D7C9740_8FC6_4E7C_8E14_D8EFDF8A393B__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DataView.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CDataView form view

#ifndef __AFXEXT_H__
#include <afxext.h>
#endif


#include "colorlistctrl.h"

class CDataView : public CFormView
{
protected:
	CDataView();           // protected constructor used by dynamic creation
	DECLARE_DYNCREATE(CDataView)

// Form Data
public:
	//{{AFX_DATA(CDataView)
	enum { IDD = IDD_YSDATAVIEW };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA

// Attributes
public:
	CColorListCtrl  m_plist;
	CStringArray  strarray;

	CFont fntCurWnd;

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDataView)
	public:
	virtual void OnInitialUpdate();
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	virtual ~CDataView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

	// Generated message map functions
	//{{AFX_MSG(CDataView)
	afx_msg void OnDispData(WPARAM wparam,LPARAM lparam);
	afx_msg void OnPaint();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_DATAVIEW_H__7D7C9740_8FC6_4E7C_8E14_D8EFDF8A393B__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -