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

📄 flippage.h

📁 TabBars的开源源码
💻 H
字号:
/*********************************************************************
*	Author:		Simon Wang
*	Date:		2000-11-15
*	Contact us:	inte2000@263.net
*	Web Page: http://www.winmsg.com/cn/orbit.htm (for Chinese version)
*						http://www.winmsg.com/orbit.htm (for English version)
**********************************************************************/

#if !defined(AFX_FLIPPAGE_H__3BCECAFC_D7C6_482C_98AB_74E989A0EC90__INCLUDED_)
#define AFX_FLIPPAGE_H__3BCECAFC_D7C6_482C_98AB_74E989A0EC90__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// FlipPage.h : header file
//
#include "Common\TabCheckListBox.h"
/////////////////////////////////////////////////////////////////////////////
// CFlipPage dialog

class CFlipPage : public CPropertyPage
{
	DECLARE_DYNCREATE(CFlipPage)

// Construction
public:
	CFlipPage();
	~CFlipPage();

// Dialog Data
	//{{AFX_DATA(CFlipPage)
	enum { IDD = IDD_PROPPAGE_FLIP };
	CTabCheckListBox	m_lstPath;
	//}}AFX_DATA
	CButton	m_btnAdd,m_btnDel,m_btnUp,m_btnDown;

// Overrides
	// ClassWizard generate virtual function overrides
	//{{AFX_VIRTUAL(CFlipPage)
	public:
	virtual BOOL OnApply();
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL
private:
	TCHAR m_szSelect[64];
	CStringArray m_strAPath;
// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CFlipPage)
	virtual BOOL OnInitDialog();
	afx_msg void OnItemchangedListFlppath(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnItemclickListFlppath(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnColumnclickListFlppath(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnTrackListFlppath(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnBtnAddflppath();
	afx_msg void OnBtnDelflppath();
	afx_msg void OnBtnUpflppath();
	afx_msg void OnBtnDownflppath();
	afx_msg void OnSelchangeListPath();
	afx_msg void OnChangeEditHeadfile();
	afx_msg void OnChangeEditCppfile();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};

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

#endif // !defined(AFX_FLIPPAGE_H__3BCECAFC_D7C6_482C_98AB_74E989A0EC90__INCLUDED_)

⌨️ 快捷键说明

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