📄 sizedlg.h
字号:
#if !defined(AFX_SIZEDLG_H__6211F1B2_C0B0_11D1_9F93_000000000000__INCLUDED_)
#define AFX_SIZEDLG_H__6211F1B2_C0B0_11D1_9F93_000000000000__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// SizeDlg.h : header file
//
enum {UP = 1, DOWN, LEFT, RIGHT, LEFTUP, LEFTDOWN, RIGHTUP, RIGHTDOWN, HIGHLEFTUP, HIGHLEFTDOWN, HIGHRIGHTUP, HIGHRIGHTDOWN};
/////////////////////////////////////////////////////////////////////////////
// CSlopeDlg dialog
class CSlopeDlg : public CDialog
{
// Construction
public:
int m_type;
CSlopeDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSlopeDlg)
enum { IDD = IDD_ROOF_SLOPE_DIR };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSlopeDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSlopeDlg)
virtual BOOL OnInitDialog();
afx_msg void OnRadioSlopeUp();
afx_msg void OnRadioSlopeDown();
afx_msg void OnRadioSlopeLeft();
afx_msg void OnRadioSlopeRight();
afx_msg void OnRadioSlopeUpleft();
afx_msg void OnRadioSlopeUpright();
afx_msg void OnRadioSlopeDownleft();
afx_msg void OnRadioSlopeDownright();
afx_msg void OnRadioSlopeHighUpleft();
afx_msg void OnRadioSlopeHighUpright();
afx_msg void OnRadioSlopeHighDownleft();
afx_msg void OnRadioSlopeHighDownright();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SIZEDLG_H__6211F1B2_C0B0_11D1_9F93_000000000000__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -