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

📄 dialogs.h

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

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DialogS.h : header file
//
#include"MYCTRL.h"
/////////////////////////////////////////////////////////////////////////////
// CDialogS dialog
#include"ButtonST.h"
#include"MyStatic.h"
#include"XPButton.h"
#include"DialogAS.h"
#include"DialogMS.h"
#include"DialogCS.h"
class CDialogS : public CDialog
{
// Construction
public:
	CDialogS(CWnd* pParent = NULL);   // standard constructor
    CBitmap mybitmap;
	int rli;
	CDialogAS* DAS;
    CDialogMS* DMS;
	CDialogCS* DCS;
    int onep[100];
	int towp[100];
	int onetp[200];
	int towtp[200];
// Dialog Data
	//{{AFX_DATA(CDialogS)
	enum { IDD = IDD_DIALOG6 };
	CButtonST	m_b4;
	CButtonST	m_b3;
	CButtonST	m_b2;
	CXPButton	m_cl;
	CButtonST	m_b1;
	CXPButton	m_add;
	CXPButton	m_st;
	CMYCTRL	m_l;
	CMYCTRL	m_r;
	CString	m_w1;
	CString	m_w2;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDialogS)
	virtual BOOL OnInitDialog();
	afx_msg BOOL OnEraseBkgnd(CDC* pDC);
	afx_msg void OnChangeEdit1();
	afx_msg void OnChangeEdit2();
	afx_msg void OnKillfocusEdit1();
	afx_msg void OnKillfocusEdit2();
	afx_msg void OnButton2();
	afx_msg void OnButton3();
	afx_msg void OnClose();
	afx_msg void OnButtonb2();
	virtual void OnOK();
	afx_msg void OnButton1();
	afx_msg void OnButtonb3();
	afx_msg void OnButtonb4();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_DIALOGS_H__B99B3F69_7BDD_4955_890A_2A5089A96AE9__INCLUDED_)

⌨️ 快捷键说明

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