📄 xyrbounddlg.h
字号:
#if !defined(AFX_XYRBOUNDDLG_H__9DD0882D_6C80_4BA3_98CE_C0BB915BC1E0__INCLUDED_)
#define AFX_XYRBOUNDDLG_H__9DD0882D_6C80_4BA3_98CE_C0BB915BC1E0__INCLUDED_
#include "RecsetXYRBound.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// XYRBoundDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CXYRBoundDlg dialog
class CXYRBoundDlg : public CDialog
{
// Construction
public:
CRecsetXYRBound recsetXYRBound;
CBrush m_XYRBkBrush;
HBRUSH m_XYRBkColor;
CXYRBoundDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CXYRBoundDlg)
enum { IDD = IDD_XYRBOUND };
CString m_edit_upy;
CString m_edit_upr;
CString m_edit_downr;
CString m_edit_downy;
CString m_edit_downx;
CString m_edit_upx;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CXYRBoundDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CXYRBoundDlg)
virtual BOOL OnInitDialog();
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
afx_msg void OnSeebound();
afx_msg void OnResetbound();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_XYRBOUNDDLG_H__9DD0882D_6C80_4BA3_98CE_C0BB915BC1E0__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -