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

📄 bcgpselectskindlg.h

📁 远程网络监视程序的源码
💻 H
字号:
#if !defined(AFX_BCGPSELECTSKINDLG_H__3CE82760_C9CE_4A09_8693_E6EDA4C891E0__INCLUDED_)
#define AFX_BCGPSELECTSKINDLG_H__3CE82760_C9CE_4A09_8693_E6EDA4C891E0__INCLUDED_

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

#if defined _AFXDLL && !defined _BCGCBPRO_STATIC_	// Skins manager can not be used in the static version

#include "BCGPButton.h"

/////////////////////////////////////////////////////////////////////////////
// CBCGPSelectSkinDlg dialog

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

// Dialog Data
	//{{AFX_DATA(CBCGPSelectSkinDlg)
	enum { IDD = IDD_BCGBARRES_SKINS_DLG };
	CBCGPButton	m_btnMail;
	CBCGPButton	m_btnURL;
	CButton	m_btnDownload;
	CButton	m_btnOK;
	CButton	m_btnCancel;
	CListBox	m_wndSkinsList;
	CStatic	m_wndSkindPreviewArea;
	CString	m_strAuthor;
	//}}AFX_DATA

protected:
	CRect	m_rectPreview;
	int		m_iSelectedSkin;
	CString	m_strClose;
	CString	m_srDefault;

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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CBCGPSelectSkinDlg)
	afx_msg void OnDblclkBcgbarresSkinsList();
	virtual void OnOK();
	virtual BOOL OnInitDialog();
	afx_msg void OnPaint();
	afx_msg void OnSelchangeBcgbarresSkinsList();
	afx_msg void OnApply();
	afx_msg void OnDownloadSkins();
	afx_msg void OnDestroy();
	afx_msg void OnMail();
	afx_msg void OnURL();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

	void RefreshSkinsList ();
};

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

#endif

#endif // !defined(AFX_BCGPSELECTSKINDLG_H__3CE82760_C9CE_4A09_8693_E6EDA4C891E0__INCLUDED_)

⌨️ 快捷键说明

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