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

📄 input.h

📁 这是树上的代码
💻 H
字号:
#if !defined(AFX_INPUT_H__82015E9D_A606_4C5D_BA0F_25A096AC4D7A__INCLUDED_)
#define AFX_INPUT_H__82015E9D_A606_4C5D_BA0F_25A096AC4D7A__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// INPUT dialog

class INPUT : public CDialog
{
// Construction
public:
	INPUT(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(INPUT)
	enum { IDD = IDD_DIALOGINPUT };
	CSliderCtrl	m_Slider2;
	CSliderCtrl	m_Slider1;
	CEdit	m_no;
	int		m_Int1;
	int		m_Int2;
	int		m_m;
	CString	m_n;
	CString	m_x;
	CString	m_y;
	CString	m_z;
	//}}AFX_DATA
    int i,m;
	double x[20],y[20],z[20];
    CString a,b;
    HBRUSH m_Brush;
// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(INPUT)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
    HICON m_hIcon;
	// Generated message map functions
	//{{AFX_MSG(INPUT)
	virtual void OnCancel();
	virtual void OnOK();
	virtual BOOL OnInitDialog();
	afx_msg void OnCustomdrawSlider1(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnPaint();
	afx_msg void OnCustomdrawSlider2(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_INPUT_H__82015E9D_A606_4C5D_BA0F_25A096AC4D7A__INCLUDED_)

⌨️ 快捷键说明

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