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

📄 dialogms.h

📁 该程序是一个对于一个对于以某一直线为边界的两类进行分类
💻 H
字号:
#if !defined(AFX_DIALOGMS_H__689F1160_DE3B_4D50_9D36_F7F76732523A__INCLUDED_)
#define AFX_DIALOGMS_H__689F1160_DE3B_4D50_9D36_F7F76732523A__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DialogMS.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CDialogMS dialog
#include"ButtonST.h"
#include"MyStatic.h"
#include"XPButton.h"
#include"MYCTRL.h"
class CDialogMS : public CDialog
{
// Construction
public:
	CDialogMS(CWnd* pParent = NULL);   // standard constructor
    CBitmap mybitmap;
    int onep[100];
	int towp[100];
	int onetp[200];
	int towtp[200];
// Dialog Data
	//{{AFX_DATA(CDialogMS)
	enum { IDD = IDD_OLE_PROPPAGE_LARGE1 };
	CXPButton	m_b;
	CMYCTRL	m_l;
	CString	m_w1;
	CString	m_w2;
	double	m_w4;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDialogMS)
	virtual BOOL OnInitDialog();
	afx_msg void OnButton2();
	afx_msg void OnChangeEdit1();
	afx_msg void OnChangeEdit3();
	afx_msg void OnChangeEdit4();
	afx_msg void OnKillfocusEdit1();
	afx_msg void OnKillfocusEdit3();
	afx_msg void OnKillfocusEdit4();
	afx_msg BOOL OnEraseBkgnd(CDC* pDC);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_DIALOGMS_H__689F1160_DE3B_4D50_9D36_F7F76732523A__INCLUDED_)

⌨️ 快捷键说明

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