shufadoc.h

来自「程序可以自动提取」· C头文件 代码 · 共 69 行

H
69
字号
// shufaDoc.h : interface of the CShufaDoc class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_SHUFADOC_H__807C30B7_BB2E_45CF_B953_1DF24535C1A1__INCLUDED_)
#define AFX_SHUFADOC_H__807C30B7_BB2E_45CF_B953_1DF24535C1A1__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "FG_DIB.h"


class CShufaDoc : public CDocument
{
protected: // create from serialization only
	CShufaDoc();
	DECLARE_DYNCREATE(CShufaDoc)

// Attributes
public:
    
// Operations
public:
   CString BmpTextOut;
  

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CShufaDoc)
	public:
	virtual BOOL OnNewDocument();
	virtual void Serialize(CArchive& ar);
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CShufaDoc();
	void Display(CDC *pDC);
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:



public:	
	CFG_DIB bimapok;
	BOOL ThresholdBmp(LPSTR lpDIBBits,LONG lWidth, LONG lHeight);
//以下为二值图像处理函数
   
// Generated message map functions
protected:
	//{{AFX_MSG(CShufaDoc)
		// NOTE - the ClassWizard will add and remove member functions here.
		//    DO NOT EDIT what you see in these blocks of generated code !
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

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

#endif // !defined(AFX_SHUFADOC_H__807C30B7_BB2E_45CF_B953_1DF24535C1A1__INCLUDED_)

⌨️ 快捷键说明

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