dialogas.h

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

H
72
字号
#if !defined(AFX_DIALOGAS_H__4DBE58F7_F820_42BA_833F_B2346DEE2AD4__INCLUDED_)
#define AFX_DIALOGAS_H__4DBE58F7_F820_42BA_833F_B2346DEE2AD4__INCLUDED_

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

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


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDialogAS)
	virtual BOOL OnInitDialog();
	afx_msg BOOL OnEraseBkgnd(CDC* pDC);
	afx_msg void OnButton1();
	afx_msg void OnButton2();
	afx_msg void OnButton3();
	afx_msg void OnChangeEdit1();
	afx_msg void OnChangeEdit2();
	afx_msg void OnChangeEdit3();
	afx_msg void OnKillfocusEdit1();
	afx_msg void OnKillfocusEdit2();
	afx_msg void OnKillfocusEdit3();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_DIALOGAS_H__4DBE58F7_F820_42BA_833F_B2346DEE2AD4__INCLUDED_)

⌨️ 快捷键说明

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