browse.h

来自「图像处理软件,功能比较基础」· C头文件 代码 · 共 83 行

H
83
字号
#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 + =
减小字号Ctrl + -
显示快捷键?