mfctlistdlg.h

来自「一个进程管理的源程序.zip」· C头文件 代码 · 共 64 行

H
64
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?