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

📄 padlg.h

📁 曲线角点检测的二种算法
💻 H
字号:
#if !defined(AFX_PARAMDLG_H__B742C15D_8D62_42D3_B971_6F0C32FB0B72__INCLUDED_)
#define AFX_PARAMDLG_H__B742C15D_8D62_42D3_B971_6F0C32FB0B72__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// paDlg.h : header file
//
#include "wbase.h"
#include "wk.h"
#include "udit.h"
/////////////////////////////////////////////////////////////////////////////
// CpaDlg dialog
class Cudit ;
class CWK   ;
class CpaDlg : public CDialog
{
// Construction
public:
	CpaDlg(CWnd* pParent = NULL);    
	 
 	enum { IDD = IDD_DIALOG_PARARM };
// Dialog Data
	//{{AFX_DATA(CpaDlg)
	Cudit	m_w_6_ctrl;
	Cudit	m_w_u_ctrl;
	Cudit	m_lpi_ctrl;
	Cudit	m_lc_ctrl;
	Cudit	m_k_ctrl;
	Cudit	m_ac_ctrl;
	CString	m_fn;
	double	m_k;
	double	m_lc;
	double	m_lpi;
	double	m_w_6;
	double	m_w_u;
	double	m_ac;
	//}}AFX_DATA
	double *pActive;
	CWK    *m_pcwk ; 
public:
	
	void updategragh();
	inline  Enable4Button(bool b) ;
// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CpaDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	virtual void PostNcDestroy();
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CpaDlg)
	virtual BOOL OnInitDialog();
	virtual void OnCancel();
	virtual void OnOK();
	afx_msg void OnSetfocusEditK();
	afx_msg void OnSetfocusEditEalpa();
	afx_msg void OnSetfocusEditLenCompare();
	afx_msg void OnSetfocusEditLenPi();
	afx_msg void OnSetfocusEditWeigted6();
	afx_msg void OnKillfocusEditWeigted6();
	afx_msg void OnKillfocusEditK();
	afx_msg void OnKillfocusEditEalpa();
	afx_msg void OnKillfocusEditLenCompare();
	afx_msg void OnKillfocusEditLenPi();
	afx_msg void OnSetfocusEditWU();
	afx_msg void OnMove(int x, int y);
	afx_msg void OnChangeEditWeigted6();
	afx_msg void OnChangeEditWU();
	afx_msg void OnValuePlus();
	afx_msg void OnValueDec();
	afx_msg void OnValueDecdec();
	afx_msg void OnValuePlusplus();
	afx_msg void OnSetfocusEditFn();
	afx_msg void Onupdateparam(WPARAM wParam,LPARAM lParam);//CWK *pcwk
	afx_msg void Onupdatevl(WPARAM wParam,LPARAM lParam);//int idx
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_PARAMDLG_H__B742C15D_8D62_42D3_B971_6F0C32FB0B72__INCLUDED_)

⌨️ 快捷键说明

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