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

📄 typeexplorer.h

📁 The application wizard has created this SoccerDoctor application for you. This application not onl
💻 H
字号:
#pragma once
#include "afxcmn.h"
#include "SortedListCtrl.h"

// CTypeExplorer dialog

class CTypeExplorer : public CDialog
{
	DECLARE_DYNAMIC(CTypeExplorer)

public:
	CTypeExplorer(CWnd* pParent = NULL);   // standard constructor
	virtual ~CTypeExplorer();

// Dialog Data
	enum { IDD = IDD_TYPEXPLORER };

protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support

	DECLARE_MESSAGE_MAP()
private:
	CPlayerTypeListCtrl m_TypeList;
public:
	virtual BOOL OnInitDialog();
	afx_msg void OnColumnclick(NMHDR *pNMHDR, LRESULT *pResult);
};

⌨️ 快捷键说明

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