dialogms.h

来自「该程序是一个对于一个对于以某一直线为边界的两类进行分类」· C头文件 代码 · 共 66 行

H
66
字号
#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 + =
减小字号Ctrl + -
显示快捷键?