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

📄 popcddlg.h

📁 功能: 用鼠标打开/关闭CD-ROM的工具。 动机: 由于写字台空间有限
💻 H
字号:
// PopCDDlg.h : header file
//

#if !defined(AFX_POPCDDLG_H__737F40C7_1C2A_11D3_BBDE_E19B8DC5C739__INCLUDED_)
#define AFX_POPCDDLG_H__737F40C7_1C2A_11D3_BBDE_E19B8DC5C739__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// CPopCDDlg dialog

class CPopCDDlg : public CDialog
{
// Construction
public:
	CPopCDDlg(CWnd* pParent = NULL);	// standard constructor

	BOOL TaskBarAddIcon();
	BOOL TaskBarDeleteIcon();
//	BOOL TaskBarModifyIcon(BOOL bIn);
	BOOL Create();
	void CheckLink();
	void OnMenuMsg(CMenu& menu, int nID);
	
	BOOL		m_bAutoStart;

// Dialog Data
	//{{AFX_DATA(CPopCDDlg)
	enum { IDD = IDD_POPCD_DIALOG };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA

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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CPopCDDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnDestroy();
	afx_msg void OnPopExit();
	virtual void OnCancel();
	virtual void OnOK();
	afx_msg void OnPopOption();
	afx_msg void OnPopAutoStart();
	afx_msg void OnPopHelp();
	afx_msg void OnAppAbout();
	afx_msg BOOL OnQueryEndSession();
	afx_msg void OnOpenAll();
	afx_msg void OnCloseAll();
	//}}AFX_MSG
	afx_msg LONG OnTrayNotification(UINT wParam, LONG lParam);
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_POPCDDLG_H__737F40C7_1C2A_11D3_BBDE_E19B8DC5C739__INCLUDED_)

⌨️ 快捷键说明

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