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

📄 browse.h

📁 图像处理软件,功能比较基础
💻 H
字号:
#if !defined(AFX_BROWSE_H__779F4343_A0C7_4466_A70A_5AF965718478__INCLUDED_)
#define AFX_BROWSE_H__779F4343_A0C7_4466_A70A_5AF965718478__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Browse.h : header file
//
#include "dirtreectrl.h"
#ifndef SORTSTRINGARRAY_H
#define SORTSTRINGARRAY_H
#include "SortStringArray.h"
#endif
#ifndef UNIBUTTON_H
#define UNIBUTTON_H
#include "UniButton.h"
#endif
#ifndef  BITMAPDIALGO_H
#define BITMAPDIALOG_H
#include "BitmapDialog.h"
#endif
#define MY_BTN3  1003
#define MY_BTN4  1004
#define WM_DRAWPIC 1234
#include "linjunjuanDoc.h "
/////////////////////////////////////////////////////////////////////////////
// CBrowse dialog

class CBrowse : public CBitmapDialog
{
// Construction
public:
	CBrowse(CWnd* pParent = NULL);   // standard constructor
	;
	BOOL one;	
	HWND hwnd1;

	CUniButton m_Btn3, m_Btn4;
//	int nowpage;
//	int pagenum;
	LRESULT OnDrawPic(WPARAM wParam,LPARAM lParam);
	void Show_Nowpage_Pic();
	CWnd *g_pWnd;

	

// Dialog Data
	//{{AFX_DATA(CBrowse)
	enum { IDD = IDD_BROWSE };
	CString	m_strPath;
	//}}AFX_DATA


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

// Implementation
protected:
	CDirTreeCtrl m_TreeCtrl;

	// Generated message map functions
	//{{AFX_MSG(CBrowse)
	afx_msg void OnPaint();
	afx_msg void OnSelchangedTree1(NMHDR* pNMHDR, LRESULT* pResult);
	virtual BOOL OnInitDialog();
	afx_msg void OnButtonUp();
	afx_msg void OnButtonDown();
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
	afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point);
	//}}AFX_MSG
	
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_BROWSE_H__779F4343_A0C7_4466_A70A_5AF965718478__INCLUDED_)

⌨️ 快捷键说明

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