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

📄 risingdlg.h

📁 自己写的一个仿瑞星界面,没有什么具体功能,请不要见笑
💻 H
字号:
// risingDlg.h : header file
//

#if !defined(AFX_RISINGDLG_H__B3F38D2E_3508_4CAF_875A_FD6C63523975__INCLUDED_)
#define AFX_RISINGDLG_H__B3F38D2E_3508_4CAF_875A_FD6C63523975__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "Kill.h"
#include "First.h"
#include "KeepUnder.h"
#include "BtnST.h"

/////////////////////////////////////////////////////////////////////////////
// CRisingDlg dialog

class CRisingDlg : public CDialog
{
// Construction
public:
	CRisingDlg(CWnd* pParent = NULL);	// standard constructor
	CFont m_font;
// Dialog Data
	//{{AFX_DATA(CRisingDlg)
	enum { IDD = IDD_RISING_DIALOG };
	CTabCtrl	m_tab;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;
	CFirst m_first;
	CKill m_kill;
	CKeepUnder m_keepUnder;
	CBitmap m_bmpBackground;
	CBitmap m_bmpTitleBar;

	// Generated message map functions
	//{{AFX_MSG(CRisingDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnClose();
	afx_msg void OnSelchangeTabrising(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
	afx_msg UINT OnNcHitTest(CPoint point);
	afx_msg void OnButton6();
	afx_msg void OnButton5();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

private:
	CButtonST m_btnOperation;
	CButtonST m_btnView;
	CButtonST m_btnSet;
	CButtonST m_btnHelp;
	CButtonST m_btnMin;
	CButtonST m_btnClose;
};

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

#endif // !defined(AFX_RISINGDLG_H__B3F38D2E_3508_4CAF_875A_FD6C63523975__INCLUDED_)

⌨️ 快捷键说明

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