selecutrectdlg.h

来自「vc++实现简单图像编辑器。。。。。。。。。」· C头文件 代码 · 共 56 行

H
56
字号
#if !defined(AFX_SELECUTRECTDLG_H__E54DD1B9_6135_43EB_977D_35C0A198AB2F__INCLUDED_)
#define AFX_SELECUTRECTDLG_H__E54DD1B9_6135_43EB_977D_35C0A198AB2F__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CSeleCutRectDlg dialog

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

// Dialog Data
	//{{AFX_DATA(CSeleCutRectDlg)
	enum { IDD = IDD_SELECTCUT_RECT };
	CSpinButtonCtrl	m_sbottom;
	CSpinButtonCtrl	m_stop;
	CSpinButtonCtrl	m_sright;
	CSpinButtonCtrl	m_sleft;
	CString	m_width;
	CString	m_height;
	int		m_bottom;
	int		m_left;
	int		m_right;
	int		m_top;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CSeleCutRectDlg)
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_SELECUTRECTDLG_H__E54DD1B9_6135_43EB_977D_35C0A198AB2F__INCLUDED_)

⌨️ 快捷键说明

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