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

📄 mfctlistdlg.h

📁 一个进程管理的源程序.zip
💻 H
字号:
// MFCTListDlg.h : header file
//

#if !defined(AFX_MFCTLISTDLG_H__59DB9B4A_E2D9_11D1_91E3_00AA0037DE94__INCLUDED_)
#define AFX_MFCTLISTDLG_H__59DB9B4A_E2D9_11D1_91E3_00AA0037DE94__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
#include "ReadPrority.h"
/////////////////////////////////////////////////////////////////////////////
// CMFCTListDlg dialog

class CMFCTListDlg : public CDialog
{
// Construction
public:
	CMFCTListDlg(CWnd* pParent = NULL);	// standard constructor
    void swap(CTaskListEntry *a, CTaskListEntry  *list);
    CToolBar    m_wndToolBar;
static	int CALLBACK CompareProc(LPARAM lParam1,LPARAM lParam2,LPARAM lParamSort);
// Dialog Data
	//{{AFX_DATA(CMFCTListDlg)
	enum { IDD = IDD_MFCTLIST_DIALOG };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA

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

	public:
		int flag;
// Implementation
protected:
	HICON m_hIcon;
	void DoRefresh();
    void DoTRefresh();
	void ClearThread();
	// Generated message map functions
	//{{AFX_MSG(CMFCTListDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnKill();
	afx_msg void OnRefresh();
	afx_msg void OnItemchangedTasklist(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnPriority();
	afx_msg void OnColumnclickTasklist(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnItemchangingThreadList(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnColumnclickThreadList(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnAboutbox();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_MFCTLISTDLG_H__59DB9B4A_E2D9_11D1_91E3_00AA0037DE94__INCLUDED_)

⌨️ 快捷键说明

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