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

📄 sobeldialogbox.h

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

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SobelDialogBox.h : header file
//
#ifndef COMLIB_H
#define COMLIB_H
#include "omlib.h"
#endif
/////////////////////////////////////////////////////////////////////////////
// SobelDialogBox dialog

class SobelDialogBox : public CDialog
{
// Construction
public:
	KERNEL kerx;
	KERNEL kery;
	SobelDialogBox(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(SobelDialogBox)
	enum { IDD = IDD_SOBELDIALOG };
	int		m_x1;
	int		m_x2;
	int		m_x3;
	int		m_x4;
	int		m_x5;
	int		m_x6;
	int		m_x7;
	int		m_x8;
	int		m_x9;
	int		m_y1;
	int		m_y2;
	int		m_y3;
	int		m_y4;
	int		m_y5;
	int		m_y6;
	int		m_y7;
	int		m_y8;
	int		m_y9;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(SobelDialogBox)
	virtual void OnOK();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_SOBELDIALOGBOX_H__1FC6BF41_5485_11D5_BD50_5254AB10D0A6__INCLUDED_)

⌨️ 快捷键说明

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