📄 setboundary.h
字号:
#if !defined(AFX_SETBOUNDARY_H__BBFD3C42_B1FE_11D1_B9ED_0000E818599F__INCLUDED_)
#define AFX_SETBOUNDARY_H__BBFD3C42_B1FE_11D1_B9ED_0000E818599F__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// SetBoundary.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSetBoundary dialog
class CSetBoundary : public CDialog
{
// Construction
public:
CSetBoundary(CWnd* pParent = NULL); // standard constructor
CRect rect;
long DispSizeX, DispSizeY;
MIL_ID MilDisplayId;
MIL_ID MilOverlayImage;
MIL_ID MilOverlayImageGreen;
long ImageWidth, ImageHeight;
long TransparentColor;
public :
void CreateOverlayImage();
void DestroyOverlayImage();
// Dialog Data
//{{AFX_DATA(CSetBoundary)
enum { IDD = IDD_SET_BOUNDARY };
CScrollBar m_Top_Scrollbar;
CScrollBar m_Right_Scrollbar;
CScrollBar m_Left_Scrollbar;
CScrollBar m_Bottom_Scrollbar;
CString m_sTop;
CString m_sLeft;
CString m_sRight;
CString m_sBottom;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSetBoundary)
public:
virtual BOOL DestroyWindow();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSetBoundary)
virtual BOOL OnInitDialog();
afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
afx_msg void OnTimer(UINT nIDEvent);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SETBOUNDARY_H__BBFD3C42_B1FE_11D1_B9ED_0000E818599F__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -