📄 linespacemethoddlg.h
字号:
#if !defined(AFX_LINESPACEMETHODDLG_H__38EBA433_FDEF_11D2_8087_0020AF154477__INCLUDED_)
#define AFX_LINESPACEMETHODDLG_H__38EBA433_FDEF_11D2_8087_0020AF154477__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// LineSpaceMethodDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CLineSpaceMethodDlg dialog
class CLineSpaceMethodDlg : public CDialog
{
// Construction
public:
CLineSpaceMethodDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CLineSpaceMethodDlg)
enum { IDD = IDD_LINE_SPACE_METHOD };
CEdit m_edit_y1;
CEdit m_edit_y2;
CEdit m_edit_x2;
CEdit m_edit_x1;
BOOL m_bMouse;
BOOL m_bXY;
UINT m_nBoxHeight;
UINT m_nBoxSpace;
UINT m_nBoxWidth;
UINT m_nX1;
UINT m_nX2;
UINT m_nY1;
UINT m_nY2;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CLineSpaceMethodDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CLineSpaceMethodDlg)
afx_msg void OnCheckXy();
afx_msg void OnCheckMouse();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_LINESPACEMETHODDLG_H__38EBA433_FDEF_11D2_8087_0020AF154477__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -