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

📄 adddelsoft.h

📁 visual c++ 实例编程
💻 H
字号:
#if !defined(AFX_ADDDELSOFT_H__E5A552A3_643F_11D2_B397_900D3BA9FBA3__INCLUDED_)
#define AFX_ADDDELSOFT_H__E5A552A3_643F_11D2_B397_900D3BA9FBA3__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CAdddelSoft dialog

#include <afxtempl.h>

typedef struct UninstallMsg
{
	CString StrKey;
	CString DisplayName;
	CString Command;
	int Exist;
}UnMsg;

class CAdddelSoft : public CPropertyPage
{
	DECLARE_DYNCREATE(CAdddelSoft)

// Construction
public:
	void RemoveItem(int Index);
	CAdddelSoft();
	~CAdddelSoft();

// Dialog Data
	//{{AFX_DATA(CAdddelSoft)
	enum { IDD = IDD_ADDDELSOFT };
	CStatic	m_cTrashIco;
	CListBox	m_cUninstall;
	//}}AFX_DATA


// Overrides
	// ClassWizard generate virtual function overrides
	//{{AFX_VIRTUAL(CAdddelSoft)
	public:
	virtual void OnOK();
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	void OnChange();
	bool Modify;
	CArray<UnMsg,UnMsg> UnmsgArray;
	int Num;
	// Generated message map functions
	//{{AFX_MSG(CAdddelSoft)
	virtual BOOL OnInitDialog();
	afx_msg void OnDblclkUninstalllist();
	afx_msg void OnAdditem();
	afx_msg void OnDelitem();
	afx_msg void OnExecute();
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
	afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point);
	afx_msg void OnMouseMove(UINT nFlags, CPoint point);
	afx_msg BOOL OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_ADDDELSOFT_H__E5A552A3_643F_11D2_B397_900D3BA9FBA3__INCLUDED_)

⌨️ 快捷键说明

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