📄 selecutrectdlg.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -