imagesyszlf01view.h

来自「模式识别的作业代码」· C头文件 代码 · 共 88 行

H
88
字号
// ImageSysZLF01View.h : interface of the CImageSysZLF01View class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_IMAGESYSZLF01VIEW_H__8DDBC41E_1B98_4B9E_B69E_A10648E5DBCA__INCLUDED_)
#define AFX_IMAGESYSZLF01VIEW_H__8DDBC41E_1B98_4B9E_B69E_A10648E5DBCA__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000


class CImageSysZLF01View : public CFormView
{
protected: // create from serialization only
	CImageSysZLF01View();
	DECLARE_DYNCREATE(CImageSysZLF01View)

public:
	//{{AFX_DATA(CImageSysZLF01View)
	enum{ IDD = IDD_IMAGESYSZLF01_FORM };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA

// Attributes
public:
	CImageSysZLF01Doc* GetDocument();

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CImageSysZLF01View)
	public:
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext = NULL);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	virtual void OnInitialUpdate(); // called first time after construct
	virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
	virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
	virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
	virtual void OnPrint(CDC* pDC, CPrintInfo* pInfo);
	virtual void OnDraw(CDC* pDC);
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CImageSysZLF01View();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:
public:
	long m_lyChildFrame; //子窗体高度
	long m_lxChildFrame; //子窗体宽度

// Generated message map functions
protected:
	//{{AFX_MSG(CImageSysZLF01View)
	afx_msg void OnMenuConversecolor();
	afx_msg void OnMenuLineartrans();
	afx_msg void OnMenuWindowtrans();
	afx_msg void OnMenuThretrans();
	afx_msg void OnMenuEquealtrans();
	afx_msg void OnEditUndo();
	afx_msg void OnRButtonDown(UINT nFlags, CPoint point);
	afx_msg void OnMenuRecogManual();
	afx_msg void OnMenuRecogChapter03();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in ImageSysZLF01View.cpp
inline CImageSysZLF01Doc* CImageSysZLF01View::GetDocument()
   { return (CImageSysZLF01Doc*)m_pDocument; }
#endif

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

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

#endif // !defined(AFX_IMAGESYSZLF01VIEW_H__8DDBC41E_1B98_4B9E_B69E_A10648E5DBCA__INCLUDED_)

⌨️ 快捷键说明

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